MCPcopy Create free account
hub / github.com/NSLS2/PyXRF / get_positions_set

Function get_positions_set

pyxrf/model/command_tools.py:215–219  ·  view source on GitHub ↗
(img_dict)

Source from the content-addressed store, hash-verified

213 return {}
214
215 def get_positions_set(img_dict):
216 if "positions" in img_dict:
217 return img_dict["positions"]
218 else:
219 return {}
220
221 scaler_dict = get_scaler_set(img_dict)
222 scaler_name_list = list(scaler_dict.keys())

Callers 1

fit_pixel_data_and_saveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected