diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /noao/digiphot/ptools/doc/txconcat.hlp | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'noao/digiphot/ptools/doc/txconcat.hlp')
-rw-r--r-- | noao/digiphot/ptools/doc/txconcat.hlp | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/noao/digiphot/ptools/doc/txconcat.hlp b/noao/digiphot/ptools/doc/txconcat.hlp new file mode 100644 index 00000000..87516f72 --- /dev/null +++ b/noao/digiphot/ptools/doc/txconcat.hlp @@ -0,0 +1,45 @@ +.help txconcat Dec92 noao.digiphot.ptools +.ih +NAME +txconcat -- concatenate a list of APPHOT/DAOPHOT text databases +.ih +USAGE +txconcat textfiles outfile +.ih +PARAMETERS +.ls textfiles +The list of APPHOT/DAOPHOT text databases to be concatenated. +.le +.ls outfile +The name of the output APPHOT/DAOPHOT text database. +.le +.ls task = "TASK" +The name of the keywords whose value is the name of the task which wrote +the database. +.le +.ih +DESCRIPTION +TXCONCAT is a simple task which accepts a list of APPHOT/DAOPHOT text +database files and concatenates them into one resultant output file. +TXCONCAT checks that all the file are indeed APPHOT/DAOPHOT text +database files and that they were all written by the same task before +performing the concatenation. + +.ih +EXAMPLES + +1. Concatenate a list of DAOPHOT PHOT task result files into a single +output file. + +.nf + pt> txconcat m92r.mag.1,m92r.mag.2,m92r.mag.3 m92rall.mag.1 +.fi + +.ih +TIME REQUIREMENTS +.ih +BUGS +.ih +SEE ALSO +ptools.tbconcat,ptools.pconcat,tables.tmerge,concatenate +.endhelp |