Home
last modified time | relevance | path

Searched refs:hdu_type (Results 1 – 4 of 4) sorted by relevance

/dports/astro/gnuastro/gnuastro-0.16/bin/convolve/
H A Dmain.h89 int hdu_type; /* Type of HDU (image or table). */ member
H A Dui.c269 p->hdu_type=gal_fits_hdu_format(p->filename, p->cp.hdu); in ui_check_options_and_arguments()
270 if(p->hdu_type==IMAGE_HDU && p->column) in ui_check_options_and_arguments()
442 if (p->isfits && p->hdu_type==IMAGE_HDU) in ui_read_input()
/dports/astro/gnuastro/gnuastro-0.16/bin/statistics/
H A Dmain.h112 int hdu_type; /* Type of HDU (image or table). */ member
H A Dui.c570 p->hdu_type=gal_fits_hdu_format(p->inputname, p->cp.hdu); in ui_check_options_and_arguments()
571 if(p->hdu_type==IMAGE_HDU && p->columns) in ui_check_options_and_arguments()
984 if(p->isfits && p->hdu_type==IMAGE_HDU) in ui_preparations()