Skip to content

Commit

Permalink
Add news fragment.
Browse files Browse the repository at this point in the history
  • Loading branch information
tribeiro committed Jul 29, 2024
1 parent fba671a commit 5afaf32
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/news/DM-45232.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
In ``base_make_calibrations.py``, fix issue with ``take_image_type`` method trying to set ``self.group_id``.

This is a class property and cannot be changed.
Instead, use a local variable.Add your info here

2 changes: 2 additions & 0 deletions doc/news/DM-45232.bugfix.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
In ``take_ptc_flats_comcam`` add ``StateTransition`` usage to Camera instance.

4 changes: 4 additions & 0 deletions doc/news/DM-45232.bugfix.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
In ``take_ptc_flats_comcam`` add a setup_instrument to change filter.

This is needed because ComCam is still returning an error when we tell it to select a filter that is already selected.

2 changes: 2 additions & 0 deletions doc/news/DM-45232.bugfix.3
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
In ``take_ptc_flats_comcam`` remove default value from schema.

2 changes: 2 additions & 0 deletions doc/news/DM-45232.bugfix.4
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
In take_ptc_flats_comcam.py, fix issue with take_image_type method trying to set self.group_id.

0 comments on commit 5afaf32

Please sign in to comment.