1.50-a2
1.44-2
	- MUX RMS is estimated only for rows that have a detectable MUX
        term.

	- Changed pixel weighting frequency band to 0.7-0.9 times the 
	available range of frequencies. This way any high frequency trouble
	(like filtering or 13Hz noise will not bias pixel weights.

	- Console flux summary now in incident Jy/beam unit instead of detector
	nV. This way the numbers are more physically meaningful. Also shown
	the estimated residual source pollution (Jy/detector) by interfering
	models(!).	

	- More intelligent pipeline ordering based on estimated source
	pollution effects of various models. Does not use source diameter any 
	longer.

	- Map weights no longer displayed for scans that were did not
	contribute to the composite map. Instead '[--]' is displayed to
	indicate the scan was not used. Those scans are also assigned
	zero weights.		

	- A wrong normalization found in determining whether it is safe or not
	to solve for row polynomials and MUX offsets for extended sources. 
	This deteriorated the reductions of faint extended sources. Now 
	corrected. 

	- Relaxed flagging and map clipping directives for faint and deep
	reductions (faint.cfg & deep.cfg).

	- Deep reductions (deep.cfg) no longer filter large scale structures.
	However, such filtering will occur on the maps themselves until
	faithful source extraction is required (-Ifidel= flag). Normally,
	this will only affect the first few map generations but not the final
	output. Occasionally one may want to enable the RegionalCorrelations
	model to perform such filtering.

	- Faint and deep reductions (faint.cfg and deep.cfg) no longer
        exclude array edges. Though in some cases the user may want to
        re-enable the edge clipping (e.g. -edge=4:4:0:0)

	- -faint and -deep (faint.cfg, deep.cfg) now fit second order sky
	polynomials.

	- AccelerationResponse re-activated in pipeline for -faint and -deep
	reductions (faint.cfg, deep.cfg). Activation condition chi^2 
	requirement relaxed to < 2 for 'auto' activation.

	- Altered MUX Offset modelling. While the previous modelling was
        technically correct, it did not perform well on non-intact rows.
        The new estimator measures half row offsets separately first and
        estimates the MUX offset with the difference over the two halfs,
        rather than getting the MUX offset directly with a single estimator
        as done before. The result is expected to be more reliability for
        this model.

	- Improved error function integral estimation to use with significance
        estimation in 'detect' tool.


1.50-a1
	- Changed some default configuration settings (crush.cfg, faint.cfg
	and deep.cfg) from the previous version.

	- MAP_SMOOTHING key -smooth= option have new values. Smoothing
	can appear at three stages, internally in the reduction (i) while
	initial source map is constructed, (ii) internally after faithful
	map construction is set and (iii) for the final map. Accordingly,
	the directive can be 'initial', 'faithful' and 'final' to determine
	which stage is set. Additionally 'internal' sets the first two internal
	stages at once, while 'always' sets all stages. The value 'none' or
	'off' disables all smoothing. Thus
		
		-smooth=internal:6.0
	
	will smooth both maps at both internal stages by 6.0 arcsec FWHM. 
	
	- Added robust estimnators for PixelOffsets, CorrelatedNoise,
	PixelDrifts, RowPolynomials, MUXOffsets and BlockCorrelations. These
	alternative estimators are based on medians, rather than weighted
	means, and consequently will be less biased by the presence of compact
	source structures in the data steam. The estimator to use can be 
	selected via the XXX_ESTIMATOR keys or -Exxx= option flags, where
	XXX or xxx stand ofr the model ID's just like in the XXX_TURN and 
	-Ixxx= keys and flags. The valid values are 'maximum-likelihood' or
	'robust'. E.g. to use robust estimators instead of the default
	maximum-likelihood ones for correlated noise estimation, you can 
	use either:
		CORRELATED_ESTIMATOR = robust
	configuratiuon key, or
		crush [...] -Ecorr=robust [...]
	option flag.		
	Robust estimators on BlockCorrelations may be desirable. However,
	these did not seem fully reliable, and therefore the default 
	maximum likelihood estimators are used instead.

	- Old regional correlation model is brough back under the alias of
	BlockCorrelations. This is a much faster way of estimating 
	correlations than the FFT based RegionalCorrelations. It also has 
	the ability of using robust estimators instead of maximum-likelihood 
	ones.

	- Improved error function integral estimation to use with significance
	estimation in 'detect' tool.

	- Very slight error in calculating the correlated noise uncertainties
	Does not effect reduction in any significant way.

1.44-1

	- Bug found with some of the FFT code (unsecureBackFFT). This only
	affected the 13Hz filter on 4 pixels per row, if the filtering option
	was set. The code is now fixed. Furthermore, the 13Hz filter now 
	applies to all pixels (since the 13Hz noise is not unique to that 
	subset of distinctly noisy pixels).

