... | ... | @@ -44,7 +44,7 @@ After installing the code and recreating the workspace, some machine-dependent m |
|
|
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.
|
|
|
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).
|
|
|
|
|
|
To make the pipeline working, you have to adjust a few fields in the configuration file.
|
|
|
To do so, open it with a text editor and modify the following:
|
... | ... | @@ -74,7 +74,7 @@ Therefore you can generate ~750 maps / day. |
|
|
To make the code acknowledge the *existence* of a station, a few steps are needed:
|
|
|
|
|
|
- add the station CODE (e.g., `ITPI01`) and NAME (e.g., `PINOTORINESE`) to the [`solutions.ini`](https://www.ict.inaf.it/gitlab/dario.barghini/prisma-workspace/-/blob/main/settings/solutions.ini) file inside `workspace/settings/`.
|
|
|
If you do not have access to the workspace, you can find a template (uploads/solutions_template.ini)[here].
|
|
|
If you do not have access to the workspace, you can find a template here [](uploads/solutions_template.ini).
|
|
|
- create a folder named after the camera CODE inside `/workspace/settings/configuration/`.
|
|
|
This folder must contain an initialization file in the format of `CODE.ini`, with the station and camera specification (e.g., [`ITPI01.ini`](https://www.ict.inaf.it/gitlab/dario.barghini/prisma-workspace/-/blob/main/settings/configuration/ITPI01/ITPI01_20171010.ini)).
|
|
|
If you do not have access to the workspace, you can find a template here [](uploads/CODE01_template.ini).
|
... | ... | @@ -83,7 +83,7 @@ More details are given in the [Settings](Settings) page. |
|
|
|
|
|
# Third-part libraries
|
|
|
|
|
|
The PRISMA pipeline makes use of many external third-part IDL libraries in its code, listed here:
|
|
|
The PRISMA pipeline makes use of many external third-part IDL libraries in its code, listed below:
|
|
|
|
|
|
- [The IDL Astronomy User's Library](https://idlastro.gsfc.nasa.gov/) ([GitHub](https://github.com/wlandsman/IDLAstro))
|
|
|
- [Markwardt IDL Library](https://cow.physics.wisc.edu/~craigm/idl/idl.html)
|
... | ... | |