This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| bool | pmFPAviewReadFitsImage (const pmFPAview *view, pmFPAfile *file) |
| Read an image into the current view. | |
| bool | pmFPAviewReadFitsMask (const pmFPAview *view, pmFPAfile *file) |
| Read a mask into the current view. | |
| bool | pmFPAviewReadFitsWeight (const pmFPAview *view, pmFPAfile *file) |
| Read a weight map into the current view. | |
| bool | pmFPAviewWriteFitsImage (const pmFPAview *view, pmFPAfile *file, pmConfig *config) |
| Write the image for the specified view. | |
| bool | pmFPAviewWriteFitsMask (const pmFPAview *view, pmFPAfile *file, pmConfig *config) |
| Write the mask for the specified view. | |
| bool | pmFPAviewWriteFitsWeight (const pmFPAview *view, pmFPAfile *file, pmConfig *config) |
| Write the weight map for the specified view. | |
| bool | pmFPAviewFreeData (const pmFPAview *view, pmFPAfile *file) |
| Free the data for the specified view. | |
| bool | pmFPAviewReadFitsTable (const pmFPAview *view, pmFPAfile *file, const char *name) |
| Read a table into the current view. | |
| bool | pmFPAviewWriteFitsTable (const pmFPAview *view, pmFPAfile *file, const char *name) |
| Write the table for the specified view. | |
| pmFPA * | pmFPAfileSuitableFPA (const pmFPAfile *file, const pmFPAview *view, const pmConfig *config) |
| Produce a suitable FPA for writing, on the basis of the input FPAfile. | |
1.5.1