Skip to content

Commit

Permalink
CADC-11346 - update Artifact-level attributes regardless of whether o…
Browse files Browse the repository at this point in the history
…r not there is WCS metadata. (#158)
  • Loading branch information
SharonGoliath committed May 11, 2022
1 parent cd7d2d3 commit c550ed2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions caom2utils/caom2utils/caom2blueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -3448,6 +3448,8 @@ def augment_artifact(self, artifact, index=0):

for i, header in enumerate(self.headers):
if self.ignore_chunks(artifact, i):
# artifact-level attributes still require updating
BlueprintParser.augment_artifact(self, artifact, 0)
continue
self._wcs_parser = FitsWcsParser(header, self.file, str(i))
super().augment_artifact(artifact, i)
Expand Down

0 comments on commit c550ed2

Please sign in to comment.