# # $Id: tassiv_reduce.cfg,v 1.2 2002/02/20 05:21:34 robc Exp $ # # $Name: $ # # $Log: tassiv_reduce.cfg,v $ # Revision 1.2 2002/02/20 05:21:34 robc # Add a couple of comments # [DB] name = tassiv host = localhost [Raw] x_col = 0 y_col = 1 mag_col = 2 smag_col = 3 sky_col = 4 iter_col = 5 chi_col = 6 charp_col = 7 xap_col = 8 yap_col = 9 app_cols = 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 skyap_col = 22 std_sky_col = 23 skew_sky_col = 24 serr_app_cols = 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36 [Match_Stars] search_ra = 1 search_dec = 1 div_ra = 5 div_dec = 5 iterations = 3 inc_reduction = 2 keep_percent = 15 keep_process = 61 keep_final = 91 mag_column = $raw_mag_col x_column = $raw_x_col y_column = $raw_y_col [Master_Create] use_diff 1 use_mean 1 use_sigma 1 # 0 - mean, 1 - median, 2 - iqm type = 2 # portion of the image to use for analysis (1/?) portion = 2.0 # CCD column to use as covered column = 3 # selection criteria for dark/skys which nees more 'splaining sometime min_sigma = 1.5 min_darks = 10 max_dark_sigma = 2.5 min_skys = 30 max_sky_sigma = 3.0 # Minimum distance (degrees) between two successive frames to be considered for # use. min_ra_diff = 0.01 min_dec_diff = 0.01 [Process_Objects] # Max time difference in seconds for two files to match max_time_diff = 3 # portion of the image to use for analysis (1/?) portion = $master_create_portion # Maximum ratio to let flat adjust object before clipping flat_clip = 1.5 # Value to use for marking saturated pixels saturated = 32768 [Do_Raw] # Max time difference in seconds for two files to match max_time_diff = $process_objects_max_time_diff x_col = $raw_x_col y_col = $raw_y_col mag_col = $raw_mag_col keep_cols = $raw_mag_col, $raw_smag_col, $raw_sky_col, $raw_iter_col keep_cols = $raw_chi_col, $raw_charp_col, $raw_xap_col, $raw_yap_col keep_cols = $raw_app_cols, $raw_skyap_col, $raw_std_sky_col keep_cols = $raw_skew_sky_col, $raw_serr_app_cols [Import_SList] max_time_diff = $process_objects_max_time_diff site_char = t # Do not change the order of the db_columns, or you may break the COPY # functionality of importSlist.pl - of course, you don't have to use # the -c option, and then all will be well db_columns = x, y, imag, smag, ra, dec db_values = 0, 1, 2, 3, -2, -1 # # whether to use copy (1) or insert (0) to get data into the db # use copy for single user, insert for multi, concurrent insert operations # command line option -c copy 1 [Merge_Stars] # # Radius, in degrees, to match match_radius = .002 # # Stars with a smag larger than this not used max_smag = 1.0 # # Minimum number of measurements to make a 'new' star min_stars = 11 vacuum = 10000 [Color] x_start = 200 x_end = 1800 y_start = 200 y_end = 1800 mag_max = 8 mag_min = 10 max_iter = 50