@@ -29,8 +29,13 @@ This directory should contain only IDL code, and nothing else.
### Workspace
The folder structure needed for the execution of the PRISMA pipeline and detailed in the [Workspace](Workspace) page.
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 freely 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 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.
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.