Spectra Format Conversion from NMRPipe Data: Difference between revisions

From NESG Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
 '''Spectra Format Conversion from NMRPipe Processed Data'''  
 '''Spectra Format Conversion from NMRPipe Processed Data'''  


<br>


 
===== NMRPipe to Sparky =====
NMRPipe to Sparky  


For a 2D Matrix name nmrpipe_2d-data.ft2  
For a 2D Matrix name nmrpipe_2d-data.ft2  
Line 9: Line 9:
:pipe2ucsf nmrpipe_2d-data.ft2 sparky_2d-data.ucsf
:pipe2ucsf nmrpipe_2d-data.ft2 sparky_2d-data.ucsf


NMRPipe to CARA
===== NMRPipe to CARA =====


===== <br> NMRPipe to XEASY  =====


NMRPipe to XEASY
===== NMRPipe to NMRViewJ  =====


NMRPipe to NMRViewJ
:At the end of the processing script (e.g. ft2d.com or nmrproc.com), insert the following two lines:  
:At the end of the processing script (e.g. ft2d.com or nmrproc.com), insert the following two lines:
::nmrPipe -in gnhsqc.ft2 \  
::nmrPipe -in gnhsqc.ft2   \
::pipe2xyz -nv -out filename.nv
::pipe2xyz -nv -out filename.nv

Revision as of 16:28, 7 December 2009

 Spectra Format Conversion from NMRPipe Processed Data


NMRPipe to Sparky

For a 2D Matrix name nmrpipe_2d-data.ft2

pipe2ucsf nmrpipe_2d-data.ft2 sparky_2d-data.ucsf
NMRPipe to CARA

NMRPipe to XEASY
NMRPipe to NMRViewJ
At the end of the processing script (e.g. ft2d.com or nmrproc.com), insert the following two lines:
nmrPipe -in gnhsqc.ft2 \
pipe2xyz -nv -out filename.nv