Changeset 13329 for fact/tools


Ignore:
Timestamp:
04/07/12 10:15:03 (12 years ago)
Author:
neise
Message:
added automodule support
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/pyscripts/pyfact/pyfact.py

    r13323 r13329  
    2727    """
    2828
     29
    2930    def __init__(self, data_file_name, calib_file_name,
    3031                user_action_calib=lambda acal_data, data, blm, tom, gm, scells, nroi: None,
     
    4142        baseline_file_name : npy file containing the baseline values
    4243        """
     44        self.__module__='pyfact'
    4345        # manual implementation of default value, but I need to find out
    4446        # if the user of this class is aware of the new option
Note: See TracChangeset for help on using the changeset viewer.