Skip to content

API for synchronizing raw data with ICAT

Wout De Nolf requested to merge sync_raw_icat into main

Installation (the extra dependency is needed to fetch ICAT connection info from Beacon)

pip install pyicat-plus[bliss]

Synchronize all data (dry run by default)

icat-sync-raw

Synchronize a specific session (with uploading to ICAT)

icat-sync-raw --beamline id27 --proposal blc14904 --session 20230829 --format esrfv3 --register
Edited by Wout De Nolf

Merge request reports