From d2fa46d680ca75500e77bff3593cf20c911dfe01 Mon Sep 17 00:00:00 2001 From: hack Date: Wed, 23 Oct 2013 20:40:19 +0000 Subject: STWCS v1.1.2: This update only includes changes to the headerlet module and related TEAL interface modules. The changes include: - Fix calls to PyFITS to allow writing of headerlet out to files - Implement support for multiple file inputs for apply_header, delete_headerlet and attach_headerlet TEAL tasks and their underlying Python interfaces. (Ticket #1063) The docstrings for all updated headerlet functions were updated to reflect the new input capabilities. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@26987 fe389314-cf27-0410-b35b-8c050e845b92 --- lib/stwcs/gui/pars/delete_headerlet.cfgspc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/stwcs/gui/pars') diff --git a/lib/stwcs/gui/pars/delete_headerlet.cfgspc b/lib/stwcs/gui/pars/delete_headerlet.cfgspc index 7b7cc0b..43790b1 100644 --- a/lib/stwcs/gui/pars/delete_headerlet.cfgspc +++ b/lib/stwcs/gui/pars/delete_headerlet.cfgspc @@ -1,5 +1,5 @@ _task_name_ = string_kw(default="delete_headerlet") -filename = string_kw(default="", comment="FITS image file name") +filename = string_kw(default="", comment="FITS image file name(s), list or wild-card") hdrname = string_kw(default="", comment="Delete headerlet with this HDRNAME") hdrext = integer_or_none_kw(default=None, comment="Delete headerlet from this extension") distname = string_kw(default="", comment="Delete *ALL* with this DISTNAME") -- cgit