LBHB / NEMS0

THIS VERSION OF NEMS IS NO LONGER SUPPORTED. PLEASE USE THE NEW NEMS REPOSITORY OR INSTALL NEMS_DB TO GET NEMS0 SUPPORT.
GNU General Public License v3.0
8 stars 4 forks source link

Added wc_idx and fir_idx options to strf_heatmap #129

Closed jacobpennington closed 6 years ago

jacobpennington commented 6 years ago

Small update to plotting functions for models with multiple wc and/or fir modules.

Instead of using the first instance of wc and fir by default for plotting, strf_heatmap will now use the idxth+1 th instance of that module. For example, wc_idx=1 will use the second instance of weight_channels in the modelspec.

Added dynamic_sigmoid to quickplot which takes advantage of the above option.

jacobpennington commented 6 years ago

closed b/c changes got incorporated into a second pull request