diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /sys/imio/dbc/README | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'sys/imio/dbc/README')
-rw-r--r-- | sys/imio/dbc/README | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sys/imio/dbc/README b/sys/imio/dbc/README new file mode 100644 index 00000000..4e6a89ac --- /dev/null +++ b/sys/imio/dbc/README @@ -0,0 +1,29 @@ +October 4, 2004 + +These routines represent an extension to the imio header routines manipulation. +Most of them have a new parameter which is the FITS header comment field. +The routine names have changed slighly to avoid collision and to have some +meaning; e.g. the ending 'c' for comment. + +There are a couple of new routines to handle only comments. + +Nelson Zarate + + +imakbc.x:# IMAKBC -- Add a new field to the image header and initialize to the value +imakdc.x:# IMAKDC -- Add a new field to the image header and initialize to the value +imakic.x:# IMAKIC -- Add a new field to the image header and initialize to the value +imaklc.x:# IMAKLC -- Add a new field to the image header and initialize to the value +imakrc.x:# IMAKRC -- Add a new field to the image header and initialize to the value +imaksc.x:# IMAKSC -- Add a new field to the image header and initialize to the value +imastrc.x:# IMASTRC -- Add a new field to the image header and initialize to the value +imgcom.x:# IMGCOM -- Get the comment field for a keyword. +impcom.x:# IMPCOM -- Change the comment field for a keyword. +impkbc.x:# IMPKBC -- Put an image header parameter of type boolean. +impkdc.x:# IMPKDDC -- Put an image header parameter of type double. +impkic.x:# IMPKIC -- Put an image header parameter of type integer. +impklc.x:# IMPKLC -- Put an image header parameter of type long integer. +impkrc.x:# IMPKRC -- Put an image header parameter of type real. +imdrmcom.x:# IMDRMCOM -- Remove the comment field for a keyword. +impksc.x:# IMPKSC -- Put an image header parameter of type short integer. +impstrc.x:# IMPSTRC -- Put an image header parameter of type string. If the named |