Aether  0.0
Ionosphere-Thermosphere model
Data Fields
index_file_output_struct Struct Reference

#include <indices.h>

Data Fields

int64_t nTimes
 number of times read in:
 
std::vector< double > times
 array of times that correspond to the values:
 
int nVars
 number of variables read in:
 
std::vector< std::string > var_names
 variable names as a vector of strings:
 
std::vector< std::vector< float > > values
 a 2d vector (vars vs times) of indices values:
 
std::vector< float > missing_values
 a vector of missing values for each variable:
 
std::vector< int > index_id
 The index_id returned by the call to get_XXX_index_id:
 

Detailed Description

A structure that is made available to the user to allow the general reading of a file, since the information that is needed from the file could all be contained within this structure


The documentation for this struct was generated from the following file: