From c309708ecefd456351667ab9a1636bf0e717a745 Mon Sep 17 00:00:00 2001 From: hack Date: Mon, 31 Oct 2011 20:36:18 +0000 Subject: Updates to STWCS correct the following problems: - DISTNAME value now generated without recursively stripping everything after the underscore by relying on fileutil.buildNewRootname() - error message for 'attach_to_file()' expanded to provide specific reason for failure - primary header keywords now updated, rather than inserted, by 'updateRefFiles()' to eliminate the problem with creating duplicate keywords git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13932 fe389314-cf27-0410-b35b-8c050e845b92 --- lib/stwcs/gui/pars/write_headerlet.cfgspc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/stwcs/gui') diff --git a/lib/stwcs/gui/pars/write_headerlet.cfgspc b/lib/stwcs/gui/pars/write_headerlet.cfgspc index 41527ab..5aaffe1 100644 --- a/lib/stwcs/gui/pars/write_headerlet.cfgspc +++ b/lib/stwcs/gui/pars/write_headerlet.cfgspc @@ -13,4 +13,4 @@ destim = string_kw(default="", comment="Rootname of image to which this headerle sipname = string_kw(default="", comment="Name for source of polynomial distortion keywords") npolfile = string_kw(default="", comment="Name for source of non-polynomial residuals") d2imfile = string_kw(default="", comment="Name for source of detector correction table") -attach = boolean_kw(default=True, comment="Create output headerlet FITS file?") +attach = boolean_kw(default=True, comment="Create headerlet FITS extension?") -- cgit