It will be useful to have a list of the images stored on the disk. The command:
/ICAT mycat *.bdfcreates a catalog stored on the disk as the file mycat.cat which contains the list of all images present on the disk. It is better to enable this catalog for automatic use by all other commands using:
/ICAT mycatwhich allows in any command to refer to a catalog image by the simplified syntax #n where n is the entry number of the image in the catalog.
The following commands are also useful:
/ICAT mycatlists the contents of an image catalog.
/ICAT mycatprints the contents of an image catalog on the default printer. See command ASSIGN/PRINT to change the default.
/IMAGE out = expressionperforms arithmetic on images, for example:
/IMAGE out = img1 - img2computes the difference of images img1.bdf and img2.bdf and stores the result in out.bdf.
/IMA frameperforms statistic on an image. It is possible to select a sub-window in interactive mode or direct mode.
/IMA frame CURSORThe following commands are related to graphic facilities:
STATIST/IMA frame area_spec
/IMAGE, OVERPLOT/IMAGEIt is also useful to handle tables, using commands:
PLOT/TABLE, OVERPLOT/TABLE
GET/GCURSOR
SEND/PLOT, ASSIGN/PLOT
/TABLE table [column]
SELECT/TABLE table conditional_expression
STATIST/TABLE table column
COMPUTE/TABLE table out_column = expression