yuanpeng / res_filter_template.json
0 likes
0 forks
1 files
Last active
1 | { |
2 | "Facility": "SNS", |
3 | "Instrument": "NOM", |
4 | "Title": "ceriaDP375_PAC06_at_300K_IDL_Calib_rf_on", |
5 | "Sample": { |
6 | "Runs": "143157", |
7 | "Background": { |
8 | "Runs": "143230", |
9 | "Background": { |
10 | "Runs": "143074" |
yuanpeng / ADDIE Nginx Configuration
0 likes
0 forks
1 files
Last active
1 | user www-data; |
2 | worker_processes auto; |
3 | pid /run/nginx.pid; |
4 | include /etc/nginx/modules-enabled/*.conf; |
5 | error_log /var/log/nginx/error.log; |
6 | |
7 | include /usr/share/nginx/modules/*.conf; |
8 | |
9 | events { |
10 | worker_connections 1024; |
yuanpeng / G2full_ARMmac.sh
0 likes
0 forks
1 files
Last active
1 | WORKSPACE=/tmp |
2 | condaHome=/tmp/conda311 |
3 | |
4 | gitInstallRepo=[email protected]:AdvancedPhotonSource/GSAS-II-buildtools.git |
5 | gitCodeRepo=https://github.com/AdvancedPhotonSource/GSAS-II.git |
6 | |
7 | pyver=3.11 |
8 | numpyver=1.26 |
9 | |
10 | packages="python=$pyver wxpython numpy=$numpyver scipy matplotlib pyopengl conda anaconda-client git gitpython requests pillow h5py imageio scons cython seekpath" |
Newer
Older