[go: up one dir, main page]

Menu

[r2]: / trunk / src / write_amsu.cc  Maximize  Restore  History

Download this file

26 lines (21 with data), 414 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#include "read_amsu.h"
void write_amsu_1c(amsu_1c_data *data,
time_class t1,
time_class t2,
int type)
{
long *rec;
long reclen;
long toffset, lloffset, btoffset;
if (type==AMSU_A) {
reclen=768;
toffset=3;
lloffset=25;
btoffset=208;
} else if (type==AMSU_B) {
reclen=1152;
toffset=3;
lloffset=14;
btoffset=557;
} else if (type==AMSU_CLASS_RET) {
reclen=