(r8084/r8056)
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <string.h>
#include <math.h>
#include <iostream>
#include <libgen.h>
#include "time_utils.h"
#include "hdf5util.h"
#include "hdf5_Aquarius.h"
#include "passthebuck.h"
Go to the source code of this file.
Namespaces |
| namespace | Hdf |
Defines |
| #define | DATACENTER "NASA/GSFC Aquarius Data Processing Center" |
| #define | MISSIONCHARACTERISTICS "Nominal orbit: inclination=98.0 (Sun-synchronous); node=6PM (ascending); eccentricity=<0.002; altitude=657 km; ground speed=6.825 km/sec" |
| #define | SENSORCHARACTERISTICS "Number of beams=3; channels per receiver=4; frequency 1.413 GHz; bits per sample=16; instatntaneous field of view=6.5 degrees; science data block period=1.44 sec." |
Functions |
| double | gpstai2unix (double gpstai) |
Define Documentation
| #define DATACENTER "NASA/GSFC Aquarius Data Processing Center" |
| #define MISSIONCHARACTERISTICS "Nominal orbit: inclination=98.0 (Sun-synchronous); node=6PM (ascending); eccentricity=<0.002; altitude=657 km; ground speed=6.825 km/sec" |
| #define SENSORCHARACTERISTICS "Number of beams=3; channels per receiver=4; frequency 1.413 GHz; bits per sample=16; instatntaneous field of view=6.5 degrees; science data block period=1.44 sec." |
Function Documentation