IRAF help page for package noao.digiphot.ptools, program txsort

from NOAO txsort -- sort a list of APPHOT/DAOPHOT text database file(s)USAGEPARAMETERSDESCRIPTIONEXAMPLESTIME REQUIREMENTSBUGSSEE ALSO

txsort -- sort a list of APPHOT/DAOPHOT text database file(s)


USAGE

txsort textfile field


PARAMETERS

textfiles

The input APPHOT/DAOPHOT text database(s) to be sorted. The sort is performed in place.

field

The field to be sorted on. Field may be any quantity defined by the APPHOT/DAOPHOT #K and #N keywords. The keywords may be of type integer or real, in which case a numeric sort is performed, boolean, in which case the boolean constant "no" has a smaller value than "yes", or character in which case an alphabetic sort is performed.

ascend = yes

Sort in increasing value order.


DESCRIPTION

TXSORT is a simple task which accepts a list of APPHOT/DAOPHOT text database files and sorts them in place based on the value of the selected field specifier field. By default the sort is performed in increasing order of the value of field, but a reverse sort can be performed by setting ascend = "no".

If field is a real or integer quantity the sort is numeric; if boolean the boolean constant "no" is assumed to have a smaller value than "yes"; if character the sort is alphabetic.


EXAMPLES

1. Sort the output of the APPHOT task PHOT in increasing order of the y position.

    pt> txsort m92.mag.1 YCENTER

2. Sort the output of the DAOPHOT task ALLSTAR in increasing order of magnitude.

    pt> txsort m92.al.1 MAG


TIME REQUIREMENTS


BUGS


SEE ALSO

ptools.tbsort, tables.tsort, ptools.psort, sort,


This page automatically generated from the iraf .hlp file. If you would like your local iraf package .hlp files converted into HTML please contact Dave Mills at NOAO.

dmills@noao.edu