! Started logfile: /g0/scr/pima/npcsb_uvs/J1506+8319_X_uvs.log on Sat Oct 5 18:53:29 2013 obs /g0/scr/pima/npcsb_uvs/J1506+8319_X_uva.fits ! Reading UV FITS file: /g0/scr/pima/npcsb_uvs/J1506+8319_X_uva.fits ! AN table 1: 46 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.986957 visibilities/baseline/integration-bin. ! Found source: J1506+8319 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.40599e+09 8e+06 1 8e+06 ! 02 2 8.47599e+09 8e+06 1 8e+06 ! 03 3 8.79099e+09 8e+06 1 8e+06 ! 04 4 8.89599e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 8172 visibilities. select RR ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.2 print "taper_size =",taper_size ! taper_size = 70 ![@/home/lpetrov/bin/01_muppet /g0/scr/pima/npcsb_uvs/J1506+8319_X] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.200x0.200 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.057128Jy sigma=2.666041 ! Fit after self-cal, rms=0.698390Jy sigma=1.672984 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.6137 mas, bmaj=2.642 mas, bpa=-1.757 degrees ! Estimated noise=6.74474 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.246601 Jy ! Component: 100 - total flux cleaned = 0.300934 Jy ! Total flux subtracted in 100 components = 0.300934 Jy ! Clean residual min=-0.008614 max=0.017649 Jy/beam ! Clean residual mean=-0.000005 rms=0.002346 Jy/beam ! Combined flux in latest and established models = 0.300934 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.300934 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097125Jy sigma=0.238805 ! Fit after self-cal, rms=0.097123Jy sigma=0.238785 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.018538 Jy ! Component: 100 - total flux cleaned = 0.0277079 Jy ! Total flux subtracted in 100 components = 0.0277079 Jy ! Clean residual min=-0.007908 max=0.009647 Jy/beam ! Clean residual mean=-0.000000 rms=0.001859 Jy/beam ! Combined flux in latest and established models = 0.328642 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 13 components and 0.328642 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095519Jy sigma=0.220508 ! Fit after self-cal, rms=0.095527Jy sigma=0.220462 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.84 mas, bmaj=2.876 mas, bpa=-3.035 degrees ! Estimated noise=3.25983 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00940177 Jy ! Component: 100 - total flux cleaned = 0.0152039 Jy ! Component: 150 - total flux cleaned = 0.0189726 Jy ! Component: 200 - total flux cleaned = 0.0214238 Jy ! Total flux subtracted in 200 components = 0.0214238 Jy ! Clean residual min=-0.008891 max=0.009712 Jy/beam ! Clean residual mean=0.000003 rms=0.002088 Jy/beam ! Combined flux in latest and established models = 0.350065 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 20 components and 0.350065 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095416Jy sigma=0.214971 ! Fit after self-cal, rms=0.095423Jy sigma=0.214944 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.00 HN 1.00 KP 1.00 ! LA 1.00 MK 1.00 NL 1.10 OV 0.97 ! PT 1.01 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.98 HN 0.97 KP 0.91 ! LA 0.94 MK 0.94 NL 1.11 OV 0.97 ! PT 1.04 SC 0.94 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.98 HN 0.98 KP 0.84 ! LA 0.95 MK 0.97 NL 1.09 OV 0.97 ! PT 1.01 SC 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.01 HN 0.98 KP 0.87 ! LA 0.92 MK 1.01 NL 1.09 OV 0.99 ! PT 1.07 SC 0.98 ! ! ! Fit before self-cal, rms=0.095423Jy sigma=0.214944 ! Fit after self-cal, rms=0.091072Jy sigma=0.202465 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.838 mas, bmaj=2.866 mas, bpa=-3.034 degrees ! Estimated noise=3.14596 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.008113 Jy ! Component: 100 - total flux cleaned = -0.00988952 Jy ! Component: 150 - total flux cleaned = -0.0102698 Jy ! Component: 200 - total flux cleaned = -0.010317 Jy ! Total flux subtracted in 200 components = -0.010317 Jy ! Clean residual min=-0.003187 max=0.003975 Jy/beam ! Clean residual mean=-0.000003 rms=0.000875 Jy/beam ! Combined flux in latest and established models = 0.339748 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 27 components and 0.339748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089013Jy sigma=0.204003 ! Fit after self-cal, rms=0.089076Jy sigma=0.203956 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089076Jy sigma=0.203956 ! Fit after self-cal, rms=0.088292Jy sigma=0.202298 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8373 mas, bmaj=2.865 mas, bpa=-2.997 degrees ! Estimated noise=3.05021 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00783551 Jy ! Component: 100 - total flux cleaned = -0.00971122 Jy ! Component: 150 - total flux cleaned = -0.0101118 Jy ! Component: 200 - total flux cleaned = -0.0101428 Jy ! Total flux subtracted in 200 components = -0.0101428 Jy ! Clean residual min=-0.002958 max=0.003940 Jy/beam ! Clean residual mean=-0.000003 rms=0.000840 Jy/beam ! Combined flux in latest and established models = 0.329606 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 29 components and 0.329606 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086327Jy sigma=0.203899 ! Fit after self-cal, rms=0.086327Jy sigma=0.203897 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-1, 6.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00393922 Jy ! Component: 100 - total flux cleaned = 0.00506008 Jy ! Component: 150 - total flux cleaned = 0.00578576 Jy ! Component: 200 - total flux cleaned = 0.0062725 Jy ! Total flux subtracted in 200 components = 0.0062725 Jy ! Clean residual min=-0.002799 max=0.003156 Jy/beam ! Clean residual mean=0.000000 rms=0.000661 Jy/beam ! Combined flux in latest and established models = 0.335878 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 57 components and 0.335878 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085960Jy sigma=0.203481 ! Fit after self-cal, rms=0.085951Jy sigma=0.203442 ! Inverting map ! Added new window around map position (-30.8, 19). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0026214 Jy ! Component: 100 - total flux cleaned = 0.00362019 Jy ! Component: 150 - total flux cleaned = 0.0039691 Jy ! Component: 200 - total flux cleaned = 0.00419162 Jy ! Total flux subtracted in 200 components = 0.00419162 Jy ! Clean residual min=-0.002490 max=0.002431 Jy/beam ! Clean residual mean=-0.000001 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.34007 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 72 components and 0.34007 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085831Jy sigma=0.203169 ! Fit after self-cal, rms=0.085820Jy sigma=0.203155 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085820Jy sigma=0.203155 ! Fit after self-cal, rms=0.084874Jy sigma=0.201293 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8357 mas, bmaj=2.867 mas, bpa=-2.948 degrees ! Estimated noise=2.95106 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00747735 Jy ! Component: 100 - total flux cleaned = -0.00857023 Jy ! Component: 150 - total flux cleaned = -0.00847718 Jy ! Component: 200 - total flux cleaned = -0.00847764 Jy ! Total flux subtracted in 200 components = -0.00847764 Jy ! Clean residual min=-0.002417 max=0.002458 Jy/beam ! Clean residual mean=-0.000001 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.331592 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 79 components and 0.331592 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082993Jy sigma=0.202793 ! Fit after self-cal, rms=0.082988Jy sigma=0.202789 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-3.2, 8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00219643 Jy ! Component: 100 - total flux cleaned = 0.00261687 Jy ! Component: 150 - total flux cleaned = 0.00261644 Jy ! Component: 200 - total flux cleaned = 0.00254144 Jy ! Total flux subtracted in 200 components = 0.00254144 Jy ! Clean residual min=-0.002266 max=0.002030 Jy/beam ! Clean residual mean=0.000000 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.334134 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 102 components and 0.334134 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082861Jy sigma=0.202640 ! Fit after self-cal, rms=0.082863Jy sigma=0.202627 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082863Jy sigma=0.202627 ! Fit after self-cal, rms=0.082087Jy sigma=0.201020 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.165 mas, bmaj=3.528 mas, bpa=-3.335 degrees ! Estimated noise=3.47934 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00632015 Jy ! Component: 100 - total flux cleaned = -0.00661667 Jy ! Component: 150 - total flux cleaned = -0.00652503 Jy ! Component: 200 - total flux cleaned = -0.00655999 Jy ! Total flux subtracted in 200 components = -0.00655999 Jy ! Clean residual min=-0.001758 max=0.002191 Jy/beam ! Clean residual mean=0.000001 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.327574 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 124 components and 0.327574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080511Jy sigma=0.202140 ! Fit after self-cal, rms=0.080506Jy sigma=0.202132 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-49.6, 50.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00100201 Jy ! Component: 100 - total flux cleaned = 0.00131477 Jy ! Component: 150 - total flux cleaned = 0.00146022 Jy ! Component: 200 - total flux cleaned = 0.00149194 Jy ! Total flux subtracted in 200 components = 0.00149194 Jy ! Clean residual min=-0.001850 max=0.002040 Jy/beam ! Clean residual mean=-0.000002 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.329066 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 148 components and 0.329066 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080449Jy sigma=0.202064 ! Fit after self-cal, rms=0.080445Jy sigma=0.202058 ! Inverting map ! Added new window around map position (44.4, -20.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00111244 Jy ! Component: 100 - total flux cleaned = 0.00146538 Jy ! Component: 150 - total flux cleaned = 0.00189187 Jy ! Component: 200 - total flux cleaned = 0.00228387 Jy ! Total flux subtracted in 200 components = 0.00228387 Jy ! Clean residual min=-0.001646 max=0.001575 Jy/beam ! Clean residual mean=0.000000 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.331349 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 169 components and 0.331349 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080386Jy sigma=0.201936 ! Fit after self-cal, rms=0.080384Jy sigma=0.201931 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=0.8349 mas, bmaj=2.866 mas, bpa=-2.931 degrees ! Estimated noise=2.86227 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8349 x 2.866 at -2.931 degrees (North through East) ! Clean map min=-0.0034374 max=0.28554 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.6102 mas, bmaj=2.631 mas, bpa=-1.695 degrees ! Estimated noise=5.89263 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.215403 Jy ! Component: 100 - total flux cleaned = 0.26353 Jy ! Component: 150 - total flux cleaned = 0.281151 Jy ! Component: 200 - total flux cleaned = 0.290323 Jy ! Total flux subtracted in 200 components = 0.290323 Jy ! Clean residual min=-0.006068 max=0.006137 Jy/beam ! Clean residual mean=-0.000003 rms=0.001346 Jy/beam ! Combined flux in latest and established models = 0.290323 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.290323 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8349 mas, bmaj=2.866 mas, bpa=-2.931 degrees ! Estimated noise=2.86227 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00854271 Jy ! Component: 100 - total flux cleaned = 0.0138507 Jy ! Component: 150 - total flux cleaned = 0.0179328 Jy ! Component: 200 - total flux cleaned = 0.0212805 Jy ! Total flux subtracted in 200 components = 0.0212805 Jy ! Clean residual min=-0.002840 max=0.003515 Jy/beam ! Clean residual mean=-0.000004 rms=0.000804 Jy/beam ! Combined flux in latest and established models = 0.311603 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 52 components and 0.311603 Jy ! Inverting map ! Added new window around map position (1.2, 2.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00334924 Jy ! Component: 100 - total flux cleaned = 0.00494388 Jy ! Component: 150 - total flux cleaned = 0.0060805 Jy ! Component: 200 - total flux cleaned = 0.00726841 Jy ! Total flux subtracted in 200 components = 0.00726841 Jy ! Clean residual min=-0.002335 max=0.002245 Jy/beam ! Clean residual mean=-0.000002 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.318871 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 89 components and 0.318871 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.165 mas, bmaj=3.528 mas, bpa=-3.335 degrees ! Estimated noise=3.47934 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00277269 Jy ! Component: 100 - total flux cleaned = 0.00450602 Jy ! Component: 150 - total flux cleaned = 0.00573783 Jy ! Component: 200 - total flux cleaned = 0.0067353 Jy ! Total flux subtracted in 200 components = 0.0067353 Jy ! Clean residual min=-0.001781 max=0.001888 Jy/beam ! Clean residual mean=-0.000001 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.325607 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000661161 Jy ! Component: 100 - total flux cleaned = 0.00121229 Jy ! Component: 150 - total flux cleaned = 0.0016782 Jy ! Component: 200 - total flux cleaned = 0.00215646 Jy ! Total flux subtracted in 200 components = 0.00215646 Jy ! Clean residual min=-0.001685 max=0.001814 Jy/beam ! Clean residual mean=-0.000000 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.327763 Jy ! Adding 82 model components to the UV plane model. ! The established model now contains 157 components and 0.327763 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8349 mas, bmaj=2.866 mas, bpa=-2.931 degrees ! Estimated noise=2.86227 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000174631 Jy ! Component: 100 - total flux cleaned = 0.000324697 Jy ! Component: 150 - total flux cleaned = 0.000887836 Jy ! Component: 200 - total flux cleaned = 0.0012715 Jy ! Total flux subtracted in 200 components = 0.0012715 Jy ! Clean residual min=-0.002014 max=0.001784 Jy/beam ! Clean residual mean=-0.000000 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.329035 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 186 components and 0.329035 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079977Jy sigma=0.202597 ! Fit after self-cal, rms=0.079969Jy sigma=0.202568 wmodel /g0/scr/pima/npcsb_uvs/J1506+8319_X_map.mod ! Writing 186 model components to file: /g0/scr/pima/npcsb_uvs/J1506+8319_X_map.mod wobs /g0/scr/pima/npcsb_uvs/J1506+8319_X_uvs.fits ! Writing UV FITS file: /g0/scr/pima/npcsb_uvs/J1506+8319_X_uvs.fits wwins /g0/scr/pima/npcsb_uvs/J1506+8319_X_map.win ! wwins: Wrote 7 windows to /g0/scr/pima/npcsb_uvs/J1506+8319_X_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000296706 Jy ! Component: 100 - total flux cleaned = -0.000422531 Jy ! Component: 150 - total flux cleaned = -0.000423149 Jy ! Component: 200 - total flux cleaned = -0.000335628 Jy ! Component: 250 - total flux cleaned = -0.000193192 Jy ! Component: 300 - total flux cleaned = -8.18657e-05 Jy ! Component: 350 - total flux cleaned = 2.78944e-05 Jy ! Component: 400 - total flux cleaned = 0.0001633 Jy ! Component: 450 - total flux cleaned = 0.000323416 Jy ! Component: 500 - total flux cleaned = 0.000428484 Jy ! Component: 550 - total flux cleaned = 0.000506211 Jy ! Component: 600 - total flux cleaned = 0.000557412 Jy ! Component: 650 - total flux cleaned = 0.00058264 Jy ! Component: 700 - total flux cleaned = 0.000607682 Jy ! Component: 750 - total flux cleaned = 0.000558388 Jy ! Component: 800 - total flux cleaned = 0.00058301 Jy ! Component: 850 - total flux cleaned = 0.000631003 Jy ! Component: 900 - total flux cleaned = 0.000535284 Jy ! Component: 950 - total flux cleaned = 0.000511812 Jy ! Component: 1000 - total flux cleaned = 0.000582441 Jy ! Component: 1050 - total flux cleaned = 0.000512589 Jy ! Component: 1100 - total flux cleaned = 0.000512778 Jy ! Component: 1150 - total flux cleaned = 0.000535603 Jy ! Component: 1200 - total flux cleaned = 0.00046801 Jy ! Component: 1250 - total flux cleaned = 0.000445998 Jy ! Component: 1300 - total flux cleaned = 0.00035766 Jy ! Component: 1350 - total flux cleaned = 0.000379692 Jy ! Component: 1400 - total flux cleaned = 0.000270796 Jy ! Component: 1450 - total flux cleaned = 0.000270706 Jy ! Component: 1500 - total flux cleaned = 0.00014229 Jy ! Component: 1550 - total flux cleaned = 9.9755e-05 Jy ! Component: 1600 - total flux cleaned = 3.67552e-05 Jy ! Component: 1650 - total flux cleaned = -2.62126e-05 Jy ! Component: 1700 - total flux cleaned = -2.64239e-05 Jy ! Component: 1750 - total flux cleaned = -0.000170887 Jy ! Component: 1800 - total flux cleaned = -0.000171107 Jy ! Component: 1850 - total flux cleaned = -0.000375075 Jy ! Component: 1900 - total flux cleaned = -0.000415448 Jy ! Component: 1950 - total flux cleaned = -0.000596341 Jy ! Component: 2000 - total flux cleaned = -0.000636155 Jy ! Component: 2050 - total flux cleaned = -0.000656077 Jy ! Component: 2100 - total flux cleaned = -0.00083381 Jy ! Component: 2150 - total flux cleaned = -0.000932153 Jy ! Component: 2200 - total flux cleaned = -0.00104911 Jy ! Component: 2250 - total flux cleaned = -0.00116525 Jy ! Component: 2300 - total flux cleaned = -0.00124228 Jy ! Component: 2350 - total flux cleaned = -0.00137652 Jy ! Component: 2400 - total flux cleaned = -0.00139555 Jy ! Component: 2450 - total flux cleaned = -0.00160419 Jy ! Component: 2500 - total flux cleaned = -0.00164188 Jy ! Component: 2550 - total flux cleaned = -0.00173566 Jy ! Component: 2600 - total flux cleaned = -0.00188518 Jy ! Component: 2650 - total flux cleaned = -0.00205225 Jy ! Component: 2700 - total flux cleaned = -0.00208909 Jy ! Component: 2750 - total flux cleaned = -0.00216252 Jy ! Component: 2800 - total flux cleaned = -0.00225378 Jy ! Component: 2850 - total flux cleaned = -0.0024175 Jy ! Component: 2900 - total flux cleaned = -0.00252595 Jy ! Component: 2950 - total flux cleaned = -0.00258003 Jy ! Component: 3000 - total flux cleaned = -0.00265179 Jy ! Component: 3050 - total flux cleaned = -0.00274102 Jy ! Component: 3100 - total flux cleaned = -0.00282985 Jy ! Component: 3150 - total flux cleaned = -0.00290047 Jy ! Component: 3200 - total flux cleaned = -0.00297088 Jy ! Component: 3250 - total flux cleaned = -0.00302331 Jy ! Component: 3300 - total flux cleaned = -0.00314534 Jy ! Component: 3350 - total flux cleaned = -0.00323202 Jy ! Component: 3400 - total flux cleaned = -0.0032838 Jy ! Component: 3450 - total flux cleaned = -0.00333543 Jy ! Component: 3500 - total flux cleaned = -0.00336975 Jy ! Component: 3550 - total flux cleaned = -0.00347189 Jy ! Component: 3600 - total flux cleaned = -0.00350581 Jy ! Component: 3650 - total flux cleaned = -0.00353952 Jy ! Component: 3700 - total flux cleaned = -0.00364037 Jy ! Component: 3750 - total flux cleaned = -0.00374068 Jy ! Component: 3800 - total flux cleaned = -0.00372402 Jy ! Component: 3850 - total flux cleaned = -0.00384011 Jy ! Component: 3900 - total flux cleaned = -0.00385663 Jy ! Component: 3950 - total flux cleaned = -0.00388955 Jy ! Component: 4000 - total flux cleaned = -0.00398784 Jy ! Component: 4050 - total flux cleaned = -0.00402061 Jy ! Total flux subtracted in 4096 components = -0.00408562 Jy ! Clean residual min=-0.000829 max=0.000894 Jy/beam ! Clean residual mean=0.000000 rms=0.000287 Jy/beam ! Combined flux in latest and established models = 0.324949 Jy keep ! Adding 276 model components to the UV plane model. ! The established model now contains 462 components and 0.324949 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/g0/scr/pima/npcsb_uvs/J1506+8319_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8349 x 2.866 at -2.931 degrees (North through East) ! Clean map min=-0.0019645 max=0.28399 Jy/beam ! Writing clean map to FITS file: /g0/scr/pima/npcsb_uvs/J1506+8319_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.283987 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000286393 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.302542 0.302542 0.605084 1.21017 2.42034 4.84067 9.68134 19.3627 38.7254 77.4507 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.283 quit ! Quitting program ! Log file /g0/scr/pima/npcsb_uvs/J1506+8319_X_uvs.log closed on Sat Oct 5 18:53:34 2013