Changelog

v0.3dev (xx/xx/2019)

New features

  • Add recipe to compute superflat.

  • Add recipe for zap.

  • Allow to use db other than sqlite.

  • Change the way to define multiple combinations with selections.

Breaking changes

  • Move info --exp to a new subcommand info-exp.

  • Move info --raw to a new subcommand info-raw.

Bug fixes

  • Avoid crash with invalid weather files (ref #32)

  • Make DATE-OBS parsing more robust (fix #30)

  • Use yaml.safe_load to avoid warnings

  • Better handling for already masked cubes

  • Show flagged exps in info --runs

  • Skip already processed for exp-combine and add --force

  • Fix passing the band argument to qa_imphot (ref #25)

  • Log error when failing to create the MuseRed object

  • Avoid crash when SPARTA_ATM_DATA is not found

  • Update psfrec import to use the new name

  • Fix show_images and add Image list format to export_images

  • Fix passing params_name to exp-align and exp-combine

  • Avoid crash in dry_run mode when frames are missing (fix #24)

  • imphot: add option to run fit in parallel

  • imphot: add various parameters (regions exclusion, fix beta, …)

  • imphot: force reprocessing of HST images with –force (fix #29)

  • imphot: allow to use scales in mpdaf_combine

v0.2 (22/01/2019)

  • Group calibration sequences by TPL.START.

  • Add std_combine recipe to combine standards by run.

  • Many changes for info, add info_warnings.

  • Exclusion of raw and reduced data in the settings file.

  • Fix ILLUM selection (the 2h range was ignored).

  • Add class to manage flags.

  • Add selection of exposures and flags for exp_combine.

  • Improve frames exclusion.

  • And more…

v0.1 (13/11/2018)

First version.