work on the scripting part of mupp. Preparing for the step of parameter transformation.
This commit is contained in:
@@ -9,8 +9,8 @@ load YBCO-40nm-T120K-FC150mT-Escan.db
|
||||
|
||||
selectAll
|
||||
|
||||
addX dataE
|
||||
addY Field
|
||||
x dataE
|
||||
y Field
|
||||
|
||||
savePath ./
|
||||
plot FieldVsEnergy.pdf
|
||||
|
||||
19
src/musredit_qt5/mupp/examples/field-vs-temp.txt
Normal file
19
src/musredit_qt5/mupp/examples/field-vs-temp.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
# This is a comment
|
||||
|
||||
loadPath ./
|
||||
|
||||
load YBCO-40nm-FC-E3p8keV-B10mT-Tscan.db
|
||||
load YBCO-40nm-FC-E3p8keV-B150mT-Tscan.db
|
||||
|
||||
selectAll
|
||||
|
||||
norm
|
||||
x dataT
|
||||
y Field
|
||||
|
||||
savePath ./
|
||||
plot FieldVsTemp.pdf
|
||||
|
||||
macro FieldVsTemp.C
|
||||
|
||||
# end
|
||||
18
src/musredit_qt5/mupp/examples/sigma-vs-temp.txt
Normal file
18
src/musredit_qt5/mupp/examples/sigma-vs-temp.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
# This is a comment
|
||||
|
||||
loadPath ./
|
||||
|
||||
load YBCO-40nm-FC-E3p8keV-B10mT-Tscan.db
|
||||
load YBCO-40nm-FC-E3p8keV-B150mT-Tscan.db
|
||||
|
||||
selectAll
|
||||
|
||||
x dataT
|
||||
y Sigma
|
||||
|
||||
savePath ./
|
||||
plot SigmaVsTemp.pdf
|
||||
|
||||
macro SigmaVsTemp.C
|
||||
|
||||
# end
|
||||
Reference in New Issue
Block a user