! Started logfile: J1052+3355_S_2017_09_26_pus_uvs.log on Sat May 11 13:00:19 2019 obs J1052+3355_S_2017_09_26_pus_uva.fits ! Reading UV FITS file: J1052+3355_S_2017_09_26_pus_uva.fits ! AN table 1: 294 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.881236 visibilities/baseline/integration-bin. ! Found source: J1052+3355 ! ! 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 674 lines of history. ! ! Reading 37308 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 J1052+3355_S_2017_09_26_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 362 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 233 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 219 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1585 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.992498Jy sigma=0.009341 ! Fit after self-cal, rms=0.960552Jy sigma=0.009055 ! 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.208 mas, bmaj=6.122 mas, bpa=-20.56 degrees ! Estimated noise=973.389 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.0327216 Jy ! Component: 100 - total flux cleaned = 0.039907 Jy ! Total flux subtracted in 100 components = 0.039907 Jy ! Clean residual min=-0.002375 max=0.002583 Jy/beam ! Clean residual mean=0.000003 rms=0.000633 Jy/beam ! Combined flux in latest and established models = 0.0399069 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.0399069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070711Jy sigma=0.000632 ! Fit after self-cal, rms=0.069541Jy sigma=0.000621 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00287807 Jy ! Component: 100 - total flux cleaned = 0.00259221 Jy ! Total flux subtracted in 100 components = 0.00259221 Jy ! Clean residual min=-0.002635 max=0.002293 Jy/beam ! Clean residual mean=0.000004 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.0424992 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0424992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069406Jy sigma=0.000621 ! Fit after self-cal, rms=0.069377Jy sigma=0.000620 ! 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.148 mas, bmaj=7.372 mas, bpa=-17.8 degrees ! Estimated noise=463.952 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.000681056 Jy ! Component: 100 - total flux cleaned = 0.000685528 Jy ! Component: 150 - total flux cleaned = 0.000656567 Jy ! Component: 200 - total flux cleaned = 0.000595508 Jy ! Total flux subtracted in 200 components = 0.000595508 Jy ! Clean residual min=-0.001461 max=0.001336 Jy/beam ! Clean residual mean=0.000004 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.0430947 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 17 components and 0.0430947 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069362Jy sigma=0.000620 ! Fit after self-cal, rms=0.069347Jy sigma=0.000620 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.01 HN 1.02 KP 0.97 ! LA 0.97 MK 1.02 NL 0.95 OV 1.05 ! PT 1.08 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.99 HN 1.06 KP 0.96 ! LA 1.01 MK 1.01 NL 1.08 OV 1.03 ! PT 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.01 HN 0.97 KP 1.00 ! LA 1.01 MK 1.03 NL 1.02 OV 0.99 ! PT 1.05 ! ! ! Correcting IF 4. ! A total of 321 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.85 HN 0.85 KP 1.00* ! LA 0.83 MK 0.87 NL 1.00* OV 1.00* ! PT 0.96 ! ! ! Fit before self-cal, rms=0.069347Jy sigma=0.000620 ! Fit after self-cal, rms=0.069819Jy sigma=0.000621 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.106 mas, bmaj=7.324 mas, bpa=-17.13 degrees ! Estimated noise=471.009 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.000113787 Jy ! Component: 100 - total flux cleaned = 0.000125863 Jy ! Component: 150 - total flux cleaned = 8.59626e-05 Jy ! Component: 200 - total flux cleaned = 6.15223e-05 Jy ! Total flux subtracted in 200 components = 6.15223e-05 Jy ! Clean residual min=-0.001101 max=0.001085 Jy/beam ! Clean residual mean=-0.000000 rms=0.000313 Jy/beam ! Combined flux in latest and established models = 0.0431562 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 28 components and 0.0431562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069814Jy sigma=0.000621 ! Fit after self-cal, rms=0.069768Jy sigma=0.000621 ! 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.069768Jy sigma=0.000621 ! Fit after self-cal, rms=0.069174Jy sigma=0.000620 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.123 mas, bmaj=7.288 mas, bpa=-17.31 degrees ! Estimated noise=470.416 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.45228e-05 Jy ! Component: 100 - total flux cleaned = 2.98437e-05 Jy ! Component: 150 - total flux cleaned = 6.18167e-05 Jy ! Component: 200 - total flux cleaned = 6.74456e-05 Jy ! Total flux subtracted in 200 components = 6.74456e-05 Jy ! Clean residual min=-0.001105 max=0.001051 Jy/beam ! Clean residual mean=-0.000001 rms=0.000276 Jy/beam ! Combined flux in latest and established models = 0.0432236 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 34 components and 0.0432236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069173Jy sigma=0.000620 ! Fit after self-cal, rms=0.069171Jy sigma=0.000620 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 = -4.40966e-05 Jy ! Component: 100 - total flux cleaned = -2.60932e-05 Jy ! Component: 150 - total flux cleaned = -2.07506e-05 Jy ! Component: 200 - total flux cleaned = -1.56813e-05 Jy ! Total flux subtracted in 200 components = -1.56813e-05 Jy ! Clean residual min=-0.001187 max=0.001088 Jy/beam ! Clean residual mean=-0.000001 rms=0.000279 Jy/beam ! Combined flux in latest and established models = 0.0432079 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 38 components and 0.0432079 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069170Jy sigma=0.000620 ! Fit after self-cal, rms=0.069166Jy sigma=0.000620 ! 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.069166Jy sigma=0.000620 ! Fit after self-cal, rms=0.069246Jy sigma=0.000620 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.129 mas, bmaj=7.279 mas, bpa=-17.3 degrees ! Estimated noise=470.799 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.40321e-05 Jy ! Component: 100 - total flux cleaned = 8.26964e-05 Jy ! Component: 150 - total flux cleaned = 0.00012011 Jy ! Component: 200 - total flux cleaned = 0.000129588 Jy ! Total flux subtracted in 200 components = 0.000129588 Jy ! Clean residual min=-0.001134 max=0.001082 Jy/beam ! Clean residual mean=-0.000001 rms=0.000276 Jy/beam ! Combined flux in latest and established models = 0.0433375 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 39 components and 0.0433375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069245Jy sigma=0.000620 ! Fit after self-cal, rms=0.069250Jy sigma=0.000620 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.6847e-05 Jy ! Component: 100 - total flux cleaned = 4.16791e-05 Jy ! Component: 150 - total flux cleaned = 4.6047e-05 Jy ! Component: 200 - total flux cleaned = 4.60656e-05 Jy ! Total flux subtracted in 200 components = 4.60656e-05 Jy ! Clean residual min=-0.001183 max=0.001082 Jy/beam ! Clean residual mean=-0.000001 rms=0.000278 Jy/beam ! Combined flux in latest and established models = 0.0433836 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 39 components and 0.0433836 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069249Jy sigma=0.000620 ! Fit after self-cal, rms=0.069250Jy sigma=0.000620 ! 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.069250Jy sigma=0.000620 ! Fit after self-cal, rms=0.069327Jy sigma=0.000620 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.149 mas, bmaj=9.696 mas, bpa=-13.47 degrees ! Estimated noise=558.919 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.0786e-05 Jy ! Component: 100 - total flux cleaned = -6.62016e-05 Jy ! Component: 150 - total flux cleaned = -7.06373e-05 Jy ! Component: 200 - total flux cleaned = -7.06196e-05 Jy ! Total flux subtracted in 200 components = -7.06196e-05 Jy ! Clean residual min=-0.001101 max=0.001160 Jy/beam ! Clean residual mean=-0.000002 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.043313 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 44 components and 0.043313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069326Jy sigma=0.000620 ! Fit after self-cal, rms=0.069326Jy sigma=0.000620 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 = -6.49218e-05 Jy ! Component: 100 - total flux cleaned = -6.47504e-05 Jy ! Component: 150 - total flux cleaned = -6.48427e-05 Jy ! Component: 200 - total flux cleaned = -6.8695e-05 Jy ! Total flux subtracted in 200 components = -6.8695e-05 Jy ! Clean residual min=-0.001085 max=0.001163 Jy/beam ! Clean residual mean=-0.000001 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.0432443 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 46 components and 0.0432443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069326Jy sigma=0.000620 ! Fit after self-cal, rms=0.069324Jy sigma=0.000620 ! 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.134 mas, bmaj=7.27 mas, bpa=-17.36 degrees ! Estimated noise=471.296 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.134 x 7.27 at -17.36 degrees (North through East) ! Clean map min=-0.0011595 max=0.044168 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.219 mas, bmaj=6.071 mas, bpa=-19.66 degrees ! Estimated noise=995.545 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0345401 Jy ! Component: 100 - total flux cleaned = 0.0421099 Jy ! Component: 150 - total flux cleaned = 0.0424914 Jy ! Component: 200 - total flux cleaned = 0.0424242 Jy ! Total flux subtracted in 200 components = 0.0424242 Jy ! Clean residual min=-0.002287 max=0.002114 Jy/beam ! Clean residual mean=0.000002 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.0424242 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 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0424242 Jy ! Inverting map and beam ! Estimated beam: bmin=4.134 mas, bmaj=7.27 mas, bpa=-17.36 degrees ! Estimated noise=471.296 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.000820464 Jy ! Component: 100 - total flux cleaned = 0.000962879 Jy ! Component: 150 - total flux cleaned = 0.00101751 Jy ! Component: 200 - total flux cleaned = 0.00102919 Jy ! Total flux subtracted in 200 components = 0.00102919 Jy ! Clean residual min=-0.001197 max=0.001066 Jy/beam ! Clean residual mean=-0.000001 rms=0.000283 Jy/beam ! Combined flux in latest and established models = 0.0434534 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 20 components and 0.0434534 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.149 mas, bmaj=9.696 mas, bpa=-13.47 degrees ! Estimated noise=558.919 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000224753 Jy ! Component: 100 - total flux cleaned = -0.000251753 Jy ! Component: 150 - total flux cleaned = -0.000251991 Jy ! Component: 200 - total flux cleaned = -0.000251985 Jy ! Total flux subtracted in 200 components = -0.000251985 Jy ! Clean residual min=-0.001086 max=0.001138 Jy/beam ! Clean residual mean=-0.000002 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.0432014 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 = -5.0864e-06 Jy ! Component: 100 - total flux cleaned = -5.03877e-06 Jy ! Component: 150 - total flux cleaned = -9.33206e-06 Jy ! Component: 200 - total flux cleaned = -9.14341e-06 Jy ! Total flux subtracted in 200 components = -9.14341e-06 Jy ! Clean residual min=-0.001086 max=0.001140 Jy/beam ! Clean residual mean=-0.000002 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.0431923 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 36 components and 0.0431923 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.134 mas, bmaj=7.27 mas, bpa=-17.36 degrees ! Estimated noise=471.296 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.03247e-05 Jy ! Component: 100 - total flux cleaned = 5.56955e-05 Jy ! Component: 150 - total flux cleaned = 7.88599e-05 Jy ! Component: 200 - total flux cleaned = 8.5869e-05 Jy ! Total flux subtracted in 200 components = 8.5869e-05 Jy ! Clean residual min=-0.001202 max=0.001078 Jy/beam ! Clean residual mean=-0.000001 rms=0.000279 Jy/beam ! Combined flux in latest and established models = 0.0432781 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 44 components and 0.0432781 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069327Jy sigma=0.000620 ! Fit after self-cal, rms=0.069327Jy sigma=0.000620 wmodel J1052+3355_S_2017_09_26_pus_map.mod ! Writing 44 model components to file: J1052+3355_S_2017_09_26_pus_map.mod wobs J1052+3355_S_2017_09_26_pus_uvs.fits ! Writing UV FITS file: J1052+3355_S_2017_09_26_pus_uvs.fits wwins J1052+3355_S_2017_09_26_pus_map.win ! wwins: Wrote 1 windows to J1052+3355_S_2017_09_26_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.000195238 Jy ! Component: 100 - total flux cleaned = -0.000342186 Jy ! Component: 150 - total flux cleaned = -0.000325415 Jy ! Component: 200 - total flux cleaned = -0.000276827 Jy ! Component: 250 - total flux cleaned = -0.000214754 Jy ! Component: 300 - total flux cleaned = -0.000229361 Jy ! Component: 350 - total flux cleaned = -0.000186492 Jy ! Component: 400 - total flux cleaned = -0.000172583 Jy ! Component: 450 - total flux cleaned = -0.00019948 Jy ! Component: 500 - total flux cleaned = -0.000172672 Jy ! Component: 550 - total flux cleaned = -0.000185666 Jy ! Component: 600 - total flux cleaned = -0.000198159 Jy ! Component: 650 - total flux cleaned = -0.000173016 Jy ! Component: 700 - total flux cleaned = -0.000148616 Jy ! Component: 750 - total flux cleaned = -0.000172336 Jy ! Component: 800 - total flux cleaned = -0.000125141 Jy ! Component: 850 - total flux cleaned = -7.87455e-05 Jy ! Component: 900 - total flux cleaned = -5.60508e-05 Jy ! Component: 950 - total flux cleaned = -2.2635e-05 Jy ! Component: 1000 - total flux cleaned = 1.0265e-05 Jy ! Component: 1050 - total flux cleaned = 1.05687e-05 Jy ! Component: 1100 - total flux cleaned = 3.19752e-05 Jy ! Component: 1150 - total flux cleaned = 5.27571e-05 Jy ! Component: 1200 - total flux cleaned = 5.26667e-05 Jy ! Component: 1250 - total flux cleaned = 8.29481e-05 Jy ! Component: 1300 - total flux cleaned = 0.000102582 Jy ! Component: 1350 - total flux cleaned = 0.000102757 Jy ! Component: 1400 - total flux cleaned = 0.000160744 Jy ! Component: 1450 - total flux cleaned = 0.000217699 Jy ! Component: 1500 - total flux cleaned = 0.000226738 Jy ! Component: 1550 - total flux cleaned = 0.000254389 Jy ! Component: 1600 - total flux cleaned = 0.000281668 Jy ! Component: 1650 - total flux cleaned = 0.000290678 Jy ! Component: 1700 - total flux cleaned = 0.000299737 Jy ! Component: 1750 - total flux cleaned = 0.000343495 Jy ! Component: 1800 - total flux cleaned = 0.000386727 Jy ! Component: 1850 - total flux cleaned = 0.000378044 Jy ! Component: 1900 - total flux cleaned = 0.00041161 Jy ! Component: 1950 - total flux cleaned = 0.000411549 Jy ! Component: 2000 - total flux cleaned = 0.000428018 Jy ! Component: 2050 - total flux cleaned = 0.000403616 Jy ! Component: 2100 - total flux cleaned = 0.000427844 Jy ! Component: 2150 - total flux cleaned = 0.000427901 Jy ! Component: 2200 - total flux cleaned = 0.000427971 Jy ! Component: 2250 - total flux cleaned = 0.000420222 Jy ! Component: 2300 - total flux cleaned = 0.000404664 Jy ! Component: 2350 - total flux cleaned = 0.000419981 Jy ! Component: 2400 - total flux cleaned = 0.000412355 Jy ! Component: 2450 - total flux cleaned = 0.000419839 Jy ! Component: 2500 - total flux cleaned = 0.000389974 Jy ! Component: 2550 - total flux cleaned = 0.000367805 Jy ! Component: 2600 - total flux cleaned = 0.000375206 Jy ! Component: 2650 - total flux cleaned = 0.000346219 Jy ! Component: 2700 - total flux cleaned = 0.000331818 Jy ! Component: 2750 - total flux cleaned = 0.000324675 Jy ! Component: 2800 - total flux cleaned = 0.000331684 Jy ! Component: 2850 - total flux cleaned = 0.000310583 Jy ! Component: 2900 - total flux cleaned = 0.000296747 Jy ! Component: 2950 - total flux cleaned = 0.000276055 Jy ! Component: 3000 - total flux cleaned = 0.000262405 Jy ! Component: 3050 - total flux cleaned = 0.000248837 Jy ! Component: 3100 - total flux cleaned = 0.000248832 Jy ! Component: 3150 - total flux cleaned = 0.000235374 Jy ! Component: 3200 - total flux cleaned = 0.000208624 Jy ! Component: 3250 - total flux cleaned = 0.000182136 Jy ! Component: 3300 - total flux cleaned = 0.000169051 Jy ! Component: 3350 - total flux cleaned = 0.000162493 Jy ! Component: 3400 - total flux cleaned = 0.000123592 Jy ! Component: 3450 - total flux cleaned = 0.000117089 Jy ! Component: 3500 - total flux cleaned = 9.14542e-05 Jy ! Component: 3550 - total flux cleaned = 8.50881e-05 Jy ! Component: 3600 - total flux cleaned = 3.44528e-05 Jy ! Component: 3650 - total flux cleaned = 2.19179e-05 Jy ! Component: 3700 - total flux cleaned = 3.18521e-06 Jy ! Component: 3750 - total flux cleaned = -1.53956e-05 Jy ! Component: 3800 - total flux cleaned = -5.85819e-05 Jy ! Component: 3850 - total flux cleaned = -9.53798e-05 Jy ! Component: 3900 - total flux cleaned = -0.000113665 Jy ! Component: 3950 - total flux cleaned = -0.000113706 Jy ! Component: 4000 - total flux cleaned = -0.000119718 Jy ! Component: 4050 - total flux cleaned = -0.000125767 Jy ! Total flux subtracted in 4096 components = -0.000161664 Jy ! Clean residual min=-0.000402 max=0.000391 Jy/beam ! Clean residual mean=-0.000001 rms=0.000107 Jy/beam ! Combined flux in latest and established models = 0.0431165 Jy keep ! Adding 278 model components to the UV plane model. ! The established model now contains 322 components and 0.0431165 Jy ![Exited script file: muppet] wmap "J1052+3355_S_2017_09_26_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.134 x 7.27 at -17.36 degrees (North through East) ! Clean map min=-0.00090456 max=0.044156 Jy/beam ! Writing clean map to FITS file: J1052+3355_S_2017_09_26_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0441559 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000104612 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.710747 0.710747 1.42149 2.84299 5.68598 11.372 22.7439 45.4878 90.9756 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.044 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.134 x 7.27 at -17.36 degrees (North through East) ! Clean map min=-0.00090456 max=0.044156 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 J1052+3355_S_2017_09_26_pus_uvs.log closed on Sat May 11 13:00:25 2019