SAND-Lab / MEA-NAP

MEA-NAP. A streamlined diagnostic and analytic tool for data obtained using microelectrode arrays.
GNU General Public License v3.0
12 stars 6 forks source link

Colormap settings biAdvancedSettings #33

Closed hhs2 closed 8 months ago

hhs2 commented 1 year ago

biAdvancedSettings line 278 network_plot_cmap_bounds.Z = [-2, 2]; There are no theoretical upper or lower bounds for Z score

Timothysit commented 1 year ago

I think Params.use_theoretical_bounds is perhaps a misnomer here: it is more of a custom / "default sensible" bound where most of the metrics are theoretical but yes Z-scores can be beyond this bound. It can't be removed because there needs to be a bound for each metric (if the user doesn't want to use the min and max of individual / across all recordings), so perhaps we should rename it to Params.use_preset_bounds or Params.use_custom_bounds? What do you think?

Timothysit commented 8 months ago

Renamed to Params.use_custom_bounds in this commit: ce5089f