summaryrefslogtreecommitdiff
path: root/lib/stwcs/gui/pars
diff options
context:
space:
mode:
authorhack <hack@stsci.edu>2012-10-22 17:15:28 -0400
committerhack <hack@stsci.edu>2012-10-22 17:15:28 -0400
commitfaeb7556f35bbc7ec8c1fa8db5d4ec4105b3d53f (patch)
tree74871b6b0da9f509a1036b41f015a9f0dc125e2a /lib/stwcs/gui/pars
parent128637b72d71562a6fc4b40e859cc0720a1fb921 (diff)
downloadstwcs_hcf-faeb7556f35bbc7ec8c1fa8db5d4ec4105b3d53f.tar.gz
Added 'catalog' to the write_headerlet TEAL interface. It already existed in the headerlet API, so no changes were needed in the headerlet code itself.
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@20022 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'lib/stwcs/gui/pars')
-rw-r--r--lib/stwcs/gui/pars/write_headerlet.cfg1
-rw-r--r--lib/stwcs/gui/pars/write_headerlet.cfgspc1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/stwcs/gui/pars/write_headerlet.cfg b/lib/stwcs/gui/pars/write_headerlet.cfg
index 8c2bc8b..b95af9d 100644
--- a/lib/stwcs/gui/pars/write_headerlet.cfg
+++ b/lib/stwcs/gui/pars/write_headerlet.cfg
@@ -7,6 +7,7 @@ wcskey = "PRIMARY"
wcsname = ""
author = ""
descrip = ""
+catalog = ""
history = ""
sciext = "SCI"
destim = ""
diff --git a/lib/stwcs/gui/pars/write_headerlet.cfgspc b/lib/stwcs/gui/pars/write_headerlet.cfgspc
index b8abb2b..ba28b05 100644
--- a/lib/stwcs/gui/pars/write_headerlet.cfgspc
+++ b/lib/stwcs/gui/pars/write_headerlet.cfgspc
@@ -7,6 +7,7 @@ wcskey = option_kw("A","B","C","D","E","F","G","H","I","J","K","L","M","N","P","
wcsname = string_kw(default="", comment="Create headerlet from WCS with this name")
author = string_kw(default="", comment="Author name for creator of headerlet")
descrip = string_kw(default="", comment="Short description of headerlet solution")
+catalog = string_kw(default="", comment="Reference frame for headerlet solution")
history = string_kw(default="", comment="Name of ASCII file containing history for headerlet")
sciext = string_kw(default="SCI", comment="EXTNAME of extension with WCS")
destim = string_kw(default="", comment="Rootname of image to which this headerlet applies ")