资 源 简 介
Use wget to download HIFR experiment data
It is just an one-line script that does the download. Works on any linux system with wget.
Retrieve HIFR experiment data to current directory
Usage: get-exp Instrument\_Name Experiment\_Number
Instrument_Name is the instrument name from the list:
cg1d, cg2, cg3, cg4c, cg4d,
hb1, hb1a, hb2a, hb2b, hb2c, hb3, hb3a,
sans1, sans2
Experiment_Number is the experiment number
example:
get-exp cg4c 40
If you get error 404, make sure the inputs are correct and the servers at the instrument is up.
OS X does not come with wget. Please use the included wget and put it in bash PATH:
export PATH=$PATH:"your-PATH-to-get-exp-directory"
or just add this line into your ~/.profile .