Suppose you have created the classification rule WFIB for flagging all
exposures obtained in the blue arm of EMMI using the wide-field imaging mode.
Now you want to flag these exposures with a character string containing the
filter number that has been used.
The corresponding descriptor WFIB of the OST may in natural language be:
``frame exposed in the blue arm using any filter and no grating"
The translated selected criterion looks as follows:
:FILTB_ID.EQ."*".AND.:FILTB_TYP.EQ."FILTER*".AND.:GRATB_ID.EQ.""
The command
CLASSIFY/IMAGE ntt WFIB :OPATH FB&1will flag all files in the OST ntt which satisfy this selection criterion and will store in the column :OPATH the character string obtained by appending the contents of column :FILTB_ID to the string FB. The classification given in the column :OPATH is obviously more convenient to use than the original selection criteria.