! Started logfile: J0702+8549_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:18:10 2016 obs J0702+8549_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J0702+8549_S_2014_08_05_pus_uva.fits ! AN table 1: 112 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.782738 visibilities/baseline/integration-bin. ! Found source: J0702+8549 ! ! 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 360 lines of history. ! ! Reading 15780 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 J0702+8549_S_2014_08_05_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 125 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 125 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 125 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 125 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.880544Jy sigma=0.009461 ! Fit after self-cal, rms=0.796929Jy sigma=0.008550 ! 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=3.694 mas, bmaj=5.812 mas, bpa=49.85 degrees ! Estimated noise=1105.01 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.150787 Jy ! Component: 100 - total flux cleaned = 0.194607 Jy ! Total flux subtracted in 100 components = 0.194607 Jy ! Clean residual min=-0.007645 max=0.019966 Jy/beam ! Clean residual mean=-0.000061 rms=0.002744 Jy/beam ! Combined flux in latest and established models = 0.194607 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.194607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091723Jy sigma=0.000911 ! Fit after self-cal, rms=0.091629Jy sigma=0.000910 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0229656 Jy ! Component: 100 - total flux cleaned = 0.0362907 Jy ! Total flux subtracted in 100 components = 0.0362907 Jy ! Clean residual min=-0.005775 max=0.007278 Jy/beam ! Clean residual mean=-0.000011 rms=0.001645 Jy/beam ! Combined flux in latest and established models = 0.230898 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 24 components and 0.230898 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083688Jy sigma=0.000829 ! Fit after self-cal, rms=0.083573Jy sigma=0.000828 ! 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=4.527 mas, bmaj=6.782 mas, bpa=50.89 degrees ! Estimated noise=533.262 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.0111735 Jy ! Component: 100 - total flux cleaned = 0.0169037 Jy ! Component: 150 - total flux cleaned = 0.0203331 Jy ! Component: 200 - total flux cleaned = 0.0224665 Jy ! Total flux subtracted in 200 components = 0.0224665 Jy ! Clean residual min=-0.003765 max=0.003972 Jy/beam ! Clean residual mean=0.000027 rms=0.000969 Jy/beam ! Combined flux in latest and established models = 0.253365 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 42 components and 0.253364 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081817Jy sigma=0.000814 ! Fit after self-cal, rms=0.081777Jy sigma=0.000814 ! 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 0.95 FD 0.87 HN 0.96 KP 1.06 ! LA 1.16 MK 1.00* NL 1.00 OV 0.97 ! PT 1.03 SC 0.97 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.00 HN 1.02 KP 1.00 ! LA 1.11 MK 1.00* NL 1.03 OV 1.00 ! PT 1.01 SC 1.05 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.17 HN 1.01 KP 0.88 ! LA 0.88 MK 1.00* NL 0.99 OV 0.96 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.02 HN 0.98 KP 0.87 ! LA 0.84 MK 1.00* NL 1.09 OV 0.99 ! PT 1.04 SC 1.00 ! ! ! Fit before self-cal, rms=0.081777Jy sigma=0.000814 ! Fit after self-cal, rms=0.076856Jy sigma=0.000780 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.527 mas, bmaj=6.78 mas, bpa=50.84 degrees ! Estimated noise=531.287 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.000241452 Jy ! Component: 100 - total flux cleaned = -0.000173616 Jy ! Component: 150 - total flux cleaned = -0.000111092 Jy ! Component: 200 - total flux cleaned = -8.52897e-05 Jy ! Total flux subtracted in 200 components = -8.52897e-05 Jy ! Clean residual min=-0.002438 max=0.002573 Jy/beam ! Clean residual mean=0.000013 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.253279 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 52 components and 0.253279 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076838Jy sigma=0.000780 ! Fit after self-cal, rms=0.076830Jy sigma=0.000780 ! 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.076830Jy sigma=0.000780 ! Fit after self-cal, rms=0.076543Jy sigma=0.000777 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.529 mas, bmaj=6.781 mas, bpa=51.12 degrees ! Estimated noise=531.516 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000409367 Jy ! Component: 100 - total flux cleaned = -0.00030418 Jy ! Component: 150 - total flux cleaned = -0.000223134 Jy ! Component: 200 - total flux cleaned = -0.000200967 Jy ! Total flux subtracted in 200 components = -0.000200967 Jy ! Clean residual min=-0.001997 max=0.001847 Jy/beam ! Clean residual mean=-0.000001 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.253078 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 59 components and 0.253078 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076533Jy sigma=0.000777 ! Fit after self-cal, rms=0.076533Jy sigma=0.000777 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.08209e-05 Jy ! Component: 100 - total flux cleaned = -3.16202e-05 Jy ! Component: 150 - total flux cleaned = -5.48396e-06 Jy ! Component: 200 - total flux cleaned = 1.00007e-05 Jy ! Total flux subtracted in 200 components = 1.00007e-05 Jy ! Clean residual min=-0.001981 max=0.001804 Jy/beam ! Clean residual mean=-0.000001 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.253088 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 62 components and 0.253088 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076531Jy sigma=0.000777 ! Fit after self-cal, rms=0.076530Jy sigma=0.000777 ! 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.076530Jy sigma=0.000777 ! Fit after self-cal, rms=0.076555Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.529 mas, bmaj=6.781 mas, bpa=51.21 degrees ! Estimated noise=531.788 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.09904e-05 Jy ! Component: 100 - total flux cleaned = -0.000109694 Jy ! Component: 150 - total flux cleaned = -0.00011818 Jy ! Component: 200 - total flux cleaned = -0.000118481 Jy ! Total flux subtracted in 200 components = -0.000118481 Jy ! Clean residual min=-0.001980 max=0.001765 Jy/beam ! Clean residual mean=-0.000002 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.25297 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 70 components and 0.25297 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076553Jy sigma=0.000777 ! Fit after self-cal, rms=0.076553Jy sigma=0.000777 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.07375e-05 Jy ! Component: 100 - total flux cleaned = -1.09959e-05 Jy ! Component: 150 - total flux cleaned = -1.07037e-05 Jy ! Component: 200 - total flux cleaned = -1.04301e-05 Jy ! Total flux subtracted in 200 components = -1.04301e-05 Jy ! Clean residual min=-0.001981 max=0.001757 Jy/beam ! Clean residual mean=-0.000002 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.252959 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 71 components and 0.252959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076552Jy sigma=0.000777 ! Fit after self-cal, rms=0.076552Jy sigma=0.000777 ! 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.076552Jy sigma=0.000777 ! Fit after self-cal, rms=0.076554Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.266 mas, bmaj=10.53 mas, bpa=57 degrees ! Estimated noise=624.525 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00032871 Jy ! Component: 100 - total flux cleaned = 0.000321214 Jy ! Component: 150 - total flux cleaned = 0.000321343 Jy ! Component: 200 - total flux cleaned = 0.00033247 Jy ! Total flux subtracted in 200 components = 0.00033247 Jy ! Clean residual min=-0.001896 max=0.001664 Jy/beam ! Clean residual mean=-0.000002 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.253292 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 72 components and 0.253292 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076556Jy sigma=0.000777 ! Fit after self-cal, rms=0.076555Jy sigma=0.000777 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.03612e-07 Jy ! Component: 100 - total flux cleaned = 1.20672e-05 Jy ! Component: 150 - total flux cleaned = 1.7066e-05 Jy ! Component: 200 - total flux cleaned = 2.18123e-05 Jy ! Total flux subtracted in 200 components = 2.18123e-05 Jy ! Clean residual min=-0.001916 max=0.001670 Jy/beam ! Clean residual mean=-0.000002 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.253313 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 73 components and 0.253313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076556Jy sigma=0.000777 ! Fit after self-cal, rms=0.076555Jy sigma=0.000777 ! 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=4.528 mas, bmaj=6.781 mas, bpa=51.26 degrees ! Estimated noise=531.902 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.528 x 6.781 at 51.26 degrees (North through East) ! Clean map min=-0.0019167 max=0.20154 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.696 mas, bmaj=5.813 mas, bpa=50.28 degrees ! Estimated noise=1094.97 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.149292 Jy ! Component: 100 - total flux cleaned = 0.193366 Jy ! Component: 150 - total flux cleaned = 0.216218 Jy ! Component: 200 - total flux cleaned = 0.229803 Jy ! Total flux subtracted in 200 components = 0.229803 Jy ! Clean residual min=-0.003725 max=0.006963 Jy/beam ! Clean residual mean=-0.000030 rms=0.001118 Jy/beam ! Combined flux in latest and established models = 0.229804 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.229804 Jy ! Inverting map and beam ! Estimated beam: bmin=4.528 mas, bmaj=6.781 mas, bpa=51.26 degrees ! Estimated noise=531.902 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.0109617 Jy ! Component: 100 - total flux cleaned = 0.0163949 Jy ! Component: 150 - total flux cleaned = 0.0192174 Jy ! Component: 200 - total flux cleaned = 0.0207986 Jy ! Total flux subtracted in 200 components = 0.0207986 Jy ! Clean residual min=-0.002112 max=0.001710 Jy/beam ! Clean residual mean=-0.000008 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.250602 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 43 components and 0.250602 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=8.266 mas, bmaj=10.53 mas, bpa=57 degrees ! Estimated noise=624.525 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00136996 Jy ! Component: 100 - total flux cleaned = 0.00201994 Jy ! Component: 150 - total flux cleaned = 0.00235197 Jy ! Component: 200 - total flux cleaned = 0.00240437 Jy ! Total flux subtracted in 200 components = 0.00240437 Jy ! Clean residual min=-0.001946 max=0.001732 Jy/beam ! Clean residual mean=-0.000003 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.253007 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.93485e-05 Jy ! Component: 100 - total flux cleaned = 6.11603e-05 Jy ! Component: 150 - total flux cleaned = 7.50051e-05 Jy ! Component: 200 - total flux cleaned = 8.79871e-05 Jy ! Total flux subtracted in 200 components = 8.79871e-05 Jy ! Clean residual min=-0.001942 max=0.001722 Jy/beam ! Clean residual mean=-0.000003 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.253095 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 56 components and 0.253094 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.528 mas, bmaj=6.781 mas, bpa=51.26 degrees ! Estimated noise=531.902 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00035784 Jy ! Component: 100 - total flux cleaned = -0.000405476 Jy ! Component: 150 - total flux cleaned = -0.000405097 Jy ! Component: 200 - total flux cleaned = -0.000405169 Jy ! Total flux subtracted in 200 components = -0.000405169 Jy ! Clean residual min=-0.001992 max=0.001745 Jy/beam ! Clean residual mean=-0.000002 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.252689 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 60 components and 0.252689 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076560Jy sigma=0.000777 ! Fit after self-cal, rms=0.076560Jy sigma=0.000777 wmodel J0702+8549_S_2014_08_05_pus_map.mod ! Writing 60 model components to file: J0702+8549_S_2014_08_05_pus_map.mod wobs J0702+8549_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J0702+8549_S_2014_08_05_pus_uvs.fits wwins J0702+8549_S_2014_08_05_pus_map.win ! wwins: Wrote 1 windows to J0702+8549_S_2014_08_05_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.000394819 Jy ! Component: 100 - total flux cleaned = -0.000514012 Jy ! Component: 150 - total flux cleaned = -0.000651136 Jy ! Component: 200 - total flux cleaned = -0.000727821 Jy ! Component: 250 - total flux cleaned = -0.000703278 Jy ! Component: 300 - total flux cleaned = -0.000749908 Jy ! Component: 350 - total flux cleaned = -0.000728134 Jy ! Component: 400 - total flux cleaned = -0.000750316 Jy ! Component: 450 - total flux cleaned = -0.000728873 Jy ! Component: 500 - total flux cleaned = -0.00078996 Jy ! Component: 550 - total flux cleaned = -0.000749984 Jy ! Component: 600 - total flux cleaned = -0.000750042 Jy ! Component: 650 - total flux cleaned = -0.000750085 Jy ! Component: 700 - total flux cleaned = -0.000768635 Jy ! Component: 750 - total flux cleaned = -0.000750244 Jy ! Component: 800 - total flux cleaned = -0.000732233 Jy ! Component: 850 - total flux cleaned = -0.000732406 Jy ! Component: 900 - total flux cleaned = -0.000732372 Jy ! Component: 950 - total flux cleaned = -0.000681494 Jy ! Component: 1000 - total flux cleaned = -0.00066456 Jy ! Component: 1050 - total flux cleaned = -0.000615802 Jy ! Component: 1100 - total flux cleaned = -0.000551908 Jy ! Component: 1150 - total flux cleaned = -0.000536285 Jy ! Component: 1200 - total flux cleaned = -0.000458279 Jy ! Component: 1250 - total flux cleaned = -0.000396616 Jy ! Component: 1300 - total flux cleaned = -0.000335964 Jy ! Component: 1350 - total flux cleaned = -0.000306061 Jy ! Component: 1400 - total flux cleaned = -0.000217879 Jy ! Component: 1450 - total flux cleaned = -0.000203423 Jy ! Component: 1500 - total flux cleaned = -0.000117693 Jy ! Component: 1550 - total flux cleaned = -6.16258e-05 Jy ! Component: 1600 - total flux cleaned = -3.39405e-05 Jy ! Component: 1650 - total flux cleaned = 3.46106e-05 Jy ! Component: 1700 - total flux cleaned = 7.4986e-05 Jy ! Component: 1750 - total flux cleaned = 8.83763e-05 Jy ! Component: 1800 - total flux cleaned = 0.00018082 Jy ! Component: 1850 - total flux cleaned = 0.00019401 Jy ! Component: 1900 - total flux cleaned = 0.000258526 Jy ! Component: 1950 - total flux cleaned = 0.000322602 Jy ! Component: 2000 - total flux cleaned = 0.000385957 Jy ! Component: 2050 - total flux cleaned = 0.000410873 Jy ! Component: 2100 - total flux cleaned = 0.000497464 Jy ! Component: 2150 - total flux cleaned = 0.000485272 Jy ! Component: 2200 - total flux cleaned = 0.000582558 Jy ! Component: 2250 - total flux cleaned = 0.000618616 Jy ! Component: 2300 - total flux cleaned = 0.00067819 Jy ! Component: 2350 - total flux cleaned = 0.000760495 Jy ! Component: 2400 - total flux cleaned = 0.00076047 Jy ! Component: 2450 - total flux cleaned = 0.000795218 Jy ! Component: 2500 - total flux cleaned = 0.000897795 Jy ! Component: 2550 - total flux cleaned = 0.000863944 Jy ! Component: 2600 - total flux cleaned = 0.00095352 Jy ! Component: 2650 - total flux cleaned = 0.000997751 Jy ! Component: 2700 - total flux cleaned = 0.00101952 Jy ! Component: 2750 - total flux cleaned = 0.0010521 Jy ! Component: 2800 - total flux cleaned = 0.00106279 Jy ! Component: 2850 - total flux cleaned = 0.00104155 Jy ! Component: 2900 - total flux cleaned = 0.00111574 Jy ! Component: 2950 - total flux cleaned = 0.00115773 Jy ! Component: 3000 - total flux cleaned = 0.00118882 Jy ! Component: 3050 - total flux cleaned = 0.0011992 Jy ! Component: 3100 - total flux cleaned = 0.00125037 Jy ! Component: 3150 - total flux cleaned = 0.00130103 Jy ! Component: 3200 - total flux cleaned = 0.00133113 Jy ! Component: 3250 - total flux cleaned = 0.00135119 Jy ! Component: 3300 - total flux cleaned = 0.00137115 Jy ! Component: 3350 - total flux cleaned = 0.00140064 Jy ! Component: 3400 - total flux cleaned = 0.00145896 Jy ! Component: 3450 - total flux cleaned = 0.00146854 Jy ! Component: 3500 - total flux cleaned = 0.00149734 Jy ! Component: 3550 - total flux cleaned = 0.00150686 Jy ! Component: 3600 - total flux cleaned = 0.00151634 Jy ! Component: 3650 - total flux cleaned = 0.00155374 Jy ! Component: 3700 - total flux cleaned = 0.00154436 Jy ! Component: 3750 - total flux cleaned = 0.00155361 Jy ! Component: 3800 - total flux cleaned = 0.00156271 Jy ! Component: 3850 - total flux cleaned = 0.00154454 Jy ! Component: 3900 - total flux cleaned = 0.00158065 Jy ! Component: 3950 - total flux cleaned = 0.0015537 Jy ! Component: 4000 - total flux cleaned = 0.00159839 Jy ! Component: 4050 - total flux cleaned = 0.00158945 Jy ! Total flux subtracted in 4096 components = 0.00158063 Jy ! Clean residual min=-0.000536 max=0.000588 Jy/beam ! Clean residual mean=-0.000003 rms=0.000160 Jy/beam ! Combined flux in latest and established models = 0.25427 Jy keep ! Adding 260 model components to the UV plane model. ! The established model now contains 320 components and 0.25427 Jy ![Exited script file: muppet] wmap "J0702+8549_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.528 x 6.781 at 51.26 degrees (North through East) ! Clean map min=-0.0015293 max=0.20198 Jy/beam ! Writing clean map to FITS file: J0702+8549_S_2014_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.201976 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000160137 device "J0702+8549_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J0702+8549_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.237856 0.237856 0.475711 0.951422 1.90284 3.80569 7.61138 15.2228 30.4455 60.891 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.201 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.528 x 6.781 at 51.26 degrees (North through East) ! Clean map min=-0.0015293 max=0.20198 Jy/beam quit ! Quitting program ! Log file J0702+8549_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:18:15 2016