OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
rawcal.h
Go to the documentation of this file.
1 /*
2  *******************************************************************************
3 
4  !C-INC
5 
6  !Description:
7  calibration information include file
8 
9  !Input Parameters: N/A
10  !Output Parameters: N/A
11 
12  !Revision History:
13 
14  $Id: rawcal.h,v 1.1 2010/08/07 18:44:48 sue Exp $
15 
16  $Log: rawcal.h,v $
17  Revision 1.1 2010/08/07 18:44:48 sue
18  seadas 6.1 l2gen with modis dust and avhrr.
19 
20  Revision 1.3 2002/08/26 11:46:26 sue
21  Update copyright notices for year 2002.
22 
23  Revision 1.2 1997/11/14 14:12:54 sue
24  Fix prologs.
25 
26  Revision 1.1.1.1 1996/09/17 16:40:07 angel
27 
28  * Revision 1.3 1993/12/18 17:02:51 angel
29  * ANSIfy the headers.
30  *
31  * Revision 1.2 1992/07/13 13:24:15 angel
32  * Change from int32 to INT32, etc. This is the start of support for the
33  * Alpha chip.
34  *
35  * Revision 1.1 1992/03/12 21:16:46 angel
36  * Initial revision
37  *
38  */
39 
40 /*
41  !Team-unique Header:
42 
43  Copyright 1988-2002 by Rosenstiel School of Marine and Atmospheric Science,
44  University of Miami, Miami, Florida.
45 
46  All Rights Reserved
47 
48  Permission to use, copy, modify, and distribute this software and its
49  documentation for non-commercial purposes and without fee is hereby granted,
50  provided that the above copyright notice appear in all copies and that both
51  that copyright notice and this permission notice appear in supporting
52  documentation, and that the names of University of Miami and/or RSMAS not be
53  used in advertising or publicity pertaining to distribution of the software
54  without specific, written prior permission.
55 
56  UNIVERSITY OF MIAMI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
57  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT
58  SHALL UNIVERSITY OF MIAMI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
59  DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
60  WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
61  OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
62 
63  !References and credits:
64  Written by:
65  University of Miami
66  Rosenstiel School for Marine and Atmospheric Science
67  Division of Meteorology and Physical Oceanography
68  4600 Rickenbacker Cswy
69  Miami,Fl
70  Contact: SWalsh@rsmas.miami.edu
71 
72  !Design Notes
73 
74  !END*************************************************************
75  */
76 
77 #ifndef _RAWCAL_H_
78 #define _RAWCAL_H_
79 
80 #include "stdint.h"
81 
82 #define MAX_RUNCAL 75
83 
84 typedef struct {
85  int32_t numraw;
86  int32_t intrvl;
87 
88  struct _rawCalEnt {
89  float scan;
90  float numsmp;
91  double telem[1 * 5];
92  double teletg[3 * 4 * 5];
93  double bckscn[5][30];
94  double space[5][50];
95  } rawcal[MAX_RUNCAL];
96 } RAW_CAL;
97 
98 /*
99 extern int RunCalXdr _ANSI_ARGS_((RUN_CAL *, int));
100  */
101 
102 #endif /* _RAWCAL_H_ */
Definition: rawcal.h:84
#define MAX_RUNCAL
Definition: rawcal.h:82
int32_t intrvl
Definition: rawcal.h:86
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 space
Definition: HISTORY.txt:268
int32_t numraw
Definition: rawcal.h:85