Skip to content

Resolve "BLC and IH proposals in the inhouse folders"

Closes #3486 (closed)

Make the proposal type assignment configurable in the beamline configuration. You can select the prefix for inhouse and test proposals if the default is not suite the beamline.

scan_saving:
    class: ESRFScanSaving
    beamline: id10
    #below to change defaults root of necessary
    tmp_data_root:
        id10a: /data/id10/inhouse/tmp/
        id10b: /data/id10b/inhouse/tmp/
    #visitor_data_root:
    #    id10a: /data/id10/inhouse/22run3/
    #    id10b: /data/id10b/inhouse/{date}/
    inhouse_data_root: 
        id10a: /data/id10/inhouse/22run3/
        id10b: /data/id10b/inhouse/{date}/
    inhouse_proposal_prefixes:
        - blc
        - ih
    tmp_proposal_prefixes:
        - myproposal
Edited by Wout De Nolf

Merge request reports