summaryrefslogtreecommitdiff
path: root/wcsutil/headerlet.py
diff options
context:
space:
mode:
Diffstat (limited to 'wcsutil/headerlet.py')
-rw-r--r--wcsutil/headerlet.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/wcsutil/headerlet.py b/wcsutil/headerlet.py
index bf57221..a88b20a 100644
--- a/wcsutil/headerlet.py
+++ b/wcsutil/headerlet.py
@@ -220,6 +220,8 @@ def createHeaderlet(fname, hdrname, destim=None, output=None, verbose=False, log
for ak in altkeys:
awcs = HSTWCS(fname,ext=('SCI', e), wcskey=ak)
h.extend(awcs.wcs2header(idc2hdr=False).ascard)
+ h.append(pyfits.Card(key='VAFACTOR', value=hwcs.vafactor,
+ comment='Velocity aberration plate scale factor'))
h.insert(0, pyfits.Card(key='EXTNAME', value='SIPWCS',
comment='Extension name'))
h.insert(1, pyfits.Card(key='EXTVER', value=e,