Commit Graph
178 Commits
Author SHA1 Message Date
augustin_s 5fc46cb6e5 use DAQTask in Acquisitions, moved Acquisition.can_create_all_filenames() to utils.path 2020-05-10 12:54:50 +00:00
augustin_s f50917faa1 added specialized DAQTask that holds target filename(s) 2020-05-10 11:59:14 +00:00
augustin_s 4f5ce82f1e clean up: removed superfluous kwargs, fixed os.system() arg seperator, white space, superfluous imports, lists as default arguments, forward TimedLoop args to Loop constructor, cleaner Task status logic 2020-05-10 11:57:45 +00:00
augustin_s 660ef30428 some more fake stuff 2020-05-08 14:42:28 +00:00
augustin_s fe84a41086 missed one acqs -> tasks 2020-05-08 14:41:35 +00:00
augustin_s 9f4e24869a fixed changing screenshot author 2020-05-08 14:39:35 +00:00
augustin_s c91fce67a5 forgotten import 2020-05-08 14:38:54 +00:00
augustin_s fe7b5476f9 forgotten import 2020-05-08 14:38:39 +00:00
augustin_s c727710d3a typo in Task args, renamed all_filenames to make_all_filenames 2020-05-08 14:38:24 +00:00
augustin_s fb3ab573ff refactored can_create_all_files 2020-05-07 17:51:12 +00:00
augustin_s 5cffdeaba6 changeTo -> set_target_value 2020-05-06 17:47:48 +00:00
augustin_s 9a03d83118 acquisition -> task / counter -> acquisition 2020-05-06 17:16:41 +00:00
augustin_s 01d4986e96 added a workaround for py3 zip returning iterator 2020-05-06 17:06:13 +00:00
augustin_s 43a930912d forgot a bunch of selfs 2020-05-06 16:23:51 +00:00
augustin_s cc5ebac358 default data dir is in res 2020-05-06 16:23:28 +00:00
augustin_s a26008f5b8 added fake pv name to fake epics 2020-05-06 10:25:41 +00:00
augustin_s 1ea6df3297 moved mocked unit to fake epics, added pv name to repr of PV wrapper 2020-05-06 10:24:25 +00:00
augustin_s 7ead66dc47 removed now empty controls folder 2020-05-06 10:18:37 +00:00
augustin_s ae00ab2997 moved controls.pv to utils.pv 2020-05-06 10:18:06 +00:00
augustin_s 8fcdf36425 moved eco_epics from controls to utils 2020-05-06 10:15:10 +00:00
augustin_s 2a236f32e7 added json_load to slic.utils 2020-05-06 09:55:06 +00:00
augustin_s f8951a9e4c imports ordered alphabetically 2020-05-06 09:53:55 +00:00
augustin_s 7f9639da69 moved json utils from utils.config to utils.json 2020-05-06 09:50:58 +00:00
augustin_s 58761a15c9 forgotten import 2020-05-06 09:49:10 +00:00
augustin_s 3478fe14a7 renamed utils.json_tools to utils.json 2020-05-06 09:39:02 +00:00
augustin_s a1aded7db8 renamed utils.npy_tools to utils.npy 2020-05-06 09:36:58 +00:00
augustin_s 8e416d3f50 renamed utils.ipy_tools to utils.ipy 2020-05-06 09:36:12 +00:00
augustin_s 2ffd1b55ce renamed utils.fs_tools to utils.path 2020-05-06 09:35:27 +00:00
augustin_s ac7a29274b cleaned up newlines and import order 2020-05-05 19:26:53 +00:00
augustin_s 9bd5791b95 added note on AdjustableGroup 2020-05-05 19:16:14 +00:00
augustin_s ab61a21171 move DIAConfig to separate file 2020-05-05 19:08:09 +00:00
augustin_s cbf5878528 move ScanInfo to separate file 2020-05-05 18:59:22 +00:00
augustin_s 6612ecd79e prefix string as constant 2020-05-05 18:42:22 +00:00
augustin_s c229ed59fa merged make_dir and make_missing_dir 2020-05-05 18:40:10 +00:00
augustin_s 83315e5476 deprecated dscan 2020-05-05 16:11:14 +00:00
augustin_s e4d195cb95 moved some more npy utils into general utils folder 2020-05-05 16:07:37 +00:00
augustin_s 61d8d4d912 removed empty utils.py 2020-05-05 16:00:08 +00:00
augustin_s f7633184ab moved helper func to where its used 2020-05-05 15:59:51 +00:00
augustin_s a240a6ba01 moved some more fs utils into general utils folder 2020-05-05 15:03:18 +00:00
augustin_s 838eca0373 moved SwissFELPaths to separate file 2020-05-05 14:02:50 +00:00
augustin_s 7ac942abfb moved some utils into general utils folder 2020-05-05 11:51:21 +00:00
augustin_s b4c02b3c3d moved some fs utils into general utils folder 2020-05-04 20:21:22 +00:00
augustin_s 43aa266524 had missed one changer -> task 2020-05-04 20:20:51 +00:00
augustin_s f904ed6434 moved condition utils to general utils folder 2020-05-04 19:53:01 +00:00
augustin_s 2ff4c491e9 missed import / corrected comment 2020-05-04 19:37:45 +00:00
augustin_s 5b82872420 missed a return v2 2020-05-04 19:33:26 +00:00
augustin_s 3fe1595620 missed a return 2020-05-04 19:22:05 +00:00
augustin_s 0840296a50 re-factored the default-wait logic 2020-05-04 17:28:30 +00:00
augustin_s 55fee3a29b AutoAdjustable -> GenericAdjustable 2020-05-04 17:20:57 +00:00
augustin_s 1bde629dd6 get_modeDone -> is_moving 2020-05-04 16:28:43 +00:00