diff --git a/caom2utils/caom2utils/caom2blueprint.py b/caom2utils/caom2utils/caom2blueprint.py index f606f9a1..79cb4ba5 100755 --- a/caom2utils/caom2utils/caom2blueprint.py +++ b/caom2utils/caom2utils/caom2blueprint.py @@ -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)