Skip to content

Release V1.3.0

Compare
Choose a tag to compare
@simontorres simontorres released this 06 Mar 14:13
7a0e944
  • 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 in MainApp.
  • 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.