OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
printscene.c
Go to the documentation of this file.
1 /* -------------------------------------------------------------------- */
2 /* printscene - prints formatted report based on L0 scene structure */
3 /* */
4 /* ---------------------------------------------------------------------*/
5 
6 #include <stdio.h>
7 #include <time.h>
8 
9 #include "swl0_parms.h"
10 #include "swl0_types.h"
11 #include "swl0_struc.h"
12 #include "swl0_utils.h"
13 
14 void printscene(int nscenes, swl0scene scene[]) {
15  int is;
16  time_t stime;
17 
18  printf("\nSeaWiFS Level-0 Scene Index Report\n");
19  printf("Number of scenes found: %d\n", nscenes);
20  for (is = 0; is < nscenes; is++) {
21 
22  stime = (time_t) scene[is].stime;
23 
24  printf("Scene: %3d, Type: %2d, Start: %4d, Frames: %4d, Time: %s",
25  is, scene[is].mnftype,
26  scene[is].srec, scene[is].nrec,
27  asctime(gmtime(&stime)));
28  }
29 
30  return;
31 }
32 
33 
34 
35 
this program makes no use of any feature of the SDP Toolkit that could generate such a then geolocation is calculated at that and then aggregated up to Resolved feature request Bug by adding three new int8 SDSs for each high resolution offsets between the high resolution geolocation and a bi linear interpolation extrapolation of the positions This can be used to reconstruct the high resolution geolocation Resolved Bug by delaying cumulation of gflags until after validation of derived products Resolved Bug by setting Latitude and Longitude to the correct fill resolving to support Near Real Time because they may be unnecessary if use of entrained ephemeris and attitude data is turned resolving bug report Corrected to filter out Aqua attitude records with missing status helping resolve bug MOD_PR03 will still correctly write scan and pixel data that does not depend upon the start thereby resolving MODur00108 Changed header guard macro names to avoid reserved name resolving MODur00104 Maneuver list file for Terra satellite was updated to include data from Jecue DuChateu Maneuver list files for both Terra and Aqua were updated to include two maneuvers from recent IOT weekly reports The limits for Z component of angular momentum was and to set the fourth GEO scan quality flag for a scan depending upon whether or not it occurred during one of them Added _FillValue attributes to many and changed the fill value for the sector start times from resolving MODur00072 Writes boundingcoordinate metadata to L1A archived metadata For PERCENT *ECS change to treat rather resolving GSFcd01518 Added a LogReport Changed to create the Average Temperatures vdata even if the number of scans is
Definition: HISTORY.txt:301
void printscene(int nscenes, swl0scene scene[])
Definition: printscene.c:14
int16_t * nscenes
Definition: l2bin.cpp:86