! Started logfile: J2352+3030_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:39:13 2017 obs J2352+3030_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J2352+3030_S_2015_01_23_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.977596 visibilities/baseline/integration-bin. ! Found source: J2352+3030 ! ! 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 21468 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 J2352+3030_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 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.445979Jy sigma=0.011608 ! Fit after self-cal, rms=1.356139Jy sigma=0.011258 ! 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.66 mas, bmaj=5.601 mas, bpa=-3.462 degrees ! Estimated noise=713.3 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.0286887 Jy ! Component: 100 - total flux cleaned = 0.0353418 Jy ! Total flux subtracted in 100 components = 0.0353418 Jy ! Clean residual min=-0.003701 max=0.002809 Jy/beam ! Clean residual mean=0.000006 rms=0.000749 Jy/beam ! Combined flux in latest and established models = 0.0353418 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0353418 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.048456Jy sigma=0.000788 ! Fit after self-cal, rms=1.048460Jy sigma=0.000773 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00427446 Jy ! Component: 100 - total flux cleaned = 0.00590482 Jy ! Total flux subtracted in 100 components = 0.00590482 Jy ! Clean residual min=-0.003807 max=0.002479 Jy/beam ! Clean residual mean=0.000006 rms=0.000743 Jy/beam ! Combined flux in latest and established models = 0.0412466 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 17 components and 0.0412466 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.047968Jy sigma=0.000773 ! Fit after self-cal, rms=1.047961Jy sigma=0.000773 ! 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.202 mas, bmaj=6.527 mas, bpa=-1.779 degrees ! Estimated noise=462.837 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.00162862 Jy ! Component: 100 - total flux cleaned = 0.00246622 Jy ! Component: 150 - total flux cleaned = 0.00289409 Jy ! Component: 200 - total flux cleaned = 0.00302985 Jy ! Total flux subtracted in 200 components = 0.00302985 Jy ! Clean residual min=-0.004909 max=0.002435 Jy/beam ! Clean residual mean=0.000004 rms=0.000797 Jy/beam ! Combined flux in latest and established models = 0.0442765 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 30 components and 0.0442765 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.047789Jy sigma=0.000774 ! Fit after self-cal, rms=1.047776Jy sigma=0.000774 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 0.27 HN 1.08 KP 1.13 ! LA 0.98 MK 1.04 NL 1.07 OV 1.10 ! PT 1.15 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.17 HN 1.05 KP 1.13 ! LA 1.02 MK 1.06 NL 1.19 OV 1.07 ! PT 1.11 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.24 HN 1.12 KP 0.96 ! LA 0.84 MK 1.04 NL 1.25 OV 1.05 ! PT 1.08 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.17 FD 0.07 HN 1.00 KP 0.91 ! LA 0.87 MK 0.97 NL 1.06 OV 1.06 ! PT 1.15 SC 1.04 ! ! ! Fit before self-cal, rms=1.047776Jy sigma=0.000774 ! Fit after self-cal, rms=0.209835Jy sigma=0.000766 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.232 mas, bmaj=6.601 mas, bpa=-1.7 degrees ! Estimated noise=476.52 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.000894443 Jy ! Component: 100 - total flux cleaned = 0.000962187 Jy ! Component: 150 - total flux cleaned = 0.000938369 Jy ! Component: 200 - total flux cleaned = 0.000917416 Jy ! Total flux subtracted in 200 components = 0.000917416 Jy ! Clean residual min=-0.001832 max=0.001841 Jy/beam ! Clean residual mean=-0.000002 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.0451939 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 40 components and 0.0451939 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.209780Jy sigma=0.000766 ! Fit after self-cal, rms=0.209413Jy sigma=0.000764 ! 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.209413Jy sigma=0.000764 ! Fit after self-cal, rms=0.081057Jy sigma=0.000761 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.257 mas, bmaj=6.648 mas, bpa=-1.591 degrees ! Estimated noise=466.993 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000389671 Jy ! Component: 100 - total flux cleaned = -0.000446379 Jy ! Component: 150 - total flux cleaned = -0.000465737 Jy ! Component: 200 - total flux cleaned = -0.000491893 Jy ! Total flux subtracted in 200 components = -0.000491893 Jy ! Clean residual min=-0.001596 max=0.001581 Jy/beam ! Clean residual mean=-0.000001 rms=0.000354 Jy/beam ! Combined flux in latest and established models = 0.044702 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 45 components and 0.044702 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081054Jy sigma=0.000761 ! Fit after self-cal, rms=0.080714Jy sigma=0.000760 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-26.5, 99). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00136119 Jy ! Component: 100 - total flux cleaned = 0.00168136 Jy ! Component: 150 - total flux cleaned = 0.00179982 Jy ! Component: 200 - total flux cleaned = 0.00192178 Jy ! Total flux subtracted in 200 components = 0.00192178 Jy ! Clean residual min=-0.001514 max=0.001492 Jy/beam ! Clean residual mean=-0.000000 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.0466238 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 61 components and 0.0466238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080678Jy sigma=0.000760 ! Fit after self-cal, rms=0.080650Jy sigma=0.000760 ! 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.080650Jy sigma=0.000760 ! Fit after self-cal, rms=0.078127Jy sigma=0.000760 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.266 mas, bmaj=6.662 mas, bpa=-1.651 degrees ! Estimated noise=464.362 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000751896 Jy ! Component: 100 - total flux cleaned = 0.000800655 Jy ! Component: 150 - total flux cleaned = 0.00078102 Jy ! Component: 200 - total flux cleaned = 0.000763496 Jy ! Total flux subtracted in 200 components = 0.000763496 Jy ! Clean residual min=-0.001488 max=0.001499 Jy/beam ! Clean residual mean=-0.000001 rms=0.000339 Jy/beam ! Combined flux in latest and established models = 0.0473873 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 68 components and 0.0473873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078110Jy sigma=0.000760 ! Fit after self-cal, rms=0.078037Jy sigma=0.000760 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.000384558 Jy ! Component: 100 - total flux cleaned = 0.000427967 Jy ! Component: 150 - total flux cleaned = 0.0004821 Jy ! Component: 200 - total flux cleaned = 0.000513562 Jy ! Total flux subtracted in 200 components = 0.000513562 Jy ! Clean residual min=-0.001469 max=0.001472 Jy/beam ! Clean residual mean=-0.000001 rms=0.000339 Jy/beam ! Combined flux in latest and established models = 0.0479008 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 71 components and 0.0479009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078024Jy sigma=0.000759 ! Fit after self-cal, rms=0.078013Jy sigma=0.000759 ! 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.078013Jy sigma=0.000759 ! Fit after self-cal, rms=0.077316Jy sigma=0.000759 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.103 mas, bmaj=9.867 mas, bpa=-2.387 degrees ! Estimated noise=592.584 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000163093 Jy ! Component: 100 - total flux cleaned = -0.000201767 Jy ! Component: 150 - total flux cleaned = -0.000230463 Jy ! Component: 200 - total flux cleaned = -0.000266721 Jy ! Total flux subtracted in 200 components = -0.000266721 Jy ! Clean residual min=-0.001549 max=0.001591 Jy/beam ! Clean residual mean=-0.000002 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.0476341 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 84 components and 0.0476341 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077312Jy sigma=0.000759 ! Fit after self-cal, rms=0.077290Jy sigma=0.000759 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.45337e-05 Jy ! Component: 100 - total flux cleaned = -4.20085e-05 Jy ! Component: 150 - total flux cleaned = -3.00037e-05 Jy ! Component: 200 - total flux cleaned = -3.01364e-05 Jy ! Total flux subtracted in 200 components = -3.01364e-05 Jy ! Clean residual min=-0.001531 max=0.001584 Jy/beam ! Clean residual mean=-0.000002 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.047604 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 87 components and 0.047604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077288Jy sigma=0.000759 ! Fit after self-cal, rms=0.077281Jy sigma=0.000759 ! 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.271 mas, bmaj=6.663 mas, bpa=-1.641 degrees ! Estimated noise=462.319 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.271 x 6.663 at -1.641 degrees (North through East) ! Clean map min=-0.0014575 max=0.041944 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.687 mas, bmaj=5.723 mas, bpa=-3.603 degrees ! Estimated noise=722.865 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0321413 Jy ! Component: 100 - total flux cleaned = 0.0395591 Jy ! Component: 150 - total flux cleaned = 0.0426829 Jy ! Component: 200 - total flux cleaned = 0.0434242 Jy ! Total flux subtracted in 200 components = 0.0434242 Jy ! Clean residual min=-0.002320 max=0.002229 Jy/beam ! Clean residual mean=-0.000000 rms=0.000560 Jy/beam ! Combined flux in latest and established models = 0.0434242 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0434242 Jy ! Inverting map and beam ! Estimated beam: bmin=3.271 mas, bmaj=6.663 mas, bpa=-1.641 degrees ! Estimated noise=462.319 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.0014915 Jy ! Component: 100 - total flux cleaned = 0.00223589 Jy ! Component: 150 - total flux cleaned = 0.00284167 Jy ! Component: 200 - total flux cleaned = 0.00316979 Jy ! Total flux subtracted in 200 components = 0.00316979 Jy ! Clean residual min=-0.001461 max=0.001440 Jy/beam ! Clean residual mean=-0.000001 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.046594 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 34 components and 0.046594 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.103 mas, bmaj=9.867 mas, bpa=-2.387 degrees ! Estimated noise=592.584 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000559622 Jy ! Component: 100 - total flux cleaned = 0.000666485 Jy ! Component: 150 - total flux cleaned = 0.000755681 Jy ! Component: 200 - total flux cleaned = 0.000813287 Jy ! Total flux subtracted in 200 components = 0.000813287 Jy ! Clean residual min=-0.001604 max=0.001702 Jy/beam ! Clean residual mean=-0.000002 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.0474073 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.33276e-05 Jy ! Component: 100 - total flux cleaned = 3.2677e-05 Jy ! Component: 150 - total flux cleaned = 4.57377e-05 Jy ! Component: 200 - total flux cleaned = 5.73589e-05 Jy ! Total flux subtracted in 200 components = 5.73589e-05 Jy ! Clean residual min=-0.001556 max=0.001645 Jy/beam ! Clean residual mean=-0.000002 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.0474647 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 62 components and 0.0474647 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.271 mas, bmaj=6.663 mas, bpa=-1.641 degrees ! Estimated noise=462.319 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000142212 Jy ! Component: 100 - total flux cleaned = -7.70971e-05 Jy ! Component: 150 - total flux cleaned = -1.89849e-05 Jy ! Component: 200 - total flux cleaned = 1.49336e-05 Jy ! Total flux subtracted in 200 components = 1.49336e-05 Jy ! Clean residual min=-0.001465 max=0.001412 Jy/beam ! Clean residual mean=-0.000001 rms=0.000335 Jy/beam ! Combined flux in latest and established models = 0.0474796 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 78 components and 0.0474796 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077280Jy sigma=0.000759 ! Fit after self-cal, rms=0.077273Jy sigma=0.000759 wmodel J2352+3030_S_2015_01_23_pus_map.mod ! Writing 78 model components to file: J2352+3030_S_2015_01_23_pus_map.mod wobs J2352+3030_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J2352+3030_S_2015_01_23_pus_uvs.fits wwins J2352+3030_S_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J2352+3030_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.00026442 Jy ! Component: 100 - total flux cleaned = -0.000431962 Jy ! Component: 150 - total flux cleaned = -0.000564075 Jy ! Component: 200 - total flux cleaned = -0.000710122 Jy ! Component: 250 - total flux cleaned = -0.000951682 Jy ! Component: 300 - total flux cleaned = -0.0011082 Jy ! Component: 350 - total flux cleaned = -0.0012799 Jy ! Component: 400 - total flux cleaned = -0.00135483 Jy ! Component: 450 - total flux cleaned = -0.00142835 Jy ! Component: 500 - total flux cleaned = -0.00146411 Jy ! Component: 550 - total flux cleaned = -0.00144647 Jy ! Component: 600 - total flux cleaned = -0.00146372 Jy ! Component: 650 - total flux cleaned = -0.00144658 Jy ! Component: 700 - total flux cleaned = -0.00144656 Jy ! Component: 750 - total flux cleaned = -0.0014799 Jy ! Component: 800 - total flux cleaned = -0.00149623 Jy ! Component: 850 - total flux cleaned = -0.00152844 Jy ! Component: 900 - total flux cleaned = -0.00152844 Jy ! Component: 950 - total flux cleaned = -0.00151273 Jy ! Component: 1000 - total flux cleaned = -0.00155881 Jy ! Component: 1050 - total flux cleaned = -0.00155905 Jy ! Component: 1100 - total flux cleaned = -0.00158933 Jy ! Component: 1150 - total flux cleaned = -0.00157486 Jy ! Component: 1200 - total flux cleaned = -0.00163364 Jy ! Component: 1250 - total flux cleaned = -0.00158994 Jy ! Component: 1300 - total flux cleaned = -0.00163308 Jy ! Component: 1350 - total flux cleaned = -0.00164733 Jy ! Component: 1400 - total flux cleaned = -0.00167532 Jy ! Component: 1450 - total flux cleaned = -0.00167518 Jy ! Component: 1500 - total flux cleaned = -0.00167492 Jy ! Component: 1550 - total flux cleaned = -0.00164751 Jy ! Component: 1600 - total flux cleaned = -0.00164765 Jy ! Component: 1650 - total flux cleaned = -0.00166094 Jy ! Component: 1700 - total flux cleaned = -0.00163458 Jy ! Component: 1750 - total flux cleaned = -0.00163435 Jy ! Component: 1800 - total flux cleaned = -0.00160836 Jy ! Component: 1850 - total flux cleaned = -0.00162113 Jy ! Component: 1900 - total flux cleaned = -0.00157009 Jy ! Component: 1950 - total flux cleaned = -0.001545 Jy ! Component: 2000 - total flux cleaned = -0.00159506 Jy ! Component: 2050 - total flux cleaned = -0.00155797 Jy ! Component: 2100 - total flux cleaned = -0.00157019 Jy ! Component: 2150 - total flux cleaned = -0.00157013 Jy ! Component: 2200 - total flux cleaned = -0.00157025 Jy ! Component: 2250 - total flux cleaned = -0.00154639 Jy ! Component: 2300 - total flux cleaned = -0.00154659 Jy ! Component: 2350 - total flux cleaned = -0.00153484 Jy ! Component: 2400 - total flux cleaned = -0.00154637 Jy ! Component: 2450 - total flux cleaned = -0.00148873 Jy ! Component: 2500 - total flux cleaned = -0.00150016 Jy ! Component: 2550 - total flux cleaned = -0.00151147 Jy ! Component: 2600 - total flux cleaned = -0.00146649 Jy ! Component: 2650 - total flux cleaned = -0.00142196 Jy ! Component: 2700 - total flux cleaned = -0.00145523 Jy ! Component: 2750 - total flux cleaned = -0.00142232 Jy ! Component: 2800 - total flux cleaned = -0.00143321 Jy ! Component: 2850 - total flux cleaned = -0.0014223 Jy ! Component: 2900 - total flux cleaned = -0.00144382 Jy ! Component: 2950 - total flux cleaned = -0.00144376 Jy ! Component: 3000 - total flux cleaned = -0.00145432 Jy ! Component: 3050 - total flux cleaned = -0.00137036 Jy ! Component: 3100 - total flux cleaned = -0.00139126 Jy ! Component: 3150 - total flux cleaned = -0.00141195 Jy ! Component: 3200 - total flux cleaned = -0.00138128 Jy ! Component: 3250 - total flux cleaned = -0.00140157 Jy ! Component: 3300 - total flux cleaned = -0.00136118 Jy ! Component: 3350 - total flux cleaned = -0.00135112 Jy ! Component: 3400 - total flux cleaned = -0.00134127 Jy ! Component: 3450 - total flux cleaned = -0.00138091 Jy ! Component: 3500 - total flux cleaned = -0.00130221 Jy ! Component: 3550 - total flux cleaned = -0.00131205 Jy ! Component: 3600 - total flux cleaned = -0.00131208 Jy ! Component: 3650 - total flux cleaned = -0.00128312 Jy ! Component: 3700 - total flux cleaned = -0.00125435 Jy ! Component: 3750 - total flux cleaned = -0.00126381 Jy ! Component: 3800 - total flux cleaned = -0.00125426 Jy ! Component: 3850 - total flux cleaned = -0.00120736 Jy ! Component: 3900 - total flux cleaned = -0.00121664 Jy ! Component: 3950 - total flux cleaned = -0.00114259 Jy ! Component: 4000 - total flux cleaned = -0.00117931 Jy ! Component: 4050 - total flux cleaned = -0.00112442 Jy ! Total flux subtracted in 4096 components = -0.00112449 Jy ! Clean residual min=-0.000511 max=0.000580 Jy/beam ! Clean residual mean=0.000000 rms=0.000168 Jy/beam ! Combined flux in latest and established models = 0.0463551 Jy keep ! Adding 284 model components to the UV plane model. ! The established model now contains 362 components and 0.046355 Jy ![Exited script file: muppet] wmap "J2352+3030_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.271 x 6.663 at -1.641 degrees (North through East) ! Clean map min=-0.0015769 max=0.041904 Jy/beam ! Writing clean map to FITS file: J2352+3030_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.0419043 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000165997 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.1884 1.1884 2.3768 4.7536 9.5072 19.0144 38.0288 76.0576 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.041 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.271 x 6.663 at -1.641 degrees (North through East) ! Clean map min=-0.0015769 max=0.041904 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 J2352+3030_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:39:18 2017