# this holds both # the image files in which we find and measure stars, # and # this will hold the ".coo" and ".pht" files containing measurements # of the stars output_dir ../output # parameters controlling "stars" program minsig { V 5.0 } { I 5.0 } minfwhm { V 1.5 } { I 1.5 } maxfwhm { V 5.0 } { I 5.0 } minround { V -1.0 } { I -1.0 } maxround { V 1.0 } { I 1.0 } minsharp { V 0.3 } { I 0.3 } maxsharp { V 0.9 } { I 0.9 } movemax { V 2.0 } { I 2.0 } maxstars { V 20000 } { I 20000 } # mark an image as "bad" if it has fewer than this many stars # (note keyed list: different value for each filter) min_stars { V 500 } { I 500 } # parameters controlling the "phot" program apers { V { 4 } } { I { 4 } } sky_inner { V 10 } { I 10 } sky_outer { V 20 } { I 20 } readnoise { V 15 } { I 15 } gain { V 2.4 } { I 2.4 } saturate { V 20000 } { I 20000 } # 1 means "yes, use the empscatter option"; 0 means "no, do not use it" empscatter 1