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
Compare revisions
b9da0d477a8d0aed53cd8258ae0afbdf1f23f4ec to 8e8d0a45558d923a8596e1ebb620ff267db89773
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
caesar/wp2330/wiki
Select target project
No results found
8e8d0a45558d923a8596e1ebb620ff267db89773
Select Git revision
Branches
dario.delmoro-main-patch-65693
dario.delmoro-main-patch-95280
edit1
main
nuovo_branch
nuovo_branch2
s2_dev
s3_dev
8 results
Swap
Target
caesar/wp2330/wiki
Select target project
caesar/wp2330/wiki
1 result
b9da0d477a8d0aed53cd8258ae0afbdf1f23f4ec
Select Git revision
Branches
dario.delmoro-main-patch-65693
dario.delmoro-main-patch-95280
edit1
main
nuovo_branch
nuovo_branch2
s2_dev
s3_dev
8 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
......
· 29dce80e
Stefano Scardigli
authored
1 year ago
29dce80e
Merge branch 's3_dev' into 'main'
· 8e8d0a45
Valerio Formato
authored
1 year ago
...... See merge request
!21
8e8d0a45
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
View file @
8e8d0a45
ASPIS.py
library
ASPIS.py
package
----------------
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
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
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.
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
field of SWX and astrophysics in general.
Functions
^^^^^^^^^
^^^^^^^^^
^^^^^^^^^
The functions of the ASPIS.py module are conceived to implement the following key components of the
ASPIS service:
...
...
@@ -94,7 +94,7 @@ the provided Wheel file. Note that version number may have changed.
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 datetime import datetime
...
...
@@ -128,7 +128,7 @@ plot:
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).
#. 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.
...
...
This diff is collapsed.
Click to expand it.