This page was created by the IDL library routine
mk_html_help2
.
Last modified: Mon Jul 27 13:46:48 2020.
NAME: cdf_info2 FUNCTION: cdf_info2(id) PURPOSE: Returns a HASH with useful information about a CDF file. In particular the number of file records is returned in this structure. INPUT: id: CDF file ID or filename CREATED BY: Davin Larson $LastChangedBy: davin-mac $ $LastChangedDate: 2020-04-10 23:02:53 -0700 (Fri, 10 Apr 2020) $ $LastChangedRevision: 28553 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_3_3/projects/SPP/sweap/COMMON/cdf_info2.pro $
(See projects/SPP/sweap/COMMON/cdf_info2.pro)
NAME: cdf_var_atts FUNCTION: cdf_var_atts(id [,var[,attname]]) PURPOSE: Returns a structure that contains all the attributes of a variable within a CDF file. If attname is provided then it returns the value of only that attribute. KEYWORDS: DEFAULT: The default value of the attribute. ATTRIBUTES=att A named variable that returns an array of structures containing attribute info if this variable is passed in on subsequent calls to cdf_var_atts it can significantly improve performance. OBSOLETE!!! USAGE: atts = cdf_var_atts(file) ; returns structure containing all global attributes atts = cdf_var_atts(file INPUT: id: CDF file ID or filename. var; CDF variable name or number attname: CDF attribute name CREATED BY: Davin Larson $LastChangedBy: ali $ $LastChangedDate: 2020-05-04 17:46:15 -0700 (Mon, 04 May 2020) $ $LastChangedRevision: 28667 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_3_3/projects/SPP/sweap/COMMON/cdf_var_atts2.pro $
(See projects/SPP/sweap/COMMON/cdf_var_atts2.pro)
Purpose: Handle buffer that should contain a single bytes from a ccsds packet Written by Davin Larson $LastChangedBy: davin-mac $ $LastChangedDate: 2019-06-12 01:51:13 -0700 (Wed, 12 Jun 2019) $ $LastChangedRevision: 27334 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_3_3/projects/SPP/sweap/COMMON/spp_ccsds_spkt_handler.pro $
(See projects/SPP/sweap/COMMON/spp_ccsds_spkt_handler.pro)
$LastChangedBy: ali $ $LastChangedDate: 2020-07-01 08:47:47 -0700 (Wed, 01 Jul 2020) $ $LastChangedRevision: 28827 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_3_3/projects/SPP/sweap/COMMON/spp_swp_apdat_init.pro $
(See projects/SPP/sweap/COMMON/spp_swp_apdat_init.pro)
This is a wrapper routine to create CDF variables within an open CDF file. usage: CDF_VAR_ATT_CREATE,fileid,'RandomVariable',randomn(seed,3,1000),attributes = atts Attributes are contained in a orderedhash and should have already been created.
(See projects/SPP/sweap/COMMON/spp_swp_cdf_var_att_create.pro)