! Started logfile: J0758+0827_S_2017_03_23_pus_uvs.log on Mon May 13 09:54:02 2019 obs J0758+0827_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J0758+0827_S_2017_03_23_pus_uva.fits ! AN table 1: 144 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.947685 visibilities/baseline/integration-bin. ! Found source: J0758+0827 ! ! 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 481 lines of history. ! ! Reading 24564 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 J0758+0827_S_2017_03_23_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 41 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 53 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 53 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 495 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.957704Jy sigma=0.008593 ! Fit after self-cal, rms=0.940537Jy sigma=0.008465 ! 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.979 mas, bmaj=6.913 mas, bpa=-5.334 degrees ! Estimated noise=827.651 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.0454029 Jy ! Component: 100 - total flux cleaned = 0.0580204 Jy ! Total flux subtracted in 100 components = 0.0580204 Jy ! Clean residual min=-0.003123 max=0.005598 Jy/beam ! Clean residual mean=-0.000021 rms=0.000857 Jy/beam ! Combined flux in latest and established models = 0.0580204 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.0580204 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082683Jy sigma=0.000678 ! Fit after self-cal, rms=0.082603Jy sigma=0.000677 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00649722 Jy ! Component: 100 - total flux cleaned = 0.0100059 Jy ! Total flux subtracted in 100 components = 0.0100059 Jy ! Clean residual min=-0.003002 max=0.003091 Jy/beam ! Clean residual mean=-0.000013 rms=0.000722 Jy/beam ! Combined flux in latest and established models = 0.0680263 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 25 components and 0.0680264 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081853Jy sigma=0.000672 ! Fit after self-cal, rms=0.081843Jy sigma=0.000672 ! 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.469 mas, bmaj=7.782 mas, bpa=-5.629 degrees ! Estimated noise=555.264 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 (-8, 6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00404476 Jy ! Component: 100 - total flux cleaned = 0.00664336 Jy ! Component: 150 - total flux cleaned = 0.00848647 Jy ! Component: 200 - total flux cleaned = 0.00989286 Jy ! Total flux subtracted in 200 components = 0.00989286 Jy ! Clean residual min=-0.001899 max=0.002142 Jy/beam ! Clean residual mean=-0.000002 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.0779192 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 53 components and 0.0779192 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081547Jy sigma=0.000670 ! Fit after self-cal, rms=0.081533Jy sigma=0.000669 ! 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.01 FD 1.03 HN 0.92 KP 1.02 ! LA 1.01 MK 1.13 NL 0.89 OV 1.05 ! PT 0.99 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.02 HN 0.92 KP 0.98 ! LA 0.96 MK 1.26 NL 1.03 OV 1.05 ! PT 1.02 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.09 HN 0.93 KP 0.90 ! LA 0.73 MK 1.06 NL 1.23 OV 0.95 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.12 HN 0.84 KP 1.00* ! LA 0.78 MK 0.98 NL 1.00* OV 1.15 ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.081533Jy sigma=0.000669 ! Fit after self-cal, rms=0.079464Jy sigma=0.000665 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.537 mas, bmaj=7.853 mas, bpa=-5.083 degrees ! Estimated noise=555.399 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 = 4.29719e-05 Jy ! Component: 100 - total flux cleaned = 0.000343203 Jy ! Component: 150 - total flux cleaned = 0.000529232 Jy ! Component: 200 - total flux cleaned = 0.000611058 Jy ! Total flux subtracted in 200 components = 0.000611058 Jy ! Clean residual min=-0.001574 max=0.001439 Jy/beam ! Clean residual mean=0.000004 rms=0.000373 Jy/beam ! Combined flux in latest and established models = 0.0785303 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 77 components and 0.0785303 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079431Jy sigma=0.000665 ! Fit after self-cal, rms=0.079405Jy sigma=0.000664 ! 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.079405Jy sigma=0.000664 ! Fit after self-cal, rms=0.080095Jy sigma=0.000662 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.532 mas, bmaj=7.832 mas, bpa=-5.625 degrees ! Estimated noise=554.595 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000199488 Jy ! Component: 100 - total flux cleaned = 0.000125932 Jy ! Component: 150 - total flux cleaned = 8.2943e-05 Jy ! Component: 200 - total flux cleaned = 2.57509e-05 Jy ! Total flux subtracted in 200 components = 2.57509e-05 Jy ! Clean residual min=-0.001425 max=0.001255 Jy/beam ! Clean residual mean=0.000001 rms=0.000315 Jy/beam ! Combined flux in latest and established models = 0.078556 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 102 components and 0.078556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080083Jy sigma=0.000662 ! Fit after self-cal, rms=0.080135Jy sigma=0.000662 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.4436e-06 Jy ! Component: 100 - total flux cleaned = -3.33517e-05 Jy ! Component: 150 - total flux cleaned = -5.09239e-05 Jy ! Component: 200 - total flux cleaned = -6.75437e-05 Jy ! Total flux subtracted in 200 components = -6.75437e-05 Jy ! Clean residual min=-0.001453 max=0.001254 Jy/beam ! Clean residual mean=0.000001 rms=0.000312 Jy/beam ! Combined flux in latest and established models = 0.0784885 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 108 components and 0.0784885 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080128Jy sigma=0.000662 ! Fit after self-cal, rms=0.080132Jy sigma=0.000662 ! 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.080132Jy sigma=0.000662 ! Fit after self-cal, rms=0.080418Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.529 mas, bmaj=7.815 mas, bpa=-5.556 degrees ! Estimated noise=553.763 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.59292e-05 Jy ! Component: 100 - total flux cleaned = 5.91024e-05 Jy ! Component: 150 - total flux cleaned = 4.25848e-05 Jy ! Component: 200 - total flux cleaned = 1.09554e-05 Jy ! Total flux subtracted in 200 components = 1.09554e-05 Jy ! Clean residual min=-0.001412 max=0.001240 Jy/beam ! Clean residual mean=0.000001 rms=0.000309 Jy/beam ! Combined flux in latest and established models = 0.0784994 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 110 components and 0.0784994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080411Jy sigma=0.000662 ! Fit after self-cal, rms=0.080423Jy sigma=0.000662 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 = 8.36505e-07 Jy ! Component: 100 - total flux cleaned = -4.7036e-05 Jy ! Component: 150 - total flux cleaned = -6.18462e-05 Jy ! Component: 200 - total flux cleaned = -8.94316e-05 Jy ! Total flux subtracted in 200 components = -8.94316e-05 Jy ! Clean residual min=-0.001422 max=0.001251 Jy/beam ! Clean residual mean=0.000000 rms=0.000307 Jy/beam ! Combined flux in latest and established models = 0.07841 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 111 components and 0.07841 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080417Jy sigma=0.000662 ! Fit after self-cal, rms=0.080417Jy sigma=0.000662 ! 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.080417Jy sigma=0.000662 ! Fit after self-cal, rms=0.080415Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.6 mas, bmaj=11.25 mas, bpa=-2.661 degrees ! Estimated noise=677.702 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000153734 Jy ! Component: 100 - total flux cleaned = 0.000152782 Jy ! Component: 150 - total flux cleaned = 0.000133808 Jy ! Component: 200 - total flux cleaned = 0.000102356 Jy ! Total flux subtracted in 200 components = 0.000102356 Jy ! Clean residual min=-0.001279 max=0.001312 Jy/beam ! Clean residual mean=0.000002 rms=0.000359 Jy/beam ! Combined flux in latest and established models = 0.0785124 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 125 components and 0.0785124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080415Jy sigma=0.000662 ! Fit after self-cal, rms=0.080417Jy sigma=0.000662 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.33121e-06 Jy ! Component: 100 - total flux cleaned = -5.77808e-06 Jy ! Component: 150 - total flux cleaned = -2.8278e-05 Jy ! Component: 200 - total flux cleaned = -4.82135e-05 Jy ! Total flux subtracted in 200 components = -4.82135e-05 Jy ! Clean residual min=-0.001284 max=0.001293 Jy/beam ! Clean residual mean=0.000002 rms=0.000358 Jy/beam ! Combined flux in latest and established models = 0.0784641 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 134 components and 0.0784642 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080417Jy sigma=0.000662 ! Fit after self-cal, rms=0.080417Jy sigma=0.000662 ! 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.528 mas, bmaj=7.799 mas, bpa=-5.42 degrees ! Estimated noise=553.301 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.528 x 7.799 at -5.42 degrees (North through East) ! Clean map min=-0.0017141 max=0.059857 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.015 mas, bmaj=6.88 mas, bpa=-5.17 degrees ! Estimated noise=824.539 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0448162 Jy ! Component: 100 - total flux cleaned = 0.0581804 Jy ! Component: 150 - total flux cleaned = 0.0648136 Jy ! Component: 200 - total flux cleaned = 0.0686795 Jy ! Total flux subtracted in 200 components = 0.0686795 Jy ! Clean residual min=-0.002760 max=0.002377 Jy/beam ! Clean residual mean=-0.000013 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.0686795 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.0686795 Jy ! Inverting map and beam ! Estimated beam: bmin=3.528 mas, bmaj=7.799 mas, bpa=-5.42 degrees ! Estimated noise=553.301 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.00364586 Jy ! Component: 100 - total flux cleaned = 0.00600042 Jy ! Component: 150 - total flux cleaned = 0.00694266 Jy ! Component: 200 - total flux cleaned = 0.00761808 Jy ! Total flux subtracted in 200 components = 0.00761808 Jy ! Clean residual min=-0.001386 max=0.001301 Jy/beam ! Clean residual mean=-0.000002 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.0762975 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 55 components and 0.0762975 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.6 mas, bmaj=11.25 mas, bpa=-2.661 degrees ! Estimated noise=677.702 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000937807 Jy ! Component: 100 - total flux cleaned = 0.00124133 Jy ! Component: 150 - total flux cleaned = 0.00151114 Jy ! Component: 200 - total flux cleaned = 0.00170727 Jy ! Total flux subtracted in 200 components = 0.00170727 Jy ! Clean residual min=-0.001317 max=0.001249 Jy/beam ! Clean residual mean=0.000001 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.0780048 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.000148269 Jy ! Component: 100 - total flux cleaned = 0.000252236 Jy ! Component: 150 - total flux cleaned = 0.000306698 Jy ! Component: 200 - total flux cleaned = 0.00033709 Jy ! Total flux subtracted in 200 components = 0.00033709 Jy ! Clean residual min=-0.001289 max=0.001262 Jy/beam ! Clean residual mean=0.000002 rms=0.000358 Jy/beam ! Combined flux in latest and established models = 0.0783419 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 101 components and 0.0783419 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.528 mas, bmaj=7.799 mas, bpa=-5.42 degrees ! Estimated noise=553.301 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000127304 Jy ! Component: 100 - total flux cleaned = -0.000152766 Jy ! Component: 150 - total flux cleaned = -0.00012962 Jy ! Component: 200 - total flux cleaned = -0.000129368 Jy ! Total flux subtracted in 200 components = -0.000129368 Jy ! Clean residual min=-0.001419 max=0.001297 Jy/beam ! Clean residual mean=0.000000 rms=0.000311 Jy/beam ! Combined flux in latest and established models = 0.0782125 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 118 components and 0.0782125 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080441Jy sigma=0.000662 ! Fit after self-cal, rms=0.080432Jy sigma=0.000662 wmodel J0758+0827_S_2017_03_23_pus_map.mod ! Writing 118 model components to file: J0758+0827_S_2017_03_23_pus_map.mod wobs J0758+0827_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J0758+0827_S_2017_03_23_pus_uvs.fits wwins J0758+0827_S_2017_03_23_pus_map.win ! wwins: Wrote 2 windows to J0758+0827_S_2017_03_23_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.00037049 Jy ! Component: 100 - total flux cleaned = -0.000615749 Jy ! Component: 150 - total flux cleaned = -0.000870089 Jy ! Component: 200 - total flux cleaned = -0.00099158 Jy ! Component: 250 - total flux cleaned = -0.00106964 Jy ! Component: 300 - total flux cleaned = -0.00114527 Jy ! Component: 350 - total flux cleaned = -0.00110827 Jy ! Component: 400 - total flux cleaned = -0.00110845 Jy ! Component: 450 - total flux cleaned = -0.00109069 Jy ! Component: 500 - total flux cleaned = -0.00109066 Jy ! Component: 550 - total flux cleaned = -0.0011075 Jy ! Component: 600 - total flux cleaned = -0.00110739 Jy ! Component: 650 - total flux cleaned = -0.00114086 Jy ! Component: 700 - total flux cleaned = -0.00120598 Jy ! Component: 750 - total flux cleaned = -0.00126979 Jy ! Component: 800 - total flux cleaned = -0.00133251 Jy ! Component: 850 - total flux cleaned = -0.00136322 Jy ! Component: 900 - total flux cleaned = -0.00137867 Jy ! Component: 950 - total flux cleaned = -0.00149918 Jy ! Component: 1000 - total flux cleaned = -0.00154351 Jy ! Component: 1050 - total flux cleaned = -0.00158772 Jy ! Component: 1100 - total flux cleaned = -0.00166054 Jy ! Component: 1150 - total flux cleaned = -0.00173238 Jy ! Component: 1200 - total flux cleaned = -0.0017892 Jy ! Component: 1250 - total flux cleaned = -0.00181722 Jy ! Component: 1300 - total flux cleaned = -0.00180341 Jy ! Component: 1350 - total flux cleaned = -0.00187209 Jy ! Component: 1400 - total flux cleaned = -0.00191284 Jy ! Component: 1450 - total flux cleaned = -0.00191289 Jy ! Component: 1500 - total flux cleaned = -0.001953 Jy ! Component: 1550 - total flux cleaned = -0.00196618 Jy ! Component: 1600 - total flux cleaned = -0.00199226 Jy ! Component: 1650 - total flux cleaned = -0.00200523 Jy ! Component: 1700 - total flux cleaned = -0.00200518 Jy ! Component: 1750 - total flux cleaned = -0.00197981 Jy ! Component: 1800 - total flux cleaned = -0.00199239 Jy ! Component: 1850 - total flux cleaned = -0.00200481 Jy ! Component: 1900 - total flux cleaned = -0.00204208 Jy ! Component: 1950 - total flux cleaned = -0.00202989 Jy ! Component: 2000 - total flux cleaned = -0.00206667 Jy ! Component: 2050 - total flux cleaned = -0.00204263 Jy ! Component: 2100 - total flux cleaned = -0.00207855 Jy ! Component: 2150 - total flux cleaned = -0.00207847 Jy ! Component: 2200 - total flux cleaned = -0.00206651 Jy ! Component: 2250 - total flux cleaned = -0.0020548 Jy ! Component: 2300 - total flux cleaned = -0.00207822 Jy ! Component: 2350 - total flux cleaned = -0.00203192 Jy ! Component: 2400 - total flux cleaned = -0.00205479 Jy ! Component: 2450 - total flux cleaned = -0.00207766 Jy ! Component: 2500 - total flux cleaned = -0.00211151 Jy ! Component: 2550 - total flux cleaned = -0.00208908 Jy ! Component: 2600 - total flux cleaned = -0.00210027 Jy ! Component: 2650 - total flux cleaned = -0.00212243 Jy ! Component: 2700 - total flux cleaned = -0.00210046 Jy ! Component: 2750 - total flux cleaned = -0.00211148 Jy ! Component: 2800 - total flux cleaned = -0.00213327 Jy ! Component: 2850 - total flux cleaned = -0.00212261 Jy ! Component: 2900 - total flux cleaned = -0.00213334 Jy ! Component: 2950 - total flux cleaned = -0.00216544 Jy ! Component: 3000 - total flux cleaned = -0.00212292 Jy ! Component: 3050 - total flux cleaned = -0.00211241 Jy ! Component: 3100 - total flux cleaned = -0.00210198 Jy ! Component: 3150 - total flux cleaned = -0.00210205 Jy ! Component: 3200 - total flux cleaned = -0.00209162 Jy ! Component: 3250 - total flux cleaned = -0.00206074 Jy ! Component: 3300 - total flux cleaned = -0.00205057 Jy ! Component: 3350 - total flux cleaned = -0.00203023 Jy ! Component: 3400 - total flux cleaned = -0.00207083 Jy ! Component: 3450 - total flux cleaned = -0.00208092 Jy ! Component: 3500 - total flux cleaned = -0.00205086 Jy ! Component: 3550 - total flux cleaned = -0.00206081 Jy ! Component: 3600 - total flux cleaned = -0.00209059 Jy ! Component: 3650 - total flux cleaned = -0.00204129 Jy ! Component: 3700 - total flux cleaned = -0.00208045 Jy ! Component: 3750 - total flux cleaned = -0.0020023 Jy ! Component: 3800 - total flux cleaned = -0.00202172 Jy ! Component: 3850 - total flux cleaned = -0.00206997 Jy ! Component: 3900 - total flux cleaned = -0.00201227 Jy ! Component: 3950 - total flux cleaned = -0.00204101 Jy ! Component: 4000 - total flux cleaned = -0.00206012 Jy ! Component: 4050 - total flux cleaned = -0.00202219 Jy ! Total flux subtracted in 4096 components = -0.00204114 Jy ! Clean residual min=-0.000530 max=0.000522 Jy/beam ! Clean residual mean=-0.000002 rms=0.000175 Jy/beam ! Combined flux in latest and established models = 0.0761714 Jy keep ! Adding 278 model components to the UV plane model. ! The established model now contains 396 components and 0.0761713 Jy ![Exited script file: muppet] wmap "J0758+0827_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.528 x 7.799 at -5.42 degrees (North through East) ! Clean map min=-0.0017592 max=0.059684 Jy/beam ! Writing clean map to FITS file: J0758+0827_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0596836 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000174112 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.875174 0.875174 1.75035 3.5007 7.00139 14.0028 28.0056 56.0112 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.059 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.528 x 7.799 at -5.42 degrees (North through East) ! Clean map min=-0.0017592 max=0.059684 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 J0758+0827_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:54:07 2019