moved mupp examples form the mupp source destination to doc/examples.

This commit is contained in:
2024-04-26 15:54:44 +02:00
parent 04181ad1e0
commit d6cc0f3c0e
154 changed files with 0 additions and 8294 deletions

View 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