! Started logfile: J1410+0203_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:38:07 2016 obs J1410+0203_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J1410+0203_S_2014_12_20_pus_uva.fits ! AN table 1: 56 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.943254 visibilities/baseline/integration-bin. ! Found source: J1410+0203 ! ! 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 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 344 lines of history. ! ! Reading 9508 visibilities. select I ! Polarization I is unavailable. ! 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.5 print "taper_size =",taper_size ! taper_size = 20 ![@muppet J1410+0203_S_2014_12_20_pus] 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.500x0.500 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 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.706977Jy sigma=0.007555 ! Fit after self-cal, rms=0.662685Jy sigma=0.007108 ! 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=2.594 mas, bmaj=6.729 mas, bpa=-3.434 degrees ! Estimated noise=915.275 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.257421 Jy ! Component: 100 - total flux cleaned = 0.32177 Jy ! Total flux subtracted in 100 components = 0.32177 Jy ! Clean residual min=-0.011165 max=0.025519 Jy/beam ! Clean residual mean=0.000024 rms=0.003045 Jy/beam ! Combined flux in latest and established models = 0.32177 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.32177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106604Jy sigma=0.001012 ! Fit after self-cal, rms=0.106613Jy sigma=0.001012 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0274356 Jy ! Component: 100 - total flux cleaned = 0.042198 Jy ! Total flux subtracted in 100 components = 0.042198 Jy ! Clean residual min=-0.009675 max=0.009465 Jy/beam ! Clean residual mean=0.000012 rms=0.002123 Jy/beam ! Combined flux in latest and established models = 0.363968 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 30 components and 0.363968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097020Jy sigma=0.000924 ! Fit after self-cal, rms=0.097016Jy sigma=0.000924 ! 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=3.114 mas, bmaj=7.749 mas, bpa=-4.298 degrees ! Estimated noise=692.806 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.0112908 Jy ! Component: 100 - total flux cleaned = 0.0179458 Jy ! Component: 150 - total flux cleaned = 0.0222403 Jy ! Component: 200 - total flux cleaned = 0.0250775 Jy ! Total flux subtracted in 200 components = 0.0250775 Jy ! Clean residual min=-0.012114 max=0.010931 Jy/beam ! Clean residual mean=0.000013 rms=0.002341 Jy/beam ! Combined flux in latest and established models = 0.389045 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 54 components and 0.389045 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095009Jy sigma=0.000914 ! Fit after self-cal, rms=0.095011Jy sigma=0.000914 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.85 HN 0.96 KP 1.07 ! LA 0.94 MK 0.99 NL 1.05 OV 0.96 ! PT 1.10 SC 0.96 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.02 HN 1.04 KP 1.04 ! LA 0.92 MK 0.99 NL 1.06 OV 0.99 ! PT 1.06 SC 1.03 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.16 HN 1.03 KP 0.95 ! LA 0.76 MK 1.02 NL 1.25 OV 0.94 ! PT 1.04 SC 1.04 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 0.96 HN 1.00 KP 0.90 ! LA 0.81 MK 1.02 NL 1.01 OV 0.99 ! PT 1.08 SC 0.98 ! ! ! Fit before self-cal, rms=0.095011Jy sigma=0.000914 ! Fit after self-cal, rms=0.081970Jy sigma=0.000799 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.124 mas, bmaj=7.812 mas, bpa=-4.184 degrees ! Estimated noise=696.646 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.00017927 Jy ! Component: 100 - total flux cleaned = -0.000290943 Jy ! Component: 150 - total flux cleaned = -0.000446421 Jy ! Component: 200 - total flux cleaned = -0.000585368 Jy ! Total flux subtracted in 200 components = -0.000585368 Jy ! Clean residual min=-0.003198 max=0.003122 Jy/beam ! Clean residual mean=-0.000001 rms=0.000827 Jy/beam ! Combined flux in latest and established models = 0.38846 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 59 components and 0.38846 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081882Jy sigma=0.000799 ! Fit after self-cal, rms=0.081887Jy sigma=0.000798 ! 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.081887Jy sigma=0.000798 ! Fit after self-cal, rms=0.079664Jy sigma=0.000782 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.123 mas, bmaj=7.817 mas, bpa=-4.206 degrees ! Estimated noise=697.718 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000221463 Jy ! Component: 100 - total flux cleaned = 4.37742e-05 Jy ! Component: 150 - total flux cleaned = -7.37141e-05 Jy ! Component: 200 - total flux cleaned = -0.000178554 Jy ! Total flux subtracted in 200 components = -0.000178554 Jy ! Clean residual min=-0.002211 max=0.002218 Jy/beam ! Clean residual mean=-0.000002 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.388281 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 61 components and 0.388281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079614Jy sigma=0.000782 ! Fit after self-cal, rms=0.079613Jy sigma=0.000782 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000194746 Jy ! Component: 100 - total flux cleaned = -0.000279137 Jy ! Component: 150 - total flux cleaned = -0.000330875 Jy ! Component: 200 - total flux cleaned = -0.00042451 Jy ! Total flux subtracted in 200 components = -0.00042451 Jy ! Clean residual min=-0.002207 max=0.002133 Jy/beam ! Clean residual mean=-0.000002 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.387857 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 64 components and 0.387857 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079593Jy sigma=0.000782 ! Fit after self-cal, rms=0.079592Jy sigma=0.000782 ! 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.079592Jy sigma=0.000782 ! Fit after self-cal, rms=0.079543Jy sigma=0.000781 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.123 mas, bmaj=7.825 mas, bpa=-4.256 degrees ! Estimated noise=698.275 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000184146 Jy ! Component: 100 - total flux cleaned = -0.000234483 Jy ! Component: 150 - total flux cleaned = -0.00030168 Jy ! Component: 200 - total flux cleaned = -0.000381884 Jy ! Total flux subtracted in 200 components = -0.000381884 Jy ! Clean residual min=-0.002261 max=0.002139 Jy/beam ! Clean residual mean=-0.000002 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.387475 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 66 components and 0.387475 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079527Jy sigma=0.000781 ! Fit after self-cal, rms=0.079526Jy sigma=0.000781 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.63143e-05 Jy ! Component: 100 - total flux cleaned = -0.000144339 Jy ! Component: 150 - total flux cleaned = -0.000188588 Jy ! Component: 200 - total flux cleaned = -0.00024217 Jy ! Total flux subtracted in 200 components = -0.00024217 Jy ! Clean residual min=-0.002275 max=0.002151 Jy/beam ! Clean residual mean=-0.000002 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.387233 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 67 components and 0.387233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079519Jy sigma=0.000781 ! Fit after self-cal, rms=0.079519Jy sigma=0.000781 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 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.079519Jy sigma=0.000781 ! Fit after self-cal, rms=0.079616Jy sigma=0.000781 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.487 mas, bmaj=12.38 mas, bpa=0.6048 degrees ! Estimated noise=879.472 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.4981e-06 Jy ! Component: 100 - total flux cleaned = 7.626e-06 Jy ! Component: 150 - total flux cleaned = -9.20084e-06 Jy ! Component: 200 - total flux cleaned = -3.94046e-05 Jy ! Total flux subtracted in 200 components = -3.94046e-05 Jy ! Clean residual min=-0.002749 max=0.002380 Jy/beam ! Clean residual mean=-0.000005 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 0.387193 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 71 components and 0.387193 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079610Jy sigma=0.000781 ! Fit after self-cal, rms=0.079609Jy sigma=0.000781 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.95005e-05 Jy ! Component: 100 - total flux cleaned = -7.71726e-05 Jy ! Component: 150 - total flux cleaned = -9.62768e-05 Jy ! Component: 200 - total flux cleaned = -0.000113381 Jy ! Total flux subtracted in 200 components = -0.000113381 Jy ! Clean residual min=-0.002731 max=0.002386 Jy/beam ! Clean residual mean=-0.000005 rms=0.000687 Jy/beam ! Combined flux in latest and established models = 0.38708 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 73 components and 0.38708 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079610Jy sigma=0.000781 ! Fit after self-cal, rms=0.079609Jy sigma=0.000781 ! 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=3.122 mas, bmaj=7.831 mas, bpa=-4.303 degrees ! Estimated noise=698.631 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.122 x 7.831 at -4.303 degrees (North through East) ! Clean map min=-0.0021246 max=0.3383 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=2.598 mas, bmaj=6.796 mas, bpa=-3.536 degrees ! Estimated noise=922.201 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.259191 Jy ! Component: 100 - total flux cleaned = 0.323218 Jy ! Component: 150 - total flux cleaned = 0.350433 Jy ! Component: 200 - total flux cleaned = 0.364216 Jy ! Total flux subtracted in 200 components = 0.364216 Jy ! Clean residual min=-0.003829 max=0.006686 Jy/beam ! Clean residual mean=0.000007 rms=0.001022 Jy/beam ! Combined flux in latest and established models = 0.364216 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.364216 Jy ! Inverting map and beam ! Estimated beam: bmin=3.122 mas, bmaj=7.831 mas, bpa=-4.303 degrees ! Estimated noise=698.631 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.00963197 Jy ! Component: 100 - total flux cleaned = 0.0147985 Jy ! Component: 150 - total flux cleaned = 0.017824 Jy ! Component: 200 - total flux cleaned = 0.0196619 Jy ! Total flux subtracted in 200 components = 0.0196619 Jy ! Clean residual min=-0.002448 max=0.002232 Jy/beam ! Clean residual mean=-0.000000 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.383878 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 52 components and 0.383878 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.487 mas, bmaj=12.38 mas, bpa=0.6048 degrees ! Estimated noise=879.472 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00158833 Jy ! Component: 100 - total flux cleaned = 0.00225752 Jy ! Component: 150 - total flux cleaned = 0.00249281 Jy ! Component: 200 - total flux cleaned = 0.00254461 Jy ! Total flux subtracted in 200 components = 0.00254461 Jy ! Clean residual min=-0.002769 max=0.002382 Jy/beam ! Clean residual mean=-0.000005 rms=0.000685 Jy/beam ! Combined flux in latest and established models = 0.386423 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 = 3.84399e-05 Jy ! Component: 100 - total flux cleaned = 7.50083e-05 Jy ! Component: 150 - total flux cleaned = 0.000109222 Jy ! Component: 200 - total flux cleaned = 0.000134098 Jy ! Total flux subtracted in 200 components = 0.000134098 Jy ! Clean residual min=-0.002771 max=0.002389 Jy/beam ! Clean residual mean=-0.000005 rms=0.000684 Jy/beam ! Combined flux in latest and established models = 0.386557 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 68 components and 0.386557 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.122 mas, bmaj=7.831 mas, bpa=-4.303 degrees ! Estimated noise=698.631 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000191488 Jy ! Component: 100 - total flux cleaned = -9.21872e-05 Jy ! Component: 150 - total flux cleaned = -9.29373e-06 Jy ! Component: 200 - total flux cleaned = 4.17344e-05 Jy ! Total flux subtracted in 200 components = 4.17344e-05 Jy ! Clean residual min=-0.002284 max=0.002199 Jy/beam ! Clean residual mean=-0.000002 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.386599 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 76 components and 0.386599 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079635Jy sigma=0.000781 ! Fit after self-cal, rms=0.079632Jy sigma=0.000781 wmodel J1410+0203_S_2014_12_20_pus_map.mod ! Writing 76 model components to file: J1410+0203_S_2014_12_20_pus_map.mod wobs J1410+0203_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J1410+0203_S_2014_12_20_pus_uvs.fits wwins J1410+0203_S_2014_12_20_pus_map.win ! wwins: Wrote 1 windows to J1410+0203_S_2014_12_20_pus_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 = -5.57733e-06 Jy ! Component: 100 - total flux cleaned = 3.26929e-05 Jy ! Component: 150 - total flux cleaned = -0.000108845 Jy ! Component: 200 - total flux cleaned = -0.000107928 Jy ! Component: 250 - total flux cleaned = -0.000106798 Jy ! Component: 300 - total flux cleaned = -7.40075e-05 Jy ! Component: 350 - total flux cleaned = -1.08723e-05 Jy ! Component: 400 - total flux cleaned = 5.10843e-05 Jy ! Component: 450 - total flux cleaned = 0.000140468 Jy ! Component: 500 - total flux cleaned = 0.000168489 Jy ! Component: 550 - total flux cleaned = 0.000111215 Jy ! Component: 600 - total flux cleaned = 0.000111363 Jy ! Component: 650 - total flux cleaned = 0.000193637 Jy ! Component: 700 - total flux cleaned = 0.000274368 Jy ! Component: 750 - total flux cleaned = 0.000379532 Jy ! Component: 800 - total flux cleaned = 0.00048317 Jy ! Component: 850 - total flux cleaned = 0.000509015 Jy ! Component: 900 - total flux cleaned = 0.000559066 Jy ! Component: 950 - total flux cleaned = 0.000534074 Jy ! Component: 1000 - total flux cleaned = 0.000558538 Jy ! Component: 1050 - total flux cleaned = 0.00053448 Jy ! Component: 1100 - total flux cleaned = 0.000510959 Jy ! Component: 1150 - total flux cleaned = 0.000534563 Jy ! Component: 1200 - total flux cleaned = 0.00051127 Jy ! Component: 1250 - total flux cleaned = 0.000510978 Jy ! Component: 1300 - total flux cleaned = 0.000510592 Jy ! Component: 1350 - total flux cleaned = 0.000510591 Jy ! Component: 1400 - total flux cleaned = 0.000488418 Jy ! Component: 1450 - total flux cleaned = 0.000466488 Jy ! Component: 1500 - total flux cleaned = 0.000444948 Jy ! Component: 1550 - total flux cleaned = 0.00038141 Jy ! Component: 1600 - total flux cleaned = 0.000339584 Jy ! Component: 1650 - total flux cleaned = 0.000236133 Jy ! Component: 1700 - total flux cleaned = 0.000235691 Jy ! Component: 1750 - total flux cleaned = 0.000215307 Jy ! Component: 1800 - total flux cleaned = 0.000174765 Jy ! Component: 1850 - total flux cleaned = 9.49272e-05 Jy ! Component: 1900 - total flux cleaned = 0.000114752 Jy ! Component: 1950 - total flux cleaned = 3.68364e-05 Jy ! Component: 2000 - total flux cleaned = 1.74944e-05 Jy ! Component: 2050 - total flux cleaned = 1.75061e-05 Jy ! Component: 2100 - total flux cleaned = -3.90433e-05 Jy ! Component: 2150 - total flux cleaned = -3.91785e-05 Jy ! Component: 2200 - total flux cleaned = -9.48214e-05 Jy ! Component: 2250 - total flux cleaned = -7.62387e-05 Jy ! Component: 2300 - total flux cleaned = -3.96392e-05 Jy ! Component: 2350 - total flux cleaned = -3.95972e-05 Jy ! Component: 2400 - total flux cleaned = -7.52545e-05 Jy ! Component: 2450 - total flux cleaned = -7.55093e-05 Jy ! Component: 2500 - total flux cleaned = -0.000145962 Jy ! Component: 2550 - total flux cleaned = -7.57626e-05 Jy ! Component: 2600 - total flux cleaned = -9.33885e-05 Jy ! Component: 2650 - total flux cleaned = -7.62022e-05 Jy ! Component: 2700 - total flux cleaned = -0.000144653 Jy ! Component: 2750 - total flux cleaned = -0.000144644 Jy ! Component: 2800 - total flux cleaned = -9.44374e-05 Jy ! Component: 2850 - total flux cleaned = -0.000111237 Jy ! Component: 2900 - total flux cleaned = -0.000177384 Jy ! Component: 2950 - total flux cleaned = -0.000160989 Jy ! Component: 3000 - total flux cleaned = -0.000193697 Jy ! Component: 3050 - total flux cleaned = -0.000177503 Jy ! Component: 3100 - total flux cleaned = -0.000225521 Jy ! Component: 3150 - total flux cleaned = -0.000241466 Jy ! Component: 3200 - total flux cleaned = -0.000273027 Jy ! Component: 3250 - total flux cleaned = -0.000335618 Jy ! Component: 3300 - total flux cleaned = -0.000257684 Jy ! Component: 3350 - total flux cleaned = -0.00031957 Jy ! Component: 3400 - total flux cleaned = -0.000304234 Jy ! Component: 3450 - total flux cleaned = -0.000365199 Jy ! Component: 3500 - total flux cleaned = -0.000380178 Jy ! Component: 3550 - total flux cleaned = -0.000349993 Jy ! Component: 3600 - total flux cleaned = -0.000394813 Jy ! Component: 3650 - total flux cleaned = -0.000365294 Jy ! Component: 3700 - total flux cleaned = -0.000380098 Jy ! Component: 3750 - total flux cleaned = -0.000380105 Jy ! Component: 3800 - total flux cleaned = -0.000351003 Jy ! Component: 3850 - total flux cleaned = -0.000336654 Jy ! Component: 3900 - total flux cleaned = -0.00035111 Jy ! Component: 3950 - total flux cleaned = -0.000336995 Jy ! Component: 4000 - total flux cleaned = -0.000337031 Jy ! Component: 4050 - total flux cleaned = -0.000280789 Jy ! Total flux subtracted in 4096 components = -0.000280785 Jy ! Clean residual min=-0.000759 max=0.000863 Jy/beam ! Clean residual mean=0.000000 rms=0.000258 Jy/beam ! Combined flux in latest and established models = 0.386318 Jy keep ! Adding 312 model components to the UV plane model. ! The established model now contains 388 components and 0.386318 Jy ![Exited script file: muppet] wmap "J1410+0203_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.122 x 7.831 at -4.303 degrees (North through East) ! Clean map min=-0.0019662 max=0.33923 Jy/beam ! Writing clean map to FITS file: J1410+0203_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.339232 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000255681 device "J1410+0203_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J1410+0203_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.226112 0.226112 0.452223 0.904446 1.80889 3.61779 7.23557 14.4711 28.9423 57.8846 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.339 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.122 x 7.831 at -4.303 degrees (North through East) ! Clean map min=-0.0019662 max=0.33923 Jy/beam quit ! Quitting program ! Log file J1410+0203_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:38:12 2016