Skip to content

Commit

Permalink
Add POSCIPA, POSKYEPA, and POSKYWPA to header model
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Aug 29, 2023
1 parent 6cbd68b commit f3c7ea1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
### ✨ Improved

* Added `V_LVMSCP` header keyword with `lvmscp` version.
* Add `SKYENAME` and `SKYWNAME` to header model.
* Added `SKYENAME` and `SKYWNAME` to header model.
* Added `POSCIPA`, `POSKYEPA`, and `POSKYWPA` to header model.


## 0.6.8 - August 24, 2023
Expand Down
3 changes: 3 additions & 0 deletions python/lvmscp/etc/lvmscp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,14 @@ header:
TESPECFO: [null, 'Spec focuser position [deg]']
POSCIRA: [null, 'Sci target RA [deg]']
POSCIDE: [null, 'Sci target Dec [deg]']
POSCIPA: [null, 'Sci target PA [deg]']
POSKYERA: [null, 'SkyE target RA [deg]']
POSKYEDE: [null, 'SkyE target Dec [deg]']
POSKYEPA: [null, 'SkyE target PA [deg]']
SKYENAME: [null, 'Name of the SkyE field']
POSKYWRA: [null, 'SkyW target RA [deg]']
POSKYWDE: [null, 'SkyW target Dec [deg]']
POSKYWPA: [null, 'SkyW target PA [deg]']
SKYWNAME: [null, 'Name of the SkyW field']
GSCIFR0: [null, 'Sci first guider frame']
GSCIFRN: [null, 'Sci last guider frame']
Expand Down

0 comments on commit f3c7ea1

Please sign in to comment.