We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9af6b commit 3962088Copy full SHA for 3962088
Camera.py
@@ -186,6 +186,8 @@ def populateHeader(self):
186
# fill it with the WCS information
187
self.header['WCS'] = ''
188
self.header['WCSNOTE'] = ('', 'World Cooridinate System for this image')
189
+ self.header['EQUINOX'] = 2000.0, '[year] the equinox of the coordinates'
190
+
191
self.header.extend(self.wcs.to_header())
192
193
# note the jitter motions that have been applied to this image
0 commit comments