Skip to content
Snippets Groups Projects
Commit 29dce80e authored by Stefano Scardigli's avatar Stefano Scardigli
Browse files

......

parent d38743f0
No related branches found
No related tags found
1 merge request!21......
Pipeline #20731 passed
ASPIS.py library ASPIS.py package
---------------- ----------------
Intro Intro
^^^^^ ^^^^^
ASPIS.py is a library of code that allows access to the data contained in ASPIS database and other ASPIS.py is a package of code that allows access to the data contained in ASPIS database and other
various community databases, to perform client-side specific analyses of this data and to various community databases, to perform client-side specific analyses of this data and to
visualize it. The data available are of two types: data in the internal database produced by the CAESAR visualize it. The data available are of two types: data in the internal database produced by the CAESAR
community and information on external data in other databases. Along with access to the data, the community and information on external data in other databases. Along with access to the data, the
ASPIS.py library contains code packages that can be imported as library objects, with which to perform ASPIS.py package contains code packages that can be imported as package objects, with which to perform
analysis and/or visualization of the data. analysis and/or visualization of the data.
The criterion of ASPIS.py is to act as a collector for the data and analysis software of the Space Weather (SWx) Italian The criterion of ASPIS.py is to act as a collector for the data and analysis software of the Space Weather (SWx) Italian
...@@ -25,7 +25,7 @@ standardization, making it easier for researchers to work with and build upon ea ...@@ -25,7 +25,7 @@ standardization, making it easier for researchers to work with and build upon ea
field of SWX and astrophysics in general. field of SWX and astrophysics in general.
Functions Functions
^^^^^^^^^^^^^^^^^^ ^^^^^^^^^
The functions of the ASPIS.py module are conceived to implement the following key components of the The functions of the ASPIS.py module are conceived to implement the following key components of the
ASPIS service: ASPIS service:
...@@ -94,7 +94,7 @@ the provided Wheel file. Note that version number may have changed. ...@@ -94,7 +94,7 @@ the provided Wheel file. Note that version number may have changed.
Use case example Use case example
^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^
Here we show an example of the way a user can use a specific product of the ASPIS.py library. Here we show an example of the way a user can use a specific product of the ASPIS.py package.
from aspis import products as aps from aspis import products as aps
from datetime import datetime from datetime import datetime
...@@ -128,7 +128,7 @@ plot: ...@@ -128,7 +128,7 @@ plot:
This example code performs the following steps: This example code performs the following steps:
#. Import necessary modules and classes from the "aspis" library. #. Import necessary modules and classes from the "aspis" package.
#. Define input parameters, namely the initial velocity (V0), its uncertainty (sigma_V0), and a times-tamp (Time_UTC). #. Define input parameters, namely the initial velocity (V0), its uncertainty (sigma_V0), and a times-tamp (Time_UTC).
#. Create an instance of the "pdbm" class from the "aspis.products" module. #. Create an instance of the "pdbm" class from the "aspis.products" module.
#. Use this instance to compute the CME (Coronal Mass Ejection) model parameters based on the provided input. #. Use this instance to compute the CME (Coronal Mass Ejection) model parameters based on the provided input.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment