Skip to content

Commit 4770cc6

Browse files
add constellation visualization
1 parent 560b8d3 commit 4770cc6

340 files changed

Lines changed: 11685 additions & 61 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.idea/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/StarPerf_Simulator.iml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.md

Lines changed: 21 additions & 1 deletion

StarPerf.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,22 @@ def main():
3636
KITS_TEST_CASES.kits_test_cases()
3737
print("END.")
3838

39+
"""
40+
The visualization results generated here will be located under
41+
/StarPerf_Simulator/visualization/CesiumApp. Before you uncomment
42+
this section and run the visualization, please make sure to set your
43+
own Cesium Token by assigning it to the Cesium.Ion.defaultAccessToken
44+
parameter in /StarPerf_Simulator/visualization/html_head_tail/head.html
45+
46+
For the specific steps of rendering the resulting web page, please
47+
refer to the Constellation Visualization Instructions in README.md.
48+
"""
49+
# print("Starting constellation visualization...")
50+
# # test visualization part in "visualization/" in starperf 2.0
51+
# import visualization.constellation_visualization as CONS_VIS_TEST_CASES
52+
# CONS_VIS_TEST_CASES.visualization_example()
53+
# print("END.")
54+
3955
"""
4056
This will test the functionality of duration constellation. It is similar to the previously
4157
implemented XML Constellation, but supports customizing the simulation time and simulation

data/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)