X-Midas: myfile.prm(<TAG>=<VAL>) NeXtMidas: myfile.prm{<TAG>=<VAL>}In the above example
<TAG>
is the name of the
header value to override and <VAL>
is the value
to use. (Note that X-Midas uses parentheses while NeXtMidas
uses braces.)
TAG=
names vary between the frameworks.
TAG=
names in the HEADERMOD
explain file.X-Midas: myfile.prm(<TAG1>=<VAL1>)(<TAG2>=<VAL2>) NeXtMidas: myfile.prm{<TAG1>=<VAL1>,<TAG2>=<VAL2>} or myfile.prm{<TAG1>=<VAL1>}{<TAG2>=<VAL2>}
AUX=
which specifies the read/write AUX for the file).