Skip to content

Commit

Permalink
Fix comment for REFFILE
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Mar 21, 2024
1 parent ab9712d commit dcac761
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 by `lvmguider`.


## 0.4.12 - February 7, 2024

### ✨ Improved
Expand Down
2 changes: 1 addition & 1 deletion python/lvmcam/models/proc.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
Card(
"REFFILE",
value=None,
comment="Reference file for astrometric solution",
comment="Astrom. solution ref. file",
),
Card(
"ISFSWEEP",
Expand Down

0 comments on commit dcac761

Please sign in to comment.