This resets the fitter back to non-resampling mode so all the original data are available. Removes shadow copies of the main data arrays so they resampled data Definition at line 451 of file fitting_toolkit.py. 00451 : 00452 "clear_resampling() removes resampling machinery" 00453 self.xarray=self.saved_xarray 00454 self.yarray=self.saved_yarray 00455 self.firstpass=1 00456 del self.saved_xarray, self.saved_yarray 00457 ##
|