general/missions/rbsp/efw/cdf_partial_load/
cdf_load_vars_partial.pro
Routines
top source cdf_load_vars_partial
result = cdf_load_vars_partial(files, varnames=varnames, varformat=varformat, info=info, verbose=verbose, all=all, record=record, convert_int1_to_int2=convert_int1_to_int2, spdf_dependencies=spdf_dependencies, var_type=var_type, no_attributes=no_attributes, number_records=number_records)
FUNCTION cdfi = cdf_load_vars_partial(file) Keywords: VARFORMAT = string or string array: a string or string array (which may contain wildcard characters) that specifies the CDF variable names to load. Use 'VARFORMAT='*' to load all variables. VARNAMES = named variable ;output variable for variable names that were loaded. SPDF_DEPENDENCIES : Set to 1 to have SPDF defined dependent variables also loaded. VAR_TYPE = string or string array; Variables that have a VAR_TYPE matching these strings will be loaded. CONVERT_INT1_TO_INT2 Set this keyword to convert signed one byte to signed 2 byte integers. This is useful because IDL does not have the equivalent of INT1 (bytes are unsigned) RECORD: Specify the record index where you want to start reading. By default, this option will read one record. NUMBER_RECORDS: Specify the number of records that you want to read. By default, this option will begin at record zero. Note: Record & Number_Records can be used together to specify a range of records to be read. Author: Davin Larson - 2006 $LastChangedBy: peters $ $LastChangedDate: 2013-10-08 12:43:36 -0700 (Tue, 08 Oct 2013) $ $LastChangedRevision: 13281 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/general/missions/rbsp/efw/cdf_partial_load/cdf_load_vars_partial.pro $
Parameters
- files
Keywords
- varnames
- varformat
- info
- verbose
- all
- record
- convert_int1_to_int2
- spdf_dependencies
- var_type
- no_attributes
- number_records
File attributes
Modification date: | Thu Feb 13 16:43:21 2014 |
Lines: | 158 |