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)) 53 #define DF_MAXFNLEN 256 63 #define FIELDNAMELENMAX 128 64 #define VSFIELDMAX 256 65 #define VSNAMELENMAX 64 66 #define VGNAMELENMAX 64 80 #define VDEFAULTBLKSIZE 4096 81 #define VDEFAULTNBLKS 32 84 #define MAX_ORDER 65535 85 #define MAX_FIELD_SIZE 65535 96 #define MAX_PATH_LEN 1024 111 #define MAX_REF ((uint16)65535) 116 #define HDF_APPENDABLE_BLOCK_LEN 4096 117 #define HDF_APPENDABLE_BLOCK_NUM 16 120 #define HASH_MASK 0xff 121 #define HASH_BLOCK_SIZE 100 134 #define VDATA_BUFFER_MAX 1000000 138 #define DFS_MAXLEN 255 139 #define DFSD_MAXFILL_LEN 16 144 #define COMP_MAX_COMP 12 145 #define COMP_HEADER_LENGTH 14 151 #define FUNC_NAME_LEN 32 156 # define ERR_STACK_SZ 10 160 #ifndef ERR_STRING_SIZE 161 # define ERR_STRING_SIZE 512 169 #define H4_MAX_NC_OPEN MAX_FILE 176 #define H4_MAX_NC_DIMS 5000 177 #define H4_MAX_NC_ATTRS 3000 178 #define H4_MAX_NC_VARS 5000 185 #define H4_MAX_NC_NAME 256 186 #define H4_MAX_NC_CLASS 128 189 #define H4_MAX_VAR_DIMS 32 195 #ifdef H4_HAVE_NETCDF 196 #define MAX_NC_OPEN H4_MAX_NC_OPEN 197 #define MAX_NC_DIMS H4_MAX_NC_DIMS 198 #define MAX_NC_VARS H4_MAX_NC_VARS 199 #define MAX_NC_NAME H4_MAX_NC_NAME 200 #define MAX_NC_CLASS H4_MAX_NC_CLASS 201 #define MAX_VAR_DIMS H4_MAX_VAR_DIMS 205 #define H4_MAX_GR_NAME 256 212 #define GR_NAME "RIG0.0" 213 #define RI_NAME "RI0.0" 215 #define RIGATTRNAME "RIATTR0.0N" 217 #define RIGATTRCLASS "RIATTR0.0C" 224 #define _HDF_ATTRIBUTE "Attr0.0" 226 #define _HDF_VARIABLE "Var0.0" 228 #define _HDF_SDSVAR "SDSVar" 231 #define _HDF_CRDVAR "CoordVar" 234 #define _HDF_DIMENSION "Dim0.0" 236 #define _HDF_UDIMENSION "UDim0.0" 238 #define DIM_VALS "DimVal0.0" 240 #define DIM_VALS01 "DimVal0.1" 242 #define _HDF_CDF "CDF0.0" 245 #define DATA0 "Data0.0" 246 #define ATTR_FIELD_NAME "VALUES" 254 #define _HDF_CHK_TBL_CLASS "_HDF_CHK_TBL_" 255 #define _HDF_CHK_TBL_CLASS_VER 0 269 #define FILL_ATTR "FillValue" 273 #define _FillValue "_FillValue" 275 #define _HDF_LongName "long_name" 276 #define _HDF_Units "units" 277 #define _HDF_Format "format" 278 #define _HDF_CoordSys "coordsys" 279 #define _HDF_ValidRange "valid_range" 280 #define _HDF_ScaleFactor "scale_factor" 281 #define _HDF_ScaleFactorErr "scale_factor_err" 282 #define _HDF_AddOffset "add_offset" 283 #define _HDF_AddOffsetErr "add_offset_err" 284 #define _HDF_CalibratedNt "calibrated_nt" 285 #define _HDF_ValidMax "valid_max" 286 #define _HDF_ValidMin "valid_min" 287 #define _HDF_Remarks "remarks" 288 #define _HDF_AnnoLabel "anno_label"
MISR Toolkit - Copyright © 2005 - 2020 Jet Propulsion Laboratory
Generated on Fri Jun 19 2020 22:49:52