mehta-lab / recOrder

3D quantitative label-free imaging with phase and polarization
BSD 3-Clause "New" or "Revised" License
11 stars 4 forks source link

[FEATURE] Better scale handling through `recOrder` CLI #457

Open talonchandler opened 8 months ago

talonchandler commented 8 months ago

@ieivanov @ziw-liu had a short discussion about our long-term goals for recOrder's scale handling. We agreed that we'd like to trust the input store's scale metadata if it exists, and we'd like the option to override that metadata from the config file if needed.

We considered either yx_pixel_size: None or 'read-from-input' for the overriding behavior, and I'm happy with either.

Related discussion: https://github.com/mehta-lab/recOrder/pull/419