hide a non-essential msg

This commit is contained in:
tTh 2024-08-29 18:23:03 +02:00
parent f473a58f75
commit 2a8348f0f9
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ if (fits_create_file(&fptr, outname, &status)) {
}
naxes[0] = src->width; naxes[1] = src->height;
if (verbosity) fimg_describe(src, "to be saved as FITS");
if (verbosity > 1) fimg_describe(src, "to be saved as FITS");
if ( fits_create_img(fptr, bitpix, naxis, naxes, &status) ) {
fits_report_error(stderr, status);