ocssw
V2022
|
GEO_get_T_inst2ecr.c File Reference
#include "GEO_earth.h"
#include "GEO_geo.h"
#include "GEO_global_arrays.h"
#include "PGS_CBP.h"
#include "PGS_CSC.h"
#include "PGS_MODIS_35251.h"
#include "smfio.h"
Include dependency graph for GEO_get_T_inst2ecr.c:
Go to the source code of this file.
Functions | |
PGSt_SMF_status | GEO_set_T_inst2sc (const internal_coord_trans_struct *const coord_trans, const ECS_metadata_struct *const ECS_metadata) |
PGSt_SMF_status | GEO_get_T_inst2ecr (PGSt_integer numValues, char asciiutc[], const PGSt_double offsets[], sc_state_struct const sc_state[], double sol_elev_cor[][3], PGSt_integer const eulerAngleOrder[], double T_sc2ecr[][3][3], double T_inst2ecr[][3][3], double ecr_position[][3], double ecr_velocity[][3], PGSt_double rpy[]) |
Function Documentation
◆ GEO_get_T_inst2ecr()
PGSt_SMF_status GEO_get_T_inst2ecr | ( | PGSt_integer | numValues, |
char | asciiutc[], | ||
const PGSt_double | offsets[], | ||
sc_state_struct const | sc_state[], | ||
double | sol_elev_cor[][3], | ||
PGSt_integer const | eulerAngleOrder[], | ||
double | T_sc2ecr[][3][3], | ||
double | T_inst2ecr[][3][3], | ||
double | ecr_position[][3], | ||
double | ecr_velocity[][3], | ||
PGSt_double | rpy[] | ||
) |
Definition at line 249 of file GEO_get_T_inst2ecr.c.
◆ GEO_set_T_inst2sc()
PGSt_SMF_status GEO_set_T_inst2sc | ( | const internal_coord_trans_struct *const | coord_trans, |
const ECS_metadata_struct *const | ECS_metadata | ||
) |
Definition at line 104 of file GEO_get_T_inst2ecr.c.