ERI_GETIDS
Construct the ERI data objects given a dataset identifier
Invocation
CALL ERI_GETIDS( ID, INDEX, RMFID, ARFID, STATUS )
Description
Reads in the energy response from the supplied dataset. The response
consists of at least a redistribution matrix. If that matrix is
normalised then an area response is also required. The returned
objects have the classes RedistributionMatrix and AreaResponse, or
are derived from those classes.
Arguments
-
ID = INTEGER (given)
ADI identifier of the dataset object
-
INDEX = INTEGER (given)
Index of spectrum in dataset
-
RMFID = INTEGER (returned)
ADI identifier of the RestributionMatrix derived object
-
ARFID = INTEGER (returned)
ADI identifier of the AreaResponse derived object
-
STATUS = INTEGER (given and returned)
The global status.
References