Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034 #ifndef CalPointingModelRow_CLASS
00035 #define CalPointingModelRow_CLASS
00036
00037 #include <vector>
00038 #include <string>
00039 #include <set>
00040 using std::vector;
00041 using std::string;
00042 using std::set;
00043
00044 #ifndef WITHOUT_ACS
00045 #include <asdmIDLC.h>
00046 using asdmIDL::CalPointingModelRowIDL;
00047 #endif
00048
00049
00050
00051
00052
00053
00054 #include <ArrayTime.h>
00055 using asdm::ArrayTime;
00056
00057 #include <Angle.h>
00058 using asdm::Angle;
00059
00060 #include <Tag.h>
00061 using asdm::Tag;
00062
00063
00064
00065
00066
00067
00068
00069 #include "CReceiverBand.h"
00070 using namespace ReceiverBandMod;
00071
00072
00073
00074
00075
00076
00077
00078 #include "CAntennaMake.h"
00079 using namespace AntennaMakeMod;
00080
00081
00082
00083 #include "CPointingModelMode.h"
00084 using namespace PointingModelModeMod;
00085
00086
00087
00088 #include "CPolarizationType.h"
00089 using namespace PolarizationTypeMod;
00090
00091
00092
00093
00094
00095
00096
00097
00098
00099
00100
00101
00102
00103
00104
00105
00106
00107
00108
00109
00110
00111
00112
00113
00114
00115
00116 #include <ConversionException.h>
00117 #include <NoSuchRow.h>
00118 #include <IllegalAccessException.h>
00119
00120
00121
00122
00123
00124
00125 namespace asdm {
00126
00127
00128
00129
00130
00131 class CalDataRow;
00132
00133
00134 class CalReductionRow;
00135
00136
00137 class CalPointingModelRow;
00138 typedef void (CalPointingModelRow::*CalPointingModelAttributeFromBin) (EndianISStream& eiss);
00139
00146 class CalPointingModelRow {
00147 friend class asdm::CalPointingModelTable;
00148
00149 public:
00150
00151 virtual ~CalPointingModelRow();
00152
00156 CalPointingModelTable &getTable() const;
00157
00162 bool isAdded() const;
00163
00165
00167
00168
00169
00170
00171
00172
00173
00174
00179 string getAntennaName() const;
00180
00181
00182
00183
00193 void setAntennaName (string antennaName);
00194
00195
00196
00197
00198
00199
00200
00201
00202
00203
00204
00205
00206
00211 ReceiverBandMod::ReceiverBand getReceiverBand() const;
00212
00213
00214
00215
00225 void setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand);
00226
00227
00228
00229
00230
00231
00232
00233
00234
00235
00236
00237
00238
00243 ArrayTime getStartValidTime() const;
00244
00245
00246
00247
00255 void setStartValidTime (ArrayTime startValidTime);
00256
00257
00258
00259
00260
00261
00262
00263
00264
00265
00266
00267
00268
00273 ArrayTime getEndValidTime() const;
00274
00275
00276
00277
00285 void setEndValidTime (ArrayTime endValidTime);
00286
00287
00288
00289
00290
00291
00292
00293
00294
00295
00296
00297
00298
00303 AntennaMakeMod::AntennaMake getAntennaMake() const;
00304
00305
00306
00307
00315 void setAntennaMake (AntennaMakeMod::AntennaMake antennaMake);
00316
00317
00318
00319
00320
00321
00322
00323
00324
00325
00326
00327
00328
00333 PointingModelModeMod::PointingModelMode getPointingModelMode() const;
00334
00335
00336
00337
00345 void setPointingModelMode (PointingModelModeMod::PointingModelMode pointingModelMode);
00346
00347
00348
00349
00350
00351
00352
00353
00354
00355
00356
00357
00358
00363 PolarizationTypeMod::PolarizationType getPolarizationType() const;
00364
00365
00366
00367
00375 void setPolarizationType (PolarizationTypeMod::PolarizationType polarizationType);
00376
00377
00378
00379
00380
00381
00382
00383
00384
00385
00386
00387
00388
00393 int getNumCoeff() const;
00394
00395
00396
00397
00405 void setNumCoeff (int numCoeff);
00406
00407
00408
00409
00410
00411
00412
00413
00414
00415
00416
00417
00418
00423 vector<string > getCoeffName() const;
00424
00425
00426
00427
00435 void setCoeffName (vector<string > coeffName);
00436
00437
00438
00439
00440
00441
00442
00443
00444
00445
00446
00447
00448
00453 vector<float > getCoeffVal() const;
00454
00455
00456
00457
00465 void setCoeffVal (vector<float > coeffVal);
00466
00467
00468
00469
00470
00471
00472
00473
00474
00475
00476
00477
00478
00483 vector<float > getCoeffError() const;
00484
00485
00486
00487
00495 void setCoeffError (vector<float > coeffError);
00496
00497
00498
00499
00500
00501
00502
00503
00504
00505
00506
00507
00508
00513 vector<bool > getCoeffFixed() const;
00514
00515
00516
00517
00525 void setCoeffFixed (vector<bool > coeffFixed);
00526
00527
00528
00529
00530
00531
00532
00533
00534
00535
00536
00537
00538
00543 Angle getAzimuthRMS() const;
00544
00545
00546
00547
00555 void setAzimuthRMS (Angle azimuthRMS);
00556
00557
00558
00559
00560
00561
00562
00563
00564
00565
00566
00567
00568
00573 Angle getElevationRms() const;
00574
00575
00576
00577
00585 void setElevationRms (Angle elevationRms);
00586
00587
00588
00589
00590
00591
00592
00593
00594
00595
00596
00597
00598
00603 Angle getSkyRMS() const;
00604
00605
00606
00607
00615 void setSkyRMS (Angle skyRMS);
00616
00617
00618
00619
00620
00621
00622
00623
00624
00625
00626
00627
00628
00633 double getReducedChiSquared() const;
00634
00635
00636
00637
00645 void setReducedChiSquared (double reducedChiSquared);
00646
00647
00648
00649
00650
00651
00652
00653
00654
00655
00656
00661 bool isNumObsExists() const;
00662
00663
00664
00670 int getNumObs() const;
00671
00672
00673
00674
00681 void setNumObs (int numObs);
00682
00683
00684
00685
00689 void clearNumObs ();
00690
00691
00692
00693
00694
00695
00696
00697
00702 bool isCoeffFormulaExists() const;
00703
00704
00705
00711 vector<string > getCoeffFormula() const;
00712
00713
00714
00715
00722 void setCoeffFormula (vector<string > coeffFormula);
00723
00724
00725
00726
00730 void clearCoeffFormula ();
00731
00732
00733
00735
00737
00738
00739
00740
00741
00742
00743
00744
00749 Tag getCalDataId() const;
00750
00751
00752
00753
00763 void setCalDataId (Tag calDataId);
00764
00765
00766
00767
00768
00769
00770
00771
00772
00773
00774
00775
00776
00781 Tag getCalReductionId() const;
00782
00783
00784
00785
00795 void setCalReductionId (Tag calReductionId);
00796
00797
00798
00799
00800
00801
00803
00805
00806
00807
00808
00809
00816 CalDataRow* getCalDataUsingCalDataId();
00817
00818
00819
00820
00821
00822
00823
00824
00831 CalReductionRow* getCalReductionUsingCalReductionId();
00832
00833
00834
00835
00836
00837
00838
00880 bool compareNoAutoInc(string antennaName, ReceiverBandMod::ReceiverBand receiverBand, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, AntennaMakeMod::AntennaMake antennaMake, PointingModelModeMod::PointingModelMode pointingModelMode, PolarizationTypeMod::PolarizationType polarizationType, int numCoeff, vector<string > coeffName, vector<float > coeffVal, vector<float > coeffError, vector<bool > coeffFixed, Angle azimuthRMS, Angle elevationRms, Angle skyRMS, double reducedChiSquared);
00881
00882
00883
00884
00918 bool compareRequiredValue(ArrayTime startValidTime, ArrayTime endValidTime, AntennaMakeMod::AntennaMake antennaMake, PointingModelModeMod::PointingModelMode pointingModelMode, PolarizationTypeMod::PolarizationType polarizationType, int numCoeff, vector<string > coeffName, vector<float > coeffVal, vector<float > coeffError, vector<bool > coeffFixed, Angle azimuthRMS, Angle elevationRms, Angle skyRMS, double reducedChiSquared);
00919
00920
00929 bool equalByRequiredValue(CalPointingModelRow* x) ;
00930
00931 #ifndef WITHOUT_ACS
00932
00936 CalPointingModelRowIDL *toIDL() const;
00937 #endif
00938
00939 #ifndef WITHOUT_ACS
00940
00945 void setFromIDL (CalPointingModelRowIDL x) ;
00946 #endif
00947
00952 string toXML() const;
00953
00960 void setFromXML (string rowDoc) ;
00961
00962 private:
00966 CalPointingModelTable &table;
00970 bool hasBeenAdded;
00971
00972
00973 void isAdded(bool added);
00974
00975
00984 CalPointingModelRow (CalPointingModelTable &table);
00985
01003 CalPointingModelRow (CalPointingModelTable &table, CalPointingModelRow &row);
01004
01006
01008
01009
01010
01011
01012
01013
01014 string antennaName;
01015
01016
01017
01018
01019
01020
01021
01022
01023
01024
01025 ReceiverBandMod::ReceiverBand receiverBand;
01026
01027
01028
01029
01030
01031
01032
01033
01034
01035
01036 ArrayTime startValidTime;
01037
01038
01039
01040
01041
01042
01043
01044
01045
01046
01047 ArrayTime endValidTime;
01048
01049
01050
01051
01052
01053
01054
01055
01056
01057
01058 AntennaMakeMod::AntennaMake antennaMake;
01059
01060
01061
01062
01063
01064
01065
01066
01067
01068
01069 PointingModelModeMod::PointingModelMode pointingModelMode;
01070
01071
01072
01073
01074
01075
01076
01077
01078
01079
01080 PolarizationTypeMod::PolarizationType polarizationType;
01081
01082
01083
01084
01085
01086
01087
01088
01089
01090
01091 int numCoeff;
01092
01093
01094
01095
01096
01097
01098
01099
01100
01101
01102 vector<string > coeffName;
01103
01104
01105
01106
01107
01108
01109
01110
01111
01112
01113 vector<float > coeffVal;
01114
01115
01116
01117
01118
01119
01120
01121
01122
01123
01124 vector<float > coeffError;
01125
01126
01127
01128
01129
01130
01131
01132
01133
01134
01135 vector<bool > coeffFixed;
01136
01137
01138
01139
01140
01141
01142
01143
01144
01145
01146 Angle azimuthRMS;
01147
01148
01149
01150
01151
01152
01153
01154
01155
01156
01157 Angle elevationRms;
01158
01159
01160
01161
01162
01163
01164
01165
01166
01167
01168 Angle skyRMS;
01169
01170
01171
01172
01173
01174
01175
01176
01177
01178
01179 double reducedChiSquared;
01180
01181
01182
01183
01184
01185
01186
01187
01188
01189 bool numObsExists;
01190
01191
01192 int numObs;
01193
01194
01195
01196
01197
01198
01199
01200
01201
01202 bool coeffFormulaExists;
01203
01204
01205 vector<string > coeffFormula;
01206
01207
01208
01209
01210
01212
01214
01215
01216
01217
01218
01219
01220 Tag calDataId;
01221
01222
01223
01224
01225
01226
01227
01228
01229
01230
01231 Tag calReductionId;
01232
01233
01234
01235
01236
01238
01240
01241
01242
01243
01244
01245
01246
01247
01248
01249
01250
01251
01252
01253
01254
01255
01257
01259 map<string, CalPointingModelAttributeFromBin> fromBinMethods;
01260 void antennaNameFromBin( EndianISStream& eiss);
01261 void receiverBandFromBin( EndianISStream& eiss);
01262 void calDataIdFromBin( EndianISStream& eiss);
01263 void calReductionIdFromBin( EndianISStream& eiss);
01264 void startValidTimeFromBin( EndianISStream& eiss);
01265 void endValidTimeFromBin( EndianISStream& eiss);
01266 void antennaMakeFromBin( EndianISStream& eiss);
01267 void pointingModelModeFromBin( EndianISStream& eiss);
01268 void polarizationTypeFromBin( EndianISStream& eiss);
01269 void numCoeffFromBin( EndianISStream& eiss);
01270 void coeffNameFromBin( EndianISStream& eiss);
01271 void coeffValFromBin( EndianISStream& eiss);
01272 void coeffErrorFromBin( EndianISStream& eiss);
01273 void coeffFixedFromBin( EndianISStream& eiss);
01274 void azimuthRMSFromBin( EndianISStream& eiss);
01275 void elevationRmsFromBin( EndianISStream& eiss);
01276 void skyRMSFromBin( EndianISStream& eiss);
01277 void reducedChiSquaredFromBin( EndianISStream& eiss);
01278
01279 void numObsFromBin( EndianISStream& eiss);
01280 void coeffFormulaFromBin( EndianISStream& eiss);
01281
01282
01287 void toBin(EndianOSStream& eoss);
01288
01296 static CalPointingModelRow* fromBin(EndianISStream& eiss, CalPointingModelTable& table, const vector<string>& attributesSeq);
01297
01298 };
01299
01300 }
01301
01302 #endif