! Started logfile: J1828+0820_S_2015_01_22_pus_uvs.log on Tue Jan 3 23:02:47 2017 obs J1828+0820_S_2015_01_22_pus_uva.fits ! Reading UV FITS file: J1828+0820_S_2015_01_22_pus_uva.fits ! AN table 1: 62 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.8 visibilities/baseline/integration-bin. ! Found source: J1828+0820 ! ! 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 281 lines of history. ! ! Reading 8928 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 J1828+0820_S_2015_01_22_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 62 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 62 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 62 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 62 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.002381Jy sigma=0.011508 ! Fit after self-cal, rms=0.968369Jy sigma=0.011132 ! 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.612 mas, bmaj=6.429 mas, bpa=3.064 degrees ! Estimated noise=849.137 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.0263305 Jy ! Component: 100 - total flux cleaned = 0.0321212 Jy ! Total flux subtracted in 100 components = 0.0321212 Jy ! Clean residual min=-0.002568 max=0.003034 Jy/beam ! Clean residual mean=0.000000 rms=0.000726 Jy/beam ! Combined flux in latest and established models = 0.0321212 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0321212 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070203Jy sigma=0.000754 ! Fit after self-cal, rms=0.068636Jy sigma=0.000735 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00454836 Jy ! Component: 100 - total flux cleaned = 0.00584383 Jy ! Total flux subtracted in 100 components = 0.00584383 Jy ! Clean residual min=-0.002932 max=0.003310 Jy/beam ! Clean residual mean=0.000000 rms=0.000704 Jy/beam ! Combined flux in latest and established models = 0.037965 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 13 components and 0.037965 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068395Jy sigma=0.000733 ! Fit after self-cal, rms=0.068384Jy sigma=0.000733 ! 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.13 mas, bmaj=7.228 mas, bpa=2.745 degrees ! Estimated noise=660.525 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.000298133 Jy ! Component: 100 - total flux cleaned = 0.000297346 Jy ! Component: 150 - total flux cleaned = 0.000314991 Jy ! Component: 200 - total flux cleaned = 0.00034253 Jy ! Total flux subtracted in 200 components = 0.00034253 Jy ! Clean residual min=-0.002175 max=0.002479 Jy/beam ! Clean residual mean=0.000000 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.0383075 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 21 components and 0.0383075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068371Jy sigma=0.000733 ! Fit after self-cal, rms=0.068340Jy sigma=0.000733 ! 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.99 FD 1.00* HN 1.01 KP 1.14 ! LA 0.90 MK 0.96 NL 1.04 OV 1.08 ! PT 1.12 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.00* HN 1.00 KP 1.01 ! LA 0.99 MK 1.00 NL 1.04 OV 1.13 ! PT 1.09 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.00* HN 1.05 KP 0.92 ! LA 0.79 MK 1.04 NL 1.14 OV 1.00 ! PT 1.09 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.00* HN 0.81 KP 0.96 ! LA 0.85 MK 0.99 NL 0.79 OV 0.94 ! PT 1.16 SC 0.97 ! ! ! Fit before self-cal, rms=0.068340Jy sigma=0.000733 ! Fit after self-cal, rms=0.065540Jy sigma=0.000730 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.118 mas, bmaj=7.197 mas, bpa=2.558 degrees ! Estimated noise=659.183 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.000618282 Jy ! Component: 100 - total flux cleaned = 0.000668269 Jy ! Component: 150 - total flux cleaned = 0.000696143 Jy ! Component: 200 - total flux cleaned = 0.000720344 Jy ! Total flux subtracted in 200 components = 0.000720344 Jy ! Clean residual min=-0.001974 max=0.001813 Jy/beam ! Clean residual mean=-0.000000 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.0390279 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 26 components and 0.0390279 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065530Jy sigma=0.000730 ! Fit after self-cal, rms=0.065490Jy sigma=0.000729 ! 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.065490Jy sigma=0.000729 ! Fit after self-cal, rms=0.065405Jy sigma=0.000729 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.111 mas, bmaj=7.177 mas, bpa=2.584 degrees ! Estimated noise=658.052 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000590178 Jy ! Component: 100 - total flux cleaned = 0.000590854 Jy ! Component: 150 - total flux cleaned = 0.000577695 Jy ! Component: 200 - total flux cleaned = 0.000600773 Jy ! Total flux subtracted in 200 components = 0.000600773 Jy ! Clean residual min=-0.002013 max=0.001688 Jy/beam ! Clean residual mean=-0.000001 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.0396286 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 30 components and 0.0396286 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065397Jy sigma=0.000729 ! Fit after self-cal, rms=0.065396Jy sigma=0.000729 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.58951e-05 Jy ! Component: 100 - total flux cleaned = 3.77093e-05 Jy ! Component: 150 - total flux cleaned = 4.89217e-05 Jy ! Component: 200 - total flux cleaned = 7.06435e-05 Jy ! Total flux subtracted in 200 components = 7.06435e-05 Jy ! Clean residual min=-0.002069 max=0.001697 Jy/beam ! Clean residual mean=-0.000000 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.0396993 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 35 components and 0.0396993 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065389Jy sigma=0.000729 ! Fit after self-cal, rms=0.065376Jy sigma=0.000729 ! 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.065376Jy sigma=0.000729 ! Fit after self-cal, rms=0.065288Jy sigma=0.000729 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.1 mas, bmaj=7.146 mas, bpa=2.697 degrees ! Estimated noise=656.918 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00034311 Jy ! Component: 100 - total flux cleaned = 0.000355918 Jy ! Component: 150 - total flux cleaned = 0.000378125 Jy ! Component: 200 - total flux cleaned = 0.000399303 Jy ! Total flux subtracted in 200 components = 0.000399303 Jy ! Clean residual min=-0.002022 max=0.001690 Jy/beam ! Clean residual mean=-0.000001 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.0400986 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 39 components and 0.0400986 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065283Jy sigma=0.000729 ! Fit after self-cal, rms=0.065286Jy sigma=0.000729 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 = 3.43241e-05 Jy ! Component: 100 - total flux cleaned = -2.31314e-05 Jy ! Component: 150 - total flux cleaned = -2.25052e-06 Jy ! Component: 200 - total flux cleaned = 7.60085e-06 Jy ! Total flux subtracted in 200 components = 7.60085e-06 Jy ! Clean residual min=-0.002012 max=0.001700 Jy/beam ! Clean residual mean=-0.000000 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.0401062 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 40 components and 0.0401062 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065282Jy sigma=0.000729 ! Fit after self-cal, rms=0.065280Jy sigma=0.000729 ! 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.065280Jy sigma=0.000729 ! Fit after self-cal, rms=0.065248Jy sigma=0.000729 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.499 mas, bmaj=10.78 mas, bpa=-7.801 degrees ! Estimated noise=888.133 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00014793 Jy ! Component: 100 - total flux cleaned = 0.000195279 Jy ! Component: 150 - total flux cleaned = 0.000222326 Jy ! Component: 200 - total flux cleaned = 0.000237285 Jy ! Total flux subtracted in 200 components = 0.000237285 Jy ! Clean residual min=-0.002052 max=0.001781 Jy/beam ! Clean residual mean=-0.000001 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.0403435 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 47 components and 0.0403435 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065247Jy sigma=0.000728 ! Fit after self-cal, rms=0.065249Jy sigma=0.000728 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000134591 Jy ! Component: 100 - total flux cleaned = -0.000116981 Jy ! Component: 150 - total flux cleaned = -0.000110052 Jy ! Component: 200 - total flux cleaned = -0.000103256 Jy ! Total flux subtracted in 200 components = -0.000103256 Jy ! Clean residual min=-0.002050 max=0.001785 Jy/beam ! Clean residual mean=-0.000001 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.0402402 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 47 components and 0.0402402 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065249Jy sigma=0.000728 ! Fit after self-cal, rms=0.065248Jy sigma=0.000728 ! 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.092 mas, bmaj=7.124 mas, bpa=2.806 degrees ! Estimated noise=656.413 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.092 x 7.124 at 2.806 degrees (North through East) ! Clean map min=-0.0019111 max=0.036782 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.585 mas, bmaj=6.357 mas, bpa=3.027 degrees ! Estimated noise=822.127 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0285015 Jy ! Component: 100 - total flux cleaned = 0.0354938 Jy ! Component: 150 - total flux cleaned = 0.0387077 Jy ! Component: 200 - total flux cleaned = 0.0392844 Jy ! Total flux subtracted in 200 components = 0.0392844 Jy ! Clean residual min=-0.002730 max=0.002290 Jy/beam ! Clean residual mean=-0.000000 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.0392844 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0392844 Jy ! Inverting map and beam ! Estimated beam: bmin=3.092 mas, bmaj=7.124 mas, bpa=2.806 degrees ! Estimated noise=656.413 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.000617859 Jy ! Component: 100 - total flux cleaned = 0.000673816 Jy ! Component: 150 - total flux cleaned = 0.000672581 Jy ! Component: 200 - total flux cleaned = 0.000673219 Jy ! Total flux subtracted in 200 components = 0.000673219 Jy ! Clean residual min=-0.002022 max=0.001685 Jy/beam ! Clean residual mean=-0.000000 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.0399576 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 23 components and 0.0399576 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.499 mas, bmaj=10.78 mas, bpa=-7.801 degrees ! Estimated noise=888.133 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000174984 Jy ! Component: 100 - total flux cleaned = 0.000200401 Jy ! Component: 150 - total flux cleaned = 0.000200109 Jy ! Component: 200 - total flux cleaned = 0.000190879 Jy ! Total flux subtracted in 200 components = 0.000190879 Jy ! Clean residual min=-0.002063 max=0.001832 Jy/beam ! Clean residual mean=-0.000001 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.0401485 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.28811e-07 Jy ! Component: 100 - total flux cleaned = 1.59097e-05 Jy ! Component: 150 - total flux cleaned = 1.57383e-05 Jy ! Component: 200 - total flux cleaned = 2.26067e-05 Jy ! Total flux subtracted in 200 components = 2.26067e-05 Jy ! Clean residual min=-0.002045 max=0.001808 Jy/beam ! Clean residual mean=-0.000001 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.0401711 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 29 components and 0.0401711 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.092 mas, bmaj=7.124 mas, bpa=2.806 degrees ! Estimated noise=656.413 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000261179 Jy ! Component: 100 - total flux cleaned = -0.000216704 Jy ! Component: 150 - total flux cleaned = -0.000177289 Jy ! Component: 200 - total flux cleaned = -0.000152603 Jy ! Total flux subtracted in 200 components = -0.000152603 Jy ! Clean residual min=-0.002004 max=0.001681 Jy/beam ! Clean residual mean=-0.000000 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.0400185 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 33 components and 0.0400185 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065251Jy sigma=0.000728 ! Fit after self-cal, rms=0.065248Jy sigma=0.000728 wmodel J1828+0820_S_2015_01_22_pus_map.mod ! Writing 33 model components to file: J1828+0820_S_2015_01_22_pus_map.mod wobs J1828+0820_S_2015_01_22_pus_uvs.fits ! Writing UV FITS file: J1828+0820_S_2015_01_22_pus_uvs.fits wwins J1828+0820_S_2015_01_22_pus_map.win ! wwins: Wrote 1 windows to J1828+0820_S_2015_01_22_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.000856945 Jy ! Component: 100 - total flux cleaned = -0.00117039 Jy ! Component: 150 - total flux cleaned = -0.00134882 Jy ! Component: 200 - total flux cleaned = -0.00143185 Jy ! Component: 250 - total flux cleaned = -0.00148392 Jy ! Component: 300 - total flux cleaned = -0.00148415 Jy ! Component: 350 - total flux cleaned = -0.00155656 Jy ! Component: 400 - total flux cleaned = -0.00155678 Jy ! Component: 450 - total flux cleaned = -0.00162446 Jy ! Component: 500 - total flux cleaned = -0.00168899 Jy ! Component: 550 - total flux cleaned = -0.00173104 Jy ! Component: 600 - total flux cleaned = -0.00181324 Jy ! Component: 650 - total flux cleaned = -0.00189287 Jy ! Component: 700 - total flux cleaned = -0.00195112 Jy ! Component: 750 - total flux cleaned = -0.00202617 Jy ! Component: 800 - total flux cleaned = -0.00208047 Jy ! Component: 850 - total flux cleaned = -0.00209824 Jy ! Component: 900 - total flux cleaned = -0.00225487 Jy ! Component: 950 - total flux cleaned = -0.00239048 Jy ! Component: 1000 - total flux cleaned = -0.00247321 Jy ! Component: 1050 - total flux cleaned = -0.00253796 Jy ! Component: 1100 - total flux cleaned = -0.00260124 Jy ! Component: 1150 - total flux cleaned = -0.00269373 Jy ! Component: 1200 - total flux cleaned = -0.00270893 Jy ! Component: 1250 - total flux cleaned = -0.00276831 Jy ! Component: 1300 - total flux cleaned = -0.00281193 Jy ! Component: 1350 - total flux cleaned = -0.00288273 Jy ! Component: 1400 - total flux cleaned = -0.00297947 Jy ! Component: 1450 - total flux cleaned = -0.00303354 Jy ! Component: 1500 - total flux cleaned = -0.00311319 Jy ! Component: 1550 - total flux cleaned = -0.00317857 Jy ! Component: 1600 - total flux cleaned = -0.00324228 Jy ! Component: 1650 - total flux cleaned = -0.00326727 Jy ! Component: 1700 - total flux cleaned = -0.00334101 Jy ! Component: 1750 - total flux cleaned = -0.00335324 Jy ! Component: 1800 - total flux cleaned = -0.00341312 Jy ! Component: 1850 - total flux cleaned = -0.00347177 Jy ! Component: 1900 - total flux cleaned = -0.0034834 Jy ! Component: 1950 - total flux cleaned = -0.00352884 Jy ! Component: 2000 - total flux cleaned = -0.00356244 Jy ! Component: 2050 - total flux cleaned = -0.00360642 Jy ! Component: 2100 - total flux cleaned = -0.00362819 Jy ! Component: 2150 - total flux cleaned = -0.00368139 Jy ! Component: 2200 - total flux cleaned = -0.00369165 Jy ! Component: 2250 - total flux cleaned = -0.0037019 Jy ! Component: 2300 - total flux cleaned = -0.00372226 Jy ! Component: 2350 - total flux cleaned = -0.00373234 Jy ! Component: 2400 - total flux cleaned = -0.00374226 Jy ! Component: 2450 - total flux cleaned = -0.00377163 Jy ! Component: 2500 - total flux cleaned = -0.00377161 Jy ! Component: 2550 - total flux cleaned = -0.00380037 Jy ! Component: 2600 - total flux cleaned = -0.00382885 Jy ! Component: 2650 - total flux cleaned = -0.00385692 Jy ! Component: 2700 - total flux cleaned = -0.00390306 Jy ! Component: 2750 - total flux cleaned = -0.00393035 Jy ! Component: 2800 - total flux cleaned = -0.0039845 Jy ! Component: 2850 - total flux cleaned = -0.00401122 Jy ! Component: 2900 - total flux cleaned = -0.00405537 Jy ! Component: 2950 - total flux cleaned = -0.00409032 Jy ! Component: 3000 - total flux cleaned = -0.00412481 Jy ! Component: 3050 - total flux cleaned = -0.00415887 Jy ! Component: 3100 - total flux cleaned = -0.0041673 Jy ! Component: 3150 - total flux cleaned = -0.00418406 Jy ! Component: 3200 - total flux cleaned = -0.00420894 Jy ! Component: 3250 - total flux cleaned = -0.00423355 Jy ! Component: 3300 - total flux cleaned = -0.00426587 Jy ! Component: 3350 - total flux cleaned = -0.00425782 Jy ! Component: 3400 - total flux cleaned = -0.00425776 Jy ! Component: 3450 - total flux cleaned = -0.00424991 Jy ! Component: 3500 - total flux cleaned = -0.00428114 Jy ! Component: 3550 - total flux cleaned = -0.00428111 Jy ! Component: 3600 - total flux cleaned = -0.00428113 Jy ! Component: 3650 - total flux cleaned = -0.00429629 Jy ! Component: 3700 - total flux cleaned = -0.00430383 Jy ! Component: 3750 - total flux cleaned = -0.00428891 Jy ! Component: 3800 - total flux cleaned = -0.00431116 Jy ! Component: 3850 - total flux cleaned = -0.0043038 Jy ! Component: 3900 - total flux cleaned = -0.00431113 Jy ! Component: 3950 - total flux cleaned = -0.00431112 Jy ! Component: 4000 - total flux cleaned = -0.00428947 Jy ! Component: 4050 - total flux cleaned = -0.00431103 Jy ! Total flux subtracted in 4096 components = -0.00431106 Jy ! Clean residual min=-0.000465 max=0.000459 Jy/beam ! Clean residual mean=-0.000000 rms=0.000123 Jy/beam ! Combined flux in latest and established models = 0.0357074 Jy keep ! Adding 249 model components to the UV plane model. ! The established model now contains 282 components and 0.0357074 Jy ![Exited script file: muppet] wmap "J1828+0820_S_2015_01_22_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.092 x 7.124 at 2.806 degrees (North through East) ! Clean map min=-0.0014845 max=0.036574 Jy/beam ! Writing clean map to FITS file: J1828+0820_S_2015_01_22_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0365741 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000116371 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.954538 0.954538 1.90908 3.81815 7.63631 15.2726 30.5452 61.0905 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.036 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.092 x 7.124 at 2.806 degrees (North through East) ! Clean map min=-0.0014845 max=0.036574 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 J1828+0820_S_2015_01_22_pus_uvs.log closed on Tue Jan 3 23:02:53 2017