IRAF Help page for: LIST_COL


list_col (Oct93)              qasun              list_col (Oct93)



NAME
list_col -- makes a combined list of the images flagged by the
various image quality tasks.


USAGE
list_col out_list del_name_tem no_lists_in inp_1 cskip_1 inp_2 cskip_2
inp_3 cskip_3 inp_4 cskip_4 inp_5 cskip_5


PARAMETERS

out_list
output list file name

del_name_tem
template for output image file names

no_lists_in
number of lists to be colated.

inp_1
file name for list 1

cskip_1
number of characters to skip in names in list 1. del_name_tem
will replace these characters.

inp_2
file name for list 2

cskip_2
number of characters to skip in names in list 2. del_name_tem
will replace these characters.

inp_3
file name for list 3

cskip_3
number of characters to skip in names in list 3. del_name_tem
will replace these characters.

inp_4
file name for list 4

cskip_4
number of characters to skip in names in list 4. del_name_tem
will replace these characters.
ls inp_5 file name for list 5

cskip_5
number of characters to skip in names in list 5. del_name_tem
will replace these characters.


DESCRIPTION
Task list_col collates the lists of images generated by the image
quality assurance tasks into one list for deletion, input to
examination codes, etc. Multiple names in the same time sample
number are removed from the list.


EXAMPLES
1. Collate the lists of images from vel_qual, int_qual and
mod_qual for May 27, 1993. First capture the ASCII output from
each process, as shown in the examples for the processes. Then
grep each ASCII output file for the string "IMAGE" (upper case is
important) and capture the output. Then execute list_col as
below. Note that the input images in this case were named as
i9305271427.imh for the intensity, m9305271427.imh for the
modulation and v9305271427.imh for the velocity each containing
only one data type. Hence cskip_1,2,3=1. The images to be removed
are vmi three dimensional images names as vmi9305271427.imh.

qa> list_col dlis.qavmi27may vmi 3 dlis.qav27may 1 dlis.qam27may
1 dlis.qai27may 1



TIME REQUIREMENTS



SEE ALSO
mod_qual, vel_qual, int_qual


Data Product Code Guide | Back to GRASP Help Page