rgsproc error message:
** rgsproc: error (ParamNotInRange), Parameter 'entrystage';
or ** rgsproc: error (ParamNotInRange), Parameter 'finalstage';
"value 'XXXXX' is outside range '1:events|2:angles|3:filter|4:spectra|5:fluxing'"
In order to make rgsproc gui more friendly, there has been
a change in the "entrystage" and "finalstage" parameters.
The values of both parameters have changed and now they are ordered thanks
to the number that has been introduced at the beginning of the string.
Now, the values for both parameters are:
- 1:events
- 2:angles
- 3:filter
- 4:spectra
- 5:fluxing
So, if the user wants to specify a different "entrystage" or
"finalstage" parameter value, the rgsproc command
should looks like this:
rgsproc entrystage=1:events finalstage=4:spectra withinstexpids=no
instexpids='' orders='1 2' etc...