visualize
❭ cell_morphology_visualizer
❭ CMVDataParser
❭ _get_timeseries_minmax
CMVDataParser._get_timeseries_minmax¶
- visualize.cell_morphology_visualizer.CMVDataParser._get_timeseries_minmax(timeseries)¶
Get the min and max values of a timeseries that is nested per section and timepoint. Timeseries have three axes: time, section_id, section_point. Each timeseries[time][section_id] shows values for all points in that section at that time. Getting minmax of nested lists can be annoying, hence this method.