Public Member Functions | |
| subroutine | read_data |
| Master data input subroutine. More... | |
| subroutine | fetch_mag_data |
| subroutine | read_wso_txt () |
| Read WSO ascii magnetogram. More... | |
| subroutine | read_wso_fits |
| Read WSO fits magnetogram. More... | |
| subroutine | read_fluxtrp_txt |
| Read Fluxtrp ascii magnetogram. More... | |
| subroutine | read_nso_txt |
| Read NSO ascii magnetogram. More... | |
| subroutine | read_nso_fits |
| Read NSO fits magnetogram. NSO magnetogram given in sin(latitude). Have to interpolate on a uniform latitude grid. NOTE: this routine is based on parts of the CFITSIO cookbook.f file, and may not be the most efficient way of getting data out of a fits file! Actually, most of this should be put in the corfield_utils module rather than here. More... | |
| subroutine | read_adapt_fits |
| Read ADAPT fits magnetogram. ADAPT magnetogram given on a uniform latitude grid. NOTE: this routine is based on parts of the CFITSIO cookbook.f file, and may not be the most efficient way of getting data out of a fits file! Actually, most of this should be put in the corfield_utils module rather than here. More... | |
| subroutine | read_magicdyn_txt |
| Read Magicdyn ascii magnetogram. More... | |
| subroutine | close_corfield_read_data () |
| deallocate corfield_read_data variables More... | |
Public Attributes | |
| type(map) | magmap |
| subroutine corfield_read_data::close_corfield_read_data | ( | ) |
deallocate corfield_read_data variables


| subroutine corfield_read_data::fetch_mag_data | ( | ) |
| subroutine corfield_read_data::read_adapt_fits | ( | ) |
Read ADAPT fits magnetogram. ADAPT magnetogram given on a uniform latitude grid.
NOTE: this routine is based on parts of the CFITSIO cookbook.f file, and may not be the most efficient way of getting data out of a fits file!
Actually, most of this should be put in the corfield_utils module rather than here.


| subroutine corfield_read_data::read_data | ( | ) |
Master data input subroutine.


| subroutine corfield_read_data::read_fluxtrp_txt | ( | ) |
Read Fluxtrp ascii magnetogram.


| subroutine corfield_read_data::read_magicdyn_txt | ( | ) |
Read Magicdyn ascii magnetogram.


| subroutine corfield_read_data::read_nso_fits | ( | ) |
Read NSO fits magnetogram. NSO magnetogram given in sin(latitude). Have to interpolate on a uniform latitude grid.
NOTE: this routine is based on parts of the CFITSIO cookbook.f file, and may not be the most efficient way of getting data out of a fits file!
Actually, most of this should be put in the corfield_utils module rather than here.


| subroutine corfield_read_data::read_nso_txt | ( | ) |
Read NSO ascii magnetogram.
| subroutine corfield_read_data::read_wso_fits | ( | ) |
Read WSO fits magnetogram.
| subroutine corfield_read_data::read_wso_txt | ( | ) |
Read WSO ascii magnetogram.


| type(map) corfield_read_data::magmap |
1.8.5