Last modified by sndueste on 2025/02/05 15:00

From version 19.1
edited by sndueste
on 2025/02/05 15:00
Change comment: There is no comment for this version
To version 17.1
edited by sndueste
on 2024/03/13 14:54
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -3,12 +3,12 @@
3 3  
4 4  == Introduction ==
5 5  
6 -As explained in the [[User overview>>doc:FLASHUSER.Data Acquisition and controls.DAQ and controls overview.WebHome]] page the data recorded at FLASH is stored in an internal DAQ format (.raw) which is converted with a few minutes delay to easily accessible HDF5 ([[doc:FLASHUSER.Data Acquisition and controls.DAQ and controls overview.Offline data analysis (DAQ).The FLASH HDF5 structure.WebHome]]) files which are the basis for data analysis. These  files are stored on the [[ASAP3 File System>>https://docs.desy.de/asap3/||rel="nofollow" shape="rect"]] which is accessible from DESYs  [[Maxwell Cluster>>https://docs.desy.de/maxwell/||shape="rect"]] which is recommended to be used for the analysis by users. H5py and Pandas allow efficient access to the recorded data in the HDF5 files. In addition the HDF5 files are accessible from the beamline computers and via a web interface:  [[Gamma Portal>>url:https://gamma-portal.desy.de||shape="rect"]]
6 +As explained in the [[User overview>>doc:FLASHUSER.Data Acquisition and controls.DAQ and controls overview.WebHome]] page the data recorded at FLASH is stored in an internal DAQ format (.raw) which is converted with a few minutes delay to easily accessible HDF5 ([[doc:FLASHUSER.Data Acquisition and controls.Data Access at FLASH (DAQ, gpfs,\.\.\.).Offline data analysis (DAQ).The FLASH HDF5 structure.WebHome]]) files which are the basis for data analysis. These  files are stored on the [[ASAP3 File System>>url:https://confluence.desy.de/display/ASAP3/ASAP3++Data+Storage+for+PETRA+III||rel="nofollow" shape="rect"]] which is accessible from DESYs  [[Maxwell Cluster>>url:https://confluence.desy.de/display/MXW/Maxwell+Cluster||shape="rect"]] which is recommended to be used for the analysis by users. H5py and Pandas allow efficient access to the recorded data in the HDF5 files. In addition the HDF5 files are accessible from the beamline computers and via a web interface:  [[Gamma Portal>>url:https://gamma-portal.desy.de||shape="rect"]]
7 7  
8 8  
9 9  == Access to the Maxwell cluster ==
10 10  
11 -The [[Maxwell Cluster>>https://docs.desy.de/maxwell/||rel="nofollow" shape="rect"]] is a powerful farm of inter-connected PC nodes running Scientific GNU/Linux. **To access the cluster you need a DESY AFS computing account or a so called scientific account (PSX).**
11 +The [[Maxwell Cluster>>url:https://confluence.desy.de/display/IS/Photon+Science+on+Maxwell||rel="nofollow" shape="rect"]] is a powerful farm of inter-connected PC nodes running Scientific GNU/Linux. **To access the cluster you need a DESY AFS computing account or a so called scientific account (PSX).**
12 12  
13 13  {{info title="PSX account"}}
14 14  The scientific (internally called: PSX)  account is a "real" account that is needed to be able to log into DESY computers ( mainly used for Maxwell). This is different from the[[ DOOR>>url:https://door.desy.de/door/index.php||shape="rect"]] account that you need for administrative purposes to be registered for the experiment, do safety training etc.
... ... @@ -16,17 +16,18 @@
16 16  To get a PSX account please talk to your local contact well before the beamtime.
17 17  {{/info}}
18 18  
19 -* To connect to the Maxwell cluster as PhotonScience user (or staff) please have a look to the [[Photon Science Resources - Maxwell >>https://docs.desy.de/maxwell/documentation/photon_science_resources/||shape="rect"]] pages.
19 +* To connect to the Maxwell cluster as PhotonScience user (or staff) please have a look to the [[Photon Science Resources - Maxwell >>url:https://confluence.desy.de/display/MXW/Photon+Science+Resources||shape="rect"]] pages.
20 20  * From outside the DESY network ~-~- eduroam or the DESY guest network are considered to be outside ~-~- then you can SSH tunnel your connection through **[[max-display.desy.de>>url:https://confluence.desy.de/display/MXW/Interactive+Login||shape="rect"]]**{{code language="none"}}{{/code}}.
21 21  
22 -{{info title="login with functional accounts"}}
22 +{{info title="
23 +login with functional accounts"}}
23 23  **Note**: Please, always do use your personal account to work on the Maxwell cluster or any central DESY computing resources. Don't use the functional accounts like vuvfuser or bl1user. Using functional accounts on shared resources causes many difficult to predict problems, even if it might appear to work for you in the beginning. Also, **never** try to login to **bastion **{{code language="none"}}{{/code}}or **max-display**{{code language="none"}}{{/code}} using one of the functional accounts.
24 24  {{/info}}
25 25  
26 26  == Maxwell cluster ==
27 27  
28 -The extensive documentation can be found at [[Maxwell Cluster>>https://docs.desy.de/maxwell/||shape="rect"]]
29 +The extensive documentation can be found at [[Maxwell Cluster>>url:https://confluence.desy.de/display/MXW/Maxwell+Cluster||shape="rect"]]
29 29  
30 -In particular we want to mention the option [[JupyterHub2 on Maxwell>>https://docs.desy.de/maxwell/services/jupyterhub/]] , for more advanced computing demands [[Running Jobs on Maxwell.>>https://docs.desy.de/maxwell/services/]]
31 +In particular we want to mention the option [[JupyterHub2 on Maxwell>>doc:MXW.JupyterHub2 on Maxwell]] , available [[Software>>doc:IS.Software]] , for more advanced computing demands [[Running Jobs on Maxwell.>>doc:MXW.Introduction to SLURM jobs]]
31 31  
32 32