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
There are several places where we check the processing level of an input map (e.g. PSF deconvolution can only occur on level 1 data). We should implement a decorator that checks the processing level of a map and throws an error if it is not consistent with the specified level.
This could also accept logical operators (e.g. >=1,==1.5).
The text was updated successfully, but these errors were encountered:
In GitLab by @wtbarnes on Jul 9, 2021, 05:13
There are several places where we check the processing level of an input map (e.g. PSF deconvolution can only occur on level 1 data). We should implement a decorator that checks the processing level of a map and throws an error if it is not consistent with the specified level.
This could also accept logical operators (e.g.
>=1,==1.5
).The text was updated successfully, but these errors were encountered: