issues
search
ucl-sgnl
/
FSPSimulator
Python Version of the UCL FSP
Apache License 2.0
3
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Allow the ability for a user to be able to upload their own starting parameters
#79
blueriver212
opened
1 year ago
0
We need documentation
#78
CharlesPlusC
opened
1 year ago
1
the vast majority of the SpaceObject attributes are not being used. Either we populate them or we get rid of them. For now we are just carting around giant arrays full of NaN
#77
CharlesPlusC
opened
1 year ago
0
No need for "SGP4 long term" parameter in JSON as we no longer use it. There are other "useless" parameters being passed around as well- get rid of them and clean this up.
#76
CharlesPlusC
closed
1 year ago
4
No need for the "buffer" thing anymore as ephemerides are good size. Instead use the buffer to split the number of spaceobjects and parallelize the simulation- should be pretty straighforward.
#75
CharlesPlusC
opened
1 year ago
0
Implement 'forced' decay. Currently after station keeping window everything just naturally decays.
#74
CharlesPlusC
opened
1 year ago
0
Add eccentricity corrections to propagator -> drag circularizes.
#73
CharlesPlusC
opened
1 year ago
0
Temp
#72
blueriver212
closed
1 year ago
0
Changing main to fix bug
#71
blueriver212
closed
1 year ago
0
Add a SpaceObject attribute that records how the object was propagated
#70
CharlesPlusC
opened
1 year ago
0
celestrak_all.json is 63.59 MB; Visualisation.ipynb is 56.83 MB; spacetrack_all.json is 63.60 MB
#69
CharlesPlusC
opened
1 year ago
0
Launch model is super slow. Speed this up.
#68
CharlesPlusC
opened
1 year ago
0
Add force model parametrization in the json + remove integrator step size
#67
CharlesPlusC
closed
1 year ago
1
Use the benchmark notebook to get an approximation of how long it will take to run all the sims
#66
CharlesPlusC
opened
1 year ago
0
Feature/benchmarking
#65
CharlesPlusC
closed
1 year ago
0
Need Github actions for Docstrings and Linting
#64
CharlesPlusC
opened
1 year ago
0
Force model selection parameters
#63
CharlesPlusC
closed
1 year ago
0
Ship this shizzle to a VM and run the full sim
#62
CharlesPlusC
closed
1 year ago
1
Test 3BP function update
#61
CharlesPlusC
closed
1 year ago
2
Clean up the mess in data\external
#60
CharlesPlusC
closed
1 year ago
1
Feature/3 bp and srp
#59
CharlesPlusC
closed
1 year ago
0
remove_items_from_dict function
#58
CharlesPlusC
closed
1 year ago
2
Fix/drag decay
#57
CharlesPlusC
closed
1 year ago
0
Add an analytical propagator (MOCAT?)
#56
CharlesPlusC
closed
1 year ago
1
Fix/catalog pulling
#55
CharlesPlusC
closed
1 year ago
0
Feature/numerical propagator
#54
CharlesPlusC
closed
1 year ago
0
FSP Predictions.csv do not have object types and operational statuses
#53
CharlesPlusC
opened
1 year ago
2
Numerical Integrator Profiling
#52
CharlesPlusC
closed
1 year ago
2
Numerical Integrator: Interface with SpaceObject Class
#51
CharlesPlusC
closed
1 year ago
4
Numerical Integrator Force Model: require cannonball SRP force model
#50
CharlesPlusC
closed
1 year ago
1
Fix/bstar decay issue
#49
CharlesPlusC
closed
1 year ago
0
Fix/broken area
#48
CharlesPlusC
closed
1 year ago
0
Replicate FSP Scenario 1
#47
CharlesPlusC
opened
1 year ago
0
BStar issues
#46
CharlesPlusC
closed
1 year ago
1
Simulation timestep method is very brute force-y
#45
CharlesPlusC
closed
1 year ago
1
Catalog pulling function issues
#44
CharlesPlusC
closed
1 year ago
2
Investigate why so many rows are dropped when merging catalogues.
#43
CharlesPlusC
opened
1 year ago
0
Only allow SpaceObject instances that will not cause errors downstream
#42
CharlesPlusC
closed
1 year ago
0
to do next: check that the new instance verification method meshes with the catalog imports.
#41
CharlesPlusC
closed
1 year ago
1
COSPAR ID "launch piece" is just hard coded.
#40
CharlesPlusC
closed
1 year ago
1
Most Pressing Issue: characteristic area calculation assumptions to be discussed
#39
CharlesPlusC
closed
1 year ago
1
Is radar cross section useful for us? I'd argue not.
#38
CharlesPlusC
closed
1 year ago
1
Decide on a number of categories for "application" attribute
#37
CharlesPlusC
opened
1 year ago
0
When merging catalogs cast object_types and payload_operational_status into the FSP criteria.
#36
CharlesPlusC
opened
1 year ago
1
"altitude" is just set to perigee.
#35
CharlesPlusC
closed
1 year ago
2
semi major axis calculation only works for circular orbits
#34
CharlesPlusC
opened
1 year ago
0
90+% of the objects also have no mass
#33
CharlesPlusC
closed
1 year ago
1
90+% of the objects in the catalog have an area of 0 so they never decay
#32
CharlesPlusC
closed
1 year ago
1
Updating visualisation code to remove all satellite with a high eccen…
#31
blueriver212
closed
1 year ago
0
Visualisations
#30
blueriver212
closed
1 year ago
0
Next