Go to the documentation of this file. 26 #define HDsetvbuf(F,S,M,Z) setvbuf(F,S,M,Z) 36 #define MIN(a,b) (((a)<(b)) ? (a) : (b)) 39 #define MAX(a,b) (((a)>(b)) ? (a) : (b)) 49 #if defined(macintosh) || defined(MAC) || defined(SYMANTEC_C) 57 #define DF_MAXFNLEN 256 67 #define FIELDNAMELENMAX 128 68 #define VSFIELDMAX 256 69 #define VSNAMELENMAX 64 70 #define VGNAMELENMAX 64 84 #define VDEFAULTBLKSIZE 4096 85 #define VDEFAULTNBLKS 32 88 #define MAX_ORDER 65535 89 #define MAX_FIELD_SIZE 65535 100 #define MAX_PATH_LEN 1024 115 #define MAX_REF ((uint16)65535) 120 #define HDF_APPENDABLE_BLOCK_LEN 4096 121 #define HDF_APPENDABLE_BLOCK_NUM 16 124 #define HASH_MASK 0xff 125 #define HASH_BLOCK_SIZE 100 138 #define VDATA_BUFFER_MAX 1000000 142 #define DFS_MAXLEN 255 143 #define DFSD_MAXFILL_LEN 16 148 #define COMP_MAX_COMP 12 149 #define COMP_HEADER_LENGTH 14 155 #define FUNC_NAME_LEN 32 160 # define ERR_STACK_SZ 10 164 #ifndef ERR_STRING_SIZE 165 # define ERR_STRING_SIZE 512 173 #define H4_MAX_NC_OPEN MAX_FILE 180 #define H4_MAX_NC_DIMS 5000 181 #define H4_MAX_NC_ATTRS 3000 182 #define H4_MAX_NC_VARS 5000 189 #define H4_MAX_NC_NAME 256 190 #define H4_MAX_NC_CLASS 128 193 #define H4_MAX_VAR_DIMS 32 199 #ifdef H4_HAVE_NETCDF 200 #define MAX_NC_OPEN H4_MAX_NC_OPEN 201 #define MAX_NC_DIMS H4_MAX_NC_DIMS 202 #define MAX_NC_VARS H4_MAX_NC_VARS 203 #define MAX_NC_NAME H4_MAX_NC_NAME 204 #define MAX_NC_CLASS H4_MAX_NC_CLASS 205 #define MAX_VAR_DIMS H4_MAX_VAR_DIMS 209 #define H4_MAX_GR_NAME 256 216 #define GR_NAME "RIG0.0" 217 #define RI_NAME "RI0.0" 219 #define RIGATTRNAME "RIATTR0.0N" 221 #define RIGATTRCLASS "RIATTR0.0C" 228 #define _HDF_ATTRIBUTE "Attr0.0" 230 #define _HDF_VARIABLE "Var0.0" 232 #define _HDF_SDSVAR "SDSVar" 235 #define _HDF_CRDVAR "CoordVar" 238 #define _HDF_DIMENSION "Dim0.0" 240 #define _HDF_UDIMENSION "UDim0.0" 242 #define DIM_VALS "DimVal0.0" 244 #define DIM_VALS01 "DimVal0.1" 246 #define _HDF_CDF "CDF0.0" 249 #define DATA0 "Data0.0" 250 #define ATTR_FIELD_NAME "VALUES" 258 #define _HDF_CHK_TBL_CLASS "_HDF_CHK_TBL_" 259 #define _HDF_CHK_TBL_CLASS_VER 0 273 #define FILL_ATTR "FillValue" 277 #define _FillValue "_FillValue" 279 #define _HDF_LongName "long_name" 280 #define _HDF_Units "units" 281 #define _HDF_Format "format" 282 #define _HDF_CoordSys "coordsys" 283 #define _HDF_ValidRange "valid_range" 284 #define _HDF_ScaleFactor "scale_factor" 285 #define _HDF_ScaleFactorErr "scale_factor_err" 286 #define _HDF_AddOffset "add_offset" 287 #define _HDF_AddOffsetErr "add_offset_err" 288 #define _HDF_CalibratedNt "calibrated_nt" 289 #define _HDF_ValidMax "valid_max" 290 #define _HDF_ValidMin "valid_min" 291 #define _HDF_Remarks "remarks" 292 #define _HDF_AnnoLabel "anno_label"
MISR Toolkit - Copyright © 2005 - 2020 Jet Propulsion Laboratory
Generated on Fri Jun 19 2020 22:49:52