Skip to content

Commit

Permalink
Merge pull request #162 from aidotse/release
Browse files Browse the repository at this point in the history
Finalizing Release 0.1.3
  • Loading branch information
gomezzz authored Mar 6, 2023
2 parents 3156aa9 + de801ac commit 2506ac9
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 29 deletions.
30 changes: 4 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -802,14 +802,7 @@ The local device is illustrated with white text.
In the upper-right corner, the status of the communication link between each spacecraft is shown.
Finally, the time in the lower left and lower right corners corresponds to the epoch and the PASEOS local simulation time.

<p align="center">
<a href="https://github.com/aidotse/PASEOS/">
<img src="resources/images/animation.png" alt="Scheme" width="910" height="459">
</a>
<p align="center">
Snapshot of PASEOS visualization
</p>
</p>
![Alt Text](resources/images/animation.png)

#### Monitoring Simulation Status

Expand Down Expand Up @@ -844,23 +837,8 @@ paseos_instance.save_status_log_csv("output.csv")

## System Design of PASEOS

<p align="center">
<a href="https://github.com/aidotse/PASEOS/">
<img src="resources/images/datastructure.svg" alt="Scheme" width="910" height="459">
</a>
<p align="center">
Description of PASEOS data structure
</p>
</p>

<p align="center">
<a href="https://github.com/aidotse/PASEOS/">
<img src="resources/images/flowchart.svg" alt="Scheme" width="910" height="459">
</a>
<p align="center">
Description of PASEOS workflow on an individual device
</p>
</p>
![Alt Text](resources/images/datastructure.svg)
![Alt Text](resources/images/flowchart.svg)

## Glossary

Expand Down Expand Up @@ -898,7 +876,7 @@ paseos_instance.save_status_log_csv("output.csv")
An on-termination function is an asynchronous function that can be used by the PASEOS user to specify some operations to be executed on termination of the predefined PASEOS user's activity.

- ### SpacecraftActor
PASEOS [actor](actor) emulating a spacecraft or a satellite.
PASEOS [actor](#actor) emulating a spacecraft or a satellite.

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
author = "Pablo Gómez, Gabriele Meoni, Johan Östman, Vinutha Magal Shreenath"

# The full version, including alpha/beta/rc tags
release = "v0.1.2"
release = "v0.1.3"


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -59,7 +59,7 @@

html_theme = "sphinx_rtd_theme"

html_logo = "logo.jpg"
# html_logo = "logo.jpg"

html_theme_options = {
"logo_only": True,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/resources/images/animation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/source/resources/images/datastructure.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/source/resources/images/flowchart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/resources/images/sat_gif.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="paseos",
version="0.1.2",
version="0.1.3",
description="A package which simulates the space environment for operating multiple spacecraft.",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 2506ac9

Please sign in to comment.