Changeset 2130 for branches/casa-prerelease
- Timestamp:
- 04/11/11 21:00:42 (14 years ago)
- Location:
- branches/casa-prerelease/pre-asap
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/casa-prerelease/pre-asap
-
branches/casa-prerelease/pre-asap/Makefile
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/casa-prerelease/pre-asap/SConstruct
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/casa-prerelease/pre-asap/apps
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/casa-prerelease/pre-asap/external-alma
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/casa-prerelease/pre-asap/external-alma/atnf/pks/pks_maths.cc
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/casa-prerelease/pre-asap/getsvnrev.sh
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/casa-prerelease/pre-asap/python
- Property svn:mergeinfo changed
/trunk/python merged: 2129
- Property svn:mergeinfo changed
-
branches/casa-prerelease/pre-asap/python/scantable.py
r2095 r2130 2090 2090 default is 1.0 (unit: spectral range). 2091 2091 clipthresh: Clipping threshold. (default is 3.0, unit: sigma) 2092 clipniter: maximum number of iteration of 'clipthresh'-sigma clipping (default is 1)2092 clipniter: maximum number of iteration of 'clipthresh'-sigma clipping (default is 0) 2093 2093 plot: *** CURRENTLY UNAVAILABLE, ALWAYS FALSE *** 2094 2094 plot the fit and the residual. In this each … … 2128 2128 if maxwavelength is None: maxwavelength = 1.0 2129 2129 if clipthresh is None: clipthresh = 3.0 2130 if clipniter is None: clipniter = 12130 if clipniter is None: clipniter = 0 2131 2131 if plot is None: plot = False 2132 2132 if getresidual is None: getresidual = True … … 2186 2186 default is 1.0 (unit: spectral range). 2187 2187 clipthresh: Clipping threshold. (default is 3.0, unit: sigma) 2188 clipniter: maximum number of iteration of 'clipthresh'-sigma clipping (default is 1)2188 clipniter: maximum number of iteration of 'clipthresh'-sigma clipping (default is 0) 2189 2189 edge: an optional number of channel to drop at 2190 2190 the edge of spectrum. If only one value is … … 2241 2241 if maxwavelength is None: maxwavelength = 1.0 2242 2242 if clipthresh is None: clipthresh = 3.0 2243 if clipniter is None: clipniter = 12243 if clipniter is None: clipniter = 0 2244 2244 if edge is None: edge = (0,0) 2245 2245 if threshold is None: threshold = 3 … … 2319 2319 npiece: Number of pieces. (default is 2) 2320 2320 clipthresh: Clipping threshold. (default is 3.0, unit: sigma) 2321 clipniter: maximum number of iteration of 'clipthresh'-sigma clipping (default is 1)2321 clipniter: maximum number of iteration of 'clipthresh'-sigma clipping (default is 0) 2322 2322 plot: *** CURRENTLY UNAVAILABLE, ALWAYS FALSE *** 2323 2323 plot the fit and the residual. In this each … … 2355 2355 if npiece is None: npiece = 2 2356 2356 if clipthresh is None: clipthresh = 3.0 2357 if clipniter is None: clipniter = 12357 if clipniter is None: clipniter = 0 2358 2358 if plot is None: plot = False 2359 2359 if getresidual is None: getresidual = True … … 2400 2400 npiece: Number of pieces. (default is 2) 2401 2401 clipthresh: Clipping threshold. (default is 3.0, unit: sigma) 2402 clipniter: maximum number of iteration of 'clipthresh'-sigma clipping (default is 1)2402 clipniter: maximum number of iteration of 'clipthresh'-sigma clipping (default is 0) 2403 2403 edge: an optional number of channel to drop at 2404 2404 the edge of spectrum. If only one value is … … 2455 2455 if npiece is None: npiece = 2 2456 2456 if clipthresh is None: clipthresh = 3.0 2457 if clipniter is None: clipniter = 12457 if clipniter is None: clipniter = 0 2458 2458 if edge is None: edge = (0, 0) 2459 2459 if threshold is None: threshold = 3 -
branches/casa-prerelease/pre-asap/src
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/casa-prerelease/pre-asap/src/SConscript
- Property svn:mergeinfo changed (with no actual effect on merging)
Note:
See TracChangeset
for help on using the changeset viewer.