! Started logfile: J1415+4830_S_2017_10_09_pus_uvs.log on Sun May 12 13:14:01 2019 obs J1415+4830_S_2017_10_09_pus_uva.fits ! Reading UV FITS file: J1415+4830_S_2017_10_09_pus_uva.fits ! AN table 1: 351 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.762108 visibilities/baseline/integration-bin. ! Found source: J1415+4830 ! ! 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 496 lines of history. ! ! Reading 38520 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 J1415+4830_S_2017_10_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 440 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 788 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 442 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 2325 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.999783Jy sigma=0.009109 ! Fit after self-cal, rms=0.959195Jy sigma=0.008758 ! 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.865 mas, bmaj=5.005 mas, bpa=-23.62 degrees ! Estimated noise=959.807 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.0340786 Jy ! Component: 100 - total flux cleaned = 0.0415296 Jy ! Total flux subtracted in 100 components = 0.0415296 Jy ! Clean residual min=-0.002550 max=0.002613 Jy/beam ! Clean residual mean=0.000004 rms=0.000638 Jy/beam ! Combined flux in latest and established models = 0.0415296 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.0415296 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076246Jy sigma=0.000632 ! Fit after self-cal, rms=0.074821Jy sigma=0.000619 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00335279 Jy ! Component: 100 - total flux cleaned = 0.00363493 Jy ! Total flux subtracted in 100 components = 0.00363493 Jy ! Clean residual min=-0.002551 max=0.002557 Jy/beam ! Clean residual mean=0.000003 rms=0.000626 Jy/beam ! Combined flux in latest and established models = 0.0451646 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 5 components and 0.0451646 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074666Jy sigma=0.000619 ! Fit after self-cal, rms=0.074659Jy sigma=0.000618 ! 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.679 mas, bmaj=6.007 mas, bpa=-20.16 degrees ! Estimated noise=483.53 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000729477 Jy ! Component: 100 - total flux cleaned = 0.000906485 Jy ! Component: 150 - total flux cleaned = 0.000930984 Jy ! Component: 200 - total flux cleaned = 0.000920393 Jy ! Total flux subtracted in 200 components = 0.000920393 Jy ! Clean residual min=-0.001581 max=0.001654 Jy/beam ! Clean residual mean=0.000006 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.046085 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 13 components and 0.046085 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074647Jy sigma=0.000618 ! Fit after self-cal, rms=0.074639Jy sigma=0.000618 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.01 HN 1.02 KP 1.04 ! LA 1.03 MK 1.04 NL 0.92 OV 1.00* ! PT 1.11 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.99 HN 0.96 KP 0.98 ! LA 1.02 MK 1.02 NL 0.88 OV 1.00* ! PT 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.02 HN 0.99 KP 0.93 ! LA 0.84 MK 1.07 NL 1.09 OV 1.00* ! PT 1.06 ! ! ! Correcting IF 4. ! A total of 21 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.92 HN 0.84 KP 1.00* ! LA 0.77 MK 0.93 NL 1.00* OV 1.00* ! PT 0.92 ! ! ! Fit before self-cal, rms=0.074639Jy sigma=0.000618 ! Fit after self-cal, rms=0.073710Jy sigma=0.000617 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.7 mas, bmaj=6.019 mas, bpa=-19.94 degrees ! Estimated noise=489.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.00032667 Jy ! Component: 100 - total flux cleaned = 0.000378879 Jy ! Component: 150 - total flux cleaned = 0.000415397 Jy ! Component: 200 - total flux cleaned = 0.000448003 Jy ! Total flux subtracted in 200 components = 0.000448003 Jy ! Clean residual min=-0.001389 max=0.001527 Jy/beam ! Clean residual mean=0.000006 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.046533 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 25 components and 0.046533 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073705Jy sigma=0.000617 ! Fit after self-cal, rms=0.073581Jy sigma=0.000617 ! 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.073581Jy sigma=0.000617 ! Fit after self-cal, rms=0.071485Jy sigma=0.000615 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.7 mas, bmaj=6.059 mas, bpa=-19.52 degrees ! Estimated noise=487.735 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.78492e-05 Jy ! Component: 100 - total flux cleaned = 7.93124e-05 Jy ! Component: 150 - total flux cleaned = 6.44843e-05 Jy ! Component: 200 - total flux cleaned = 5.81897e-05 Jy ! Total flux subtracted in 200 components = 5.81897e-05 Jy ! Clean residual min=-0.001090 max=0.001109 Jy/beam ! Clean residual mean=0.000004 rms=0.000292 Jy/beam ! Combined flux in latest and established models = 0.0465911 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 35 components and 0.0465911 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071483Jy sigma=0.000615 ! Fit after self-cal, rms=0.071431Jy sigma=0.000615 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.000254842 Jy ! Component: 100 - total flux cleaned = 0.000234123 Jy ! Component: 150 - total flux cleaned = 0.000229075 Jy ! Component: 200 - total flux cleaned = 0.000228963 Jy ! Total flux subtracted in 200 components = 0.000228963 Jy ! Clean residual min=-0.001173 max=0.001056 Jy/beam ! Clean residual mean=0.000003 rms=0.000294 Jy/beam ! Combined flux in latest and established models = 0.0468201 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 39 components and 0.0468201 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071430Jy sigma=0.000615 ! Fit after self-cal, rms=0.071427Jy sigma=0.000615 ! 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.071427Jy sigma=0.000615 ! Fit after self-cal, rms=0.071512Jy sigma=0.000615 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.698 mas, bmaj=6.07 mas, bpa=-19.26 degrees ! Estimated noise=488.473 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000128464 Jy ! Component: 100 - total flux cleaned = 0.000121918 Jy ! Component: 150 - total flux cleaned = 0.000116355 Jy ! Component: 200 - total flux cleaned = 0.000116312 Jy ! Total flux subtracted in 200 components = 0.000116312 Jy ! Clean residual min=-0.001095 max=0.001080 Jy/beam ! Clean residual mean=0.000003 rms=0.000288 Jy/beam ! Combined flux in latest and established models = 0.0469364 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 40 components and 0.0469364 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071511Jy sigma=0.000615 ! Fit after self-cal, rms=0.071518Jy sigma=0.000615 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.21152e-05 Jy ! Component: 100 - total flux cleaned = 4.63245e-05 Jy ! Component: 150 - total flux cleaned = 3.6864e-05 Jy ! Component: 200 - total flux cleaned = 3.70329e-05 Jy ! Total flux subtracted in 200 components = 3.70329e-05 Jy ! Clean residual min=-0.001096 max=0.001060 Jy/beam ! Clean residual mean=0.000003 rms=0.000289 Jy/beam ! Combined flux in latest and established models = 0.0469735 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 40 components and 0.0469735 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071517Jy sigma=0.000615 ! Fit after self-cal, rms=0.071516Jy sigma=0.000615 ! 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.071516Jy sigma=0.000615 ! Fit after self-cal, rms=0.071643Jy sigma=0.000615 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.237 mas, bmaj=9.06 mas, bpa=-0.4659 degrees ! Estimated noise=619.174 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000153047 Jy ! Component: 100 - total flux cleaned = 0.000148303 Jy ! Component: 150 - total flux cleaned = 0.000148295 Jy ! Component: 200 - total flux cleaned = 0.000144434 Jy ! Total flux subtracted in 200 components = 0.000144434 Jy ! Clean residual min=-0.001207 max=0.001305 Jy/beam ! Clean residual mean=0.000006 rms=0.000373 Jy/beam ! Combined flux in latest and established models = 0.0471179 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 46 components and 0.0471179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071643Jy sigma=0.000615 ! Fit after self-cal, rms=0.071646Jy sigma=0.000615 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.69073e-06 Jy ! Component: 100 - total flux cleaned = -3.80584e-06 Jy ! Component: 150 - total flux cleaned = -6.72201e-06 Jy ! Component: 200 - total flux cleaned = -9.22019e-06 Jy ! Total flux subtracted in 200 components = -9.22019e-06 Jy ! Clean residual min=-0.001163 max=0.001300 Jy/beam ! Clean residual mean=0.000006 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.0471087 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 47 components and 0.0471087 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071646Jy sigma=0.000615 ! Fit after self-cal, rms=0.071646Jy sigma=0.000615 ! 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.693 mas, bmaj=6.075 mas, bpa=-19.18 degrees ! Estimated noise=489.057 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.693 x 6.075 at -19.18 degrees (North through East) ! Clean map min=-0.0010529 max=0.045826 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.852 mas, bmaj=5.065 mas, bpa=-22.68 degrees ! Estimated noise=947.781 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0358314 Jy ! Component: 100 - total flux cleaned = 0.0436855 Jy ! Component: 150 - total flux cleaned = 0.0445815 Jy ! Component: 200 - total flux cleaned = 0.0446416 Jy ! Total flux subtracted in 200 components = 0.0446416 Jy ! Clean residual min=-0.002079 max=0.001990 Jy/beam ! Clean residual mean=0.000002 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.0446416 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0446416 Jy ! Inverting map and beam ! Estimated beam: bmin=3.693 mas, bmaj=6.075 mas, bpa=-19.18 degrees ! Estimated noise=489.057 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.00127596 Jy ! Component: 100 - total flux cleaned = 0.00187486 Jy ! Component: 150 - total flux cleaned = 0.00218424 Jy ! Component: 200 - total flux cleaned = 0.00222829 Jy ! Total flux subtracted in 200 components = 0.00222829 Jy ! Clean residual min=-0.001141 max=0.001091 Jy/beam ! Clean residual mean=0.000003 rms=0.000290 Jy/beam ! Combined flux in latest and established models = 0.0468699 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 24 components and 0.0468699 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.237 mas, bmaj=9.06 mas, bpa=-0.4659 degrees ! Estimated noise=619.174 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000193744 Jy ! Component: 100 - total flux cleaned = 0.000202134 Jy ! Component: 150 - total flux cleaned = 0.00020857 Jy ! Component: 200 - total flux cleaned = 0.000213667 Jy ! Total flux subtracted in 200 components = 0.000213667 Jy ! Clean residual min=-0.001164 max=0.001300 Jy/beam ! Clean residual mean=0.000006 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.0470836 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.36802e-06 Jy ! Component: 100 - total flux cleaned = -4.45604e-06 Jy ! Component: 150 - total flux cleaned = -6.2969e-06 Jy ! Component: 200 - total flux cleaned = -8.05642e-06 Jy ! Total flux subtracted in 200 components = -8.05642e-06 Jy ! Clean residual min=-0.001164 max=0.001302 Jy/beam ! Clean residual mean=0.000006 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.0470755 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 35 components and 0.0470755 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.693 mas, bmaj=6.075 mas, bpa=-19.18 degrees ! Estimated noise=489.057 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000144301 Jy ! Component: 100 - total flux cleaned = -0.000122667 Jy ! Component: 150 - total flux cleaned = -0.000115915 Jy ! Component: 200 - total flux cleaned = -0.000109887 Jy ! Total flux subtracted in 200 components = -0.000109887 Jy ! Clean residual min=-0.001105 max=0.001081 Jy/beam ! Clean residual mean=0.000003 rms=0.000289 Jy/beam ! Combined flux in latest and established models = 0.0469656 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 41 components and 0.0469656 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071647Jy sigma=0.000615 ! Fit after self-cal, rms=0.071646Jy sigma=0.000615 wmodel J1415+4830_S_2017_10_09_pus_map.mod ! Writing 41 model components to file: J1415+4830_S_2017_10_09_pus_map.mod wobs J1415+4830_S_2017_10_09_pus_uvs.fits ! Writing UV FITS file: J1415+4830_S_2017_10_09_pus_uvs.fits wwins J1415+4830_S_2017_10_09_pus_map.win ! wwins: Wrote 1 windows to J1415+4830_S_2017_10_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.000121983 Jy ! Component: 100 - total flux cleaned = -0.000217148 Jy ! Component: 150 - total flux cleaned = -0.000235353 Jy ! Component: 200 - total flux cleaned = -0.000269638 Jy ! Component: 250 - total flux cleaned = -0.000302997 Jy ! Component: 300 - total flux cleaned = -0.000318928 Jy ! Component: 350 - total flux cleaned = -0.000318939 Jy ! Component: 400 - total flux cleaned = -0.000349763 Jy ! Component: 450 - total flux cleaned = -0.00027379 Jy ! Component: 500 - total flux cleaned = -0.000259149 Jy ! Component: 550 - total flux cleaned = -0.000157727 Jy ! Component: 600 - total flux cleaned = -0.000157858 Jy ! Component: 650 - total flux cleaned = -0.000129564 Jy ! Component: 700 - total flux cleaned = -7.41519e-05 Jy ! Component: 750 - total flux cleaned = -6.50137e-06 Jy ! Component: 800 - total flux cleaned = 2.00418e-05 Jy ! Component: 850 - total flux cleaned = 7.26862e-05 Jy ! Component: 900 - total flux cleaned = 0.000124423 Jy ! Component: 950 - total flux cleaned = 0.000188022 Jy ! Component: 1000 - total flux cleaned = 0.000250609 Jy ! Component: 1050 - total flux cleaned = 0.000349308 Jy ! Component: 1100 - total flux cleaned = 0.000410353 Jy ! Component: 1150 - total flux cleaned = 0.000482533 Jy ! Component: 1200 - total flux cleaned = 0.00057723 Jy ! Component: 1250 - total flux cleaned = 0.000612342 Jy ! Component: 1300 - total flux cleaned = 0.000716311 Jy ! Component: 1350 - total flux cleaned = 0.00078491 Jy ! Component: 1400 - total flux cleaned = 0.000875384 Jy ! Component: 1450 - total flux cleaned = 0.000975703 Jy ! Component: 1500 - total flux cleaned = 0.00107494 Jy ! Component: 1550 - total flux cleaned = 0.0011729 Jy ! Component: 1600 - total flux cleaned = 0.00121606 Jy ! Component: 1650 - total flux cleaned = 0.0013227 Jy ! Component: 1700 - total flux cleaned = 0.00139645 Jy ! Component: 1750 - total flux cleaned = 0.00147998 Jy ! Component: 1800 - total flux cleaned = 0.00156267 Jy ! Component: 1850 - total flux cleaned = 0.00164434 Jy ! Component: 1900 - total flux cleaned = 0.00174548 Jy ! Component: 1950 - total flux cleaned = 0.00178556 Jy ! Component: 2000 - total flux cleaned = 0.00186494 Jy ! Component: 2050 - total flux cleaned = 0.00194353 Jy ! Component: 2100 - total flux cleaned = 0.00199226 Jy ! Component: 2150 - total flux cleaned = 0.00209838 Jy ! Component: 2200 - total flux cleaned = 0.00218429 Jy ! Component: 2250 - total flux cleaned = 0.00222224 Jy ! Component: 2300 - total flux cleaned = 0.00231622 Jy ! Component: 2350 - total flux cleaned = 0.00239067 Jy ! Component: 2400 - total flux cleaned = 0.00246446 Jy ! Component: 2450 - total flux cleaned = 0.00255582 Jy ! Component: 2500 - total flux cleaned = 0.00259208 Jy ! Component: 2550 - total flux cleaned = 0.00264591 Jy ! Component: 2600 - total flux cleaned = 0.00270839 Jy ! Component: 2650 - total flux cleaned = 0.0027437 Jy ! Component: 2700 - total flux cleaned = 0.00280512 Jy ! Component: 2750 - total flux cleaned = 0.00286597 Jy ! Component: 2800 - total flux cleaned = 0.00290918 Jy ! Component: 2850 - total flux cleaned = 0.00296062 Jy ! Component: 2900 - total flux cleaned = 0.00301154 Jy ! Component: 2950 - total flux cleaned = 0.00307055 Jy ! Component: 3000 - total flux cleaned = 0.00312908 Jy ! Component: 3050 - total flux cleaned = 0.00317064 Jy ! Component: 3100 - total flux cleaned = 0.00322842 Jy ! Component: 3150 - total flux cleaned = 0.00326117 Jy ! Component: 3200 - total flux cleaned = 0.00331806 Jy ! Component: 3250 - total flux cleaned = 0.00336651 Jy ! Component: 3300 - total flux cleaned = 0.00341457 Jy ! Component: 3350 - total flux cleaned = 0.00344649 Jy ! Component: 3400 - total flux cleaned = 0.00347813 Jy ! Component: 3450 - total flux cleaned = 0.00355673 Jy ! Component: 3500 - total flux cleaned = 0.0035958 Jy ! Component: 3550 - total flux cleaned = 0.00365007 Jy ! Component: 3600 - total flux cleaned = 0.00370391 Jy ! Component: 3650 - total flux cleaned = 0.00374976 Jy ! Component: 3700 - total flux cleaned = 0.0037801 Jy ! Component: 3750 - total flux cleaned = 0.00380283 Jy ! Component: 3800 - total flux cleaned = 0.00388539 Jy ! Component: 3850 - total flux cleaned = 0.00389281 Jy ! Component: 3900 - total flux cleaned = 0.00395951 Jy ! Component: 3950 - total flux cleaned = 0.00401844 Jy ! Component: 4000 - total flux cleaned = 0.00406237 Jy ! Component: 4050 - total flux cleaned = 0.00407696 Jy ! Total flux subtracted in 4096 components = 0.00414208 Jy ! Clean residual min=-0.000361 max=0.000436 Jy/beam ! Clean residual mean=0.000001 rms=0.000129 Jy/beam ! Combined flux in latest and established models = 0.0511077 Jy keep ! Adding 288 model components to the UV plane model. ! The established model now contains 329 components and 0.0511077 Jy ![Exited script file: muppet] wmap "J1415+4830_S_2017_10_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.693 x 6.075 at -19.18 degrees (North through East) ! Clean map min=-0.00073955 max=0.045799 Jy/beam ! Writing clean map to FITS file: J1415+4830_S_2017_10_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0457993 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000127883 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.837673 0.837673 1.67535 3.35069 6.70138 13.4028 26.8055 53.611 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.045 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.693 x 6.075 at -19.18 degrees (North through East) ! Clean map min=-0.00073955 max=0.045799 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 J1415+4830_S_2017_10_09_pus_uvs.log closed on Sun May 12 13:14:07 2019