... | @@ -33,7 +33,7 @@ The folder structure needed for the execution of the PRISMA pipeline and detaile |
... | @@ -33,7 +33,7 @@ The folder structure needed for the execution of the PRISMA pipeline and detaile |
|
The complete workspace for the PRISMA pipeline is hosted in a separate repository named [PRISMA-workspace](https://www.ict.inaf.it/gitlab/dario.barghini/prisma-workspace), which is available to PRISMA collaborators only, since it hosts detailed information about the PRISMA stations, their location and configuration.
|
|
The complete workspace for the PRISMA pipeline is hosted in a separate repository named [PRISMA-workspace](https://www.ict.inaf.it/gitlab/dario.barghini/prisma-workspace), which is available to PRISMA collaborators only, since it hosts detailed information about the PRISMA stations, their location and configuration.
|
|
If you do not have access to it, the workspace is easily reproducible following the guidelines detailed in the [Workspace](Workspace) page.
|
|
If you do not have access to it, the workspace is easily reproducible following the guidelines detailed in the [Workspace](Workspace) page.
|
|
|
|
|
|
If you have access to it, the PRISMA-workspace repository is linked to the pipeline via a git submodule in the `workspace` folder.
|
|
If you have access to it, the PRISMA-workspace repository is linked to the pipeline via a git submodule in the `/workspace/` folder.
|
|
When cloning directly from this repository, remember to include the `--recurse-submodules` option to automatically pull its content from the submodule.
|
|
When cloning directly from this repository, remember to include the `--recurse-submodules` option to automatically pull its content from the submodule.
|
|
|
|
|
|
Most of the directories contained in the workspace will be empty at the beginning since they will contain data (input) and results (output) of the pipeline itself.
|
|
Most of the directories contained in the workspace will be empty at the beginning since they will contain data (input) and results (output) of the pipeline itself.
|
... | @@ -41,7 +41,7 @@ Most of the directories contained in the workspace will be empty at the beginnin |
... | @@ -41,7 +41,7 @@ Most of the directories contained in the workspace will be empty at the beginnin |
|
# Settings
|
|
# Settings
|
|
|
|
|
|
After installing the code and recreating the workspace, some machine-dependent modifications are needed for the PRISMA pipeline to be fully operative on your computer.
|
|
After installing the code and recreating the workspace, some machine-dependent modifications are needed for the PRISMA pipeline to be fully operative on your computer.
|
|
Most of them are enclosed in the [`configuration.ini`](https://www.ict.inaf.it/gitlab/dario.barghini/prisma-workspace/-/blob/main/settings/configuration.ini) file inside `(your_path_to_the)/workspace/settings/`.
|
|
Most of them are enclosed in the [`configuration.ini`](https://www.ict.inaf.it/gitlab/dario.barghini/prisma-workspace/-/blob/main/settings/configuration.ini) file inside `/your_path_to_the/workspace/settings/`.
|
|
More details about this file are given in the [Settings](Settings) page.
|
|
More details about this file are given in the [Settings](Settings) page.
|
|
The configuration file in the workspace is designed for execution on the PRISMA servers.
|
|
The configuration file in the workspace is designed for execution on the PRISMA servers.
|
|
If you do not have access to the workspace, you can find a template here [](uploads/configuration_template.ini).
|
|
If you do not have access to the workspace, you can find a template here [](uploads/configuration_template.ini).
|
... | @@ -97,7 +97,10 @@ The PRISMA pipeline makes use of many external third-part IDL libraries in its c |
... | @@ -97,7 +97,10 @@ The PRISMA pipeline makes use of many external third-part IDL libraries in its c |
|
- [JHU/APL/S1R IDL Library](https://fermi.jhuapl.edu/s1r/idl/s1rlib/local_idl.html)
|
|
- [JHU/APL/S1R IDL Library](https://fermi.jhuapl.edu/s1r/idl/s1rlib/local_idl.html)
|
|
- [TeXtoIDL](https://physics.mnstate.edu/craig/textoidl/)
|
|
- [TeXtoIDL](https://physics.mnstate.edu/craig/textoidl/)
|
|
|
|
|
|
To install these libraries, follow the download links provided in the list and place the respective directories in an IDL path (see instructions above for the PRISMA pipeline).
|
|
A copy of the current version of these libraries is available to PRISMA collaborators in the repository [PRISMA-thirdpart](https://www.ict.inaf.it/gitlab/dario.barghini/prisma-thirdpart.git) and linked to this repository via a git submodule in the `/code/thirdpart/` folder.
|
|
|
|
After cloning the repository, remember to untar each libraries into separate folders.
|
|
|
|
|
|
|
|
If you do not have access to it, follow the download links provided in the list and place the respective directories in an IDL path (see instructions above for the PRISMA pipeline).
|
|
|
|
|
|
# NRLMSIS2.0 atmospheric model
|
|
# NRLMSIS2.0 atmospheric model
|
|
|
|
|
... | | ... | |