This page was created by the IDL library routine
mk_html_help2
.
Last modified: Wed Jun 12 10:49:46 2024.
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_6_1/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_6_1/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: ali $ $LastChangedDate: 2021-06-14 10:41:21 -0700 (Mon, 14 Jun 2021) $ $LastChangedRevision: 30043 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_1/projects/SPP/sweap/COMMON/spp_ccsds_spkt_handler.pro $
(See projects/SPP/sweap/COMMON/spp_ccsds_spkt_handler.pro)
$LastChangedBy: ali $ $LastChangedDate: 2023-07-22 18:26:45 -0700 (Sat, 22 Jul 2023) $ $LastChangedRevision: 31965 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_1/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)
$LastChangedBy: ali $ $LastChangedDate: 2021-06-14 10:41:21 -0700 (Mon, 14 Jun 2021) $ $LastChangedRevision: 30043 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_1/projects/SPP/sweap/COMMON/spp_swp_wrapper_apdat__define.pro $
(See projects/SPP/sweap/COMMON/spp_swp_wrapper_apdat__define.pro)