apsbits.demo_instrument.callbacks.spec_data_file_writer#
custom callbacks#
User choice of the SPEC file name. |
|
Make it easy for user to add comments to the data file. |
|
The SPEC file writer object. |
Module Attributes
The SPEC file writer object. |
Functions
Initialize specwriter with the run engine. |
|
|
User choice of the SPEC file name. |
|
Make it easy for user to add comments to the data file. |
- apsbits.demo_instrument.callbacks.spec_data_file_writer.init_specwriter_with_RE(RE)[source]#
Initialize specwriter with the run engine.
- apsbits.demo_instrument.callbacks.spec_data_file_writer.newSpecFile(title, scan_id=None, RE=None)[source]#
User choice of the SPEC file name.
Cleans up title, prepends month and day and appends file extension. If
RE
is passed, then resetsRE.md["scan_id"] = scan_id
.If the SPEC file already exists, then
scan_id
is ignored andRE.md["scan_id"]
is set to the last scan number in the file.
- apsbits.demo_instrument.callbacks.spec_data_file_writer.spec_comment(comment, doc=None)[source]#
Make it easy for user to add comments to the data file.
- apsbits.demo_instrument.callbacks.spec_data_file_writer.specwriter#
The SPEC file writer object.