__init__(self,
calcfile,
targfile,
verbosity=1,
persist_lo=None,
used_lo=None,
persist_model=None,
persist_mask=None,
run_stdout=None)
(Constructor)
| source code
|
constructor
- Parameters:
calcfile (string) - name of ped file
targfile (string) - name of cal file
persist_lo (Float32) - minimum allowed value of the persistence
used_lo (Float32) - minimum allowed value of the fraction of pixels used
persist_model (string) - filename containing persistence frame (ring median of)
persist_mask (string) - filename containing pixel mask
run_stdout (file handle) - open trailer file (pipeline use only)
|