# next is file stars.param # 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 the "sky" program skybin 3 # parameters controlling "stars" program minsig { V 3.0 } { I 3.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 200 } { I 200 } # 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 25000 } { I 25000 } # end of file stars.param #####################################################