! Started logfile: J1719+0817_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:11:03 2016 obs J1719+0817_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J1719+0817_S_2014_08_09_pus_uva.fits ! AN table 1: 56 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.775 visibilities/baseline/integration-bin. ! Found source: J1719+0817 ! ! 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 342 lines of history. ! ! Reading 7812 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 J1719+0817_S_2014_08_09_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 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.575287Jy sigma=0.006420 ! Fit after self-cal, rms=0.557920Jy sigma=0.006256 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.693 mas, bmaj=9.06 mas, bpa=19.16 degrees ! Estimated noise=909.732 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.345629 Jy ! Component: 100 - total flux cleaned = 0.423715 Jy ! Total flux subtracted in 100 components = 0.423715 Jy ! Clean residual min=-0.011956 max=0.028835 Jy/beam ! Clean residual mean=-0.000072 rms=0.003626 Jy/beam ! Combined flux in latest and established models = 0.423716 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.423716 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106634Jy sigma=0.001058 ! Fit after self-cal, rms=0.106580Jy sigma=0.001057 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0311393 Jy ! Component: 100 - total flux cleaned = 0.0473081 Jy ! Total flux subtracted in 100 components = 0.0473081 Jy ! Clean residual min=-0.008568 max=0.010131 Jy/beam ! Clean residual mean=-0.000037 rms=0.002367 Jy/beam ! Combined flux in latest and established models = 0.471024 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 21 components and 0.471024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095460Jy sigma=0.000954 ! Fit after self-cal, rms=0.095353Jy sigma=0.000953 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.437 mas, bmaj=9.58 mas, bpa=17.96 degrees ! Estimated noise=733.17 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.0112782 Jy ! Component: 100 - total flux cleaned = 0.018142 Jy ! Component: 150 - total flux cleaned = 0.0225576 Jy ! Component: 200 - total flux cleaned = 0.0254508 Jy ! Total flux subtracted in 200 components = 0.0254508 Jy ! Clean residual min=-0.005926 max=0.007200 Jy/beam ! Clean residual mean=-0.000003 rms=0.001677 Jy/beam ! Combined flux in latest and established models = 0.496474 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 63 components and 0.496474 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093221Jy sigma=0.000943 ! Fit after self-cal, rms=0.093222Jy sigma=0.000942 ! 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.04 FD 0.87 HN 0.97 KP 1.06 ! LA 1.13 MK 1.00* NL 0.99 OV 1.00 ! PT 1.04 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.03 HN 1.03 KP 1.03 ! LA 1.07 MK 1.00* NL 1.04 OV 1.02 ! PT 1.03 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.17 HN 1.04 KP 0.90 ! LA 0.84 MK 1.00* NL 0.99 OV 0.95 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.96 HN 0.98 KP 0.86 ! LA 0.82 MK 1.00* NL 1.06 OV 1.00 ! PT 1.04 SC 0.97 ! ! ! Fit before self-cal, rms=0.093222Jy sigma=0.000942 ! Fit after self-cal, rms=0.074298Jy sigma=0.000782 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.445 mas, bmaj=9.601 mas, bpa=17.9 degrees ! Estimated noise=731.548 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.00127126 Jy ! Component: 100 - total flux cleaned = -0.0015781 Jy ! Component: 150 - total flux cleaned = -0.00168524 Jy ! Component: 200 - total flux cleaned = -0.0017757 Jy ! Total flux subtracted in 200 components = -0.0017757 Jy ! Clean residual min=-0.003335 max=0.004239 Jy/beam ! Clean residual mean=0.000001 rms=0.000916 Jy/beam ! Combined flux in latest and established models = 0.494698 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 77 components and 0.494698 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074273Jy sigma=0.000782 ! Fit after self-cal, rms=0.074257Jy sigma=0.000781 ! 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.074257Jy sigma=0.000781 ! Fit after self-cal, rms=0.073030Jy sigma=0.000770 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.446 mas, bmaj=9.614 mas, bpa=17.96 degrees ! Estimated noise=731.503 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00121854 Jy ! Component: 100 - total flux cleaned = -0.00150548 Jy ! Component: 150 - total flux cleaned = -0.00165842 Jy ! Component: 200 - total flux cleaned = -0.00171614 Jy ! Total flux subtracted in 200 components = -0.00171614 Jy ! Clean residual min=-0.001993 max=0.002022 Jy/beam ! Clean residual mean=0.000000 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.492982 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 88 components and 0.492982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073011Jy sigma=0.000769 ! Fit after self-cal, rms=0.073013Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.58713e-05 Jy ! Component: 100 - total flux cleaned = -0.000134815 Jy ! Component: 150 - total flux cleaned = -0.000166201 Jy ! Component: 200 - total flux cleaned = -0.000185947 Jy ! Total flux subtracted in 200 components = -0.000185947 Jy ! Clean residual min=-0.001983 max=0.002011 Jy/beam ! Clean residual mean=0.000000 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.492796 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 94 components and 0.492796 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073010Jy sigma=0.000769 ! Fit after self-cal, rms=0.073009Jy sigma=0.000769 ! 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.073009Jy sigma=0.000769 ! Fit after self-cal, rms=0.073026Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.446 mas, bmaj=9.623 mas, bpa=17.98 degrees ! Estimated noise=731.577 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000745868 Jy ! Component: 100 - total flux cleaned = -0.000968082 Jy ! Component: 150 - total flux cleaned = -0.00101911 Jy ! Component: 200 - total flux cleaned = -0.00106528 Jy ! Total flux subtracted in 200 components = -0.00106528 Jy ! Clean residual min=-0.001953 max=0.001977 Jy/beam ! Clean residual mean=0.000001 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.491731 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 100 components and 0.491731 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073018Jy sigma=0.000769 ! Fit after self-cal, rms=0.073019Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.48586e-05 Jy ! Component: 100 - total flux cleaned = -0.00010103 Jy ! Component: 150 - total flux cleaned = -0.000134612 Jy ! Component: 200 - total flux cleaned = -0.000157741 Jy ! Total flux subtracted in 200 components = -0.000157741 Jy ! Clean residual min=-0.001942 max=0.001974 Jy/beam ! Clean residual mean=0.000001 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.491573 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 102 components and 0.491573 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073017Jy sigma=0.000769 ! Fit after self-cal, rms=0.073016Jy sigma=0.000769 ! 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.073016Jy sigma=0.000769 ! Fit after self-cal, rms=0.073028Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.147 mas, bmaj=11.51 mas, bpa=6.881 degrees ! Estimated noise=827.204 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000439725 Jy ! Component: 100 - total flux cleaned = -0.000535587 Jy ! Component: 150 - total flux cleaned = -0.000543085 Jy ! Component: 200 - total flux cleaned = -0.000543318 Jy ! Total flux subtracted in 200 components = -0.000543318 Jy ! Clean residual min=-0.001935 max=0.002416 Jy/beam ! Clean residual mean=0.000001 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.49103 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 114 components and 0.49103 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073027Jy sigma=0.000769 ! Fit after self-cal, rms=0.073027Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.43098e-06 Jy ! Component: 100 - total flux cleaned = -9.08201e-06 Jy ! Component: 150 - total flux cleaned = -2.94634e-06 Jy ! Component: 200 - total flux cleaned = -2.81102e-06 Jy ! Total flux subtracted in 200 components = -2.81102e-06 Jy ! Clean residual min=-0.001942 max=0.002414 Jy/beam ! Clean residual mean=0.000001 rms=0.000607 Jy/beam ! Combined flux in latest and established models = 0.491027 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 115 components and 0.491027 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073028Jy sigma=0.000769 ! Fit after self-cal, rms=0.073028Jy sigma=0.000769 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=4.446 mas, bmaj=9.629 mas, bpa=18 degrees ! Estimated noise=731.582 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.446 x 9.629 at 18 degrees (North through East) ! Clean map min=-0.0018741 max=0.4448 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.7 mas, bmaj=9.094 mas, bpa=19.08 degrees ! Estimated noise=907.041 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.344551 Jy ! Component: 100 - total flux cleaned = 0.421967 Jy ! Component: 150 - total flux cleaned = 0.451586 Jy ! Component: 200 - total flux cleaned = 0.46662 Jy ! Total flux subtracted in 200 components = 0.46662 Jy ! Clean residual min=-0.003966 max=0.007270 Jy/beam ! Clean residual mean=-0.000017 rms=0.001080 Jy/beam ! Combined flux in latest and established models = 0.46662 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.46662 Jy ! Inverting map and beam ! Estimated beam: bmin=4.446 mas, bmaj=9.629 mas, bpa=18 degrees ! Estimated noise=731.582 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.0103173 Jy ! Component: 100 - total flux cleaned = 0.0159451 Jy ! Component: 150 - total flux cleaned = 0.0193007 Jy ! Component: 200 - total flux cleaned = 0.021388 Jy ! Total flux subtracted in 200 components = 0.021388 Jy ! Clean residual min=-0.002230 max=0.002218 Jy/beam ! Clean residual mean=-0.000001 rms=0.000560 Jy/beam ! Combined flux in latest and established models = 0.488008 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 50 components and 0.488008 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.147 mas, bmaj=11.51 mas, bpa=6.881 degrees ! Estimated noise=827.204 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00178494 Jy ! Component: 100 - total flux cleaned = 0.00263388 Jy ! Component: 150 - total flux cleaned = 0.00296827 Jy ! Component: 200 - total flux cleaned = 0.00303722 Jy ! Total flux subtracted in 200 components = 0.00303722 Jy ! Clean residual min=-0.001973 max=0.002414 Jy/beam ! Clean residual mean=0.000001 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.491045 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 = 1.22225e-05 Jy ! Component: 100 - total flux cleaned = 2.38171e-05 Jy ! Component: 150 - total flux cleaned = 3.48285e-05 Jy ! Component: 200 - total flux cleaned = 3.48434e-05 Jy ! Total flux subtracted in 200 components = 3.48434e-05 Jy ! Clean residual min=-0.001968 max=0.002409 Jy/beam ! Clean residual mean=0.000001 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.49108 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 72 components and 0.49108 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.446 mas, bmaj=9.629 mas, bpa=18 degrees ! Estimated noise=731.582 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0001289 Jy ! Component: 100 - total flux cleaned = -0.000199769 Jy ! Component: 150 - total flux cleaned = -0.000252709 Jy ! Component: 200 - total flux cleaned = -0.000266805 Jy ! Total flux subtracted in 200 components = -0.000266805 Jy ! Clean residual min=-0.001969 max=0.002100 Jy/beam ! Clean residual mean=0.000001 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.490813 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 82 components and 0.490813 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073029Jy sigma=0.000769 ! Fit after self-cal, rms=0.073028Jy sigma=0.000769 wmodel J1719+0817_S_2014_08_09_pus_map.mod ! Writing 82 model components to file: J1719+0817_S_2014_08_09_pus_map.mod wobs J1719+0817_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J1719+0817_S_2014_08_09_pus_uvs.fits wwins J1719+0817_S_2014_08_09_pus_map.win ! wwins: Wrote 1 windows to J1719+0817_S_2014_08_09_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.000657358 Jy ! Component: 100 - total flux cleaned = 0.000976195 Jy ! Component: 150 - total flux cleaned = 0.00127239 Jy ! Component: 200 - total flux cleaned = 0.00139809 Jy ! Component: 250 - total flux cleaned = 0.00151808 Jy ! Component: 300 - total flux cleaned = 0.00151834 Jy ! Component: 350 - total flux cleaned = 0.00154586 Jy ! Component: 400 - total flux cleaned = 0.00149082 Jy ! Component: 450 - total flux cleaned = 0.00149085 Jy ! Component: 500 - total flux cleaned = 0.00143926 Jy ! Component: 550 - total flux cleaned = 0.00141396 Jy ! Component: 600 - total flux cleaned = 0.00136507 Jy ! Component: 650 - total flux cleaned = 0.00131732 Jy ! Component: 700 - total flux cleaned = 0.0013409 Jy ! Component: 750 - total flux cleaned = 0.00134075 Jy ! Component: 800 - total flux cleaned = 0.00131831 Jy ! Component: 850 - total flux cleaned = 0.0012517 Jy ! Component: 900 - total flux cleaned = 0.00123035 Jy ! Component: 950 - total flux cleaned = 0.00125176 Jy ! Component: 1000 - total flux cleaned = 0.0011454 Jy ! Component: 1050 - total flux cleaned = 0.00108313 Jy ! Component: 1100 - total flux cleaned = 0.00112415 Jy ! Component: 1150 - total flux cleaned = 0.00110364 Jy ! Component: 1200 - total flux cleaned = 0.00110322 Jy ! Component: 1250 - total flux cleaned = 0.00108313 Jy ! Component: 1300 - total flux cleaned = 0.00112162 Jy ! Component: 1350 - total flux cleaned = 0.00108375 Jy ! Component: 1400 - total flux cleaned = 0.00114015 Jy ! Component: 1450 - total flux cleaned = 0.0011399 Jy ! Component: 1500 - total flux cleaned = 0.00112165 Jy ! Component: 1550 - total flux cleaned = 0.00110368 Jy ! Component: 1600 - total flux cleaned = 0.00113939 Jy ! Component: 1650 - total flux cleaned = 0.00119202 Jy ! Component: 1700 - total flux cleaned = 0.00119219 Jy ! Component: 1750 - total flux cleaned = 0.00124391 Jy ! Component: 1800 - total flux cleaned = 0.00126082 Jy ! Component: 1850 - total flux cleaned = 0.00126119 Jy ! Component: 1900 - total flux cleaned = 0.00126128 Jy ! Component: 1950 - total flux cleaned = 0.00132684 Jy ! Component: 2000 - total flux cleaned = 0.00131065 Jy ! Component: 2050 - total flux cleaned = 0.00131091 Jy ! Component: 2100 - total flux cleaned = 0.00134261 Jy ! Component: 2150 - total flux cleaned = 0.00132697 Jy ! Component: 2200 - total flux cleaned = 0.00131162 Jy ! Component: 2250 - total flux cleaned = 0.00129619 Jy ! Component: 2300 - total flux cleaned = 0.00128094 Jy ! Component: 2350 - total flux cleaned = 0.00131107 Jy ! Component: 2400 - total flux cleaned = 0.00126614 Jy ! Component: 2450 - total flux cleaned = 0.00123636 Jy ! Component: 2500 - total flux cleaned = 0.00125117 Jy ! Component: 2550 - total flux cleaned = 0.00126558 Jy ! Component: 2600 - total flux cleaned = 0.00126543 Jy ! Component: 2650 - total flux cleaned = 0.00125131 Jy ! Component: 2700 - total flux cleaned = 0.00129383 Jy ! Component: 2750 - total flux cleaned = 0.00129373 Jy ! Component: 2800 - total flux cleaned = 0.00130773 Jy ! Component: 2850 - total flux cleaned = 0.00134911 Jy ! Component: 2900 - total flux cleaned = 0.00133549 Jy ! Component: 2950 - total flux cleaned = 0.00140347 Jy ! Component: 3000 - total flux cleaned = 0.00141686 Jy ! Component: 3050 - total flux cleaned = 0.0014301 Jy ! Component: 3100 - total flux cleaned = 0.00144322 Jy ! Component: 3150 - total flux cleaned = 0.00141688 Jy ! Component: 3200 - total flux cleaned = 0.00146909 Jy ! Component: 3250 - total flux cleaned = 0.0014302 Jy ! Component: 3300 - total flux cleaned = 0.00148184 Jy ! Component: 3350 - total flux cleaned = 0.00155856 Jy ! Component: 3400 - total flux cleaned = 0.00154593 Jy ! Component: 3450 - total flux cleaned = 0.00160901 Jy ! Component: 3500 - total flux cleaned = 0.00164662 Jy ! Component: 3550 - total flux cleaned = 0.00172122 Jy ! Component: 3600 - total flux cleaned = 0.00175821 Jy ! Component: 3650 - total flux cleaned = 0.00174597 Jy ! Component: 3700 - total flux cleaned = 0.00175813 Jy ! Component: 3750 - total flux cleaned = 0.00184288 Jy ! Component: 3800 - total flux cleaned = 0.00186695 Jy ! Component: 3850 - total flux cleaned = 0.00191483 Jy ! Component: 3900 - total flux cleaned = 0.00196227 Jy ! Component: 3950 - total flux cleaned = 0.0019742 Jy ! Component: 4000 - total flux cleaned = 0.00200949 Jy ! Component: 4050 - total flux cleaned = 0.00206781 Jy ! Total flux subtracted in 4096 components = 0.00212574 Jy ! Clean residual min=-0.000676 max=0.000701 Jy/beam ! Clean residual mean=0.000001 rms=0.000226 Jy/beam ! Combined flux in latest and established models = 0.492939 Jy keep ! Adding 309 model components to the UV plane model. ! The established model now contains 391 components and 0.492939 Jy ![Exited script file: muppet] wmap "J1719+0817_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.446 x 9.629 at 18 degrees (North through East) ! Clean map min=-0.0012943 max=0.44519 Jy/beam ! Writing clean map to FITS file: J1719+0817_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.445195 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000223157 device "J1719+0817_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1719+0817_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.150377 0.150377 0.300754 0.601508 1.20302 2.40603 4.81206 9.62413 19.2483 38.4965 76.993 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.445 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.446 x 9.629 at 18 degrees (North through East) ! Clean map min=-0.0012943 max=0.44519 Jy/beam quit ! Quitting program ! Log file J1719+0817_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:11:07 2016