Skip to content

Commit

Permalink
adds additional wcs keywords to duplicate omit list
Browse files Browse the repository at this point in the history
  • Loading branch information
lowderchris committed Dec 6, 2024
1 parent d69dcf2 commit 8c1630c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion punchbowl/data/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
_ROOT = os.path.abspath(os.path.dirname(__file__))
REQUIRED_HEADER_KEYWORDS = ["SIMPLE", "BITPIX", "NAXIS", "EXTEND"]
DISTORTION_KEYWORDS = ["CPDIS1", "CPDIS2", "DP1", "DP2"]
WCS_OMITTED_KEYWORDS = ["TIMESYS", "DATE-OBS", "DATE-BEG", "DATE-AVG", "DATE-END"]
WCS_OMITTED_KEYWORDS = ["TIMESYS", "DATE-OBS", "DATE-BEG", "DATE-AVG", "DATE-END", "TELAPSE",
"RSUN_REF", "DSUN_OBS", "CRLN_OBS", "CRLT_OBS", "HGLN_OBS", "HGLT_OBS"]


def load_omniheader(path: str | None = None) -> pd.DataFrame:
Expand Down

0 comments on commit 8c1630c

Please sign in to comment.