... | ... | @@ -165,7 +165,7 @@ mcascan(add_vortex=False) # chooses to ignore vortex channels and removes them f |
|
|
|
|
|
## analysis
|
|
|
|
|
|
### basic mda plots:
|
|
|
#### basic mda plots:
|
|
|
```python
|
|
|
# n1,n2,n3 is a scan number
|
|
|
# d1,d2,d3 is a detector number - see table below
|
... | ... | @@ -189,7 +189,7 @@ fit_centroid(n) # to calculate avg centroid position during scan n |
|
|
```
|
|
|
|
|
|
|
|
|
### nData
|
|
|
#### nData
|
|
|
```python
|
|
|
from Macros_29id.IEX_nData import *
|
|
|
|
... | ... | @@ -216,7 +216,7 @@ plt.show() |
|
|
```
|
|
|
|
|
|
|
|
|
### mdaFile
|
|
|
#### mdaFile
|
|
|
```python
|
|
|
mydata=mdaFile(1,3) # loads mda scans 1 to 3
|
|
|
mydata.update(4) # loads another scan
|
... | ... | |