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 /noao/digiphot/ptools/doc/tbconcat.hlp | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'noao/digiphot/ptools/doc/tbconcat.hlp')
-rw-r--r-- | noao/digiphot/ptools/doc/tbconcat.hlp | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/noao/digiphot/ptools/doc/tbconcat.hlp b/noao/digiphot/ptools/doc/tbconcat.hlp new file mode 100644 index 00000000..846b8f6e --- /dev/null +++ b/noao/digiphot/ptools/doc/tbconcat.hlp @@ -0,0 +1,49 @@ +.help tbconcat Dec92 noao.digiphot.ptools +.ih +NAME +tbconcat -- concatenate a list of APPHOT/DAOPHOT STSDAS databases +.ih +USAGE +tbconcat tables outtable +.ih +PARAMETERS +.ls tables +The list of APPHOT/DAOPHOT STSDAS databases to be concatenated. +.le +.ls outtable +The name of the output APPHOT/DAOPHOT STSDAS database. +.le +.ls task = "TASK" +The name of the keyword whose value is the name of the task which wrote +the database. +.le +.ih +DESCRIPTION +TBCONCAT is a simple task which accepts a list of APPHOT/DAOPHOT STSDAS +database files and concatenates them into one resultant database. +TBCONCAT checks that all the file are indeed APPHOT/DAOPHOT STSDAS +database files and that they were all written by the same task before +performing the concatenation. + +TBCONCAT is a simple script built around the STSDAS TABLES package +task TMERGE. Users should consult the manual page for TMERGE for +more details about the inner working of the task. + +.ih +EXAMPLES + +1. Concatenate a list of DAOPHOT package GROUP output tables into a +single file. + +.nf + pt> tbconcat m92r.grp.1,m92r.grp.2,m92r.grp.3 m92rall.grp.1 +.fi + +.ih +TIME REQUIREMENTS +.ih +BUGS +.ih +SEE ALSO +ptools.txconcat,ptools.pconcat,tables.tmerge,concatenate +.endhelp |