Skip to content

Commit

Permalink
Merge pull request #935 from flatironinstitute/master
Browse files Browse the repository at this point in the history
Merge master to dev to fix a mistake I made about a week ago
  • Loading branch information
pgunn authored Nov 19, 2021
2 parents 1ef9ee2 + a814402 commit c34d2ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions caiman/base/timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def save(self,
emission_lambda=520.0,
indicator='OGB-1',
location='brain',
unit='some TwoPhotonSeries unit description',
starting_time=0.,
experimenter='Dr Who',
lab_name=None,
Expand Down Expand Up @@ -330,6 +331,7 @@ def foo(i):
image_series = TwoPhotonSeries(name=var_name_hdf5,
dimension=self.shape[1:],
data=input_arr,
unit=unit,
imaging_plane=imaging_plane,
starting_frame=[0],
starting_time=starting_time,
Expand Down

0 comments on commit c34d2ab

Please sign in to comment.