Difference between revisions of "Configuring and running FIA"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
[[Running FIA from Windows|Running FIA from Windows]] | [[Running FIA from Windows|Running FIA from Windows]] | ||
− | Running FIA from Linux | + | [[Running FIA from Linux|Runng FIA from Linux]] |
==Calling FIA from code== | ==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. | 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. |
Revision as of 05:02, 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
This option requires that you supply (i) data files, and (ii) a configuration file. The mechanics of doing this are shown in the following links:
Data files for FIA
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.