Release V1.3.0
-
Made it compatible with Astropy 4.0
-
All versions are free except for Pandas [#314]
-
wavelength.WavelengthCalibration.__call__
can now return a json output. -
core.setup_logging
can now create a generic logger (same format). -
Modified how master bias are named.
-
Removed bias overscan and trimming correction on master bias creation.
-
Bugs Fixed:
--max-targets
was not being used, missed connection inMainApp
.
-
Updated keyword values of all reference lamps in the library according to [#292]
-
Refactored
wavelength.WavelengthCalibration
class moving several methods to
core
[#300, #303] -
Refactored
wavelength.WavelengthCalibration
to be instantiated without
arguments. -
Improved messages at critical stages of wavelength calibration.
-
Moved
setup_logging
call from main package__init__
to scripts or entry
points, this allows to re use other master loggers. -
Changed
--background-threshold
to multiply by detection limit instead of
background level -
Created standard JSON output for
wavelength.WavelengthCalibration
.