Go to the documentation of this file.
90 static const unsigned int MPH_LENGTH = 1247;
92 static const unsigned int PRODUCTNAME_OFFSET = 9;
93 static const unsigned int PRODUCTNAME_LENGTH = 62;
94 static const unsigned int PRODUCT_TYPE_LENGTH = 10;
96 static const unsigned int OBPG_EXTRACT_OFFSET = 120;
97 static const unsigned int OBPG_EXTRACT_LENGTH = 14;
100 static const unsigned int SOFTWARE_VER_OFFSET = 279;
101 static const unsigned int SOFTWARE_VER_LENGTH = 14;
105 static const unsigned int START_PIXEL_LABEL_OFFSET = 295;
108 static const unsigned int START_PIXEL_LENGTH = 11;
110 static const unsigned int SENSING_START_OFFSET = 351;
111 static const unsigned int SENSING_STOP_OFFSET = 394;
115 static const unsigned int END_PIXEL_LABEL_OFFSET = 423;
117 static const unsigned int END_PIXEL_LENGTH = 11;
119 static const unsigned int TOT_SIZE_OFFSET = 1075;
120 static const unsigned int TOT_SIZE_LENGTH = 21;
122 static const unsigned int SPH_SIZE_OFFSET = 1113;
123 static const unsigned int SPH_SIZE_LENGTH = 11;
125 static const unsigned int NUM_DSD_OFFSET = 1140;
126 static const unsigned int NUM_DSD_LENGTH = 11;
128 static const unsigned int DSD_SIZE_OFFSET = 1161;
129 static const unsigned int DSD_SIZE_LENGTH = 11;
131 static const unsigned int NUM_DS_OFFSET = 1194;
132 static const unsigned int NUM_DS_LENGTH = 11;
virtual double getSensingStart()
virtual int64_t getTotalSize()
virtual void setNumDSs(int num)
virtual EnvsatMPH & operator=(const EnvsatMPH &src)
virtual std::string & getProductType()
virtual EnvsatSPH * createSPH()
virtual void setNumDSDs(int num)
virtual double getSensingStop()
virtual bool getObpgExtract()
virtual void setDSDSize(int size)
virtual EnvsatFile * getEnvsatFile()
no change in intended resolving MODur00064 Corrected handling of bad ephemeris attitude resolving resolving GSFcd00179 Corrected handling of fill values for[Sensor|Solar][Zenith|Azimuth] resolving MODxl01751 Changed to validate LUT version against a value retrieved from the resolving MODxl02056 Changed to calculate Solar Diffuser angles without adjustment for estimated post launch changes in the MODIS orientation relative to incidentally resolving defects MODxl01766 Also resolves MODxl01947 Changed to ignore fill values in SCI_ABNORM and SCI_STATE rather than treating them as resolving MODxl01780 Changed to use spacecraft ancillary data to recognise when the mirror encoder data is being set by side A or side B and to change calculations accordingly This removes the need for seperate LUTs for Side A and Side B data it makes the new LUTs incompatible with older versions of the and vice versa Also resolves MODxl01685 A more robust GRing algorithm is being which will create a non default GRing anytime there s even a single geolocated pixel in a granule Removed obsolete messages from seed file
virtual int getStartPixel()
virtual void setEndPixel(int pix)
virtual std::string & getProductName()
static const std::string TYPE_MERIS_FR_L1
virtual void setTotalSize(int64_t size)
static const std::string TYPE_MERIS_RR_L1
virtual void setStartPixel(int pix)
virtual void printRecursive()
virtual void setProductName(const std::string &name)
virtual void setObpgExtract(bool val)
virtual int readHeader(int fin)
virtual void setSensingStop(double unixTime)
virtual int writeHeader(int fout)
virtual int getEndPixel()
virtual void setSPHSize(int size)
EnvsatMPH(const EnvsatMPH &orig)
static const std::string TYPE_MERIS_FRS_L1
virtual void setSensingStart(double unixTime)