mirror of
https://asciireactor.com/otho/phy-4660.git
synced 2024-11-24 20:25:08 +00:00
added more data
This commit is contained in:
parent
eb3224517a
commit
811ac5439a
File diff suppressed because it is too large
Load Diff
8192
alpha_spectroscopy/data/5_2_sum.tab
Normal file
8192
alpha_spectroscopy/data/5_2_sum.tab
Normal file
File diff suppressed because it is too large
Load Diff
8193
alpha_spectroscopy/data/AM_calibration_curve
Normal file
8193
alpha_spectroscopy/data/AM_calibration_curve
Normal file
File diff suppressed because it is too large
Load Diff
8192
alpha_spectroscopy/data/Radium.tab
Normal file
8192
alpha_spectroscopy/data/Radium.tab
Normal file
File diff suppressed because it is too large
Load Diff
BIN
alpha_spectroscopy/data/calibration.pdf
Normal file
BIN
alpha_spectroscopy/data/calibration.pdf
Normal file
Binary file not shown.
8192
alpha_spectroscopy/data/calibration_gaussian
Normal file
8192
alpha_spectroscopy/data/calibration_gaussian
Normal file
File diff suppressed because it is too large
Load Diff
16
alpha_spectroscopy/data/plotcodes.R
Normal file
16
alpha_spectroscopy/data/plotcodes.R
Normal file
@ -0,0 +1,16 @@
|
||||
plot(y,xlab="Channel",ylab="Count",lwd=4,pch="-")
|
||||
lines(v[3]*exp(-1/2*(x-v[1])^2/v[2]^2),col=2,lwd=1.4)
|
||||
abline(v = 7813.63,col=4,lwd=1)
|
||||
axis(3,at=7813.63,"5.486 MeV")
|
||||
dev.print(pdf,"../report/calibration.pdf")
|
||||
|
||||
|
||||
Alpha Activity
|
||||
plot(data_4_2,xlab="Energy [MeV]",ylab="Count [Alpha Particles]",pch=".")
|
||||
minor.tick(nx=5,ny=2)
|
||||
abline(v = 5.631,col=2,lwd=1)
|
||||
axis(3,at=5.631,"5.6")
|
||||
abline(v = 5.323,col=2,lwd=1)
|
||||
axis(3,at=5.323,"5.3")
|
||||
dev.print(pdf,"../report/activity.pdf")
|
||||
|
8192
alpha_spectroscopy/data/tmp.tab
Normal file
8192
alpha_spectroscopy/data/tmp.tab
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user