We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
chuckie82
No branches or pull requests
FELsource script requires too many command line options.
Configuration file needed, as it is implemented for diffr module (maybe without recursive usage $CONFIG)
The text was updated successfully, but these errors were encountered: