Skip to content

Commit

Permalink
Merge pull request #1322 from flatironinstitute/dev
Browse files Browse the repository at this point in the history
dev -> main for release again
  • Loading branch information
pgunn authored Apr 3, 2024
2 parents 1d6ee38 + be40cbb commit b9c4a2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion caiman/tests/comparison_humans_online.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
'show_movie': False,
'sniper_mode': global_params['sniper_mode'],
'thresh_CNN_noisy': global_params['thresh_CNN_noisy'],
'update_freq': global_params['update_freq']
'update_freq': global_params['update_freq'],
'use_dense': False,
'use_peak_max': True,
},
Expand Down
2 changes: 1 addition & 1 deletion caiman/utils/sbx_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def sbx_chain_to_tif(filenames: list[str], fileout: str, subindices: Optional[Ch
fileout = fileout + '.tif'

dtype = np.float32 if to32 else np.uint16
tifffile.imwrite(fileout, data=None, mode='w', shape=save_shape, bigtiff=bigtiff, imagej=imagej,
tifffile.imwrite(fileout, data=None, shape=save_shape, bigtiff=bigtiff, imagej=imagej,
dtype=dtype, photometric='MINISBLACK')

# Now convert each file
Expand Down

0 comments on commit b9c4a2a

Please sign in to comment.