! Started logfile: J0019+2602_S_2014_05_31_pus_uvs.log on Mon Nov 28 14:39:56 2016 obs J0019+2602_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0019+2602_S_2014_05_31_pus_uva.fits ! AN table 1: 70 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.980952 visibilities/baseline/integration-bin. ! Found source: J0019+2602 ! ! 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 336 lines of history. ! ! Reading 12360 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 J0019+2602_S_2014_05_31_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 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.782270Jy sigma=0.009941 ! Fit after self-cal, rms=0.759535Jy sigma=0.009668 ! 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.801 mas, bmaj=5.995 mas, bpa=-7.331 degrees ! Estimated noise=694.058 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.186086 Jy ! Component: 100 - total flux cleaned = 0.229438 Jy ! Total flux subtracted in 100 components = 0.229438 Jy ! Clean residual min=-0.005700 max=0.016305 Jy/beam ! Clean residual mean=-0.000004 rms=0.001619 Jy/beam ! Combined flux in latest and established models = 0.229438 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.229438 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073920Jy sigma=0.000871 ! Fit after self-cal, rms=0.073920Jy sigma=0.000871 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0169574 Jy ! Component: 100 - total flux cleaned = 0.0247769 Jy ! Total flux subtracted in 100 components = 0.0247769 Jy ! Clean residual min=-0.004115 max=0.004674 Jy/beam ! Clean residual mean=-0.000001 rms=0.001052 Jy/beam ! Combined flux in latest and established models = 0.254215 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 17 components and 0.254215 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069839Jy sigma=0.000825 ! Fit after self-cal, rms=0.069829Jy sigma=0.000825 ! 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.42 mas, bmaj=6.926 mas, bpa=-4.308 degrees ! Estimated noise=508.147 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.00402396 Jy ! Component: 100 - total flux cleaned = 0.006045 Jy ! Component: 150 - total flux cleaned = 0.00727172 Jy ! Component: 200 - total flux cleaned = 0.00785707 Jy ! Total flux subtracted in 200 components = 0.00785707 Jy ! Clean residual min=-0.003378 max=0.003836 Jy/beam ! Clean residual mean=0.000009 rms=0.000895 Jy/beam ! Combined flux in latest and established models = 0.262072 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 29 components and 0.262072 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069489Jy sigma=0.000823 ! Fit after self-cal, rms=0.069484Jy sigma=0.000823 ! 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.00 FD 0.84 HN 0.98 KP 1.04 ! LA 1.19 MK 1.00 NL 0.94 OV 0.97 ! PT 1.03 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00 HN 1.04 KP 1.02 ! LA 1.13 MK 1.00 NL 1.05 OV 1.00 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.11 HN 1.03 KP 0.90 ! LA 0.91 MK 1.03 NL 1.03 OV 0.93 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.03 HN 1.00 KP 0.89 ! LA 0.87 MK 1.00 NL 1.06 OV 1.00 ! PT 1.02 SC 0.97 ! ! ! Fit before self-cal, rms=0.069484Jy sigma=0.000823 ! Fit after self-cal, rms=0.064634Jy sigma=0.000771 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.424 mas, bmaj=6.932 mas, bpa=-4.091 degrees ! Estimated noise=508.378 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.000166985 Jy ! Component: 100 - total flux cleaned = 1.06489e-05 Jy ! Component: 150 - total flux cleaned = -0.000127304 Jy ! Component: 200 - total flux cleaned = -0.000210832 Jy ! Total flux subtracted in 200 components = -0.000210832 Jy ! Clean residual min=-0.002472 max=0.002475 Jy/beam ! Clean residual mean=0.000003 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.261861 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 40 components and 0.261861 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064614Jy sigma=0.000771 ! Fit after self-cal, rms=0.064608Jy sigma=0.000771 ! 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.064608Jy sigma=0.000771 ! Fit after self-cal, rms=0.064546Jy sigma=0.000769 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.424 mas, bmaj=6.936 mas, bpa=-4.145 degrees ! Estimated noise=508.871 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.35351e-05 Jy ! Component: 100 - total flux cleaned = -3.12291e-05 Jy ! Component: 150 - total flux cleaned = -6.61901e-05 Jy ! Component: 200 - total flux cleaned = -9.937e-05 Jy ! Total flux subtracted in 200 components = -9.937e-05 Jy ! Clean residual min=-0.002036 max=0.002558 Jy/beam ! Clean residual mean=0.000002 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.261761 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 42 components and 0.261761 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064533Jy sigma=0.000769 ! Fit after self-cal, rms=0.064532Jy sigma=0.000769 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 (7, -46.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00252094 Jy ! Component: 100 - total flux cleaned = 0.00367238 Jy ! Component: 150 - total flux cleaned = 0.00419165 Jy ! Component: 200 - total flux cleaned = 0.00469358 Jy ! Total flux subtracted in 200 components = 0.00469358 Jy ! Clean residual min=-0.002021 max=0.002017 Jy/beam ! Clean residual mean=0.000001 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.266455 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 67 components and 0.266455 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064427Jy sigma=0.000767 ! Fit after self-cal, rms=0.064423Jy sigma=0.000767 ! 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.064423Jy sigma=0.000767 ! Fit after self-cal, rms=0.064451Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.422 mas, bmaj=6.935 mas, bpa=-4.113 degrees ! Estimated noise=509.171 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000988539 Jy ! Component: 100 - total flux cleaned = 0.00144584 Jy ! Component: 150 - total flux cleaned = 0.00156742 Jy ! Component: 200 - total flux cleaned = 0.00165617 Jy ! Total flux subtracted in 200 components = 0.00165617 Jy ! Clean residual min=-0.001994 max=0.001979 Jy/beam ! Clean residual mean=0.000001 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.268111 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 78 components and 0.268111 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064427Jy sigma=0.000767 ! Fit after self-cal, rms=0.064427Jy sigma=0.000767 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.000183669 Jy ! Component: 100 - total flux cleaned = 0.000243478 Jy ! Component: 150 - total flux cleaned = 0.000297251 Jy ! Component: 200 - total flux cleaned = 0.000330023 Jy ! Total flux subtracted in 200 components = 0.000330023 Jy ! Clean residual min=-0.001971 max=0.001932 Jy/beam ! Clean residual mean=0.000001 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.268441 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 87 components and 0.268441 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064416Jy sigma=0.000767 ! Fit after self-cal, rms=0.064415Jy sigma=0.000767 ! 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.064415Jy sigma=0.000767 ! Fit after self-cal, rms=0.064458Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.35 mas, bmaj=10.12 mas, bpa=-3.622 degrees ! Estimated noise=622.031 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000692813 Jy ! Component: 100 - total flux cleaned = 0.000940421 Jy ! Component: 150 - total flux cleaned = 0.00115069 Jy ! Component: 200 - total flux cleaned = 0.00127231 Jy ! Total flux subtracted in 200 components = 0.00127231 Jy ! Clean residual min=-0.002054 max=0.001965 Jy/beam ! Clean residual mean=0.000002 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.269714 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 99 components and 0.269714 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064455Jy sigma=0.000767 ! Fit after self-cal, rms=0.064453Jy sigma=0.000766 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.000192018 Jy ! Component: 100 - total flux cleaned = 0.000303015 Jy ! Component: 150 - total flux cleaned = 0.000350408 Jy ! Component: 200 - total flux cleaned = 0.000384471 Jy ! Total flux subtracted in 200 components = 0.000384471 Jy ! Clean residual min=-0.002014 max=0.001979 Jy/beam ! Clean residual mean=0.000002 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.270098 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 106 components and 0.270098 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064453Jy sigma=0.000766 ! Fit after self-cal, rms=0.064452Jy sigma=0.000766 ! 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.422 mas, bmaj=6.935 mas, bpa=-4.091 degrees ! Estimated noise=509.632 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.422 x 6.935 at -4.091 degrees (North through East) ! Clean map min=-0.0018867 max=0.24166 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.804 mas, bmaj=6.008 mas, bpa=-7.031 degrees ! Estimated noise=696.269 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.186643 Jy ! Component: 100 - total flux cleaned = 0.230121 Jy ! Component: 150 - total flux cleaned = 0.246834 Jy ! Component: 200 - total flux cleaned = 0.254599 Jy ! Total flux subtracted in 200 components = 0.254599 Jy ! Clean residual min=-0.002630 max=0.003613 Jy/beam ! Clean residual mean=-0.000001 rms=0.000659 Jy/beam ! Combined flux in latest and established models = 0.254599 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.254599 Jy ! Inverting map and beam ! Estimated beam: bmin=3.422 mas, bmaj=6.935 mas, bpa=-4.091 degrees ! Estimated noise=509.632 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.00449956 Jy ! Component: 100 - total flux cleaned = 0.00734244 Jy ! Component: 150 - total flux cleaned = 0.00935899 Jy ! Component: 200 - total flux cleaned = 0.0108745 Jy ! Total flux subtracted in 200 components = 0.0108745 Jy ! Clean residual min=-0.002066 max=0.001914 Jy/beam ! Clean residual mean=0.000002 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.265474 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 44 components and 0.265474 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.35 mas, bmaj=10.12 mas, bpa=-3.622 degrees ! Estimated noise=622.031 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00170116 Jy ! Component: 100 - total flux cleaned = 0.00273977 Jy ! Component: 150 - total flux cleaned = 0.00345051 Jy ! Component: 200 - total flux cleaned = 0.00396 Jy ! Total flux subtracted in 200 components = 0.00396 Jy ! Clean residual min=-0.002137 max=0.001966 Jy/beam ! Clean residual mean=0.000002 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.269434 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 = 0.000220161 Jy ! Component: 100 - total flux cleaned = 0.000323147 Jy ! Component: 150 - total flux cleaned = 0.000415205 Jy ! Component: 200 - total flux cleaned = 0.000497312 Jy ! Total flux subtracted in 200 components = 0.000497312 Jy ! Clean residual min=-0.002062 max=0.002002 Jy/beam ! Clean residual mean=0.000002 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.269931 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 75 components and 0.269931 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.422 mas, bmaj=6.935 mas, bpa=-4.091 degrees ! Estimated noise=509.632 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000365032 Jy ! Component: 100 - total flux cleaned = -0.000344386 Jy ! Component: 150 - total flux cleaned = -0.000322428 Jy ! Component: 200 - total flux cleaned = -0.000302454 Jy ! Total flux subtracted in 200 components = -0.000302454 Jy ! Clean residual min=-0.001930 max=0.001859 Jy/beam ! Clean residual mean=0.000001 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.269628 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 92 components and 0.269628 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064484Jy sigma=0.000767 ! Fit after self-cal, rms=0.064480Jy sigma=0.000767 wmodel J0019+2602_S_2014_05_31_pus_map.mod ! Writing 92 model components to file: J0019+2602_S_2014_05_31_pus_map.mod wobs J0019+2602_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0019+2602_S_2014_05_31_pus_uvs.fits wwins J0019+2602_S_2014_05_31_pus_map.win ! wwins: Wrote 2 windows to J0019+2602_S_2014_05_31_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.000174674 Jy ! Component: 100 - total flux cleaned = -0.000419715 Jy ! Component: 150 - total flux cleaned = -0.000617869 Jy ! Component: 200 - total flux cleaned = -0.000750226 Jy ! Component: 250 - total flux cleaned = -0.000776653 Jy ! Component: 300 - total flux cleaned = -0.000850396 Jy ! Component: 350 - total flux cleaned = -0.000802312 Jy ! Component: 400 - total flux cleaned = -0.000779132 Jy ! Component: 450 - total flux cleaned = -0.000756337 Jy ! Component: 500 - total flux cleaned = -0.000778604 Jy ! Component: 550 - total flux cleaned = -0.000800389 Jy ! Component: 600 - total flux cleaned = -0.000800398 Jy ! Component: 650 - total flux cleaned = -0.000821454 Jy ! Component: 700 - total flux cleaned = -0.000903732 Jy ! Component: 750 - total flux cleaned = -0.000964268 Jy ! Component: 800 - total flux cleaned = -0.00104409 Jy ! Component: 850 - total flux cleaned = -0.00118112 Jy ! Component: 900 - total flux cleaned = -0.00129631 Jy ! Component: 950 - total flux cleaned = -0.00142881 Jy ! Component: 1000 - total flux cleaned = -0.00154065 Jy ! Component: 1050 - total flux cleaned = -0.0016323 Jy ! Component: 1100 - total flux cleaned = -0.00170464 Jy ! Component: 1150 - total flux cleaned = -0.00177591 Jy ! Component: 1200 - total flux cleaned = -0.00184601 Jy ! Component: 1250 - total flux cleaned = -0.0019153 Jy ! Component: 1300 - total flux cleaned = -0.00198361 Jy ! Component: 1350 - total flux cleaned = -0.00200027 Jy ! Component: 1400 - total flux cleaned = -0.00205011 Jy ! Component: 1450 - total flux cleaned = -0.00206635 Jy ! Component: 1500 - total flux cleaned = -0.00211498 Jy ! Component: 1550 - total flux cleaned = -0.00209925 Jy ! Component: 1600 - total flux cleaned = -0.00217869 Jy ! Component: 1650 - total flux cleaned = -0.00219447 Jy ! Component: 1700 - total flux cleaned = -0.00227169 Jy ! Component: 1750 - total flux cleaned = -0.00230204 Jy ! Component: 1800 - total flux cleaned = -0.00231696 Jy ! Component: 1850 - total flux cleaned = -0.0023464 Jy ! Component: 1900 - total flux cleaned = -0.0023173 Jy ! Component: 1950 - total flux cleaned = -0.00234648 Jy ! Component: 2000 - total flux cleaned = -0.00234636 Jy ! Component: 2050 - total flux cleaned = -0.00231788 Jy ! Component: 2100 - total flux cleaned = -0.00231786 Jy ! Component: 2150 - total flux cleaned = -0.0023038 Jy ! Component: 2200 - total flux cleaned = -0.00224868 Jy ! Component: 2250 - total flux cleaned = -0.00223485 Jy ! Component: 2300 - total flux cleaned = -0.00226192 Jy ! Component: 2350 - total flux cleaned = -0.00220805 Jy ! Component: 2400 - total flux cleaned = -0.00216821 Jy ! Component: 2450 - total flux cleaned = -0.002155 Jy ! Component: 2500 - total flux cleaned = -0.00211585 Jy ! Component: 2550 - total flux cleaned = -0.00210267 Jy ! Component: 2600 - total flux cleaned = -0.00205137 Jy ! Component: 2650 - total flux cleaned = -0.00203867 Jy ! Component: 2700 - total flux cleaned = -0.00198844 Jy ! Component: 2750 - total flux cleaned = -0.00196356 Jy ! Component: 2800 - total flux cleaned = -0.00188954 Jy ! Component: 2850 - total flux cleaned = -0.00192611 Jy ! Component: 2900 - total flux cleaned = -0.00182899 Jy ! Component: 2950 - total flux cleaned = -0.00181712 Jy ! Component: 3000 - total flux cleaned = -0.00179313 Jy ! Component: 3050 - total flux cleaned = -0.00176954 Jy ! Component: 3100 - total flux cleaned = -0.00172269 Jy ! Component: 3150 - total flux cleaned = -0.00171101 Jy ! Component: 3200 - total flux cleaned = -0.00171103 Jy ! Component: 3250 - total flux cleaned = -0.00171111 Jy ! Component: 3300 - total flux cleaned = -0.00169978 Jy ! Component: 3350 - total flux cleaned = -0.00168847 Jy ! Component: 3400 - total flux cleaned = -0.00166625 Jy ! Component: 3450 - total flux cleaned = -0.00166631 Jy ! Component: 3500 - total flux cleaned = -0.00164428 Jy ! Component: 3550 - total flux cleaned = -0.00156803 Jy ! Component: 3600 - total flux cleaned = -0.00157896 Jy ! Component: 3650 - total flux cleaned = -0.0015789 Jy ! Component: 3700 - total flux cleaned = -0.00155759 Jy ! Component: 3750 - total flux cleaned = -0.00152566 Jy ! Component: 3800 - total flux cleaned = -0.00150462 Jy ! Component: 3850 - total flux cleaned = -0.00148367 Jy ! Component: 3900 - total flux cleaned = -0.00147321 Jy ! Component: 3950 - total flux cleaned = -0.00143202 Jy ! Component: 4000 - total flux cleaned = -0.00143194 Jy ! Component: 4050 - total flux cleaned = -0.00137105 Jy ! Total flux subtracted in 4096 components = -0.00135087 Jy ! Clean residual min=-0.000586 max=0.000580 Jy/beam ! Clean residual mean=0.000000 rms=0.000183 Jy/beam ! Combined flux in latest and established models = 0.268277 Jy keep ! Adding 262 model components to the UV plane model. ! The established model now contains 354 components and 0.268277 Jy ![Exited script file: muppet] wmap "J0019+2602_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.422 x 6.935 at -4.091 degrees (North through East) ! Clean map min=-0.0011598 max=0.24182 Jy/beam ! Writing clean map to FITS file: J0019+2602_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.241823 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000180352 device "J0019+2602_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0019+2602_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.223741 0.223741 0.447481 0.894963 1.78993 3.57985 7.1597 14.3194 28.6388 57.2776 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.241 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.422 x 6.935 at -4.091 degrees (North through East) ! Clean map min=-0.0011598 max=0.24182 Jy/beam quit ! Quitting program ! Log file J0019+2602_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 14:40:02 2016