Skip to content

make a config file for FELsource #13

@samoylv

Description

@samoylv

FELsource script requires too many command line options.

Configuration file needed, as it is implemented for diffr module (maybe without recursive usage $CONFIG)

if [ "x$MODULE" == xdiffr ] ||  [ "x$MODULE" == xs2e ]  ; then
    cd $ROOT ;
    CONFIG="/data/S2E/modules/simulation_LP_5kev_9fs_2NIP_EMC/diffr/diffr_params_SingFEL_multi"
    echo $CONFIG $PROJECT $CONFIG
    $CONFIG $PROJECT $CONFIG
     ...
    # Perform diagnostic
    python /data/S2E/modules/diffr/diagnostic_singfel.py
fi

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions