-
Some magic functions could be implemented in a language agnostic way. For example there are the %script commands to call other programs. If somebody implements a Julia/Ruby/R kernel they have to reimp…
minad updated
7 years ago
-
It looks like @klauer did the hard parts. We just need to test this. (Haha, "just.") We also need to think about what we want from the user API.
See https://github.com/klauer/conda-prescriptions/tree…
-
As discussed with Simon, we should make `dark()` a special functions that 1) only does `Count` with the same count time as light image 2) doesn't use `LiveTable`
-
Scan naming is pretty critical. I think we should think about autonaming them.
count:
ct where # is count time. Then add vw, lt and/or ns if they are set to true. e.g., 'ct2.5.vwlt'
Tramp:
T__.…
-
1. `dark(SamO,ScanO)` is a run with the shutter closed where `isdark=True` is set
2. users can run `dark()` manually and we won't change that.
3. However, we seek an automated dark protocol that wi…
-
This from Eric,
Another useful feature (that is not needed for now) would be to have some comments appear on the screen as the T series scan progresses. Right now, I do not know how far the scan is. …
-
Now we all rely on `_start_beamtime` to set up stem of all data paths, so `export_data` doesn't work in a ipython session that `_start_beamtime` hasn't been run which could be a very common situation.…
-
So far program relies on `icollection` to initiate `dark_scan_list` and yamify it to build up dark bank. Bug pops out if there is no `icollection` being run after `_end_beamtime` (i.e. exit out ipytho…
-
items never change their position in the list
-
Note for myself:
if we want to switch from `python setup.py develop` to `python setup.py install` we need to run `pip uninstall ` under certain conda environment multiple times until we have `import …