|
ocssw
1.0
|
Go to the source code of this file.
Functions | |
| int32 | setupgrid (int32 prod_ID, int32 fid) |
| int32 | closegrid (int32 prod_ID, int32 gridid) |
| int32 | writegeom (int32 fid, int32 nbins) |
| int32 | setupindex (int32 fid) |
| intn | writeindex (int32 ndxid, int32 *start_num, int32 *begin, int32 *extent, int32 *maxbin) |
| intn | closeindex (int32 ndxid) |
| int32 | setupmaster (int32 fid, int32 fsize) |
| int32 * | setupslaves (int32 fid, int32 fsize, char *l3b_path, l3b_prod *parm_opt) |
| intn | closedata (int32 prod_ID, int32 mstrid, int32 *slvid, l3b_prod *parm_opt) |
| intn | buffbins (int32 *fstcall, int32 prod_ID, int32 mstrid, int32 *slvid, int32 nrec, int32 *binno, int16 *nobs, int16 *ttag, int16 *nscenes, float32 *weights, int8 *sel_cat, int32 *flags_set, float32 *l3b_data, l3b_prod *parm_opt) |
| intn | flushbuff (int32 prod_ID, int32 mstrid, int32 *slvid, l3b_prod *parm_opt) |
| int32 | writeattr (int32 fid, char *name, int32 nt, intn count, VOIDP data) |
Variables | |
| intn | count [MAX_OUT] |
| int32 | total [MAX_OUT] |
| int32 | NUMROWS |
| int32 | TOTBINS |
| intn buffbins | ( | int32 * | fstcall, |
| int32 | prod_ID, | ||
| int32 | mstrid, | ||
| int32 * | slvid, | ||
| int32 | nrec, | ||
| int32 * | binno, | ||
| int16 * | nobs, | ||
| int16 * | ttag, | ||
| int16 * | nscenes, | ||
| float32 * | weights, | ||
| int8 * | sel_cat, | ||
| int32 * | flags_set, | ||
| float32 * | l3b_data, | ||
| l3b_prod * | parm_opt | ||
| ) |
Definition at line 840 of file l3b_misc.c.
Definition at line 739 of file l3b_misc.c.
| int32 closegrid | ( | int32 | prod_ID, |
| int32 | gridid | ||
| ) |
Definition at line 141 of file l3b_misc.c.
| intn closeindex | ( | int32 | ndxid | ) |
Definition at line 374 of file l3b_misc.c.
Definition at line 1011 of file l3b_misc.c.
| int32 setupgrid | ( | int32 | prod_ID, |
| int32 | fid | ||
| ) |
Definition at line 96 of file l3b_misc.c.
| int32 setupindex | ( | int32 | fid | ) |
Definition at line 245 of file l3b_misc.c.
| int32 setupmaster | ( | int32 | fid, |
| int32 | fsize | ||
| ) |
Definition at line 417 of file l3b_misc.c.
| int32* setupslaves | ( | int32 | fid, |
| int32 | fsize, | ||
| char * | l3b_path, | ||
| l3b_prod * | parm_opt | ||
| ) |
Definition at line 555 of file l3b_misc.c.
Definition at line 1076 of file l3b_misc.c.
| int32 writegeom | ( | int32 | fid, |
| int32 | nbins | ||
| ) |
Definition at line 173 of file l3b_misc.c.
| intn writeindex | ( | int32 | ndxid, |
| int32 * | start_num, | ||
| int32 * | begin, | ||
| int32 * | extent, | ||
| int32 * | maxbin | ||
| ) |
Definition at line 308 of file l3b_misc.c.
Definition at line 59 of file l3b_misc.c.
| int32 NUMROWS |
Definition at line 28 of file bin_csub.c.
Definition at line 60 of file l3b_misc.c.
| int32 TOTBINS |
Definition at line 27 of file bin_csub.c.
1.7.6.1