Home
last modified time | relevance | path

Searched refs:flux_petro (Results 1 – 5 of 5) sorted by relevance

/dports/astro/sextractor/sextractor-2.5.0/src/
H A Dphotom.c482 obj2->flux_petro = tv; in computepetroflux()
486 obj2->mag_petro = obj2->flux_petro>0.0? in computepetroflux()
487 -2.5*log10(obj2->flux_petro) + prefs.mag_zeropoint in computepetroflux()
490 obj2->magerr_petro = obj2->flux_petro>0.0? in computepetroflux()
491 1.086*obj2->fluxerr_petro/obj2->flux_petro in computepetroflux()
H A Dtypes.h135 float flux_petro; /* AUTO integrated flux */ member
H A Danalyse.c505 if (FLAG(obj2.flux_petro)) in endobject()
535 if (FLAG(obj2.flux_petro)) in endobject()
H A Dparam.h81 &outobj2.flux_petro, H_FLOAT, T_FLOAT, "%12.7g", "count",
H A Dcatout.c251 FLAG(obj2.flux_petro) |= FLAG(obj2.mag_petro) | FLAG(obj2.magerr_petro) in updateparamflags()