C: num_of_images = DF24nimages(filename);
FORTRAN: num_of_images = d2nimg(filename)
|
|
|
| |
|
| |||
|
|
|
Name of the HDF file.
|
The following calling sequence uses DF24lastref to find the reference number of the RIS24 most recently added to an HDF file:
C: status = DF24addimage(filename, image, width, height, compress);
lastref = DF24lastref( );
FORTRAN: status = d2aimg(filename, image, width, height, compress)
lastref = d2lref( )
DF24putimage or DF24getimage can be used in place of DF24addimage with similar results.TABLE 7J - DF24lastref Parameter List
|
|
|
| |
|
| |||
|
|
|
None.
|