| upimgrdf | xray.xdataio | upimgrdf |
upimgrdf -- convert a list of IRAF/PROS IMAGE files into RDF compatible format
upimgrdf imagelist
upimgrdf upgrades PROS IMAGE files into the current format. This task will run on a single file, a filename template or a filename list. It modifies the file in place and can be run more than once with no ill-affects. It checks for old features, and if present, converts them to the new format. NOTE: You must have write access to the IMAGE file.
The input IMAGE file name, template or list ( a list of filenames is entered with the "@imlist.lst" syntax ).
The display level. A display level of 0 generates no display. A display level of 1 displays the filenames converted.
Convert a single IMAGE file
cl> xray xr> xdataio xd> imcopy xdata$rp110590_im1.imh . xd> upimgrdf rp110590_im1.imhConvert a template of QPOE files
xd> imcopy xdata$*.imh . xd> upimgrdf *.imh
Virtually instantaneous, as only header keywords are modified in place.