From faeb7556f35bbc7ec8c1fa8db5d4ec4105b3d53f Mon Sep 17 00:00:00 2001 From: hack Date: Mon, 22 Oct 2012 21:15:28 +0000 Subject: 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 --- lib/stwcs/gui/pars/write_headerlet.cfg | 1 + lib/stwcs/gui/pars/write_headerlet.cfgspc | 1 + 2 files changed, 2 insertions(+) (limited to 'lib/stwcs/gui/pars') 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 ") -- cgit