= Helper scripts for Spectral processing =
== convert_all.com ==
<source lang="bash">
#!/bin/csh -f
set x = 0
while ( $x <= 35 )
mv $x.fid $x.fid.temp
mkdir $x.fid
cd $x.fid
mv ../$x.fid.temp ./fid
cp ../fid.com .
./fid.com
cd ..
@ x = $x + 1
end
</source>
== fft_all.com ==
<source lang="bash">
#! /bin/csh -f
set x = 0
while ( $x <= 35 )
cd $x.fid
cp ../fft.com .
./fft.com
cd ..
@ x = $x + 1
end
</source>
= Scripts used in Tutorial =
== CPMG_1_sort_pseudo3D_initialize_files.sh ==
<source lang="bash">
</source>
=Script to convert into SPARKY and add to SPARKY lists = convert_all.com ==<source lang="bash">#!/bin/csh -f set x = 0 while ( $x <= 35 ) mv $x.fid $x.fid.temp mkdir $x.fid cd $x.fid mv ../$x.fid.temp ./fid cp ../fid.com . ./fid.com cd .. @ x = $x + 1end</source> == fft_all.com ==<source lang="bash">#! /bin/csh -f set x = 0 while ( $x <= 35 ) cd $x.fid cp ../fft.com . ./fft.com cd .. @ x = $x + 1end</source>
== NMRPipe_to_Sparky.sh ==
<source lang="bash">
</source>
= Script to input for NMRPipe SeriesTab =
== stPeakList.pl ==
<source lang="perl">