Skip to content

Commit 3962088

Browse files
author
Zach Berta-Thompson
committed
add EQUINOX key to headers
1 parent bc9af6b commit 3962088

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Camera.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ def populateHeader(self):
186186
# fill it with the WCS information
187187
self.header['WCS'] = ''
188188
self.header['WCSNOTE'] = ('', 'World Cooridinate System for this image')
189+
self.header['EQUINOX'] = 2000.0, '[year] the equinox of the coordinates'
190+
189191
self.header.extend(self.wcs.to_header())
190192

191193
# note the jitter motions that have been applied to this image

0 commit comments

Comments
 (0)