ocssw
V2022
|
compute_l1b.c File Reference
#include <stdio.h>
#include <fcntl.h>
#include "proto.h"
#include "mfhdf.h"
#include "calib_cal_l1a.h"
Include dependency graph for compute_l1b.c:
Go to the source code of this file.
Functions | |
void | free_all (void *dark_rest, void *gain, void *tdi, void *scan_temp, void *side, void *msec) |
int | compute_l1b (int32 sd_id, int iline, float *l1b_data[], char *calibtable, char newfile) |
Function Documentation
◆ compute_l1b()
int compute_l1b | ( | int32 | sd_id, |
int | iline, | ||
float * | l1b_data[], | ||
char * | calibtable, | ||
char | newfile | ||
) |
Definition at line 9 of file compute_l1b.c.
◆ free_all()
void free_all | ( | void * | dark_rest, |
void * | gain, | ||
void * | tdi, | ||
void * | scan_temp, | ||
void * | side, | ||
void * | msec | ||
) |