The package, janus.format.exfor.filters, contains the classes that parse the EXFOR information when the user imports a EXFOR file in the “Tools/Import” dialog box.
The original EXFOR format is a complete format like ENDF. Janis, however, imports a NEA preprocessed form of this original EXFOR format. The preprocessed form contains extracted information that is useful to Janis and stores it in a simple format. Janis’ EXFOR format provides representations for cross sections and angular, energy angle, and energy distributions.
Three classes are used to convert an EXFOR file to Janis objects. These classes are EXFOR_FileFilter, EXFOR_LineFilter, and EXFOR_InputStream.