Home
last modified time | relevance | path

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

/dports/astro/sextractor/sextractor-2.5.0/src/
H A Dprefs.h110 enum {GLOBAL, LOCAL} pback_type; /* phot. bkgnd type */ member
H A Dpreflist.h52 {"BACKPHOTO_TYPE", P_KEY, &prefs.pback_type, 0,0, 0.0,0.0,
H A Dfield.c133 margin = (prefs.pback_type == LOCAL)? prefs.pback_size + prefs.mem_bufsize/4 in newfield()
H A Dxml.c653 FIND_STRICT)].keylist[prefs.pback_type]); in write_xml_meta()
H A Danalyse.c59 if (prefs.pback_type == LOCAL) in analyse()