! Started logfile: J0502+3849_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:47:04 2016 obs J0502+3849_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0502+3849_S_2015_03_17_pus_uva.fits ! AN table 1: 95 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.965848 visibilities/baseline/integration-bin. ! Found source: J0502+3849 ! ! 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 330 lines of history. ! ! Reading 16516 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 J0502+3849_S_2015_03_17_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.873492Jy sigma=0.010528 ! Fit after self-cal, rms=0.838844Jy sigma=0.010120 ! 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.971 mas, bmaj=4.47 mas, bpa=-11.48 degrees ! Estimated noise=720.323 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.120005 Jy ! Component: 100 - total flux cleaned = 0.149267 Jy ! Total flux subtracted in 100 components = 0.149267 Jy ! Clean residual min=-0.005543 max=0.012326 Jy/beam ! Clean residual mean=0.000009 rms=0.001538 Jy/beam ! Combined flux in latest and established models = 0.149267 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.149267 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079689Jy sigma=0.000853 ! Fit after self-cal, rms=0.079672Jy sigma=0.000853 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0137238 Jy ! Component: 100 - total flux cleaned = 0.0212412 Jy ! Total flux subtracted in 100 components = 0.0212412 Jy ! Clean residual min=-0.005020 max=0.005054 Jy/beam ! Clean residual mean=0.000005 rms=0.001170 Jy/beam ! Combined flux in latest and established models = 0.170508 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 18 components and 0.170508 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076070Jy sigma=0.000815 ! Fit after self-cal, rms=0.076045Jy sigma=0.000814 ! 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.634 mas, bmaj=5.35 mas, bpa=-8.245 degrees ! Estimated noise=469.04 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.006798 Jy ! Component: 100 - total flux cleaned = 0.010645 Jy ! Component: 150 - total flux cleaned = 0.0130951 Jy ! Component: 200 - total flux cleaned = 0.0146656 Jy ! Total flux subtracted in 200 components = 0.0146656 Jy ! Clean residual min=-0.004829 max=0.004156 Jy/beam ! Clean residual mean=0.000007 rms=0.001091 Jy/beam ! Combined flux in latest and established models = 0.185173 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 38 components and 0.185173 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075238Jy sigma=0.000808 ! Fit after self-cal, rms=0.075225Jy sigma=0.000808 ! 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.01 FD 0.91 HN 0.92 KP 1.05 ! LA 0.95 MK 1.04 NL 0.87 OV 0.99 ! PT 1.07 SC 1.00 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.97 HN 0.99 KP 1.04 ! LA 0.93 MK 1.06 NL 1.00 OV 1.03 ! PT 1.08 SC 1.06 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.96 HN 0.99 KP 0.94 ! LA 0.76 MK 1.10 NL 1.14 OV 0.96 ! PT 1.05 SC 1.06 ! ! ! 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 1.02 HN 0.93 KP 0.92 ! LA 0.83 MK 1.13 NL 1.00 OV 1.02 ! PT 1.07 SC 0.99 ! ! ! Fit before self-cal, rms=0.075225Jy sigma=0.000808 ! Fit after self-cal, rms=0.071199Jy sigma=0.000780 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.704 mas, bmaj=5.435 mas, bpa=-8.028 degrees ! Estimated noise=469.363 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.00245755 Jy ! Component: 100 - total flux cleaned = -0.00319944 Jy ! Component: 150 - total flux cleaned = -0.00334367 Jy ! Component: 200 - total flux cleaned = -0.00334508 Jy ! Total flux subtracted in 200 components = -0.00334508 Jy ! Clean residual min=-0.002323 max=0.002917 Jy/beam ! Clean residual mean=0.000006 rms=0.000647 Jy/beam ! Combined flux in latest and established models = 0.181828 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 43 components and 0.181828 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071106Jy sigma=0.000779 ! Fit after self-cal, rms=0.071079Jy sigma=0.000779 ! 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.071079Jy sigma=0.000779 ! Fit after self-cal, rms=0.072211Jy sigma=0.000772 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.72 mas, bmaj=5.421 mas, bpa=-8.453 degrees ! Estimated noise=468.993 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00094723 Jy ! Component: 100 - total flux cleaned = -0.00106243 Jy ! Component: 150 - total flux cleaned = -0.00116121 Jy ! Component: 200 - total flux cleaned = -0.00122651 Jy ! Total flux subtracted in 200 components = -0.00122651 Jy ! Clean residual min=-0.001579 max=0.001462 Jy/beam ! Clean residual mean=0.000004 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.180602 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 47 components and 0.180602 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072189Jy sigma=0.000772 ! Fit after self-cal, rms=0.072232Jy sigma=0.000772 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 = -5.41986e-05 Jy ! Component: 100 - total flux cleaned = -0.000103692 Jy ! Component: 150 - total flux cleaned = -0.000148546 Jy ! Component: 200 - total flux cleaned = -0.000176251 Jy ! Total flux subtracted in 200 components = -0.000176251 Jy ! Clean residual min=-0.001569 max=0.001484 Jy/beam ! Clean residual mean=0.000005 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.180425 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 56 components and 0.180425 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072226Jy sigma=0.000772 ! Fit after self-cal, rms=0.072225Jy sigma=0.000772 ! 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.072225Jy sigma=0.000772 ! Fit after self-cal, rms=0.072255Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.735 mas, bmaj=5.432 mas, bpa=-8.54 degrees ! Estimated noise=469.248 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000726975 Jy ! Component: 100 - total flux cleaned = -0.000877175 Jy ! Component: 150 - total flux cleaned = -0.000966873 Jy ! Component: 200 - total flux cleaned = -0.00101469 Jy ! Total flux subtracted in 200 components = -0.00101469 Jy ! Clean residual min=-0.001499 max=0.001419 Jy/beam ! Clean residual mean=0.000004 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.179411 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 56 components and 0.179411 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072242Jy sigma=0.000772 ! Fit after self-cal, rms=0.072243Jy sigma=0.000772 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 = -4.12871e-05 Jy ! Component: 100 - total flux cleaned = -9.54065e-05 Jy ! Component: 150 - total flux cleaned = -0.000145332 Jy ! Component: 200 - total flux cleaned = -0.000180954 Jy ! Total flux subtracted in 200 components = -0.000180954 Jy ! Clean residual min=-0.001474 max=0.001429 Jy/beam ! Clean residual mean=0.000004 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.17923 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 56 components and 0.17923 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072238Jy sigma=0.000772 ! Fit after self-cal, rms=0.072239Jy sigma=0.000772 ! 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.072239Jy sigma=0.000772 ! Fit after self-cal, rms=0.072249Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.678 mas, bmaj=9.041 mas, bpa=-9.088 degrees ! Estimated noise=589.194 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000504538 Jy ! Component: 100 - total flux cleaned = -0.000577659 Jy ! Component: 150 - total flux cleaned = -0.000643711 Jy ! Component: 200 - total flux cleaned = -0.000682505 Jy ! Total flux subtracted in 200 components = -0.000682505 Jy ! Clean residual min=-0.001766 max=0.001697 Jy/beam ! Clean residual mean=0.000009 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.178547 Jy selfcal ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 58 components and 0.178547 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072252Jy sigma=0.000772 ! Fit after self-cal, rms=0.072251Jy sigma=0.000772 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 = 6.89772e-05 Jy ! Component: 100 - total flux cleaned = 5.19714e-05 Jy ! Component: 150 - total flux cleaned = 3.1221e-05 Jy ! Component: 200 - total flux cleaned = 2.51878e-05 Jy ! Total flux subtracted in 200 components = 2.51878e-05 Jy ! Clean residual min=-0.001764 max=0.001699 Jy/beam ! Clean residual mean=0.000009 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.178573 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 60 components and 0.178573 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072255Jy sigma=0.000772 ! Fit after self-cal, rms=0.072255Jy sigma=0.000772 ! 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.747 mas, bmaj=5.442 mas, bpa=-8.537 degrees ! Estimated noise=469.42 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.747 x 5.442 at -8.537 degrees (North through East) ! Clean map min=-0.0014277 max=0.16011 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=3.049 mas, bmaj=4.536 mas, bpa=-11.59 degrees ! Estimated noise=737.65 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.122746 Jy ! Component: 100 - total flux cleaned = 0.150585 Jy ! Component: 150 - total flux cleaned = 0.161873 Jy ! Component: 200 - total flux cleaned = 0.168068 Jy ! Total flux subtracted in 200 components = 0.168068 Jy ! Clean residual min=-0.002210 max=0.003063 Jy/beam ! Clean residual mean=0.000004 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.168068 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.168068 Jy ! Inverting map and beam ! Estimated beam: bmin=3.747 mas, bmaj=5.442 mas, bpa=-8.537 degrees ! Estimated noise=469.42 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.00473003 Jy ! Component: 100 - total flux cleaned = 0.0071003 Jy ! Component: 150 - total flux cleaned = 0.00841278 Jy ! Component: 200 - total flux cleaned = 0.00917358 Jy ! Total flux subtracted in 200 components = 0.00917358 Jy ! Clean residual min=-0.001424 max=0.001578 Jy/beam ! Clean residual mean=0.000005 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.177241 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 38 components and 0.177241 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.678 mas, bmaj=9.041 mas, bpa=-9.088 degrees ! Estimated noise=589.194 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000953412 Jy ! Component: 100 - total flux cleaned = 0.00104039 Jy ! Component: 150 - total flux cleaned = 0.00109411 Jy ! Component: 200 - total flux cleaned = 0.00113908 Jy ! Total flux subtracted in 200 components = 0.00113908 Jy ! Clean residual min=-0.001773 max=0.001684 Jy/beam ! Clean residual mean=0.000010 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.178381 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 = 2.97917e-05 Jy ! Component: 100 - total flux cleaned = 6.54207e-05 Jy ! Component: 150 - total flux cleaned = 8.99028e-05 Jy ! Component: 200 - total flux cleaned = 0.000112132 Jy ! Total flux subtracted in 200 components = 0.000112132 Jy ! Clean residual min=-0.001771 max=0.001689 Jy/beam ! Clean residual mean=0.000009 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.178493 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 46 components and 0.178493 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.747 mas, bmaj=5.442 mas, bpa=-8.537 degrees ! Estimated noise=469.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00041353 Jy ! Component: 100 - total flux cleaned = -0.00042805 Jy ! Component: 150 - total flux cleaned = -0.000391695 Jy ! Component: 200 - total flux cleaned = -0.000376521 Jy ! Total flux subtracted in 200 components = -0.000376521 Jy ! Clean residual min=-0.001413 max=0.001420 Jy/beam ! Clean residual mean=0.000004 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.178116 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 53 components and 0.178116 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072255Jy sigma=0.000771 ! Fit after self-cal, rms=0.072253Jy sigma=0.000771 wmodel J0502+3849_S_2015_03_17_pus_map.mod ! Writing 53 model components to file: J0502+3849_S_2015_03_17_pus_map.mod wobs J0502+3849_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0502+3849_S_2015_03_17_pus_uvs.fits wwins J0502+3849_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J0502+3849_S_2015_03_17_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.000269691 Jy ! Component: 100 - total flux cleaned = 0.000445769 Jy ! Component: 150 - total flux cleaned = 0.00049307 Jy ! Component: 200 - total flux cleaned = 0.00053981 Jy ! Component: 250 - total flux cleaned = 0.000584423 Jy ! Component: 300 - total flux cleaned = 0.000584669 Jy ! Component: 350 - total flux cleaned = 0.000627856 Jy ! Component: 400 - total flux cleaned = 0.000648655 Jy ! Component: 450 - total flux cleaned = 0.000709388 Jy ! Component: 500 - total flux cleaned = 0.000728374 Jy ! Component: 550 - total flux cleaned = 0.000727935 Jy ! Component: 600 - total flux cleaned = 0.000765706 Jy ! Component: 650 - total flux cleaned = 0.000691274 Jy ! Component: 700 - total flux cleaned = 0.000746382 Jy ! Component: 750 - total flux cleaned = 0.000710064 Jy ! Component: 800 - total flux cleaned = 0.000745332 Jy ! Component: 850 - total flux cleaned = 0.000797674 Jy ! Component: 900 - total flux cleaned = 0.000866381 Jy ! Component: 950 - total flux cleaned = 0.000934324 Jy ! Component: 1000 - total flux cleaned = 0.00101834 Jy ! Component: 1050 - total flux cleaned = 0.00108434 Jy ! Component: 1100 - total flux cleaned = 0.00114959 Jy ! Component: 1150 - total flux cleaned = 0.00119794 Jy ! Component: 1200 - total flux cleaned = 0.00127738 Jy ! Component: 1250 - total flux cleaned = 0.00129304 Jy ! Component: 1300 - total flux cleaned = 0.00137002 Jy ! Component: 1350 - total flux cleaned = 0.00140078 Jy ! Component: 1400 - total flux cleaned = 0.00146122 Jy ! Component: 1450 - total flux cleaned = 0.00153578 Jy ! Component: 1500 - total flux cleaned = 0.00160931 Jy ! Component: 1550 - total flux cleaned = 0.00160915 Jy ! Component: 1600 - total flux cleaned = 0.00159499 Jy ! Component: 1650 - total flux cleaned = 0.00170904 Jy ! Component: 1700 - total flux cleaned = 0.00172322 Jy ! Component: 1750 - total flux cleaned = 0.00179302 Jy ! Component: 1800 - total flux cleaned = 0.00184836 Jy ! Component: 1850 - total flux cleaned = 0.0019169 Jy ! Component: 1900 - total flux cleaned = 0.00195766 Jy ! Component: 1950 - total flux cleaned = 0.00198466 Jy ! Component: 2000 - total flux cleaned = 0.00207777 Jy ! Component: 2050 - total flux cleaned = 0.00207784 Jy ! Component: 2100 - total flux cleaned = 0.00207802 Jy ! Component: 2150 - total flux cleaned = 0.00211701 Jy ! Component: 2200 - total flux cleaned = 0.00214276 Jy ! Component: 2250 - total flux cleaned = 0.00216817 Jy ! Component: 2300 - total flux cleaned = 0.00221852 Jy ! Component: 2350 - total flux cleaned = 0.00218098 Jy ! Component: 2400 - total flux cleaned = 0.00215621 Jy ! Component: 2450 - total flux cleaned = 0.0021808 Jy ! Component: 2500 - total flux cleaned = 0.00221716 Jy ! Component: 2550 - total flux cleaned = 0.00221717 Jy ! Component: 2600 - total flux cleaned = 0.00226504 Jy ! Component: 2650 - total flux cleaned = 0.00227693 Jy ! Component: 2700 - total flux cleaned = 0.0023239 Jy ! Component: 2750 - total flux cleaned = 0.00231249 Jy ! Component: 2800 - total flux cleaned = 0.00237042 Jy ! Component: 2850 - total flux cleaned = 0.00240508 Jy ! Component: 2900 - total flux cleaned = 0.00241651 Jy ! Component: 2950 - total flux cleaned = 0.0024618 Jy ! Component: 3000 - total flux cleaned = 0.00251794 Jy ! Component: 3050 - total flux cleaned = 0.00255142 Jy ! Component: 3100 - total flux cleaned = 0.00257359 Jy ! Component: 3150 - total flux cleaned = 0.00265048 Jy ! Component: 3200 - total flux cleaned = 0.00265061 Jy ! Component: 3250 - total flux cleaned = 0.00267217 Jy ! Component: 3300 - total flux cleaned = 0.0027687 Jy ! Component: 3350 - total flux cleaned = 0.0028218 Jy ! Component: 3400 - total flux cleaned = 0.00281116 Jy ! Component: 3450 - total flux cleaned = 0.00287406 Jy ! Component: 3500 - total flux cleaned = 0.00287403 Jy ! Component: 3550 - total flux cleaned = 0.00290512 Jy ! Component: 3600 - total flux cleaned = 0.00296684 Jy ! Component: 3650 - total flux cleaned = 0.00296666 Jy ! Component: 3700 - total flux cleaned = 0.0030175 Jy ! Component: 3750 - total flux cleaned = 0.0029974 Jy ! Component: 3800 - total flux cleaned = 0.00303728 Jy ! Component: 3850 - total flux cleaned = 0.00305714 Jy ! Component: 3900 - total flux cleaned = 0.00307698 Jy ! Component: 3950 - total flux cleaned = 0.00309656 Jy ! Component: 4000 - total flux cleaned = 0.00310631 Jy ! Component: 4050 - total flux cleaned = 0.00312572 Jy ! Total flux subtracted in 4096 components = 0.00312574 Jy ! Clean residual min=-0.000583 max=0.000581 Jy/beam ! Clean residual mean=0.000003 rms=0.000173 Jy/beam ! Combined flux in latest and established models = 0.181242 Jy keep ! Adding 309 model components to the UV plane model. ! The established model now contains 362 components and 0.181242 Jy ![Exited script file: muppet] wmap "J0502+3849_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.747 x 5.442 at -8.537 degrees (North through East) ! Clean map min=-0.0009942 max=0.16061 Jy/beam ! Writing clean map to FITS file: J0502+3849_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.16061 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000171432 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.320215 0.320215 0.64043 1.28086 2.56172 5.12344 10.2469 20.4938 40.9875 81.975 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.16 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.747 x 5.442 at -8.537 degrees (North through East) ! Clean map min=-0.0009942 max=0.16061 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J0502+3849_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:47:11 2016