Home
last modified time | relevance | path

Searched defs:ngoodpix (Results 1 – 6 of 6) sorted by relevance

/dports/astro/siril/siril/src/algos/
H A Dquantize.c77 long *ngoodpix, /* number of non-null pixels in the image */ in siril_fits_img_stats_ushort()
147 long *ngoodpix, /* number of non-null pixels in the image */ in siril_fits_img_stats_float()
215 long *ngoodpix, /* number of non-null pixels in the image */ in FnMeanSigma_ushort()
282 long *ngoodpix, /* number of non-null pixels in the image */ in FnMeanSigma_float()
350 long *ngoodpix, /* number of non-null pixels in the image */ in FnMeanSigma_int()
438 long ii, jj, nrows = 0, nrows2 = 0, nvals, nvals2, ngoodpix = 0; in FnNoise5_ushort() local
836 long ii, jj, nrows = 0, nrows2 = 0, nvals, nvals2, ngoodpix = 0; in FnNoise5_float() local
/dports/astro/oskar/OSKAR-2.8.0/extern/cfitsio/
H A Dquantize.c470 long *ngoodpix, /* number of non-null pixels in the image */ in fits_img_stats_short()
529 long *ngoodpix, /* number of non-null pixels in the image */ in fits_img_stats_int()
588 long *ngoodpix, /* number of non-null pixels in the image */ in fits_img_stats_float()
646 long *ngoodpix, /* number of non-null pixels in the image */ in FnMeanSigma_short()
704 long *ngoodpix, /* number of non-null pixels in the image */ in FnMeanSigma_int()
762 long *ngoodpix, /* number of non-null pixels in the image */ in FnMeanSigma_float()
820 long *ngoodpix, /* number of non-null pixels in the image */ in FnMeanSigma_double()
2295 long ii, jj, nrows = 0, nvals, ngoodpix = 0; in FnNoise3_short() local
2513 long ii, jj, nrows = 0, nvals, ngoodpix = 0; in FnNoise3_int() local
2729 long ii, jj, nrows = 0, nvals, ngoodpix = 0; in FnNoise3_float() local
[all …]
/dports/astro/cfitsio/cfitsio-3.49/
H A Dquantize.c470 long *ngoodpix, /* number of non-null pixels in the image */ in fits_img_stats_short()
529 long *ngoodpix, /* number of non-null pixels in the image */ in fits_img_stats_int()
588 long *ngoodpix, /* number of non-null pixels in the image */ in fits_img_stats_float()
646 long *ngoodpix, /* number of non-null pixels in the image */ in FnMeanSigma_short()
704 long *ngoodpix, /* number of non-null pixels in the image */ in FnMeanSigma_int()
762 long *ngoodpix, /* number of non-null pixels in the image */ in FnMeanSigma_float()
820 long *ngoodpix, /* number of non-null pixels in the image */ in FnMeanSigma_double()
2295 long ii, jj, nrows = 0, nvals, ngoodpix = 0; in FnNoise3_short() local
2513 long ii, jj, nrows = 0, nvals, ngoodpix = 0; in FnNoise3_int() local
2729 long ii, jj, nrows = 0, nvals, ngoodpix = 0; in FnNoise3_float() local
[all …]
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Dquantize.c467 long *ngoodpix, /* number of non-null pixels in the image */ in fits_img_stats_short()
526 long *ngoodpix, /* number of non-null pixels in the image */ in fits_img_stats_int()
585 long *ngoodpix, /* number of non-null pixels in the image */ in fits_img_stats_float()
643 long *ngoodpix, /* number of non-null pixels in the image */ in FnMeanSigma_short()
701 long *ngoodpix, /* number of non-null pixels in the image */ in FnMeanSigma_int()
759 long *ngoodpix, /* number of non-null pixels in the image */ in FnMeanSigma_float()
817 long *ngoodpix, /* number of non-null pixels in the image */ in FnMeanSigma_double()
2260 long ii, jj, nrows = 0, nvals, ngoodpix = 0; in FnNoise3_short() local
2478 long ii, jj, nrows = 0, nvals, ngoodpix = 0; in FnNoise3_int() local
2694 long ii, jj, nrows = 0, nvals, ngoodpix = 0; in FnNoise3_float() local
[all …]
/dports/astro/py-astropy/astropy-5.0/cextern/cfitsio/lib/
H A Dquantize.c470 long *ngoodpix, /* number of non-null pixels in the image */ in fits_img_stats_short()
529 long *ngoodpix, /* number of non-null pixels in the image */ in fits_img_stats_int()
588 long *ngoodpix, /* number of non-null pixels in the image */ in fits_img_stats_float()
646 long *ngoodpix, /* number of non-null pixels in the image */ in FnMeanSigma_short()
704 long *ngoodpix, /* number of non-null pixels in the image */ in FnMeanSigma_int()
762 long *ngoodpix, /* number of non-null pixels in the image */ in FnMeanSigma_float()
820 long *ngoodpix, /* number of non-null pixels in the image */ in FnMeanSigma_double()
2295 long ii, jj, nrows = 0, nvals, ngoodpix = 0; in FnNoise3_short() local
2513 long ii, jj, nrows = 0, nvals, ngoodpix = 0; in FnNoise3_int() local
2729 long ii, jj, nrows = 0, nvals, ngoodpix = 0; in FnNoise3_float() local
[all …]
/dports/astro/siril/siril/src/core/
H A Dsiril.h696 ngoodpix; // number of non-zero pixels member