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/apply_headerlet.help | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/stwcs/gui/apply_headerlet.help') diff --git a/lib/stwcs/gui/apply_headerlet.help b/lib/stwcs/gui/apply_headerlet.help index 15c81a0..f701b52 100644 --- a/lib/stwcs/gui/apply_headerlet.help +++ b/lib/stwcs/gui/apply_headerlet.help @@ -1,5 +1,5 @@ This task applies a headerlet to a science observation to update either the -PRIMARY WCS or to add it as an alternate WCS. +PRIMARY WCS or to add it as an alternate WCS. filename = "" hdrlet = "" @@ -13,10 +13,10 @@ verbose = False Parameters ---------- -filename: string - File name of science observation whose WCS solution will be updated -hdrlet: string - Headerlet file +filename: string, @-file or wild-card name + File name(s) of science observation whose WCS solution will be updated +hdrlet: string, @-file or wild-card name + Headerlet file(s), must match input filenames 1-to-1 attach: boolean True (default): append headerlet to FITS file as a new extension. primary: boolean @@ -29,7 +29,7 @@ force: boolean WCS even if it has a different distortion model. [Default: False] wcskey: string Key value (A-Z, except O) for this alternate WCS - If None, the next available key will be used + If None, the next available key will be used wcsname: string Name to be assigned to this alternate WCS WCSNAME is a required keyword in a Headerlet but this allows the -- cgit