mirror of
https://github.com/JHUAPL/kaipy.git
synced 2026-01-09 15:58:04 -05:00
removed wsa2TDgamera artifacts
This commit is contained in:
@@ -8,7 +8,6 @@ Subpackages
|
||||
:maxdepth: 4
|
||||
|
||||
kaipy.gamhelio.lib
|
||||
kaipy.gamhelio.wsa2TDgamera
|
||||
kaipy.gamhelio.wsa2gamera
|
||||
|
||||
Primary Package
|
||||
@@ -117,18 +116,6 @@ kaipy.gamhelio.wsa2gamera.params module
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
|
||||
wsa2TDgamera Package
|
||||
----------
|
||||
|
||||
kaipy.gamhelio.wsa2TDgamera.params module
|
||||
-----------------------------------------
|
||||
|
||||
.. automodule:: kaipy.gamhelio.wsa2TDgamera.params
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
kaipy.gamhelio.wsa2TDgamera package
|
||||
===================================
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
kaipy.gamhelio.wsa2TDgamera.params module
|
||||
-----------------------------------------
|
||||
|
||||
.. automodule:: kaipy.gamhelio.wsa2TDgamera.params
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: kaipy.gamhelio.wsa2TDgamera
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -69,9 +69,6 @@ The preprocessing directory has scripts that are used to setup MAGE simulations
|
||||
.. autoprogram:: wsa2gamera:create_command_line_parser()
|
||||
:prog: wsa2gamera.py
|
||||
|
||||
.. autoprogram:: wsa2TDgamera:create_command_line_parser()
|
||||
:prog: wsa2TDgamera.py
|
||||
|
||||
.. autoprogram:: XMLGenerator:create_command_line_parser()
|
||||
:prog: XMLGenerator.py
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ authors = [
|
||||
]
|
||||
description = "Python software for CGS MAGE and other Kaiju models"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8,<=3.12"
|
||||
requires-python = ">=3.9,<=3.13"
|
||||
keywords = ["CGS", "MAGE", "KAIJU"]
|
||||
license = {text = "BSD 3-Clause"}
|
||||
classifiers = [
|
||||
@@ -72,7 +72,6 @@ cda2wind = "kaipy.scripts.preproc.cda2wind:main"
|
||||
genLFM = "kaipy.scripts.preproc.genLFM:main"
|
||||
genRCM = "kaipy.scripts.preproc.genRCM:main"
|
||||
wsa2gamera = "kaipy.scripts.preproc.wsa2gamera:main"
|
||||
wsa2TDgamera = "kaipy.scripts.preproc.wsa2TDgamera:main"
|
||||
XMLGenerator = "kaipy.scripts.preproc.XMLGenerator:main"
|
||||
|
||||
dbVid = "kaipy.scripts.quicklook.dbVid:main"
|
||||
|
||||
1
setup.py
1
setup.py
@@ -69,7 +69,6 @@ setup(
|
||||
'genLFM=kaipy.scripts.preproc.genLFM:main',
|
||||
'genRCM=kaipy.scripts.preproc.genRCM:main',
|
||||
'wsa2gamera=kaipy.scripts.preproc.wsa2gamera:main',
|
||||
'wsa2TDgamera=kaipy.scripts.preproc.wsa2TDgamera:main',
|
||||
'XMLGenerator=kaipy.scripts.preproc.XMLGenerator:main',
|
||||
'dbVid=kaipy.scripts.quicklook.dbVid:main',
|
||||
'dbpic=kaipy.scripts.quicklook.dbpic:main',
|
||||
|
||||
Reference in New Issue
Block a user