Maser Data Analyzer

[1]:
SourcePath = '/media/HD2/Vineeth/PostDoc_Simulations/Github/PyOR_V1/PyOR_Combined/PyOR/Source_Doc'

# Add source path
import sys
sys.path.append(SourcePath)
import time
%matplotlib ipympl

from PyOR_MaserDataAnalyzer import MaserDataAnalyzer
import PyOR_MaserDataAnalyzer as MDA
[2]:
"""
Bruker2Ddata will create fid1.csv (first fid with index 0) from the "ser" file with TD F1 (indirect dimension) = 200
"""

# MDA.Bruker2Ddata("/media/HD2/Vineeth/PostDoc_Simulations/Github/PyOR_V1/PyOR_Combined/Working_Examples/Maser_Data_Analysis/Maser_2D_data/ser", 200, 0, 'fid1')
[2]:
'\nBruker2Ddata will create fid1.csv (first fid with index 0) from the "ser" file with TD F1 (indirect dimension) = 200\n'
[3]:
Data1 = MaserDataAnalyzer("/media/HD2/Vineeth/PostDoc_Simulations/Github/PyOR_V1/PyOR_Combined/PyOR/Examples/Nonlinear_NMR/Maser_DataAnalyzer_Bruker/fid1.csv", 20.e-6)
[4]:
Data1.Plot()
[5]:
Data1.Plot_FFT()
[6]:
Data1.Plot_Signal()