ocssw
V2022
|
hawkeye_methods.h
Go to the documentation of this file.
28 int latlon_interp_vec(size_t n_orb_rec, size_t num_gridlines,double *torb, double *latorb, double *lonorb,double *tmgv, float *lati, float *loni);
30 int latlon_interp_dist(size_t num_gridlines,double *dist_ai,float *lati,float *loni,double *dist_a,float *lati2,float *loni2);
31 int latlon_interp1pix(size_t num_gridlines, size_t gd_index,double *tgrid, float *lat_nad, float *lon_nad, float *latpix, float *lonpix);
int get_nut(int32_t iyr, int32_t idy, double xnut[3][3])
Definition: geolocate_hawkeye.cpp:547
int latlon_interp1pix(size_t num_gridlines, size_t gd_index, double *tgrid, float *lat_nad, float *lon_nad, float *latpix, float *lonpix)
Definition: hawkeye_methods.cpp:116
int latlon_interp2(size_t num_gridlines, size_t num_pixels, double *gtime, float *lati, float *loni, double *gtime2, float *lati2, float *loni2)
Definition: hawkeye_methods.cpp:76
int ephparms(double t, double &xls, double &gs, double &xlm, double &omega)
Definition: geolocate_hawkeye.cpp:575
int latlon_interp_vec(size_t n_orb_rec, size_t num_gridlines, double *torb, double *latorb, double *lonorb, double *tmgv, float *lati, float *loni)
Definition: hawkeye_methods.cpp:158
int orb_interp(size_t n_SC_rec, size_t sdim, double *torb, orb_array *p, orb_array *v, double *time, orb_array *posi, orb_array *veli)
Definition: geolocate_hawkeye.cpp:845
int j2000_to_mod(int32_t iyr, int32_t idy, double sec, double j2mod[3][3])
Definition: geolocate_hawkeye.cpp:512
int latlon_interp_dist(size_t num_gridlines, double *dist_ai, float *lati, float *loni, double *dist_a, float *lati2, float *loni2)
Definition: hawkeye_methods.cpp:29
int j2000_to_ecr(int32_t iyr, int32_t idy, double sec, double ecmat[3][3])
Definition: geolocate_hawkeye.cpp:455
int orb_interp2(size_t n_SC_rec, size_t sdim, double *torb, orb_array2 *p, orb_array2 *v, double *time, orb_array2 *posi, orb_array2 *veli)
Definition: hawkeye_methods.cpp:428
int latlon_interp(size_t n_SC_rec, size_t num_gridlines, size_t num_pixels, double *torb, float **lat, float **lon, double *gtime, float *lati, float *loni)
Definition: hawkeye_methods.cpp:236
this program makes no use of any feature of the SDP Toolkit that could generate such a then geolocation is calculated at that and then aggregated up to Resolved feature request Bug by adding three new int8 SDSs for each high resolution offsets between the high resolution geolocation and a bi linear interpolation extrapolation of the positions This can be used to reconstruct the high resolution geolocation Resolved Bug by delaying cumulation of gflags until after validation of derived products Resolved Bug by setting Latitude and Longitude to the correct fill resolving to support Near Real Time because they may be unnecessary if use of entrained ephemeris and attitude data is turned resolving bug report Corrected to filter out Aqua attitude records with missing status helping resolve bug MOD_PR03 will still correctly write scan and pixel data that does not depend upon the start time
Definition: HISTORY.txt:248
int nutate(double t, double xls, double gs, double xlm, double omega, double &dpsi, double &eps, double &epsm)
Definition: geolocate_hawkeye.cpp:604