! Started logfile: J1934+1043_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:43:36 2016 obs J1934+1043_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J1934+1043_S_2014_12_20_pus_uva.fits ! AN table 1: 105 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.972275 visibilities/baseline/integration-bin. ! Found source: J1934+1043 ! ! 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 18376 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 J1934+1043_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 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.967819Jy sigma=0.010238 ! Fit after self-cal, rms=0.935545Jy sigma=0.009916 ! 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.939 mas, bmaj=6.496 mas, bpa=-2.623 degrees ! Estimated noise=699.141 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.0498323 Jy ! Component: 100 - total flux cleaned = 0.0626628 Jy ! Total flux subtracted in 100 components = 0.0626628 Jy ! Clean residual min=-0.003450 max=0.005544 Jy/beam ! Clean residual mean=-0.000014 rms=0.000831 Jy/beam ! Combined flux in latest and established models = 0.0626628 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.0626628 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081999Jy sigma=0.000799 ! Fit after self-cal, rms=0.081955Jy sigma=0.000798 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00651911 Jy ! Component: 100 - total flux cleaned = 0.0104317 Jy ! Total flux subtracted in 100 components = 0.0104317 Jy ! Clean residual min=-0.003067 max=0.002625 Jy/beam ! Clean residual mean=-0.000010 rms=0.000679 Jy/beam ! Combined flux in latest and established models = 0.0730945 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 25 components and 0.0730945 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081237Jy sigma=0.000791 ! Fit after self-cal, rms=0.081234Jy sigma=0.000791 ! 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.52 mas, bmaj=7.422 mas, bpa=-4.289 degrees ! Estimated noise=501.359 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.00360907 Jy ! Component: 100 - total flux cleaned = 0.00565834 Jy ! Component: 150 - total flux cleaned = 0.00697537 Jy ! Component: 200 - total flux cleaned = 0.00785106 Jy ! Total flux subtracted in 200 components = 0.00785106 Jy ! Clean residual min=-0.002562 max=0.002219 Jy/beam ! Clean residual mean=-0.000014 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.0809456 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 50 components and 0.0809456 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081027Jy sigma=0.000789 ! Fit after self-cal, rms=0.081029Jy sigma=0.000789 ! 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 1.02 FD 0.86 HN 0.97 KP 1.07 ! LA 0.96 MK 1.08 NL 1.06 OV 0.97 ! PT 1.03 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.05 HN 1.00 KP 1.06 ! LA 0.93 MK 1.00 NL 1.01 OV 1.02 ! PT 1.07 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.21 HN 0.98 KP 0.95 ! LA 0.75 MK 1.00 NL 1.24 OV 0.90 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.01 HN 0.97 KP 0.92 ! LA 0.78 MK 1.04 NL 1.02 OV 1.00 ! PT 1.05 SC 0.99 ! ! ! Fit before self-cal, rms=0.081029Jy sigma=0.000789 ! Fit after self-cal, rms=0.079291Jy sigma=0.000784 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.549 mas, bmaj=7.484 mas, bpa=-4.212 degrees ! Estimated noise=502.199 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.000195153 Jy ! Component: 100 - total flux cleaned = -0.000195287 Jy ! Component: 150 - total flux cleaned = -0.000205907 Jy ! Component: 200 - total flux cleaned = -0.000196143 Jy ! Total flux subtracted in 200 components = -0.000196143 Jy ! Clean residual min=-0.002041 max=0.001915 Jy/beam ! Clean residual mean=-0.000006 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.0807494 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 57 components and 0.0807495 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079287Jy sigma=0.000784 ! Fit after self-cal, rms=0.079273Jy sigma=0.000784 ! 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.079273Jy sigma=0.000784 ! Fit after self-cal, rms=0.079560Jy sigma=0.000783 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.553 mas, bmaj=7.494 mas, bpa=-4.184 degrees ! Estimated noise=502.018 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000109773 Jy ! Component: 100 - total flux cleaned = -9.86112e-05 Jy ! Component: 150 - total flux cleaned = -6.93683e-05 Jy ! Component: 200 - total flux cleaned = -6.05291e-05 Jy ! Total flux subtracted in 200 components = -6.05291e-05 Jy ! Clean residual min=-0.001703 max=0.001835 Jy/beam ! Clean residual mean=-0.000003 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.0806889 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 57 components and 0.0806889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079556Jy sigma=0.000783 ! Fit after self-cal, rms=0.079575Jy sigma=0.000783 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 (79, -2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00100899 Jy ! Component: 100 - total flux cleaned = 0.00125207 Jy ! Component: 150 - total flux cleaned = 0.00144248 Jy ! Component: 200 - total flux cleaned = 0.00146619 Jy ! Total flux subtracted in 200 components = 0.00146619 Jy ! Clean residual min=-0.001686 max=0.001495 Jy/beam ! Clean residual mean=-0.000003 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.0821551 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 71 components and 0.0821551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079532Jy sigma=0.000783 ! Fit after self-cal, rms=0.079526Jy sigma=0.000783 ! 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.079526Jy sigma=0.000783 ! Fit after self-cal, rms=0.079442Jy sigma=0.000783 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.558 mas, bmaj=7.504 mas, bpa=-4.253 degrees ! Estimated noise=500.997 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000165193 Jy ! Component: 100 - total flux cleaned = 0.000191645 Jy ! Component: 150 - total flux cleaned = 0.000190119 Jy ! Component: 200 - total flux cleaned = 0.00017007 Jy ! Total flux subtracted in 200 components = 0.00017007 Jy ! Clean residual min=-0.001654 max=0.001464 Jy/beam ! Clean residual mean=-0.000003 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.0823252 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 76 components and 0.0823252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079429Jy sigma=0.000783 ! Fit after self-cal, rms=0.079429Jy sigma=0.000783 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 = 1.6722e-05 Jy ! Component: 100 - total flux cleaned = 1.74289e-05 Jy ! Component: 150 - total flux cleaned = 1.77272e-05 Jy ! Component: 200 - total flux cleaned = 1.76491e-05 Jy ! Total flux subtracted in 200 components = 1.76491e-05 Jy ! Clean residual min=-0.001661 max=0.001443 Jy/beam ! Clean residual mean=-0.000003 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.0823428 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 82 components and 0.0823428 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079422Jy sigma=0.000783 ! Fit after self-cal, rms=0.079420Jy sigma=0.000783 ! 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.079420Jy sigma=0.000783 ! Fit after self-cal, rms=0.079373Jy sigma=0.000783 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.549 mas, bmaj=11.09 mas, bpa=-4.504 degrees ! Estimated noise=605.089 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000265419 Jy ! Component: 100 - total flux cleaned = 0.000264646 Jy ! Component: 150 - total flux cleaned = 0.000301584 Jy ! Component: 200 - total flux cleaned = 0.000334508 Jy ! Total flux subtracted in 200 components = 0.000334508 Jy ! Clean residual min=-0.001615 max=0.001548 Jy/beam ! Clean residual mean=-0.000005 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.0826773 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 91 components and 0.0826773 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079371Jy sigma=0.000783 ! Fit after self-cal, rms=0.079373Jy sigma=0.000783 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.10141e-05 Jy ! Component: 100 - total flux cleaned = 8.86343e-05 Jy ! Component: 150 - total flux cleaned = 0.00010302 Jy ! Component: 200 - total flux cleaned = 0.000110075 Jy ! Total flux subtracted in 200 components = 0.000110075 Jy ! Clean residual min=-0.001613 max=0.001527 Jy/beam ! Clean residual mean=-0.000004 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.0827874 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 95 components and 0.0827874 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079372Jy sigma=0.000783 ! Fit after self-cal, rms=0.079372Jy sigma=0.000783 ! 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.561 mas, bmaj=7.512 mas, bpa=-4.324 degrees ! Estimated noise=500.378 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.561 x 7.512 at -4.324 degrees (North through East) ! Clean map min=-0.0016335 max=0.066031 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.971 mas, bmaj=6.551 mas, bpa=-2.733 degrees ! Estimated noise=697.557 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0495203 Jy ! Component: 100 - total flux cleaned = 0.0624155 Jy ! Component: 150 - total flux cleaned = 0.0687763 Jy ! Component: 200 - total flux cleaned = 0.072546 Jy ! Total flux subtracted in 200 components = 0.072546 Jy ! Clean residual min=-0.002446 max=0.002436 Jy/beam ! Clean residual mean=-0.000006 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.072546 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.072546 Jy ! Inverting map and beam ! Estimated beam: bmin=3.561 mas, bmaj=7.512 mas, bpa=-4.324 degrees ! Estimated noise=500.378 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.00340142 Jy ! Component: 100 - total flux cleaned = 0.0052228 Jy ! Component: 150 - total flux cleaned = 0.00608056 Jy ! Component: 200 - total flux cleaned = 0.00662875 Jy ! Total flux subtracted in 200 components = 0.00662875 Jy ! Clean residual min=-0.001801 max=0.001516 Jy/beam ! Clean residual mean=-0.000006 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.0791748 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 57 components and 0.0791748 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.549 mas, bmaj=11.09 mas, bpa=-4.504 degrees ! Estimated noise=605.089 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00143509 Jy ! Component: 100 - total flux cleaned = 0.00218882 Jy ! Component: 150 - total flux cleaned = 0.00244666 Jy ! Component: 200 - total flux cleaned = 0.00260082 Jy ! Total flux subtracted in 200 components = 0.00260082 Jy ! Clean residual min=-0.001658 max=0.001604 Jy/beam ! Clean residual mean=-0.000007 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.0817756 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.000134098 Jy ! Component: 100 - total flux cleaned = 0.000235086 Jy ! Component: 150 - total flux cleaned = 0.000324708 Jy ! Component: 200 - total flux cleaned = 0.000417712 Jy ! Total flux subtracted in 200 components = 0.000417712 Jy ! Clean residual min=-0.001626 max=0.001562 Jy/beam ! Clean residual mean=-0.000006 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.0821933 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 80 components and 0.0821933 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.561 mas, bmaj=7.512 mas, bpa=-4.324 degrees ! Estimated noise=500.378 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.91526e-06 Jy ! Component: 100 - total flux cleaned = 0.000189143 Jy ! Component: 150 - total flux cleaned = 0.000356414 Jy ! Component: 200 - total flux cleaned = 0.000421368 Jy ! Total flux subtracted in 200 components = 0.000421368 Jy ! Clean residual min=-0.001677 max=0.001455 Jy/beam ! Clean residual mean=-0.000003 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.0826147 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 97 components and 0.0826147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079385Jy sigma=0.000783 ! Fit after self-cal, rms=0.079381Jy sigma=0.000783 wmodel J1934+1043_S_2014_12_20_pus_map.mod ! Writing 97 model components to file: J1934+1043_S_2014_12_20_pus_map.mod wobs J1934+1043_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J1934+1043_S_2014_12_20_pus_uvs.fits wwins J1934+1043_S_2014_12_20_pus_map.win ! wwins: Wrote 2 windows to J1934+1043_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 = -0.00036294 Jy ! Component: 100 - total flux cleaned = -0.000692989 Jy ! Component: 150 - total flux cleaned = -0.00100078 Jy ! Component: 200 - total flux cleaned = -0.0011802 Jy ! Component: 250 - total flux cleaned = -0.00124444 Jy ! Component: 300 - total flux cleaned = -0.00137093 Jy ! Component: 350 - total flux cleaned = -0.00149401 Jy ! Component: 400 - total flux cleaned = -0.00163401 Jy ! Component: 450 - total flux cleaned = -0.00175168 Jy ! Component: 500 - total flux cleaned = -0.00190421 Jy ! Component: 550 - total flux cleaned = -0.00192285 Jy ! Component: 600 - total flux cleaned = -0.0019965 Jy ! Component: 650 - total flux cleaned = -0.00203275 Jy ! Component: 700 - total flux cleaned = -0.00208596 Jy ! Component: 750 - total flux cleaned = -0.00208593 Jy ! Component: 800 - total flux cleaned = -0.00208602 Jy ! Component: 850 - total flux cleaned = -0.0021029 Jy ! Component: 900 - total flux cleaned = -0.00210294 Jy ! Component: 950 - total flux cleaned = -0.00215233 Jy ! Component: 1000 - total flux cleaned = -0.00216842 Jy ! Component: 1050 - total flux cleaned = -0.00213652 Jy ! Component: 1100 - total flux cleaned = -0.00218446 Jy ! Component: 1150 - total flux cleaned = -0.00220002 Jy ! Component: 1200 - total flux cleaned = -0.00223064 Jy ! Component: 1250 - total flux cleaned = -0.00216929 Jy ! Component: 1300 - total flux cleaned = -0.00219937 Jy ! Component: 1350 - total flux cleaned = -0.00213937 Jy ! Component: 1400 - total flux cleaned = -0.00208012 Jy ! Component: 1450 - total flux cleaned = -0.00209485 Jy ! Component: 1500 - total flux cleaned = -0.00208032 Jy ! Component: 1550 - total flux cleaned = -0.00205155 Jy ! Component: 1600 - total flux cleaned = -0.00200887 Jy ! Component: 1650 - total flux cleaned = -0.00195252 Jy ! Component: 1700 - total flux cleaned = -0.00196657 Jy ! Component: 1750 - total flux cleaned = -0.0019665 Jy ! Component: 1800 - total flux cleaned = -0.00189793 Jy ! Component: 1850 - total flux cleaned = -0.00187082 Jy ! Component: 1900 - total flux cleaned = -0.00184382 Jy ! Component: 1950 - total flux cleaned = -0.00184378 Jy ! Component: 2000 - total flux cleaned = -0.00177785 Jy ! Component: 2050 - total flux cleaned = -0.00179109 Jy ! Component: 2100 - total flux cleaned = -0.00172609 Jy ! Component: 2150 - total flux cleaned = -0.00172613 Jy ! Component: 2200 - total flux cleaned = -0.00170071 Jy ! Component: 2250 - total flux cleaned = -0.00165015 Jy ! Component: 2300 - total flux cleaned = -0.00163767 Jy ! Component: 2350 - total flux cleaned = -0.00165005 Jy ! Component: 2400 - total flux cleaned = -0.00162528 Jy ! Component: 2450 - total flux cleaned = -0.0015886 Jy ! Component: 2500 - total flux cleaned = -0.00153997 Jy ! Component: 2550 - total flux cleaned = -0.00155205 Jy ! Component: 2600 - total flux cleaned = -0.00152809 Jy ! Component: 2650 - total flux cleaned = -0.00155172 Jy ! Component: 2700 - total flux cleaned = -0.00148075 Jy ! Component: 2750 - total flux cleaned = -0.00144549 Jy ! Component: 2800 - total flux cleaned = -0.0013755 Jy ! Component: 2850 - total flux cleaned = -0.00137533 Jy ! Component: 2900 - total flux cleaned = -0.00129498 Jy ! Component: 2950 - total flux cleaned = -0.00126086 Jy ! Component: 3000 - total flux cleaned = -0.00127223 Jy ! Component: 3050 - total flux cleaned = -0.00119351 Jy ! Component: 3100 - total flux cleaned = -0.00114887 Jy ! Component: 3150 - total flux cleaned = -0.00110454 Jy ! Component: 3200 - total flux cleaned = -0.00102735 Jy ! Component: 3250 - total flux cleaned = -0.000961807 Jy ! Component: 3300 - total flux cleaned = -0.00102698 Jy ! Component: 3350 - total flux cleaned = -0.000973032 Jy ! Component: 3400 - total flux cleaned = -0.00100509 Jy ! Component: 3450 - total flux cleaned = -0.00095173 Jy ! Component: 3500 - total flux cleaned = -0.000919747 Jy ! Component: 3550 - total flux cleaned = -0.00085662 Jy ! Component: 3600 - total flux cleaned = -0.000867025 Jy ! Component: 3650 - total flux cleaned = -0.000815093 Jy ! Component: 3700 - total flux cleaned = -0.000804829 Jy ! Component: 3750 - total flux cleaned = -0.000784289 Jy ! Component: 3800 - total flux cleaned = -0.000733171 Jy ! Component: 3850 - total flux cleaned = -0.000783868 Jy ! Component: 3900 - total flux cleaned = -0.00072331 Jy ! Component: 3950 - total flux cleaned = -0.00072324 Jy ! Component: 4000 - total flux cleaned = -0.000683336 Jy ! Component: 4050 - total flux cleaned = -0.000683305 Jy ! Total flux subtracted in 4096 components = -0.000633987 Jy ! Clean residual min=-0.000643 max=0.000628 Jy/beam ! Clean residual mean=-0.000001 rms=0.000185 Jy/beam ! Combined flux in latest and established models = 0.0819807 Jy keep ! Adding 295 model components to the UV plane model. ! The established model now contains 392 components and 0.0819807 Jy ![Exited script file: muppet] wmap "J1934+1043_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.561 x 7.512 at -4.324 degrees (North through East) ! Clean map min=-0.0011995 max=0.066126 Jy/beam ! Writing clean map to FITS file: J1934+1043_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.0661259 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000182132 device "J1934+1043_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J1934+1043_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.826295 0.826295 1.65259 3.30518 6.61036 13.2207 26.4414 52.8829 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.066 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.561 x 7.512 at -4.324 degrees (North through East) ! Clean map min=-0.0011995 max=0.066126 Jy/beam quit ! Quitting program ! Log file J1934+1043_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:43:42 2016