AllenInstitute / ophys_nway_matching

Other
4 stars 0 forks source link

adds substitute option for max projection #65

Closed djkapner closed 3 years ago

djkapner commented 3 years ago

Purpose

certain containers weren't registering very well. Their average projections looked difficult to align, while their max projections looked to have more detail in them for potential success. This was shown to rescue a few struggling containers.

The quick-fix for using this switch is to add:

--substitute_max_for_avg True

to the LIMS executable args.

Details