Skip to content

Commit

Permalink
oops too quick, fixed missing ,
Browse files Browse the repository at this point in the history
  • Loading branch information
ymamay committed Sep 12, 2024
1 parent b775c2f commit 1693a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lvmdrp/utils/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,7 @@ def _collect_header_data(filename: str) -> dict:
# skyw
'skyw_ra': 'TESKYWRA', 'skyw_dec': 'TESKYWDE', 'skyw_amass': 'TESKYWAM',
'skyw_kmpos': 'TESKYWKM', 'skyw_focpos': 'TESKYWFO', 'skyw_name': 'SKYWNAME',
'skyw_sh_hght': 'GEOCORONAL SKYW_SH_HGHT', 'skyw_moon_sep': 'SKYMODEL SKYW_RHO'
'skyw_sh_hght': 'GEOCORONAL SKYW_SH_HGHT', 'skyw_moon_sep': 'SKYMODEL SKYW_RHO',
# sky parameters
'moon_ra': 'SKYMODEL MOON_RA', 'moon_dec': 'SKYMODEL MOON_DEC',
'moon_phase': 'SKYMODEL MOON_PHASE', 'moon_fli': 'SKYMODEL MOON_FLI',
Expand Down

0 comments on commit 1693a24

Please sign in to comment.