diff options
| author | hack <hack@stsci.edu> | 2013-10-23 16:40:19 -0400 |
|---|---|---|
| committer | hack <hack@stsci.edu> | 2013-10-23 16:40:19 -0400 |
| commit | d2fa46d680ca75500e77bff3593cf20c911dfe01 (patch) | |
| tree | 6c5992eb504e4f8b9d88e20eb59117fe6b211a37 /lib/stwcs/gui/apply_headerlet.help | |
| parent | 689ee24c6c4810dcabb3e6d95a892c976981cfb1 (diff) | |
| download | stwcs_hcf-d2fa46d680ca75500e77bff3593cf20c911dfe01.tar.gz | |
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
Diffstat (limited to 'lib/stwcs/gui/apply_headerlet.help')
| -rw-r--r-- | lib/stwcs/gui/apply_headerlet.help | 12 |
1 files changed, 6 insertions, 6 deletions
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 |
