-
During experiment, extra copies of tiffs are passed to `~/pe1_data/year/month/day`. If this directory doesn't exist, that would raise an issue and stop the scan. This writing behavior is done by tiff …
-
For some unknown reason, `acquire_obj.md` gives whole contents of dictionary, while `acquire_obj.attribute` yields partially content or even `AttributeError`.
For example,
```
in[]: ScanPlan.md
ou…
-
test if code breaks after renaming Tseries to Tramp
-
`shutil` package, the one we used in `export_data()`, doesn't seem to work well for large data. It takes a long time (~5mins) and sometimes it just stops there...
It functions well on cleaning exist…
-
This feedback is related to in-situ measurement, with small overlap with feedback we had before.
For advanced users, they might need a delicate scan plan that allows them to take dark at the largest…
-
save_tiff() should save a tiff file, not plot it.
Then we need another function called plot_tiff() where we put that plotting logic.
-
from Eric's email:
Starting_T ending_T requested T_step computed T_step
200 180 5 6.3333
500 300 100 -200
100 …
-
either solve get_ipython() or instantiate pe1c during startup
-
Corrected image is incorrect. Need to review the code and see where does it went wrong
-
After months of struggling with the installation of the TRIQS I finally got it running.
I observed that there are a few omissions in the example.py file:
"import matplotlib
matplotlib.pyplot.show()"
I…