- Retrieve the list of all available HK parameter validity ranges for
instrument EPN from the CAL and construct a GTI data set
with name hkgti_epn.ds:
hkgtigen instrument=epn withgtiset=true gtiset=hkgti_epn.ds
- As 1. but just consider the validity ranges for parameters
P1, and P2:
hkgtigen instrument=epn withparameters=true parameters="P1 P2" \
withgtiset=true gtiset=hkgti_epn.ds
- As 1. but do not consider any present validity ranges for
parameters P1, and P2:
hkgtigen instrument=epn withparameters=true except=true parameters="P1 P2" \
withgtiset=true gtiset=hkgti_epn.ds
- As 3.; consider additional validity ranges for two parameters
PS1, and PS2. If the CAL provides ranges for these as well,
they get replaced by the values on the command line:
hkgtigen instrument=epn withparameters=true except=true parameters="P1 P2" \
withoverrideparameters=true overrideparameters="PS1 PS2" \
overrideparametervalues="@ IN [-99, 99] ; @ IN [1234, 5678] || @ IN [10,20]"\
withgtiset=true gtiset=hkgti_epn.ds