-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
56 lines (45 loc) · 1.74 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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.