Skip to content

Commit

Permalink
Fix too long description for REFFILE
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Mar 21, 2024
1 parent 1f9c260 commit 34fddb5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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

### 🔧 Fixed

* Fix comment for keyword `REFFILE` being too long when the keyword is populated.


## 0.5.1 - February 12, 2024

### ✨ Improved
Expand Down
2 changes: 1 addition & 1 deletion src/lvmguider/etc/datamodel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PROC:
ZEROPT: [null, '[mag] Zero point of the LVM magnitude']
ORIGFILE: [null, 'Original file name']
REPROC: [false, 'Has this file been reprocessed?']
REFFILE: [null, 'Reference file for astrometric solution']
REFFILE: [null, 'Astrom. solution ref. file']
ISFSWEEP: [false, 'Is the exposure part of a focus sweep?']
SOLVED: [false, 'Was an astrometric solution found?']
WCSMODE: ['none', 'Method for fitting the astrometric solution']
Expand Down

0 comments on commit 34fddb5

Please sign in to comment.