#include <ATCAFiller.h>
Public Member Functions | |
| ATCAFiller () | |
| Construct the ATCAFiller. | |
| ~ATCAFiller () | |
| Bool | open (const String &msName, const Vector< String > &rpfitsFiles, const Vector< String > &options, Int opcor=2) |
| Open the measurement set and one or more RPFits files. | |
| Bool | fill () |
| Fill the measurement set. | |
| ATCAFiller & | fields (const Vector< String > &fieldList) |
| Select a number of fields by name. | |
| ATCAFiller & | freqRange (Double lowFreq, Double highFreq=0) |
| Select a range of frequencies, lowFreq=0 => everything below higFreq, highFreq=0 => everything above lowFreq. | |
| ATCAFiller & | frequencies (Vector< Double > freqs, Double windowWidth=1e6) |
| Select frequencies within windowWidth of specified ones. | |
| ATCAFiller & | scanRange (Int firstScan, Int lastScan=0) |
| Select a range of scans to read. | |
| ATCAFiller & | chanRange (Int firstChan, Int lastChan, Int ChanInc=1) |
| Select range of channels, with optional increment. | |
| ATCAFiller & | timeRange (Double firstTime, Double lastTime=0) |
| Time range selection. | |
| ATCAFiller & | freqSel (const Vector< Int > &spws) |
| Select the Freq (which one of the simult. | |
| ATCAFiller & | bandwidth1 (Int bandwidth1) |
| Select on bandwidth of IF 1. | |
| ATCAFiller & | numChan1 (Int numchan1) |
| Select on number of channels of IF 1. | |
| ATCAFiller & | shadow (Float diam) |
| Set shadowing limit. | |
| ATCAFiller & | deselectAntenna (Vector< Int > antennas) |
| Deselect antennas. | |
| ATCAFiller & | xyPhaseSmooth (Int window=9, Double tolerance=10.0) |
| Smooth xy-phases with running median and flag data with discrepant xy-phase. | |
| ATCAFiller & | tsysSmooth (Int window=9) |
| Smooth Tsys values with running median and recalibrate the data. | |
| ATCAFiller & | edge (Float edge) |
| Set percentage of channels to flag at band edges. | |
Static Public Member Functions | |
| static TableDesc | atcaTableDesc (Bool compress) |
| return the ATCA required tabledesc, this is the standard MeasurementSet plus ATCA specific additions. | |
| static MeasurementSet | makeTable (const String &tableName, Bool compress, Bool cabb) |
| make the ATCA specific MeasurementSet | |
| static void | makeSubTables (MS &ms, Table::TableOption option, Bool cabb) |
| make the subtables with ATCA specific additions | |
Private Types | |
| enum | { MaxNChan, MaxNPol } |
Constants MaxNPol needs to agree with if_cstok in RPFITS.h. More... | |
| enum | { COUNT, FLAG, ONLINE, SCANTYPE, SYSCAL, SHADOW, NFLAG } |
Private Member Functions | |
| ATCAFiller (const ATCAFiller &) | |
| ATCAFiller();. | |
| ATCAFiller & | operator= (const ATCAFiller &) |
| void | init () |
| for constructors | |
| void | storeHeader () |
| void | storeATCAHeader () |
| void | storeSysCal () |
| Bool | fill1 (const String &rpfitsname) |
| fill a single input file | |
| void | list () |
| List the file on cout. | |
| Bool | samplerFlag (Int row, Double posNegTolerance=3.0, Double zeroTolerance=0.5) |
| Flag data if samplerstats are bad. | |
| Int | birdChan (Double refFreq, Int refChan, Double chanSpac) |
| void | reweight () |
| void | storeData () |
| Int | checkSpW (Int ifNumber, Bool log=True) |
| void | checkField () |
| void | checkObservation () |
| void | fillFeedTable () |
| Fill the feed table (with dummy values). | |
| void | fillObservationTable () |
| void | fillMeasureReferences () |
| Bool | selected (Int ifNum) |
| void | listScan (Double &mjd, Int scan, Double ut) |
| Bool | checkCABB (const String &rpfitsname) |
| void | rfiFlag (Matrix< Bool > &flags) |
| String | atcaPosToStation (Vector< Double > &xyz) |
| void | flush () |
| void | unlock () |
| void | shadow (Int row, Bool last=False) |
Private Attributes | |
| MeasurementSet | atms_p |
| Data. | |
| MSColumns * | msc_p |
| Vector< String > | rpfitsFiles_p |
| Filenames. | |
| Int | opcor_p |
| String | currentFile_p |
| Int | nAnt_p |
| The following should be constant throughout the rpfits file. | |
| Int | nScan_p |
| Number of scans seen; #SpWs, #fields stored sofar. | |
| Int | nSpW_p |
| Int | nField_p |
| Int | scanNo_p |
| #scanheaders stored, index into MS SpW and Field Tables for current data | |
| Int | spWId_p |
| Int | fieldId_p |
| Int | prev_fieldId_p |
| Int | obsId_p |
| Bool | gotAN_p |
| Bools. | |
| Bool | appendMode_p |
| Bool | storedHeader_p |
| Bool | skipScan_p |
| Bool | skipData_p |
| Bool | firstHeader_p |
| Bool | listHeader_p |
| uInt | fileSize_p |
| Bool | eof_p |
| Bool | birdie_p |
| Bool | reweight_p |
| Bool | noxycorr_p |
| Bool | noac_p |
| Int | obsType_p |
| Bool | hires_p |
| Bool | init_p |
| Bool | cabb_p |
| Float | vis [2 *MaxNPol *MaxNChan] |
| rpfits data | |
| Float | weight [MaxNPol *MaxNChan] |
| Int | baseline |
| Int | flg |
| Int | bin |
| Int | if_no |
| Int | sourceno |
| Float | ut |
| Float | u |
| Float | v |
| Float | w |
| TiledDataStManAccessor | dataAccessor_p |
| storage manager accessor | |
| TiledDataStManAccessor | sigmaAccessor_p |
| TiledDataStManAccessor | flagAccessor_p |
| TiledDataStManAccessor | flagCatAccessor_p |
| TiledDataStManAccessor | modelDataAccessor_p |
| TiledDataStManAccessor | corrDataAccessor_p |
| TiledDataStManAccessor | imWtAccessor_p |
| ScalarColumn< Int > | colSysCalIdAnt1 |
| Column objects to access Tables. | |
| ScalarColumn< Int > | colSysCalIdAnt2 |
| ScalarColumn< Float > | colXYAmplitude |
| ScalarColumn< Float > | colTrackErrMax |
| ScalarColumn< Float > | colTrackErrRMS |
| ScalarColumn< Float > | colWeatherSeeMonPhase |
| ScalarColumn< Float > | colWeatherSeeMonRMS |
| ScalarColumn< Float > | colWeatherRainGauge |
| ScalarColumn< Int > | colSamplerBits |
| ArrayColumn< Float > | colSamplerStatsNeg |
| ArrayColumn< Float > | colSamplerStatsZero |
| ArrayColumn< Float > | colSamplerStatsPos |
| ArrayColumn< Float > | colGTP |
| ArrayColumn< Float > | colSDO |
| ArrayColumn< Float > | colCalJy |
| ScalarColumn< Bool > | colWeatherSeeMonFlag |
| ScalarColumn< Int > | colScanInfoAntId |
| ATCA_SCAN_INFO columns & table. | |
| ScalarColumn< Int > | colScanInfoScanId |
| ScalarColumn< Int > | colScanInfoSpWId |
| ScalarColumn< Int > | colScanInfoCacal |
| ArrayColumn< Int > | colScanInfoFine |
| ArrayColumn< Int > | colScanInfoCoarse |
| ArrayColumn< Int > | colScanInfommAtt |
| ArrayColumn< Float > | colScanInfoSubreflector |
| ScalarColumn< String > | colScanInfoCorrConfig |
| ScalarColumn< String > | colScanInfoScanType |
| ScalarColumn< String > | colScanInfoCoordType |
| ScalarColumn< String > | colScanInfoPointInfo |
| ScalarColumn< Bool > | colScanInfoLineMode |
| Table | msScanInfo_p |
| Matrix< Float > | pointingCorr_p |
| Bool | newPointingCorr_p |
| Double | mjd0_p |
| reference date | |
| Vector< Int > | sysCalId_p |
| variables to keep the state of the sysCal search & binning state | |
| Float | lastUT_p |
| Int | lastSpWId_p |
| Bool | gotSysCalId_p |
| Float | lastWeatherUT_p |
| Int | errCount_p |
| Vector< String > | fieldSelection_p |
| Selection parameters. | |
| Double | lowFreq_p |
| Double | highFreq_p |
| Vector< Double > | freqs_p |
| Double | windowWidth_p |
| Int | firstScan_p |
| Int | lastScan_p |
| Int | firstChan_p |
| Int | lastChan_p |
| Double | firstTime_p |
| Double | lastTime_p |
| Vector< Int > | spws_p |
| Int | bandWidth1_p |
| Int | numChan1_p |
| Vector< Int > | baselines_p |
| Vector< Int > | antennas_p |
| String | sources_p |
| Track sources. | |
| Int | nsources_p |
| Matrix< Int > | corrIndex_p |
| Polarization order. | |
| Float | shadow_p |
| Check for shadowing. | |
| Float | edge_p |
| Block< Int > | rowCache_p |
| Int | nRowCache_p |
| Double | prevTime_p |
| Bool | autoFlag_p |
| Flagging. | |
| Bool | flagScanType_p |
| Vector< Int > | flagCount_p |
| LogIO | os_p |
| Logger. | |
Definition at line 43 of file ATCAFiller.h.
anonymous enum [private] |
Constants MaxNPol needs to agree with if_cstok in RPFITS.h.
Definition at line 166 of file ATCAFiller.h.
anonymous enum [private] |
Definition at line 276 of file ATCAFiller.h.
| casa::ATCAFiller::ATCAFiller | ( | ) |
Construct the ATCAFiller.
| casa::ATCAFiller::~ATCAFiller | ( | ) |
| casa::ATCAFiller::ATCAFiller | ( | const ATCAFiller & | ) | [private] |
| String casa::ATCAFiller::atcaPosToStation | ( | Vector< Double > & | xyz | ) | [private] |
| static TableDesc casa::ATCAFiller::atcaTableDesc | ( | Bool | compress | ) | [static] |
return the ATCA required tabledesc, this is the standard MeasurementSet plus ATCA specific additions.
| ATCAFiller& casa::ATCAFiller::bandwidth1 | ( | Int | bandwidth1 | ) |
Select on bandwidth of IF 1.
| Int casa::ATCAFiller::birdChan | ( | Double | refFreq, | |
| Int | refChan, | |||
| Double | chanSpac | |||
| ) | [private] |
| ATCAFiller& casa::ATCAFiller::chanRange | ( | Int | firstChan, | |
| Int | lastChan, | |||
| Int | ChanInc = 1 | |||
| ) |
Select range of channels, with optional increment.
We may want multiple channel ranges -> use matrix(3,n) for selection?
| Bool casa::ATCAFiller::checkCABB | ( | const String & | rpfitsname | ) | [private] |
| void casa::ATCAFiller::checkField | ( | ) | [private] |
| void casa::ATCAFiller::checkObservation | ( | ) | [private] |
| Int casa::ATCAFiller::checkSpW | ( | Int | ifNumber, | |
| Bool | log = True | |||
| ) | [private] |
| ATCAFiller& casa::ATCAFiller::deselectAntenna | ( | Vector< Int > | antennas | ) |
Deselect antennas.
| ATCAFiller& casa::ATCAFiller::edge | ( | Float | edge | ) |
Set percentage of channels to flag at band edges.
| ATCAFiller& casa::ATCAFiller::fields | ( | const Vector< String > & | fieldList | ) |
Select a number of fields by name.
| Bool casa::ATCAFiller::fill | ( | ) |
Fill the measurement set.
| Bool casa::ATCAFiller::fill1 | ( | const String & | rpfitsname | ) | [private] |
fill a single input file
| void casa::ATCAFiller::fillFeedTable | ( | ) | [private] |
Fill the feed table (with dummy values).
| void casa::ATCAFiller::fillMeasureReferences | ( | ) | [private] |
| void casa::ATCAFiller::fillObservationTable | ( | ) | [private] |
| void casa::ATCAFiller::flush | ( | ) | [private] |
| ATCAFiller& casa::ATCAFiller::freqRange | ( | Double | lowFreq, | |
| Double | highFreq = 0 | |||
| ) |
Select a range of frequencies, lowFreq=0 => everything below higFreq, highFreq=0 => everything above lowFreq.
| ATCAFiller& casa::ATCAFiller::freqSel | ( | const Vector< Int > & | spws | ) |
Select the Freq (which one of the simult.
freqs), 0=> no selection.
| ATCAFiller& casa::ATCAFiller::frequencies | ( | Vector< Double > | freqs, | |
| Double | windowWidth = 1e6 | |||
| ) |
Select frequencies within windowWidth of specified ones.
(This selects on center-frequencies only, not channelfrequencies)
| void casa::ATCAFiller::init | ( | ) | [private] |
for constructors
| void casa::ATCAFiller::list | ( | ) | [private] |
List the file on cout.
| void casa::ATCAFiller::listScan | ( | Double & | mjd, | |
| Int | scan, | |||
| Double | ut | |||
| ) | [private] |
| static void casa::ATCAFiller::makeSubTables | ( | MS & | ms, | |
| Table::TableOption | option, | |||
| Bool | cabb | |||
| ) | [static] |
make the subtables with ATCA specific additions
| static MeasurementSet casa::ATCAFiller::makeTable | ( | const String & | tableName, | |
| Bool | compress, | |||
| Bool | cabb | |||
| ) | [static] |
make the ATCA specific MeasurementSet
| ATCAFiller& casa::ATCAFiller::numChan1 | ( | Int | numchan1 | ) |
Select on number of channels of IF 1.
| Bool casa::ATCAFiller::open | ( | const String & | msName, | |
| const Vector< String > & | rpfitsFiles, | |||
| const Vector< String > & | options, | |||
| Int | opcor = 2 | |||
| ) |
Open the measurement set and one or more RPFits files.
Opacity correction is not yet implemented - could go in gencal or here, if gencal scheme doesn't improve
| ATCAFiller& casa::ATCAFiller::operator= | ( | const ATCAFiller & | ) | [private] |
| void casa::ATCAFiller::reweight | ( | ) | [private] |
| void casa::ATCAFiller::rfiFlag | ( | Matrix< Bool > & | flags | ) | [private] |
| Bool casa::ATCAFiller::samplerFlag | ( | Int | row, | |
| Double | posNegTolerance = 3.0, |
|||
| Double | zeroTolerance = 0.5 | |||
| ) | [private] |
Flag data if samplerstats are bad.
| ATCAFiller& casa::ATCAFiller::scanRange | ( | Int | firstScan, | |
| Int | lastScan = 0 | |||
| ) |
Select a range of scans to read.
first=0 or 1 => start at first one, last=0 => read to end of file.
| Bool casa::ATCAFiller::selected | ( | Int | ifNum | ) | [private] |
| void casa::ATCAFiller::shadow | ( | Int | row, | |
| Bool | last = False | |||
| ) | [private] |
| ATCAFiller& casa::ATCAFiller::shadow | ( | Float | diam | ) |
Set shadowing limit.
| void casa::ATCAFiller::storeATCAHeader | ( | ) | [private] |
| void casa::ATCAFiller::storeData | ( | ) | [private] |
| void casa::ATCAFiller::storeHeader | ( | ) | [private] |
| void casa::ATCAFiller::storeSysCal | ( | ) | [private] |
| ATCAFiller& casa::ATCAFiller::timeRange | ( | Double | firstTime, | |
| Double | lastTime = 0 | |||
| ) |
Time range selection.
| ATCAFiller& casa::ATCAFiller::tsysSmooth | ( | Int | window = 9 |
) |
Smooth Tsys values with running median and recalibrate the data.
| void casa::ATCAFiller::unlock | ( | ) | [private] |
| ATCAFiller& casa::ATCAFiller::xyPhaseSmooth | ( | Int | window = 9, |
|
| Double | tolerance = 10.0 | |||
| ) |
Smooth xy-phases with running median and flag data with discrepant xy-phase.
Vector<Int> casa::ATCAFiller::antennas_p [private] |
Definition at line 258 of file ATCAFiller.h.
Bool casa::ATCAFiller::appendMode_p [private] |
Definition at line 186 of file ATCAFiller.h.
MeasurementSet casa::ATCAFiller::atms_p [private] |
Data.
Definition at line 168 of file ATCAFiller.h.
Bool casa::ATCAFiller::autoFlag_p [private] |
Flagging.
Definition at line 275 of file ATCAFiller.h.
Int casa::ATCAFiller::bandWidth1_p [private] |
Definition at line 257 of file ATCAFiller.h.
Int casa::ATCAFiller::baseline [private] |
Definition at line 206 of file ATCAFiller.h.
Vector<Int> casa::ATCAFiller::baselines_p [private] |
Definition at line 258 of file ATCAFiller.h.
Int casa::ATCAFiller::bin [private] |
Definition at line 206 of file ATCAFiller.h.
Bool casa::ATCAFiller::birdie_p [private] |
Definition at line 194 of file ATCAFiller.h.
Bool casa::ATCAFiller::cabb_p [private] |
Definition at line 201 of file ATCAFiller.h.
ArrayColumn<Float> casa::ATCAFiller::colCalJy [private] |
Definition at line 223 of file ATCAFiller.h.
ArrayColumn<Float> casa::ATCAFiller::colGTP [private] |
Definition at line 223 of file ATCAFiller.h.
ScalarColumn<Int> casa::ATCAFiller::colSamplerBits [private] |
Definition at line 220 of file ATCAFiller.h.
ArrayColumn<Float> casa::ATCAFiller::colSamplerStatsNeg [private] |
Definition at line 221 of file ATCAFiller.h.
ArrayColumn<Float> casa::ATCAFiller::colSamplerStatsPos [private] |
Definition at line 221 of file ATCAFiller.h.
ArrayColumn<Float> casa::ATCAFiller::colSamplerStatsZero [private] |
Definition at line 221 of file ATCAFiller.h.
ScalarColumn<Int> casa::ATCAFiller::colScanInfoAntId [private] |
ATCA_SCAN_INFO columns & table.
Definition at line 226 of file ATCAFiller.h.
ScalarColumn<Int> casa::ATCAFiller::colScanInfoCacal [private] |
Definition at line 226 of file ATCAFiller.h.
ArrayColumn<Int> casa::ATCAFiller::colScanInfoCoarse [private] |
Definition at line 228 of file ATCAFiller.h.
ScalarColumn<String> casa::ATCAFiller::colScanInfoCoordType [private] |
Definition at line 230 of file ATCAFiller.h.
ScalarColumn<String> casa::ATCAFiller::colScanInfoCorrConfig [private] |
Definition at line 230 of file ATCAFiller.h.
ArrayColumn<Int> casa::ATCAFiller::colScanInfoFine [private] |
Definition at line 228 of file ATCAFiller.h.
ScalarColumn<Bool> casa::ATCAFiller::colScanInfoLineMode [private] |
Definition at line 232 of file ATCAFiller.h.
ArrayColumn<Int> casa::ATCAFiller::colScanInfommAtt [private] |
Definition at line 228 of file ATCAFiller.h.
ScalarColumn<String> casa::ATCAFiller::colScanInfoPointInfo [private] |
Definition at line 230 of file ATCAFiller.h.
ScalarColumn<Int> casa::ATCAFiller::colScanInfoScanId [private] |
Definition at line 226 of file ATCAFiller.h.
ScalarColumn<String> casa::ATCAFiller::colScanInfoScanType [private] |
Definition at line 230 of file ATCAFiller.h.
ScalarColumn<Int> casa::ATCAFiller::colScanInfoSpWId [private] |
Definition at line 226 of file ATCAFiller.h.
ArrayColumn<Float> casa::ATCAFiller::colScanInfoSubreflector [private] |
Definition at line 229 of file ATCAFiller.h.
ArrayColumn<Float> casa::ATCAFiller::colSDO [private] |
Definition at line 223 of file ATCAFiller.h.
ScalarColumn<Int> casa::ATCAFiller::colSysCalIdAnt1 [private] |
Column objects to access Tables.
colXXX objects are ATCA specific columns in the MeasurementSet
Definition at line 217 of file ATCAFiller.h.
ScalarColumn<Int> casa::ATCAFiller::colSysCalIdAnt2 [private] |
Definition at line 217 of file ATCAFiller.h.
ScalarColumn<Float> casa::ATCAFiller::colTrackErrMax [private] |
Definition at line 218 of file ATCAFiller.h.
ScalarColumn<Float> casa::ATCAFiller::colTrackErrRMS [private] |
Definition at line 218 of file ATCAFiller.h.
ScalarColumn<Float> casa::ATCAFiller::colWeatherRainGauge [private] |
Definition at line 218 of file ATCAFiller.h.
ScalarColumn<Bool> casa::ATCAFiller::colWeatherSeeMonFlag [private] |
Definition at line 224 of file ATCAFiller.h.
ScalarColumn<Float> casa::ATCAFiller::colWeatherSeeMonPhase [private] |
Definition at line 218 of file ATCAFiller.h.
ScalarColumn<Float> casa::ATCAFiller::colWeatherSeeMonRMS [private] |
Definition at line 218 of file ATCAFiller.h.
ScalarColumn<Float> casa::ATCAFiller::colXYAmplitude [private] |
Definition at line 218 of file ATCAFiller.h.
TiledDataStManAccessor casa::ATCAFiller::corrDataAccessor_p [private] |
Definition at line 212 of file ATCAFiller.h.
Matrix<Int> casa::ATCAFiller::corrIndex_p [private] |
Polarization order.
Definition at line 265 of file ATCAFiller.h.
String casa::ATCAFiller::currentFile_p [private] |
Definition at line 174 of file ATCAFiller.h.
TiledDataStManAccessor casa::ATCAFiller::dataAccessor_p [private] |
storage manager accessor
Definition at line 210 of file ATCAFiller.h.
Float casa::ATCAFiller::edge_p [private] |
Definition at line 269 of file ATCAFiller.h.
Bool casa::ATCAFiller::eof_p [private] |
Definition at line 193 of file ATCAFiller.h.
Int casa::ATCAFiller::errCount_p [private] |
Definition at line 246 of file ATCAFiller.h.
Int casa::ATCAFiller::fieldId_p [private] |
Definition at line 182 of file ATCAFiller.h.
Vector<String> casa::ATCAFiller::fieldSelection_p [private] |
Selection parameters.
Definition at line 249 of file ATCAFiller.h.
uInt casa::ATCAFiller::fileSize_p [private] |
Definition at line 192 of file ATCAFiller.h.
Int casa::ATCAFiller::firstChan_p [private] |
Definition at line 254 of file ATCAFiller.h.
Bool casa::ATCAFiller::firstHeader_p [private] |
Definition at line 190 of file ATCAFiller.h.
Int casa::ATCAFiller::firstScan_p [private] |
Definition at line 253 of file ATCAFiller.h.
Double casa::ATCAFiller::firstTime_p [private] |
Definition at line 255 of file ATCAFiller.h.
TiledDataStManAccessor casa::ATCAFiller::flagAccessor_p [private] |
Definition at line 210 of file ATCAFiller.h.
TiledDataStManAccessor casa::ATCAFiller::flagCatAccessor_p [private] |
Definition at line 210 of file ATCAFiller.h.
Vector<Int> casa::ATCAFiller::flagCount_p [private] |
Definition at line 277 of file ATCAFiller.h.
Bool casa::ATCAFiller::flagScanType_p [private] |
Definition at line 275 of file ATCAFiller.h.
Int casa::ATCAFiller::flg [private] |
Definition at line 206 of file ATCAFiller.h.
Vector<Double> casa::ATCAFiller::freqs_p [private] |
Definition at line 251 of file ATCAFiller.h.
Bool casa::ATCAFiller::gotAN_p [private] |
Bools.
Definition at line 185 of file ATCAFiller.h.
Bool casa::ATCAFiller::gotSysCalId_p [private] |
Definition at line 244 of file ATCAFiller.h.
Double casa::ATCAFiller::highFreq_p [private] |
Definition at line 250 of file ATCAFiller.h.
Bool casa::ATCAFiller::hires_p [private] |
Definition at line 199 of file ATCAFiller.h.
Int casa::ATCAFiller::if_no [private] |
Definition at line 206 of file ATCAFiller.h.
TiledDataStManAccessor casa::ATCAFiller::imWtAccessor_p [private] |
Definition at line 212 of file ATCAFiller.h.
Bool casa::ATCAFiller::init_p [private] |
Definition at line 200 of file ATCAFiller.h.
Int casa::ATCAFiller::lastChan_p [private] |
Definition at line 254 of file ATCAFiller.h.
Int casa::ATCAFiller::lastScan_p [private] |
Definition at line 253 of file ATCAFiller.h.
Int casa::ATCAFiller::lastSpWId_p [private] |
Definition at line 243 of file ATCAFiller.h.
Double casa::ATCAFiller::lastTime_p [private] |
Definition at line 255 of file ATCAFiller.h.
Float casa::ATCAFiller::lastUT_p [private] |
Definition at line 242 of file ATCAFiller.h.
Float casa::ATCAFiller::lastWeatherUT_p [private] |
Definition at line 245 of file ATCAFiller.h.
Bool casa::ATCAFiller::listHeader_p [private] |
Definition at line 191 of file ATCAFiller.h.
Double casa::ATCAFiller::lowFreq_p [private] |
Definition at line 250 of file ATCAFiller.h.
Double casa::ATCAFiller::mjd0_p [private] |
reference date
Definition at line 238 of file ATCAFiller.h.
TiledDataStManAccessor casa::ATCAFiller::modelDataAccessor_p [private] |
Definition at line 212 of file ATCAFiller.h.
MSColumns* casa::ATCAFiller::msc_p [private] |
Definition at line 169 of file ATCAFiller.h.
Table casa::ATCAFiller::msScanInfo_p [private] |
Definition at line 233 of file ATCAFiller.h.
Int casa::ATCAFiller::nAnt_p [private] |
The following should be constant throughout the rpfits file.
Definition at line 177 of file ATCAFiller.h.
Bool casa::ATCAFiller::newPointingCorr_p [private] |
Definition at line 235 of file ATCAFiller.h.
Int casa::ATCAFiller::nField_p [private] |
Definition at line 180 of file ATCAFiller.h.
Bool casa::ATCAFiller::noac_p [private] |
Definition at line 197 of file ATCAFiller.h.
Bool casa::ATCAFiller::noxycorr_p [private] |
Definition at line 196 of file ATCAFiller.h.
Int casa::ATCAFiller::nRowCache_p [private] |
Definition at line 271 of file ATCAFiller.h.
Int casa::ATCAFiller::nScan_p [private] |
Number of scans seen; #SpWs, #fields stored sofar.
Definition at line 180 of file ATCAFiller.h.
Int casa::ATCAFiller::nsources_p [private] |
Definition at line 262 of file ATCAFiller.h.
Int casa::ATCAFiller::nSpW_p [private] |
Definition at line 180 of file ATCAFiller.h.
Int casa::ATCAFiller::numChan1_p [private] |
Definition at line 257 of file ATCAFiller.h.
Int casa::ATCAFiller::obsId_p [private] |
Definition at line 182 of file ATCAFiller.h.
Int casa::ATCAFiller::obsType_p [private] |
Definition at line 198 of file ATCAFiller.h.
Int casa::ATCAFiller::opcor_p [private] |
Definition at line 173 of file ATCAFiller.h.
LogIO casa::ATCAFiller::os_p [private] |
Logger.
Definition at line 280 of file ATCAFiller.h.
Matrix<Float> casa::ATCAFiller::pointingCorr_p [private] |
Definition at line 234 of file ATCAFiller.h.
Int casa::ATCAFiller::prev_fieldId_p [private] |
Definition at line 182 of file ATCAFiller.h.
Double casa::ATCAFiller::prevTime_p [private] |
Definition at line 272 of file ATCAFiller.h.
Bool casa::ATCAFiller::reweight_p [private] |
Definition at line 195 of file ATCAFiller.h.
Block<Int> casa::ATCAFiller::rowCache_p [private] |
Definition at line 270 of file ATCAFiller.h.
Vector<String> casa::ATCAFiller::rpfitsFiles_p [private] |
Filenames.
Definition at line 172 of file ATCAFiller.h.
Int casa::ATCAFiller::scanNo_p [private] |
#scanheaders stored, index into MS SpW and Field Tables for current data
Definition at line 182 of file ATCAFiller.h.
Float casa::ATCAFiller::shadow_p [private] |
Check for shadowing.
Definition at line 268 of file ATCAFiller.h.
TiledDataStManAccessor casa::ATCAFiller::sigmaAccessor_p [private] |
Definition at line 210 of file ATCAFiller.h.
Bool casa::ATCAFiller::skipData_p [private] |
Definition at line 189 of file ATCAFiller.h.
Bool casa::ATCAFiller::skipScan_p [private] |
Definition at line 188 of file ATCAFiller.h.
Int casa::ATCAFiller::sourceno [private] |
Definition at line 206 of file ATCAFiller.h.
String casa::ATCAFiller::sources_p [private] |
Track sources.
Definition at line 261 of file ATCAFiller.h.
Int casa::ATCAFiller::spWId_p [private] |
Definition at line 182 of file ATCAFiller.h.
Vector<Int> casa::ATCAFiller::spws_p [private] |
Definition at line 256 of file ATCAFiller.h.
Bool casa::ATCAFiller::storedHeader_p [private] |
Definition at line 187 of file ATCAFiller.h.
Vector<Int> casa::ATCAFiller::sysCalId_p [private] |
variables to keep the state of the sysCal search & binning state
Definition at line 241 of file ATCAFiller.h.
Float casa::ATCAFiller::u [private] |
Definition at line 207 of file ATCAFiller.h.
Float casa::ATCAFiller::ut [private] |
Definition at line 207 of file ATCAFiller.h.
Float casa::ATCAFiller::v [private] |
Definition at line 207 of file ATCAFiller.h.
Float casa::ATCAFiller::vis[2 *MaxNPol *MaxNChan] [private] |
rpfits data
Definition at line 204 of file ATCAFiller.h.
Float casa::ATCAFiller::w [private] |
Definition at line 207 of file ATCAFiller.h.
Float casa::ATCAFiller::weight[MaxNPol *MaxNChan] [private] |
Definition at line 205 of file ATCAFiller.h.
Double casa::ATCAFiller::windowWidth_p [private] |
Definition at line 252 of file ATCAFiller.h.
1.6.1