Changeset 13329 for fact/tools/pyscripts/pyfact
- Timestamp:
- 04/07/12 10:15:03 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/pyscripts/pyfact/pyfact.py
r13323 r13329 27 27 """ 28 28 29 29 30 def __init__(self, data_file_name, calib_file_name, 30 31 user_action_calib=lambda acal_data, data, blm, tom, gm, scells, nroi: None, … … 41 42 baseline_file_name : npy file containing the baseline values 42 43 """ 44 self.__module__='pyfact' 43 45 # manual implementation of default value, but I need to find out 44 46 # if the user of this class is aware of the new option
Note:
See TracChangeset
for help on using the changeset viewer.