Skip to content

Releases: soar-telescope/goodman_pipeline

v1.3.9 Release

18 Jul 20:02
288fd4c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.8...v1.3.9

v1.3.8

13 May 20:38
2f8ce5f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.7...v1.3.8

Release V1.3.7

17 Aug 23:06
16a7779
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.6...v1.3.7

Release V1.3.6

26 Mar 01:39
edbbad8
Compare
Choose a tag to compare
  • Updated HgArNe reference lamps for 400M1 and 600MID GG395
  • Fixed deprecation warning for numpy.float conversion

Release V1.3.5

24 Nov 16:08
f99ebec
Compare
Choose a tag to compare
  • Created --target-min-width and --target-max-width flags to allow extraction of extended sources.
  • Replaced coveralls with codecov for code coverage.
  • Documentation improvements and updates.
  • Fixed issue with extracted spectrum that where masked in 2D.
  • Code style improvements.

Release V1.3.4

11 May 15:57
1dbe913
Compare
Choose a tag to compare
  • Updated default search pattern for redspec
  • Fixed branch name in Github Actions

Release V1.3.3

19 Apr 19:58
33e030c
Compare
Choose a tag to compare
  • Fixed bug that caused overscan and bias correction happen in the same image resulting in double bias level subtraction.

Release V1.3.2

09 Oct 03:38
586d36c
Compare
Choose a tag to compare
  • Fixed Github Actions setup
  • Removed pandas version constraint and implemented workaround to be able to
    use latest pandas version.
  • Modified installation of dcr on travis and Github Actions

Release V1.3.1

24 Sep 03:09
4936d40
Compare
Choose a tag to compare
  • Documentation improvements:

    • More docstrings
    • New File Suffixes section
  • Added more test code.

  • Cleaned .travis.yml and created special dcr installation script for travis.

  • Changed the way core.combine_data names new files.

  • Fixed version checker due to deprecation of access token as url parameter.

  • New core.identify_technique. Was developed in the web application context.

  • Created --skip-slit-trim argument to provide more control for certain use cases.

  • Removed python 3.5 because it will not be supported anymore.

  • Improved AEON Support:

    • Added values for OBSTYPE and required logic.
  • Bugs Fixed:

    • Serial and Parallel binning extraction from header was not working
    • Changed url for astroplan's server

Release V1.3.0

06 Mar 14:13
7a0e944
Compare
Choose a tag to compare
  • 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.