ISCE_INSAR/contrib/issi/components/ISSI/include/frToTEC.h

4 lines
238 B
C
Raw Normal View History

2019-01-16 19:40:08 +00:00
int convertToTec(char *frFilename, char *outFilename, int width, float bdotk, float fc);
int convertToTecWBdotK(char *frFilename, char *outFilename, char *bdotkFilename,int width, float fc);
float frToTec(float fr,float fc, float bdotk);