This file is: prf_estimate.nl To actually use this namelist, remove these header lines (down to and including the "cut here" line) first, and save the file to a name of your choosing. -----------------8<----cut here----------------- #option to remove background run_medfilter = 1 run_crop_stack = 1 run_prf_estimate = 1 verbose = 1 POINT_SOURCE_LIST = output_apex_1frame_step1/mosaic_extract_clean.tbl INPUT_FILE_NAME = data/mosaic.fits USE_REFINED_POINTING = 0 NICE = 0 OUTPUT_DIR = prf_estimate Star_file_name = PSF_measured.fits PRF_file_name = PRF.fits PRF_Sigma_file_name = PRFSigma.fits PRF_Coverage_file_name = PRFCov.fits AnnealStatus_file_name = FitStat.tbl StatusList_file_name = Status.txt &MEDFILTER Window_X = 45, Window_Y = 45, N_Outliers_Per_Window = 500, &END &CROP_STACK Comment = 'Current namelist file for crop_stack.', PostStamp_Xsize = 35, PostStamp_Ysize = 35, X_Column_Name = 'RA', Y_Column_Name = 'Dec', TransformationType = 'SkyToPlane', &END &PRF_ESTIMATE # the name of the flux column in the POINT_SOURCE_LIST, # if present and want to use, # Flux_Column_Name = 'flux', Outlier_Threshold = 3, # max ratio #pixel_outliers/image_size before rejecting the image, # default 0.1, Max_Ratio_Outliers = 0.1, MinNumber_Replacement_Pixels = 30, # max #pixel_outliers before rejecting the image, # default is 0, # both conditions should be met, # Max_Number_Outliers = 1, PRF_ResampleX_Factor = 4, PRF_ResampleY_Factor = 4, # the size of the margin set to 0, Zero_Edge = 0, # the seed for random number generation for anneal, # is 0 clock() is used, if <0 anneal is skipped, Fit_Seed = 1, &END