Home
last modified time | relevance | path

Searched refs:phot (Results 1 – 25 of 114) sorted by relevance

12345

/dports/astro/py-astropy/astropy-5.0/astropy/wcs/tests/data/
H A Dtpvonly.hdr1phot.-cal. module executed? PHTCALFL= 0 / Flag for image is phot…
H A Dsiponly.hdr1phot.-cal. module executed? PHTCALFL= 0 / Flag for image is phot…
H A Dtoo_many_pv.hdr1phot.-cal. module executed? PHTCALFL= 0 / Flag for image is phot…
H A Dvalidate.fits1phot.-cal. module executed? PHTCALFL= 0 / Flag for image is phot…
/dports/astro/siril/siril/src/algos/
H A Dphotometry.c188 photometry *phot; in phot_alloc() local
190 phot = (photometry*) calloc(sizeof(photometry), 1); in phot_alloc()
191 if (phot == NULL) { in phot_alloc()
194 return phot; in phot_alloc()
259 photometry *phot; in getPhotometryData() local
345 phot = phot_alloc(); in getPhotometryData()
346 if (phot) { in getPhotometryData()
349 phot->mag = getMagnitude(signalIntensity); in getPhotometryData()
350 phot->s_mag = getMagErr(signalIntensity, area, n_sky, stdev); in getPhotometryData()
351 phot->valid = valid; in getPhotometryData()
[all …]
H A DPSF.c519 psf_angle->phot = NULL; in psf_minimiz_angle()
523 if (psf_angle->phot != NULL) { in psf_minimiz_angle()
524 psf_angle->mag = psf_angle->phot->mag; in psf_minimiz_angle()
525 psf_angle->s_mag = psf_angle->phot->s_mag; in psf_minimiz_angle()
550 free(psf_angle->phot); in psf_minimiz_angle()
650 if (psf->phot != NULL) { in psf_global_minimisation()
651 psf->mag = psf->phot->mag; in psf_global_minimisation()
652 psf->s_mag = psf->phot->s_mag; in psf_global_minimisation()
656 psf->phot = NULL; in psf_global_minimisation()
801 if (psf->phot) { in duplicate_psf()
[all …]
H A DPSF.h19 photometry *phot; /* photometry data */ member
/dports/security/beid/eid-mw-5.0.8/plugins_tools/eid-viewer/
H A Dsigtest.c14 uint8_t phot[8192]; size_t phots; in main() local
29 phots = fread(phot, 1, sizeof phot, f); in main()
34 …return !eid_vwr_check_data_validity(phot, phots, photohash, sizeof photohash, data, datas, dsig, d… in main()
/dports/astro/siril/siril/src/tests/
H A Dphotometry_test.c159 cr_assert(psf->phot, "photometry failed"); in test_photometry_float()
185 cr_assert(psf->phot, "photometry failed"); in test_photometry_ushort()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMDirectionalLight.h122 void setEmitPhotons(bool phot) in setEmitPhotons() argument
124 if(phot == false) return; in setEmitPhotons()
125 fprintf(mFile,"\tsetAttr \".mrc.phot\" %i;\n", phot); in setEmitPhotons()
H A DMayaDMAreaLight.h149 void setEmitPhotons(bool phot) in setEmitPhotons() argument
151 if(phot == false) return; in setEmitPhotons()
152 fprintf(mFile,"\tsetAttr \".mrc.phot\" %i;\n", phot); in setEmitPhotons()
H A DMayaDMPointLight.h171 void setEmitPhotons(bool phot) in setEmitPhotons() argument
173 if(phot == false) return; in setEmitPhotons()
174 fprintf(mFile,"\tsetAttr \".mrc.phot\" %i;\n", phot); in setEmitPhotons()
H A DMayaDMSpotLight.h246 void setEmitPhotons(bool phot) in setEmitPhotons() argument
248 if(phot == false) return; in setEmitPhotons()
249 fprintf(mFile,"\tsetAttr \".mrc.phot\" %i;\n", phot); in setEmitPhotons()
/dports/graphics/pfstools/pfstools-2.1.0/src/fileformat/
H A Dhdrtiffio.cpp77 if(!TIFFGetFieldDefaulted(tif, TIFFTAG_PHOTOMETRIC, &phot)) in HDRTiffReader()
82 switch(phot) in HDRTiffReader()
164 DEBUG_STR << "Unsupported photometric type: " << phot << endl; in HDRTiffReader()
H A Dhdrtiffio.h41 uint16 phot; /// type of photometric data variable
/dports/graphics/sam2p/sam2p-0.49.4/
H A Dappliers.cpp1274 unsigned phot=0; bool inks=false, refe=false; in out_tiffjai_work() local
1276 case Image::Sampled::CS_GRAYSCALE: phot=tp.PHOTOMETRIC_MINISBLACK; break; in out_tiffjai_work()
1277 case Image::Sampled::CS_RGB: phot=tp.PHOTOMETRIC_RGB; break; in out_tiffjai_work()
1278 … case Image::Sampled::CS_YCbCr: phot=tp.PHOTOMETRIC_YCBCR; refe=true; break; /* preferred to RGB */ in out_tiffjai_work()
1289 tp.dirSL(tp.Photometric, phot); /* SHORT */ in out_tiffjai_work()
1463 unsigned phot= cache->isRGB() ? 0+tp.PHOTOMETRIC_RGB in out_tiff_work() local
1658 assert(phot==tp.PHOTOMETRIC_MINISBLACK || phot==tp.PHOTOMETRIC_PALETTE); in out_tiff_work()
1663 case Image::Sampled::CS_RGB: phot=tp.PHOTOMETRIC_RGB; break; in out_tiff_work()
1664 … case Image::Sampled::CS_YCbCr: phot=tp.PHOTOMETRIC_YCBCR; refe=true; break; /* preferred to RGB */ in out_tiff_work()
1680 tp.dirSL(tp.Photometric, phot); /* SHORT */ in out_tiff_work()
[all …]
/dports/biology/gatk/gatk-4.2.0.0/src/main/python/org/broadinstitute/hellbender/vqsr_cnn/vqsr_cnn/
H A Dinference.py445 phot = [not_p, not_p, not_p, not_p]
446 phot[base_dict[base]] = p_lut[base_quality]
448 return phot
/dports/astro/siril/siril/src/core/
H A Dsiril.h180 typedef struct phot_config phot; typedef
580 phot phot_set; // photometry settings
/dports/astro/py-astropy/astropy-5.0/astropy/io/ascii/tests/data/
H A Ddaophot4.dat7 #K TASK = phot name %-23s
H A Ddaophot3.dat7 #K TASK = phot name %-23s
/dports/biology/gatk/gatk-4.2.0.0/src/main/resources/org/broadinstitute/hellbender/tools/walkers/vqsr/
H A Dtraining.py657 phot = np.zeros((4,))
664 phot[base_dict[b]] = p
668 phot[base_dict[b]] = not_p
670 return phot
/dports/graphics/kipi-plugins/kipi-plugins-21.12.3/po/ia/
H A Dkipiplugin_yandexfotki.po115 msgstr "Cela phot original"
/dports/graphics/grads/grads-1.9b4/data/
H A Dudunits.dat471 phot P 1e4 lumen/meter2 # exact
478 ph S phot
/dports/math/py-pygsl/pygsl-2.3.0/doc/ref-obsolete/
H A Dconst.tex167 \lineiii{phot}{\constant{GSL\_CONST\_MKSA\_PHOT}}{cd sr / m\^{}2}
274 \lineiii{phot}{\constant{GSL\_CONST\_CGSM\_PHOT}}{cd sr / cm\^{}2}
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/lib/
H A Dunits529 phot lumen/cm²

12345