Functions | |
| subroutine | fitsReadMap (filename, RMap, fitsHeader) |
| subroutine | fitsWriteMap (filename, RMap, fitsHeader) |
| Writes out a fits map. Assumes that the map has exactly the same size, wcs info etc as a map that has been read in. Uses the header of a fits map that has been read in already. | |
| subroutine | printerror (status) |
| Print out the FITSIO error messages to the user. | |
| subroutine | delete_file (filename, status) |
| subroutine fitsTools::delete_file | ( | character ( len = * ) | filename, | |
| integer(i4b) | status | |||
| ) |
| subroutine fitsTools::fitsReadMap | ( | character(len = *) | filename, | |
| type(FFTRMap) | RMap, | |||
| character(len=80),dimension(:),optional,allocatable | fitsHeader | |||
| ) |
| subroutine fitsTools::fitsWriteMap | ( | character(len = *) | filename, | |
| type(FFTRMap) | RMap, | |||
| character(len=80),dimension(:) | fitsHeader | |||
| ) |
Writes out a fits map. Assumes that the map has exactly the same size, wcs info etc as a map that has been read in. Uses the header of a fits map that has been read in already.
| subroutine fitsTools::printerror | ( | INTEGER(I4B),intent(in) | status | ) |
Print out the FITSIO error messages to the user.
1.5.4