Skip to content

Commit

Permalink
Add ISFSWEEP header keywords to PROC extension
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Feb 4, 2024
1 parent 0233173 commit a16aa0c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Next version

### ✨ Improved

- Added `ISFSWEEP` header keywords to `PROC` extension.


## 0.4.11 - February 4, 2024

### ✨ Improved
Expand Down
5 changes: 5 additions & 0 deletions python/lvmcam/models/proc.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@
value=None,
comment="Reference file for astrometric solution",
),
Card(
"ISFSWEEP",
value=False,
comment="Is the exposure part of a focus sweep?",
),
Card(
"SOLVED",
value=False,
Expand Down

0 comments on commit a16aa0c

Please sign in to comment.