mehta-lab / recOrder

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

reconstructions default to input datasets scale #465

Open edyoshikun opened 8 months ago

edyoshikun commented 8 months ago

The output dataset's scale is wrong as it is read from the input here

Should the zyx scale be taken from the config file instead? Specifically, in the case of falcon datasets, the bug arises from here.

edyoshikun commented 8 months ago

The easier fix is to update-scale-metadata before starting any processing.

talonchandler commented 8 months ago

Closely related to #457.

Our plan is to use the input dataset's scale metadata by default, and use the config file's metadata to override the input's scale metadata.

@edyoshikun will that design work for your use case?