|
ocssw
1.0
|
00001 #ifndef CALPROTOI_H /* avoid re-inclusion */ 00002 #define CALPROTOI_H 00003 00004 #include "mfhdf.h" 00005 00006 int32 get_cal_osmi(char *cal_path, int16 syear, int16 sday, int16 eday, int32 msec, 00007 int16 *cal_year, int16 *cal_day, int32 *cal_msec, 00008 float32 *eoffset, float32 *egain, float32 *temp, 00009 float32 *mirror, float32 *t_const, 00010 float32 *t_linear, float32 *t_quadratic, 00011 float32 *slope, float32 *dc, 00012 float32 *sm); 00013 00014 00015 int32 get_index_osmi(int32 fid, int16 syear, int16 sday, int16 eday, int32 msec, 00016 int16 *cal_year, int16 *cal_day, int32 *cal_msec); 00017 00018 int32 read_parm_data_osmi(int32 fid, int32 sdfid, int32 index, float32 *eoffset, 00019 float32 *egain, float32 *temp, float32 *mirror, 00020 float32 *t_const, float32 *t_linear, float32 *t_quadratic, 00021 float32 *slope, float32 *dc, float32 *sm); 00022 00023 #endif /* CALPROTOI_H */
1.7.6.1