! Started logfile: J1107+5219_S_2017_07_09_pus_uvs.log on Wed May 8 14:47:27 2019 obs J1107+5219_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J1107+5219_S_2017_07_09_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.966265 visibilities/baseline/integration-bin. ! Found source: J1107+5219 ! ! 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 594 lines of history. ! ! Reading 14436 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 J1107+5219_S_2017_07_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 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 31 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 434 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.927973Jy sigma=0.008932 ! Fit after self-cal, rms=0.920275Jy sigma=0.008868 ! 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.365 mas, bmaj=4.335 mas, bpa=13.42 degrees ! Estimated noise=994.788 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.0634606 Jy ! Component: 100 - total flux cleaned = 0.0847738 Jy ! Total flux subtracted in 100 components = 0.0847738 Jy ! Clean residual min=-0.004128 max=0.009127 Jy/beam ! Clean residual mean=-0.000008 rms=0.001039 Jy/beam ! Combined flux in latest and established models = 0.0847739 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0847739 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075702Jy sigma=0.000698 ! Fit after self-cal, rms=0.075540Jy sigma=0.000696 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0106683 Jy ! Component: 100 - total flux cleaned = 0.0156793 Jy ! Total flux subtracted in 100 components = 0.0156793 Jy ! Clean residual min=-0.003229 max=0.003246 Jy/beam ! Clean residual mean=-0.000005 rms=0.000809 Jy/beam ! Combined flux in latest and established models = 0.100453 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 10 components and 0.100453 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074204Jy sigma=0.000683 ! Fit after self-cal, rms=0.074185Jy sigma=0.000682 ! 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.859 mas, bmaj=5.069 mas, bpa=17.47 degrees ! Estimated noise=690.707 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.00256775 Jy ! Component: 100 - total flux cleaned = 0.00285422 Jy ! Component: 150 - total flux cleaned = 0.00308924 Jy ! Component: 200 - total flux cleaned = 0.00325078 Jy ! Total flux subtracted in 200 components = 0.00325078 Jy ! Clean residual min=-0.002692 max=0.002847 Jy/beam ! Clean residual mean=-0.000005 rms=0.000630 Jy/beam ! Combined flux in latest and established models = 0.103704 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 18 components and 0.103704 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074071Jy sigma=0.000681 ! Fit after self-cal, rms=0.074068Jy sigma=0.000681 ! 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 0.98 HN 0.96 KP 1.01 ! LA 1.05 MK 1.05 NL 0.91 OV 0.99 ! PT 1.04 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.97 HN 1.07 KP 1.04 ! LA 1.00 MK 1.02 NL 0.99 OV 1.07 ! PT 0.98 SC 1.10 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.06 HN 0.96 KP 0.95 ! LA 1.02 MK 1.06 NL 0.97 OV 0.98 ! PT 0.98 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.15 HN 0.92 KP 1.00* ! LA 1.02 MK 0.89 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.074068Jy sigma=0.000681 ! Fit after self-cal, rms=0.074259Jy sigma=0.000679 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.888 mas, bmaj=5.091 mas, bpa=17.16 degrees ! Estimated noise=693.425 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.000203807 Jy ! Component: 100 - total flux cleaned = 0.00027296 Jy ! Component: 150 - total flux cleaned = 0.000333567 Jy ! Component: 200 - total flux cleaned = 0.000332514 Jy ! Total flux subtracted in 200 components = 0.000332514 Jy ! Clean residual min=-0.002507 max=0.002442 Jy/beam ! Clean residual mean=-0.000009 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.104036 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 22 components and 0.104036 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074229Jy sigma=0.000679 ! Fit after self-cal, rms=0.074241Jy sigma=0.000679 ! 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.074241Jy sigma=0.000679 ! Fit after self-cal, rms=0.074486Jy sigma=0.000675 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.892 mas, bmaj=5.049 mas, bpa=16.6 degrees ! Estimated noise=692.728 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000494085 Jy ! Component: 100 - total flux cleaned = 0.000494447 Jy ! Component: 150 - total flux cleaned = 0.000437297 Jy ! Component: 200 - total flux cleaned = 0.000463241 Jy ! Total flux subtracted in 200 components = 0.000463241 Jy ! Clean residual min=-0.002206 max=0.002014 Jy/beam ! Clean residual mean=-0.000008 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.1045 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 26 components and 0.1045 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074458Jy sigma=0.000675 ! Fit after self-cal, rms=0.074469Jy sigma=0.000675 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.000120782 Jy ! Component: 100 - total flux cleaned = 9.59227e-05 Jy ! Component: 150 - total flux cleaned = 7.22523e-05 Jy ! Component: 200 - total flux cleaned = 2.73063e-05 Jy ! Total flux subtracted in 200 components = 2.73063e-05 Jy ! Clean residual min=-0.002208 max=0.001996 Jy/beam ! Clean residual mean=-0.000008 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.104527 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 30 components and 0.104527 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074453Jy sigma=0.000675 ! Fit after self-cal, rms=0.074449Jy sigma=0.000675 ! 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.074449Jy sigma=0.000675 ! Fit after self-cal, rms=0.074825Jy sigma=0.000674 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.885 mas, bmaj=5.021 mas, bpa=16.54 degrees ! Estimated noise=690.902 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000387293 Jy ! Component: 100 - total flux cleaned = 0.000489622 Jy ! Component: 150 - total flux cleaned = 0.00048926 Jy ! Component: 200 - total flux cleaned = 0.000489024 Jy ! Total flux subtracted in 200 components = 0.000489024 Jy ! Clean residual min=-0.002271 max=0.001941 Jy/beam ! Clean residual mean=-0.000007 rms=0.000491 Jy/beam ! Combined flux in latest and established models = 0.105016 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 32 components and 0.105016 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074810Jy sigma=0.000674 ! Fit after self-cal, rms=0.074816Jy sigma=0.000674 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.8919e-05 Jy ! Component: 100 - total flux cleaned = 1.86842e-05 Jy ! Component: 150 - total flux cleaned = 1.8129e-05 Jy ! Component: 200 - total flux cleaned = -1.04193e-06 Jy ! Total flux subtracted in 200 components = -1.04193e-06 Jy ! Clean residual min=-0.002261 max=0.001937 Jy/beam ! Clean residual mean=-0.000007 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.105015 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 33 components and 0.105015 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074804Jy sigma=0.000674 ! Fit after self-cal, rms=0.074802Jy sigma=0.000674 ! 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.074802Jy sigma=0.000674 ! Fit after self-cal, rms=0.074620Jy sigma=0.000674 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.8 mas, bmaj=8.882 mas, bpa=22.98 degrees ! Estimated noise=862.883 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000567086 Jy ! Component: 100 - total flux cleaned = 0.000567869 Jy ! Component: 150 - total flux cleaned = 0.0005958 Jy ! Component: 200 - total flux cleaned = 0.000620732 Jy ! Total flux subtracted in 200 components = 0.000620732 Jy ! Clean residual min=-0.002301 max=0.002440 Jy/beam ! Clean residual mean=-0.000012 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.105636 Jy selfcal ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 35 components and 0.105636 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074620Jy sigma=0.000674 ! Fit after self-cal, rms=0.074618Jy sigma=0.000674 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.000106614 Jy ! Component: 100 - total flux cleaned = 0.000106888 Jy ! Component: 150 - total flux cleaned = 0.000123237 Jy ! Component: 200 - total flux cleaned = 0.000137274 Jy ! Total flux subtracted in 200 components = 0.000137274 Jy ! Clean residual min=-0.002294 max=0.002430 Jy/beam ! Clean residual mean=-0.000012 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.105773 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 38 components and 0.105773 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074620Jy sigma=0.000674 ! Fit after self-cal, rms=0.074619Jy sigma=0.000674 ! 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.878 mas, bmaj=5.004 mas, bpa=16.68 degrees ! Estimated noise=689.412 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.878 x 5.004 at 16.68 degrees (North through East) ! Clean map min=-0.0021036 max=0.080333 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.382 mas, bmaj=4.285 mas, bpa=12.58 degrees ! Estimated noise=984.285 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0631416 Jy ! Component: 100 - total flux cleaned = 0.0860688 Jy ! Component: 150 - total flux cleaned = 0.0963068 Jy ! Component: 200 - total flux cleaned = 0.10112 Jy ! Total flux subtracted in 200 components = 0.10112 Jy ! Clean residual min=-0.002972 max=0.003101 Jy/beam ! Clean residual mean=-0.000003 rms=0.000709 Jy/beam ! Combined flux in latest and established models = 0.10112 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.10112 Jy ! Inverting map and beam ! Estimated beam: bmin=3.878 mas, bmaj=5.004 mas, bpa=16.68 degrees ! Estimated noise=689.412 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.00253521 Jy ! Component: 100 - total flux cleaned = 0.00361454 Jy ! Component: 150 - total flux cleaned = 0.00376489 Jy ! Component: 200 - total flux cleaned = 0.00390455 Jy ! Total flux subtracted in 200 components = 0.00390455 Jy ! Clean residual min=-0.002229 max=0.001962 Jy/beam ! Clean residual mean=-0.000007 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.105024 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 21 components and 0.105024 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.8 mas, bmaj=8.882 mas, bpa=22.98 degrees ! Estimated noise=862.883 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00046464 Jy ! Component: 100 - total flux cleaned = 0.00052705 Jy ! Component: 150 - total flux cleaned = 0.000562711 Jy ! Component: 200 - total flux cleaned = 0.000593745 Jy ! Total flux subtracted in 200 components = 0.000593745 Jy ! Clean residual min=-0.002311 max=0.002427 Jy/beam ! Clean residual mean=-0.000012 rms=0.000629 Jy/beam ! Combined flux in latest and established models = 0.105618 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.74606e-05 Jy ! Component: 100 - total flux cleaned = 5.14109e-05 Jy ! Component: 150 - total flux cleaned = 6.61293e-05 Jy ! Component: 200 - total flux cleaned = 8.61097e-05 Jy ! Total flux subtracted in 200 components = 8.61097e-05 Jy ! Clean residual min=-0.002302 max=0.002424 Jy/beam ! Clean residual mean=-0.000012 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.105704 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 29 components and 0.105704 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.878 mas, bmaj=5.004 mas, bpa=16.68 degrees ! Estimated noise=689.412 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.25526e-05 Jy ! Component: 100 - total flux cleaned = 6.41081e-06 Jy ! Component: 150 - total flux cleaned = 6.22118e-05 Jy ! Component: 200 - total flux cleaned = 6.22348e-05 Jy ! Total flux subtracted in 200 components = 6.22348e-05 Jy ! Clean residual min=-0.002190 max=0.001959 Jy/beam ! Clean residual mean=-0.000007 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.105766 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 35 components and 0.105766 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074621Jy sigma=0.000674 ! Fit after self-cal, rms=0.074617Jy sigma=0.000674 wmodel J1107+5219_S_2017_07_09_pus_map.mod ! Writing 35 model components to file: J1107+5219_S_2017_07_09_pus_map.mod wobs J1107+5219_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J1107+5219_S_2017_07_09_pus_uvs.fits wwins J1107+5219_S_2017_07_09_pus_map.win ! wwins: Wrote 1 windows to J1107+5219_S_2017_07_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.000377633 Jy ! Component: 100 - total flux cleaned = -0.000483617 Jy ! Component: 150 - total flux cleaned = -0.000386162 Jy ! Component: 200 - total flux cleaned = -0.000323686 Jy ! Component: 250 - total flux cleaned = -0.000140716 Jy ! Component: 300 - total flux cleaned = -8.19756e-05 Jy ! Component: 350 - total flux cleaned = -5.30978e-05 Jy ! Component: 400 - total flux cleaned = 3.72489e-06 Jy ! Component: 450 - total flux cleaned = 3.11017e-05 Jy ! Component: 500 - total flux cleaned = 5.77248e-05 Jy ! Component: 550 - total flux cleaned = 5.73886e-05 Jy ! Component: 600 - total flux cleaned = 8.35686e-05 Jy ! Component: 650 - total flux cleaned = 0.000134981 Jy ! Component: 700 - total flux cleaned = 0.000135605 Jy ! Component: 750 - total flux cleaned = 0.000285894 Jy ! Component: 800 - total flux cleaned = 0.000457907 Jy ! Component: 850 - total flux cleaned = 0.000602978 Jy ! Component: 900 - total flux cleaned = 0.000674828 Jy ! Component: 950 - total flux cleaned = 0.000745534 Jy ! Component: 1000 - total flux cleaned = 0.00079254 Jy ! Component: 1050 - total flux cleaned = 0.00090761 Jy ! Component: 1100 - total flux cleaned = 0.00104383 Jy ! Component: 1150 - total flux cleaned = 0.00106602 Jy ! Component: 1200 - total flux cleaned = 0.00113234 Jy ! Component: 1250 - total flux cleaned = 0.00113223 Jy ! Component: 1300 - total flux cleaned = 0.00117564 Jy ! Component: 1350 - total flux cleaned = 0.00117577 Jy ! Component: 1400 - total flux cleaned = 0.00123929 Jy ! Component: 1450 - total flux cleaned = 0.00134407 Jy ! Component: 1500 - total flux cleaned = 0.00138533 Jy ! Component: 1550 - total flux cleaned = 0.00134392 Jy ! Component: 1600 - total flux cleaned = 0.00144544 Jy ! Component: 1650 - total flux cleaned = 0.0014652 Jy ! Component: 1700 - total flux cleaned = 0.00148499 Jy ! Component: 1750 - total flux cleaned = 0.00144537 Jy ! Component: 1800 - total flux cleaned = 0.00150411 Jy ! Component: 1850 - total flux cleaned = 0.00154271 Jy ! Component: 1900 - total flux cleaned = 0.00148535 Jy ! Component: 1950 - total flux cleaned = 0.00159961 Jy ! Component: 2000 - total flux cleaned = 0.00158077 Jy ! Component: 2050 - total flux cleaned = 0.00154342 Jy ! Component: 2100 - total flux cleaned = 0.00150637 Jy ! Component: 2150 - total flux cleaned = 0.00156134 Jy ! Component: 2200 - total flux cleaned = 0.00150674 Jy ! Component: 2250 - total flux cleaned = 0.00139861 Jy ! Component: 2300 - total flux cleaned = 0.00154226 Jy ! Component: 2350 - total flux cleaned = 0.00147136 Jy ! Component: 2400 - total flux cleaned = 0.00148907 Jy ! Component: 2450 - total flux cleaned = 0.00138391 Jy ! Component: 2500 - total flux cleaned = 0.00138374 Jy ! Component: 2550 - total flux cleaned = 0.00136637 Jy ! Component: 2600 - total flux cleaned = 0.00133208 Jy ! Component: 2650 - total flux cleaned = 0.00129804 Jy ! Component: 2700 - total flux cleaned = 0.00129814 Jy ! Component: 2750 - total flux cleaned = 0.00131511 Jy ! Component: 2800 - total flux cleaned = 0.00133156 Jy ! Component: 2850 - total flux cleaned = 0.00139762 Jy ! Component: 2900 - total flux cleaned = 0.00128272 Jy ! Component: 2950 - total flux cleaned = 0.00121758 Jy ! Component: 3000 - total flux cleaned = 0.00124971 Jy ! Component: 3050 - total flux cleaned = 0.0011854 Jy ! Component: 3100 - total flux cleaned = 0.00118539 Jy ! Component: 3150 - total flux cleaned = 0.00123282 Jy ! Component: 3200 - total flux cleaned = 0.00123284 Jy ! Component: 3250 - total flux cleaned = 0.00117039 Jy ! Component: 3300 - total flux cleaned = 0.00113942 Jy ! Component: 3350 - total flux cleaned = 0.00113947 Jy ! Component: 3400 - total flux cleaned = 0.00112433 Jy ! Component: 3450 - total flux cleaned = 0.0011091 Jy ! Component: 3500 - total flux cleaned = 0.00112426 Jy ! Component: 3550 - total flux cleaned = 0.00106421 Jy ! Component: 3600 - total flux cleaned = 0.00103437 Jy ! Component: 3650 - total flux cleaned = 0.00107872 Jy ! Component: 3700 - total flux cleaned = 0.00101983 Jy ! Component: 3750 - total flux cleaned = 0.00103441 Jy ! Component: 3800 - total flux cleaned = 0.000932706 Jy ! Component: 3850 - total flux cleaned = 0.000947183 Jy ! Component: 3900 - total flux cleaned = 0.000961519 Jy ! Component: 3950 - total flux cleaned = 0.000932969 Jy ! Component: 4000 - total flux cleaned = 0.000819568 Jy ! Component: 4050 - total flux cleaned = 0.000763101 Jy ! Total flux subtracted in 4096 components = 0.000777112 Jy ! Clean residual min=-0.000864 max=0.000988 Jy/beam ! Clean residual mean=-0.000001 rms=0.000256 Jy/beam ! Combined flux in latest and established models = 0.106544 Jy keep ! Adding 313 model components to the UV plane model. ! The established model now contains 348 components and 0.106544 Jy ![Exited script file: muppet] wmap "J1107+5219_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.878 x 5.004 at 16.68 degrees (North through East) ! Clean map min=-0.0014574 max=0.080435 Jy/beam ! Writing clean map to FITS file: J1107+5219_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0804354 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000256163 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.955411 0.955411 1.91082 3.82165 7.64329 15.2866 30.5732 61.1463 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.08 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.878 x 5.004 at 16.68 degrees (North through East) ! Clean map min=-0.0014574 max=0.080435 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 J1107+5219_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:47:31 2019