This recipe creates a
PNG file for each file given. It will only work properly on 1-D or 2-D images, throwing a warning if
the input file is neither 1-D nor 2-D.
RESOLUTION
The size, in pixels, of the PNG file to be created. The image will typically be square,
having the given number of pixels along each axis. If not specified, 256x256 pixel PNG files are
created. [256]
EXTENSION
If specified, extract a specific extension from each file for plotting. This
should be given as the name of the NDF extension, as found within the MORE strucutre of the
file, e.g. SMURF.EXP_TIME.
FIXEDHIGH
Fixed high value for plotting using display.
(This applies in the same way as SIGHIGH but is not referenced to the mean and standard
deviation.)
FIXEDLOW
Fixed low value for plotting using display. (This applies in the same
way as SIGLOW but is not referenced to the mean and standard deviation.)
SIGHIGH
The number of standard deviations above the mean to set scale high to when plotting
using display. It is only used if SIGLOW is also given.
SIGLOW
The number of standard
deviations below the mean to set scale low to when plotting using display. Only used if
SIGHIGH is also given.
SUFFIX
If EXTENSION is specified, the file suffix to use for the
extracted data. If not given, a name will be constructed based on the extension name.