Open main menu

Changes

Start '''nmrDraw''' by command
nmrDraw
 
== Convert and spectral processing all ==
Now we want to convert all spectra.<br>
You should have a '''fid.com''' and '''nmrproc.com''' in the first FID folder.<br>
We now copy these script into all of the experimental folders, and execute them.
 
<source lang="bash">
cd $CWD
 
set FIDS=`cat fid_files.ls`
foreach I (`seq 1 ${#FIDS}`)
set FID=${FIDS[$I]}; set DIRN=`dirname $FID`
cd $DIRN
cp ${FIDS[1]}/fid.com .
cp ${FIDS[1]}/nmrproc.com .
./fid.com
./nmrproc.com
cd ..
end
 
 
</source>
Trusted, Bureaucrats
1,382

edits