Creates a standardizer to use with the data files from KBMOD v0.5 (less constraints than the v1.0 files currently supported). This was needed for work with some very legacy files.
Also adds the ability for standardizers not to volunteer for standardization. This means they need to be manually specified in the force field and prevents them from being used automatically. In this case we would not want the KBMOD v0.5 standardizer being used unless the user specifies it directly.
Removes the unused get_duration() function since time 0 is not guaranteed to be the earliest time (Technically we could have negative times. We just need one of them to be t=0).
Adds logging into both ImageCollection and Standardizer. Closes #542.
Creates a standardizer to use with the data files from KBMOD v0.5 (less constraints than the v1.0 files currently supported). This was needed for work with some very legacy files.
Also adds the ability for standardizers not to volunteer for standardization. This means they need to be manually specified in the
force
field and prevents them from being used automatically. In this case we would not want the KBMOD v0.5 standardizer being used unless the user specifies it directly.Removes the unused
get_duration()
function since time 0 is not guaranteed to be the earliest time (Technically we could have negative times. We just need one of them to be t=0).Adds logging into both
ImageCollection
andStandardizer
. Closes #542.