- 19 Feb, 2019 4 commits
-
-
bliss administrator authored
-
bliss administrator authored
-
bliss administrator authored
-
bliss administrator authored
-
- 12 Feb, 2019 1 commit
-
-
Sebastien Petitdemange authored
-
- 08 Feb, 2019 19 commits
-
-
Matias Guijarro authored
Put motor group under 'axis' node in redis and for Flint
-
Matias Guijarro authored
-
Matias Guijarro authored
For file writer, and HDF5 in particular, scans with multiple top-masters are handled as individual scans with a '.X' suffix appended to the scan number, where X represents the subscan number: 1,2,... By default any top master will stop the scan when its acquisition is finished. The 'terminator' property can be set to False to indicate the scan will not be finished when this top master ends.
-
Matias Guijarro authored
-
Matias Guijarro authored
-
Matias Guijarro authored
motor groups have no name, hence each channel (motor in group) is attached to its parent node to make it look like it corresponds to its own dataset using the motor name.
-
Matias Guijarro authored
A new master node in file is not created for each master in scan. Removed intra-file references.
-
Sebastien Petitdemange authored
-
Matias Guijarro authored
-
Matias Guijarro authored
-
Matias Guijarro authored
Added 'reset_stats()' method to clear the dict (called from the scan)
-
Sebastien Petitdemange authored
-
Sebastien Petitdemange authored
-
Vincent Michel authored
-
Vincent Michel authored
-
Vincent Michel authored
-
Vincent Michel authored
-
Vincent Michel authored
-
Vincent Michel authored
$ 2to3 -w . $ 2to3 -w bin/* $ black bin/*
-
- 28 Jan, 2019 2 commits
-
-
Sebastien Petitdemange authored
-
Sebastien Petitdemange authored
-
- 23 Jan, 2019 3 commits
-
-
Sebastien Petitdemange authored
Check that the same amount of position for motors
-
Sebastien Petitdemange authored
-
Sebastien Petitdemange authored
-
- 19 Dec, 2018 1 commit
-
-
V. Armando Solé authored
- Get reproducible output and reading of class attributes under python2 and python3
-
- 13 Dec, 2018 3 commits
-
-
Sebastien Petitdemange authored
The hook class have prepare, start, stop callback methods.
-
Sebastien Petitdemange authored
This is usefully if you want to have a motor position for any acquisition points.
-
Geoffrey Mant authored
-
- 03 Dec, 2018 7 commits
-
-
Matias Guijarro authored
-
Matias Guijarro authored
-
Matias Guijarro authored
Avoids confusion
-
Matias Guijarro authored
-
Matias Guijarro authored
-
Matias Guijarro authored
-
Matias Guijarro authored
* ScanSaving objects can have a name to store data in redis, if no name is given an unique identifier is generated * ScanSaving: added 'scan_number' and 'scan_number_format', removed 'run_number' * ScanSaving: removed 'scan' key replaced by 'scan_name' * added 'data_path' to dict returned by ScanSaving.get() * Scan: changed constructor signature, "parent", "writer" has to be passed through a ScanSaving object, if no object is specified the default ScanSaving object for the session is used. Added "save" flags.
-