Add preproc to scripts pages

This commit is contained in:
wiltbemj
2024-06-21 16:46:15 -04:00
parent e69d06c3fa
commit e285815032
7 changed files with 93 additions and 17 deletions

View File

@@ -14,6 +14,7 @@ import os
import sys
sys.path.insert(0, os.path.abspath('../../kaipy'))
sys.path.insert(1, os.path.abspath('../../kaipy/scripts/quicklook'))
sys.path.insert(2, os.path.abspath('../../kaipy/scripts/preproc'))
# -- Project information -----------------------------------------------------

View File

@@ -59,6 +59,31 @@ The quicklook directory has scripts that are used to quickly look at the data. T
.. autoprogram:: vizTrj:create_command_line_parser()
:prog: vizTrj.py
Preprocessing
-------------
The preprocessing directory has scripts that are used to setup MAGE simulations including grid generation and solar wind input file. The scripts are:
.. autoprogram:: cda2wind:create_command_line_parser()
:prog: cda2wind.py
.. autoprogram:: genLFM:create_command_line_parser()
:prog: genLFM.py
.. autoprogram:: genRCM:create_command_line_parser()
:prog: genRCM.py
.. .. autoprogram:: INIGenerator:parse_args()
.. :prog: INIGenerator.py
.. .. autoprogram:: wsa2gamera:parser
.. :prog: wsa2gamera.py
.. .. autoprogram:: wsa2TDgamera:create_command_line_parser()
.. :prog: wsa2TDgamera.py
.. autoprogram:: XMLGenerator:create_command_line_parser()
:prog: XMLGenerator.py