-
Notifications
You must be signed in to change notification settings - Fork 30
Classes Description
Aaron Ridley edited this page Oct 16, 2020
·
4 revisions
Each class file is titled "class_xxx.cpp or class_xxx.h", and the class is called "xxxclass" internally.
class_euv.cpp - Stores information about the star's EUV characteristics. It reads a file that contains the wavelengths of the EUV spectrum as well as all of the cross sections for the spectrum.
class_grid.cpp - All of the grid information is stored here. There will be two grids in Aether, the geographic grid (ggrid) and the magnetic grid (mgrid). There will be mapping methods(?) to go back and forth between the two.
class_indices.cpp class_inputs.cpp class_ions.cpp class_neutrals.cpp class_planetary.cpp class_time.cpp