You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible that in the future we would have to deal with data that has no darks/flats at all. Currenty, httomo doesn't support this option, so this feature would need to be added. This raises the question of how this situation would be presented inside httomo.
One option would be to have the darks and flats params for the loader have type Optional[DarksFlatsFileConfig], and then use None values for both when there are no darks/flats associated with the data.