Difference between revisions of "Configuring and running FIA"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
To run FIA in stand-alone mode from the command prompt, you must supply data files and a configuration file. | To run FIA in stand-alone mode from the command prompt, you must supply data files and a configuration file. | ||
+ | |||
+ | [[Setting up data files|Setting up data files]] | ||
[[Configuration files|Setting up a configuration file]] | [[Configuration files|Setting up a configuration file]] |
Revision as of 05:04, 20 August 2021
FIA can be configured in two ways, depending on how you want to call the program:
Calling FIA from the command line
To run FIA in stand-alone mode from the command prompt, you must supply data files and a configuration file.
Setting up a configuration file
Calling FIA from code
This option requires that you supply (i) data as in-memory arrays, (ii) calls to configuration functions that set up how you want to run the analysis, and (iii) suitable code to call FIA from your coding environment.