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

4 lines
238 B
C

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);