Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caesar
WP2330
wiki
Commits
29dce80e
Commit
29dce80e
authored
1 year ago
by
Stefano Scardigli
Browse files
Options
Downloads
Patches
Plain Diff
......
parent
d38743f0
No related branches found
No related tags found
1 merge request
!21
......
Pipeline
#20731
passed
1 year ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/aspis_py.rst
+6
-6
6 additions, 6 deletions
docs/source/aspis_py.rst
with
6 additions
and
6 deletions
docs/source/aspis_py.rst
+
6
−
6
View file @
29dce80e
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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment