SNAPlabgroup / ANLffr

A set of tools to analyze and interpret auditory steady-state responses, particularly the subcortical kind commonly known as frequency-following responses (FFRs).
BSD 3-Clause "New" or "Revised" License
11 stars 18 forks source link

Update doc and download instructions to match pre-release v0.1.0 and the beta version respectively #4

Open haribharadwaj opened 10 years ago

haribharadwaj commented 10 years ago

@lennyvarghese ... I started thinking about updating the doc and wondered if going back to the tuple output for the specific functions may help.. (1) to maintain back compatibility... and (2) for functions like mtcspec(.) for instance, it's pretty clear that CPCA spectrum is the main output and dictionary outputs are not the prettiest when returning just one or two things... It is standard practice to return tuples for such functions anyway (e.g., u, s, v = scipy.linalg.svd(blah..)).. The dict output makes a lot of sense for the _complete(.) function..

Thoughts?

ghost commented 10 years ago

Fixed in latest commits, see if that's acceptable.