Source
void mergeMinorCycleSummary( const casacore::Array<casacore::Double>&, grpcInteractiveCleanState &, casacore::Int immod );
//# grpcInteractiveClean.h: perform interactive masking using grpc + casa viewer
//# Copyright (C) 1996,1997,1998,1999,2000,2001,2002,2003
//# Associated Universities, Inc. Washington DC, USA.
//#
//# This library is free software; you can redistribute it and/or modify it
//# under the terms of the GNU Library General Public License as published by
//# the Free Software Foundation; either version 2 of the License, or (at your
//# option) any later version.
//#
//# This library is distributed in the hope that it will be useful, but WITHOUT
//# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
//# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
//# License for more details.
//#
//# You should have received a copy of the GNU Library General Public License
//# along with this library; if not, write to the Free Software Foundation,
//# Inc., 675 Massachusetts Ave, Cambridge, MA 02139, USA.
//#
//# Correspondence concerning AIPS++ should be addressed as follows:
//# Internet email: aips2-request@nrao.edu.
//# Postal address: AIPS++ Project Office
//# National Radio Astronomy Observatory
//# 520 Edgemont Road
//#
//# $Id$
namespace casa {
struct grpcInteractiveCleanState {
grpcInteractiveCleanState( );
void reset( );
int Niter;
int CycleNiter;
int InteractiveNiter;
float Threshold;
float CycleThreshold;
float InteractiveThreshold;
bool IsCycleThresholdAuto;
bool IsThresholdAuto;
float CycleFactor;
float LoopGain;
bool StopFlag;
bool PauseFlag;
bool InteractiveMode;
bool UpdatedModelFlag;
int IterDone;
int InteractiveIterDone;
int MaxCycleIterDone;
int MajorDone;
int StopCode;
//--- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
float Nsigma;
float MaxPsfSidelobe;
float MinPsfFraction;
float MaxPsfFraction;
float PeakResidual;
//--- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
casacore::Array<double> SummaryMinor;
casacore::Array<int> SummaryMajor;
//--- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
float MinorCyclePeakResidual;
float PrevPeakResidual;
float NsigmaThreshold;
int PrevMajorCycleCount;
float PeakResidualNoMask;
float PrevPeakResidualNoMask;
float MinPeakResidualNoMask;
float MinPeakResidual;
float MaskSum;
//--- --- --- --- --- --- --- --- --- --- --- --- --- --- ---