|
| subroutine | write_ascii (funit, magmap) |
| | Master write routine for ascii format. More...
|
| |
| subroutine | read_ascii (funit, magmap) |
| | Master read routine for different map ascii format. More...
|
| |
| subroutine | write_ascii_v0 (funit, magmap) |
| | Write map object in a file unit already open in proper mode (append,replace...). More...
|
| |
| subroutine | write_ascii_v10 (funit, magmap) |
| | Write map object in a file unit already open in proper mode (append,replace...). More...
|
| |
| subroutine | read_ascii_v10 (funit, magmap) |
| | Read map object in a file unit already open in proper mode (append,replace...). More...
|
| |
|
| integer, parameter | len_name = 256 |
| |
| real, parameter | rsun2km = 695700. |
| |
| real, parameter | pi = acos(-1.) |
| |
| subroutine ascii_map::read_ascii |
( |
integer, intent(in) |
funit, |
|
|
type(map), intent(out) |
magmap |
|
) |
| |
Master read routine for different map ascii format.
- Author
| subroutine ascii_map::read_ascii_v10 |
( |
integer, intent(in) |
funit, |
|
|
type(map), intent(out) |
magmap |
|
) |
| |
Read map object in a file unit already open in proper mode (append,replace...).
- Author
| subroutine ascii_map::write_ascii |
( |
integer, intent(in) |
funit, |
|
|
type(map), intent(in) |
magmap |
|
) |
| |
Master write routine for ascii format.
- Author
| subroutine ascii_map::write_ascii_v0 |
( |
integer, intent(in) |
funit, |
|
|
type(map), intent(in) |
magmap |
|
) |
| |
Write map object in a file unit already open in proper mode (append,replace...).
- Author
| subroutine ascii_map::write_ascii_v10 |
( |
integer, intent(in) |
funit, |
|
|
type(map), intent(in) |
magmap |
|
) |
| |
Write map object in a file unit already open in proper mode (append,replace...).
- Author
| integer, parameter ascii_map::len_name = 256 |
| real, parameter ascii_map::pi = acos(-1.) |
| real, parameter ascii_map::rsun2km = 695700. |
The documentation for this module was generated from the following file: