Skip to content

Commit

Permalink
no-op standardizeWCS for GHOST
Browse files Browse the repository at this point in the history
  • Loading branch information
KathleenLabrie committed Apr 17, 2024
1 parent 7bb23e3 commit ce28dd8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions geminidr/ghost/primitives_ghost.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ def _initialize(self, adinputs, **kwargs):
# Add GHOST-specific timestamp keywords
self.keyword_comments.update(keyword_comments.keyword_comments)

def standardizeWCS(self, adinputs=None, **params):
"""
There is no need at this time to run this primitive on GHOST data.
No-op.
"""
return adinputs

@staticmethod
def _has_valid_extensions(ad):
return len(ad) > 0

0 comments on commit ce28dd8

Please sign in to comment.