! Started logfile: J2208+1808_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:35:56 2017 obs J2208+1808_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J2208+1808_S_2015_01_23_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.787978 visibilities/baseline/integration-bin. ! Found source: J2208+1808 ! ! 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 338 lines of history. ! ! Reading 17304 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 J2208+1808_S_2015_01_23_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 131 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 131 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 131 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 131 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.940922Jy sigma=0.011396 ! Fit after self-cal, rms=0.915559Jy sigma=0.011112 ! 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.678 mas, bmaj=5.778 mas, bpa=-4.199 degrees ! Estimated noise=613.53 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.0653651 Jy ! Component: 100 - total flux cleaned = 0.0803504 Jy ! Total flux subtracted in 100 components = 0.0803504 Jy ! Clean residual min=-0.003033 max=0.005470 Jy/beam ! Clean residual mean=0.000000 rms=0.000862 Jy/beam ! Combined flux in latest and established models = 0.0803504 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0803504 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071089Jy sigma=0.000792 ! Fit after self-cal, rms=0.071084Jy sigma=0.000792 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00582405 Jy ! Component: 100 - total flux cleaned = 0.00891515 Jy ! Total flux subtracted in 100 components = 0.00891515 Jy ! Clean residual min=-0.002558 max=0.003394 Jy/beam ! Clean residual mean=0.000003 rms=0.000715 Jy/beam ! Combined flux in latest and established models = 0.0892656 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 17 components and 0.0892656 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070499Jy sigma=0.000787 ! Fit after self-cal, rms=0.070502Jy sigma=0.000787 ! 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.281 mas, bmaj=6.75 mas, bpa=-3.764 degrees ! Estimated noise=452.833 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.00177328 Jy ! Component: 100 - total flux cleaned = 0.00268311 Jy ! Component: 150 - total flux cleaned = 0.00320948 Jy ! Component: 200 - total flux cleaned = 0.00351966 Jy ! Total flux subtracted in 200 components = 0.00351966 Jy ! Clean residual min=-0.002191 max=0.003149 Jy/beam ! Clean residual mean=0.000003 rms=0.000703 Jy/beam ! Combined flux in latest and established models = 0.0927852 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 35 components and 0.0927852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070417Jy sigma=0.000787 ! Fit after self-cal, rms=0.070421Jy sigma=0.000787 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.00* HN 0.98 KP 1.07 ! LA 1.04 MK 0.99 NL 1.05 OV 1.00 ! PT 0.99 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.00* HN 1.02 KP 1.03 ! LA 1.03 MK 1.00 NL 1.16 OV 1.01 ! PT 0.98 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.00* HN 1.02 KP 0.91 ! LA 0.83 MK 1.00 NL 1.40 OV 0.94 ! PT 0.97 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.00* HN 0.95 KP 0.83 ! LA 0.84 MK 1.01 NL 1.00 OV 1.01 ! PT 1.00 SC 0.99 ! ! ! Fit before self-cal, rms=0.070421Jy sigma=0.000787 ! Fit after self-cal, rms=0.068560Jy sigma=0.000776 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.287 mas, bmaj=6.772 mas, bpa=-3.691 degrees ! Estimated noise=454.038 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 = 8.23227e-05 Jy ! Component: 100 - total flux cleaned = 0.000111416 Jy ! Component: 150 - total flux cleaned = 9.54916e-05 Jy ! Component: 200 - total flux cleaned = 8.67691e-05 Jy ! Total flux subtracted in 200 components = 8.67691e-05 Jy ! Clean residual min=-0.001666 max=0.001829 Jy/beam ! Clean residual mean=-0.000000 rms=0.000482 Jy/beam ! Combined flux in latest and established models = 0.092872 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 44 components and 0.092872 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068558Jy sigma=0.000776 ! Fit after self-cal, rms=0.068545Jy sigma=0.000776 ! 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.068545Jy sigma=0.000776 ! Fit after self-cal, rms=0.068109Jy sigma=0.000773 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.29 mas, bmaj=6.761 mas, bpa=-3.701 degrees ! Estimated noise=453.764 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000164831 Jy ! Component: 100 - total flux cleaned = -0.000198009 Jy ! Component: 150 - total flux cleaned = -0.000226256 Jy ! Component: 200 - total flux cleaned = -0.000244272 Jy ! Total flux subtracted in 200 components = -0.000244272 Jy ! Clean residual min=-0.001268 max=0.001301 Jy/beam ! Clean residual mean=-0.000000 rms=0.000324 Jy/beam ! Combined flux in latest and established models = 0.0926277 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 49 components and 0.0926277 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068107Jy sigma=0.000773 ! Fit after self-cal, rms=0.068117Jy 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 = -2.74012e-05 Jy ! Component: 100 - total flux cleaned = -3.39368e-05 Jy ! Component: 150 - total flux cleaned = -2.89563e-05 Jy ! Component: 200 - total flux cleaned = -4.27221e-05 Jy ! Total flux subtracted in 200 components = -4.27221e-05 Jy ! Clean residual min=-0.001257 max=0.001309 Jy/beam ! Clean residual mean=-0.000001 rms=0.000323 Jy/beam ! Combined flux in latest and established models = 0.092585 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 52 components and 0.092585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068116Jy sigma=0.000772 ! Fit after self-cal, rms=0.068115Jy 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.068115Jy sigma=0.000772 ! Fit after self-cal, rms=0.068142Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.291 mas, bmaj=6.762 mas, bpa=-3.715 degrees ! Estimated noise=453.651 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000138691 Jy ! Component: 100 - total flux cleaned = -0.000168018 Jy ! Component: 150 - total flux cleaned = -0.000183258 Jy ! Component: 200 - total flux cleaned = -0.00019724 Jy ! Total flux subtracted in 200 components = -0.00019724 Jy ! Clean residual min=-0.001242 max=0.001307 Jy/beam ! Clean residual mean=-0.000000 rms=0.000322 Jy/beam ! Combined flux in latest and established models = 0.0923878 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 53 components and 0.0923878 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068141Jy sigma=0.000772 ! Fit after self-cal, rms=0.068141Jy 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 = -2.54372e-05 Jy ! Component: 100 - total flux cleaned = -2.51597e-05 Jy ! Component: 150 - total flux cleaned = -2.52639e-05 Jy ! Component: 200 - total flux cleaned = -3.26167e-05 Jy ! Total flux subtracted in 200 components = -3.26167e-05 Jy ! Clean residual min=-0.001236 max=0.001308 Jy/beam ! Clean residual mean=-0.000000 rms=0.000322 Jy/beam ! Combined flux in latest and established models = 0.0923552 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 55 components and 0.0923552 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068141Jy sigma=0.000772 ! Fit after self-cal, rms=0.068141Jy 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.068141Jy sigma=0.000772 ! Fit after self-cal, rms=0.068141Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.902 mas, bmaj=10.32 mas, bpa=-6.392 degrees ! Estimated noise=567.085 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000228478 Jy ! Component: 100 - total flux cleaned = -0.000268907 Jy ! Component: 150 - total flux cleaned = -0.000298414 Jy ! Component: 200 - total flux cleaned = -0.000316282 Jy ! Total flux subtracted in 200 components = -0.000316282 Jy ! Clean residual min=-0.001710 max=0.001570 Jy/beam ! Clean residual mean=-0.000001 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.0920389 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 58 components and 0.0920389 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068141Jy sigma=0.000772 ! Fit after self-cal, rms=0.068141Jy 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 = -1.89609e-05 Jy ! Component: 100 - total flux cleaned = -4.12853e-05 Jy ! Component: 150 - total flux cleaned = -5.3849e-05 Jy ! Component: 200 - total flux cleaned = -6.05118e-05 Jy ! Total flux subtracted in 200 components = -6.05118e-05 Jy ! Clean residual min=-0.001713 max=0.001554 Jy/beam ! Clean residual mean=-0.000002 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.0919784 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 62 components and 0.0919784 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068141Jy sigma=0.000772 ! Fit after self-cal, rms=0.068141Jy 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.292 mas, bmaj=6.762 mas, bpa=-3.714 degrees ! Estimated noise=453.495 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.292 x 6.762 at -3.714 degrees (North through East) ! Clean map min=-0.0012212 max=0.085788 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.695 mas, bmaj=5.786 mas, bpa=-3.889 degrees ! Estimated noise=612.637 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0651404 Jy ! Component: 100 - total flux cleaned = 0.0799784 Jy ! Component: 150 - total flux cleaned = 0.0855871 Jy ! Component: 200 - total flux cleaned = 0.0885787 Jy ! Total flux subtracted in 200 components = 0.0885787 Jy ! Clean residual min=-0.001817 max=0.001763 Jy/beam ! Clean residual mean=0.000000 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.0885787 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.0885787 Jy ! Inverting map and beam ! Estimated beam: bmin=3.292 mas, bmaj=6.762 mas, bpa=-3.714 degrees ! Estimated noise=453.495 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.00212913 Jy ! Component: 100 - total flux cleaned = 0.00316929 Jy ! Component: 150 - total flux cleaned = 0.00367837 Jy ! Component: 200 - total flux cleaned = 0.00369338 Jy ! Total flux subtracted in 200 components = 0.00369338 Jy ! Clean residual min=-0.001325 max=0.001265 Jy/beam ! Clean residual mean=-0.000000 rms=0.000327 Jy/beam ! Combined flux in latest and established models = 0.0922721 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 36 components and 0.0922721 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=6.902 mas, bmaj=10.32 mas, bpa=-6.392 degrees ! Estimated noise=567.085 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.1668e-05 Jy ! Component: 100 - total flux cleaned = -2.80414e-05 Jy ! Component: 150 - total flux cleaned = -6.59793e-05 Jy ! Component: 200 - total flux cleaned = -0.00010528 Jy ! Total flux subtracted in 200 components = -0.00010528 Jy ! Clean residual min=-0.001715 max=0.001580 Jy/beam ! Clean residual mean=-0.000001 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.0921668 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.72772e-05 Jy ! Component: 100 - total flux cleaned = -5.12756e-05 Jy ! Component: 150 - total flux cleaned = -7.76032e-05 Jy ! Component: 200 - total flux cleaned = -9.17801e-05 Jy ! Total flux subtracted in 200 components = -9.17801e-05 Jy ! Clean residual min=-0.001722 max=0.001564 Jy/beam ! Clean residual mean=-0.000001 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.092075 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 45 components and 0.092075 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.292 mas, bmaj=6.762 mas, bpa=-3.714 degrees ! Estimated noise=453.495 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.95907e-06 Jy ! Component: 100 - total flux cleaned = -8.51704e-06 Jy ! Component: 150 - total flux cleaned = 1.08907e-05 Jy ! Component: 200 - total flux cleaned = 1.85387e-05 Jy ! Total flux subtracted in 200 components = 1.85387e-05 Jy ! Clean residual min=-0.001287 max=0.001290 Jy/beam ! Clean residual mean=-0.000000 rms=0.000322 Jy/beam ! Combined flux in latest and established models = 0.0920935 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 53 components and 0.0920935 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068143Jy sigma=0.000772 ! Fit after self-cal, rms=0.068141Jy sigma=0.000772 wmodel J2208+1808_S_2015_01_23_pus_map.mod ! Writing 53 model components to file: J2208+1808_S_2015_01_23_pus_map.mod wobs J2208+1808_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J2208+1808_S_2015_01_23_pus_uvs.fits wwins J2208+1808_S_2015_01_23_pus_map.win ! wwins: Wrote 1 windows to J2208+1808_S_2015_01_23_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.000141086 Jy ! Component: 100 - total flux cleaned = -0.000272946 Jy ! Component: 150 - total flux cleaned = -0.000418016 Jy ! Component: 200 - total flux cleaned = -0.000597131 Jy ! Component: 250 - total flux cleaned = -0.000769017 Jy ! Component: 300 - total flux cleaned = -0.000842966 Jy ! Component: 350 - total flux cleaned = -0.00087858 Jy ! Component: 400 - total flux cleaned = -0.000895888 Jy ! Component: 450 - total flux cleaned = -0.000913441 Jy ! Component: 500 - total flux cleaned = -0.000980215 Jy ! Component: 550 - total flux cleaned = -0.000963772 Jy ! Component: 600 - total flux cleaned = -0.000995758 Jy ! Component: 650 - total flux cleaned = -0.00102721 Jy ! Component: 700 - total flux cleaned = -0.00101166 Jy ! Component: 750 - total flux cleaned = -0.00105689 Jy ! Component: 800 - total flux cleaned = -0.0010716 Jy ! Component: 850 - total flux cleaned = -0.00108612 Jy ! Component: 900 - total flux cleaned = -0.00112926 Jy ! Component: 950 - total flux cleaned = -0.00115763 Jy ! Component: 1000 - total flux cleaned = -0.00122702 Jy ! Component: 1050 - total flux cleaned = -0.00128187 Jy ! Component: 1100 - total flux cleaned = -0.00130898 Jy ! Component: 1150 - total flux cleaned = -0.00136239 Jy ! Component: 1200 - total flux cleaned = -0.00140174 Jy ! Component: 1250 - total flux cleaned = -0.00145349 Jy ! Component: 1300 - total flux cleaned = -0.00149185 Jy ! Component: 1350 - total flux cleaned = -0.00155495 Jy ! Component: 1400 - total flux cleaned = -0.00160453 Jy ! Component: 1450 - total flux cleaned = -0.00162918 Jy ! Component: 1500 - total flux cleaned = -0.00162942 Jy ! Component: 1550 - total flux cleaned = -0.00166545 Jy ! Component: 1600 - total flux cleaned = -0.00166557 Jy ! Component: 1650 - total flux cleaned = -0.00171255 Jy ! Component: 1700 - total flux cleaned = -0.00174738 Jy ! Component: 1750 - total flux cleaned = -0.00177047 Jy ! Component: 1800 - total flux cleaned = -0.0017592 Jy ! Component: 1850 - total flux cleaned = -0.00180407 Jy ! Component: 1900 - total flux cleaned = -0.00181504 Jy ! Component: 1950 - total flux cleaned = -0.00186974 Jy ! Component: 2000 - total flux cleaned = -0.00183695 Jy ! Component: 2050 - total flux cleaned = -0.00182627 Jy ! Component: 2100 - total flux cleaned = -0.0018475 Jy ! Component: 2150 - total flux cleaned = -0.00181575 Jy ! Component: 2200 - total flux cleaned = -0.00179479 Jy ! Component: 2250 - total flux cleaned = -0.00179489 Jy ! Component: 2300 - total flux cleaned = -0.00177441 Jy ! Component: 2350 - total flux cleaned = -0.00177458 Jy ! Component: 2400 - total flux cleaned = -0.00176465 Jy ! Component: 2450 - total flux cleaned = -0.00178461 Jy ! Component: 2500 - total flux cleaned = -0.0017352 Jy ! Component: 2550 - total flux cleaned = -0.001745 Jy ! Component: 2600 - total flux cleaned = -0.00171589 Jy ! Component: 2650 - total flux cleaned = -0.00171595 Jy ! Component: 2700 - total flux cleaned = -0.00170648 Jy ! Component: 2750 - total flux cleaned = -0.0016875 Jy ! Component: 2800 - total flux cleaned = -0.00165936 Jy ! Component: 2850 - total flux cleaned = -0.00165005 Jy ! Component: 2900 - total flux cleaned = -0.00161312 Jy ! Component: 2950 - total flux cleaned = -0.00161302 Jy ! Component: 3000 - total flux cleaned = -0.00155861 Jy ! Component: 3050 - total flux cleaned = -0.00155866 Jy ! Component: 3100 - total flux cleaned = -0.00154977 Jy ! Component: 3150 - total flux cleaned = -0.00150556 Jy ! Component: 3200 - total flux cleaned = -0.0015055 Jy ! Component: 3250 - total flux cleaned = -0.00147067 Jy ! Component: 3300 - total flux cleaned = -0.00143598 Jy ! Component: 3350 - total flux cleaned = -0.00143599 Jy ! Component: 3400 - total flux cleaned = -0.00141037 Jy ! Component: 3450 - total flux cleaned = -0.00140192 Jy ! Component: 3500 - total flux cleaned = -0.00134314 Jy ! Component: 3550 - total flux cleaned = -0.00133488 Jy ! Component: 3600 - total flux cleaned = -0.00131844 Jy ! Component: 3650 - total flux cleaned = -0.00128557 Jy ! Component: 3700 - total flux cleaned = -0.00123661 Jy ! Component: 3750 - total flux cleaned = -0.00123659 Jy ! Component: 3800 - total flux cleaned = -0.00118015 Jy ! Component: 3850 - total flux cleaned = -0.00114014 Jy ! Component: 3900 - total flux cleaned = -0.00110825 Jy ! Component: 3950 - total flux cleaned = -0.00104512 Jy ! Component: 4000 - total flux cleaned = -0.00101373 Jy ! Component: 4050 - total flux cleaned = -0.0009669 Jy ! Total flux subtracted in 4096 components = -0.00092043 Jy ! Clean residual min=-0.000533 max=0.000542 Jy/beam ! Clean residual mean=0.000000 rms=0.000141 Jy/beam ! Combined flux in latest and established models = 0.0911731 Jy keep ! Adding 322 model components to the UV plane model. ! The established model now contains 375 components and 0.0911731 Jy ![Exited script file: muppet] wmap "J2208+1808_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.292 x 6.762 at -3.714 degrees (North through East) ! Clean map min=-0.00099277 max=0.085718 Jy/beam ! Writing clean map to FITS file: J2208+1808_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0857184 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000138145 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.483486 0.483486 0.966971 1.93394 3.86789 7.73577 15.4715 30.9431 61.8862 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.085 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.292 x 6.762 at -3.714 degrees (North through East) ! Clean map min=-0.00099277 max=0.085718 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 J2208+1808_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:36:01 2017