Releases: soar-telescope/goodman_pipeline
v1.3.9 Release
What's Changed
- Add comparison lamps 2100@3900A and 2100_650nm by @Allonck in #403
- Update pypi release by @simontorres in #409
- Change action version and trigger action by @simontorres in #410
Full Changelog: v1.3.8...v1.3.9
v1.3.8
What's Changed
- Small fixes 2023 by @simontorres in #373
- Remove 'o' prefix by @Allonck in #381
- Change in plotting with Qt5Agg backend by @Allonck in #382
- removed old sql script from a telemetry experiment, updated .gitignore by @simontorres in #386
- Fix Wavemode Detection by @simontorres in #387
- Update dcr by @Allonck in #389
- Add help messages by @Allonck in #385
- Add test for relative path in flats and fix reduced path basename by @Allonck in #392
- add change history for version 1.3.8 by @simontorres in #393
- Fix teardown in test by @Allonck in #394
- Update docs and change variable name by @Allonck in #395
- Update change_history.rst by @Allonck in #397
- Add the lamps 1200_CaNIR and 2100_6507A by @Allonck in #401
Full Changelog: v1.3.7...v1.3.8
Release V1.3.7
What's Changed
- Fixed big size of files by @simontorres in #368
- pipe through --ignore-bias to create_master_flats by @griffin-h in #365
- updated theme and configuration by @simontorres in #370
- Added timeout to github request and handled ConnectionError exception by @simontorres in #371
New Contributors
- @griffin-h made their first contribution in #365
Full Changelog: v1.3.6...v1.3.7
Release V1.3.6
- Updated HgArNe reference lamps for 400M1 and 600MID GG395
- Fixed deprecation warning for numpy.float conversion
Release V1.3.5
- 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
- Updated default search pattern for
redspec
- Fixed branch name in Github Actions
Release V1.3.3
- Fixed bug that caused overscan and bias correction happen in the same image resulting in double bias level subtraction.
Release V1.3.2
- 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
-
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
-
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
.