#include <fitsio.h>#include <xsh_dump.h>#include <xsh_utils.h>#include <xsh_error.h>#include <xsh_msg.h>#include <xsh_dfs.h>#include <math.h>#include <time.h>#include <cpl.h>#include <xsh_data_image_3d.h>Go to the source code of this file.
Functions | |
| static void | xsh_image_3d_write_fits_header (fitsfile *fptr, cpl_propertylist *header) |
| xsh_image_3d * | xsh_image_3d_new (int nx, int ny, int nz, cpl_type type) |
| cpl_error_code | xsh_image_3d_insert (xsh_image_3d *img_3d, cpl_image *img, int iz) |
| xsh_image_3d * | xsh_image_3d_load (const char *filename, cpl_type type, int xtnum) |
| cpl_error_code | xsh_image_3d_save (xsh_image_3d *img_3d, const char *fname, cpl_propertylist *header, unsigned mode) |
| int | xsh_image_3d_get_size_x (xsh_image_3d *img_3d) |
| int | xsh_image_3d_get_size_y (xsh_image_3d *img_3d) |
| int | xsh_image_3d_get_size_z (xsh_image_3d *img_3d) |
| void * | xsh_image_3d_get_data (xsh_image_3d *img_3d) |
| cpl_type | xsh_image_3d_get_type (xsh_image_3d *img_3d) |
| void | xsh_image_3d_free (xsh_image_3d **img_3d) |
1.6.1