Open main menu

Changes

= Spectral process files =
== Copy data ==
We first copy the data
<source lang="bash">
# Copy data
cd ..
cp -r spectrometer_data spectrometer_data_processed
cd spectrometer_data_processed
</source>
 
== Change format to NMRPipe ==
<source lang="bash">
cd $DIRN
varian
cd </source> Now we make a file to convert from binary format of Varian to NMRPipe.# Now click, 'read parameters', check 'Rance-Kay'# Remember to set Y-'Observe Freq MHz' to N15# Click 'Save script' to make 'fid.com' file, and 'Quit', and run the script. Now it is time to convert all the fid from varian format to NMRPipe with the script [[Tutorial_for_Relaxation_dispersion_analysis_cpmg_fixed_time_recorded_on_varian_as_fid_interleaved_scripts#CPMG_2_convert_and_process.sh | CPMG_2_convert_and_process.sh]] . <source lang="bash">CPMG_2_convert_and_process.sh
</source>
Trusted, Bureaucrats
1,382

edits