|
META TOPICPARENT |
name="StewartBoogertSpectroscopy2016" |
- 134.219.188.65
- Cool camera to -20 wrt ambient
|
|
< < | |
> > |
- Maxim DL 5
- Camera control -> setup -> connect
|
|
- Thorlabs -> APTUser
- Home moving
- Complete Cadmium scan
|
|
- Hot pixel removal
- Horizontal projection
- Peak finder (1D array, list of lists( Peak, Location, width))
|
|
< < |
- Gaussian fit (list of lists(peak, location, width), list of lists(mu, M, sigma, mu_sig, M_sig, sigma_sig))
- f = lambda(mu,
|
> > |
- Gaussian fit (list of lists(peak, location, width), list of lists(a, mu, sigma, a_sig, mu_sig, sigma_sig))
- f = lambda(m, mu)
|
|
- f = pyfits.open("filename")
- d = f[0].data # 2D array data
|