BACK_VALUE 0.0 # Default background value in MANUAL mode
BACK_VALUE 0.0 # Default background value in MANUAL mode
BACK_SIZE 64 # Background mesh: <size> or <width>,<height>
BACK_SIZE 64 # Background mesh: <size> or <width>,<height>
BACK_FILTERSIZE 3 # Background filter: <size> or <width>,<height>
BACK_FILTERSIZE 3 # Background filter: <size> or <width>,<height>
FBACK_DIFF 0.15 # Difference tolerence between mode and median. If relative difference < FBACK_DIFF, use mode or else use median filter *Hu Zou @ 202307
enum{GLOBAL,LOCAL}pback_type;/* phot. bkgnd type */
enum{GLOBAL,LOCAL}pback_type;/* phot. bkgnd type */
intpback_size;/* rect. ann. width */
intpback_size;/* rect. ann. width */
doublefback_diff;/* mode and median relative difference threashold (default 15%, if mode and median agrees within this value, use mode or else use median) Hu Zou @ 202307*/