-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path__init__.py
More file actions
15 lines (9 loc) · 886 Bytes
/
__init__.py
File metadata and controls
15 lines (9 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"""
This is a set of scripts that provide examples of how to use the python version of the OSSSSim.
L7Sim.py -- Read in the L7 model file (you will need to supply location) and run againts the CFEPS characterization (you will need to supply location)
plotting.py -- Make a face-down solar system plot showing model object and detected objects, based on output of L7Sim.py
read_model_from_file.py -- Using the standards < Driver.in format from the fortran side, read a model from a file
ring.py -- Build a parametric model of a ring of objects and run the survey simulator using the CFEPS characterizations (supply the location) (input model is not saved)
plutino.py -- Build a toy plutino model and run OSSSSim on that. (input model is not saved)
twotinos.py -- Build a twotino model (with Symmetric and Asymmetric islands) and run the simulator. (input model is not saved)
"""