X-Midas Users Take Note:
Some of the tags for the NeXtMidas HEADERMOD command do not match those of the X-Midas HEADERMOD command. For instance, the F= tag in X-Midas is FORM= in NeXtMidas. NeXtMidas makes use of a Java feature called reflection to find the appropriate method when a tag is given. In the case of FORM= it will find the DataFile.setFormat() method and call it. By using reflection NeXtMidas is able to eliminate any additional wrapper that would otherwise be present in the HEADERMOD command.