! Started logfile: J0914+3512_S_2017_07_16_pus_uvs.log on Thu May 9 11:05:22 2019 obs J0914+3512_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J0914+3512_S_2017_07_16_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.712698 visibilities/baseline/integration-bin. ! Found source: J0914+3512 ! ! 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 815 lines of history. ! ! Reading 10776 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 J0914+3512_S_2017_07_16_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 127 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 142 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 127 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 569 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.874283Jy sigma=0.007984 ! Fit after self-cal, rms=0.863394Jy sigma=0.007897 ! 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.869 mas, bmaj=4.786 mas, bpa=0.772 degrees ! Estimated noise=1281.52 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.104698 Jy ! Component: 100 - total flux cleaned = 0.134317 Jy ! Total flux subtracted in 100 components = 0.134317 Jy ! Clean residual min=-0.005635 max=0.011901 Jy/beam ! Clean residual mean=-0.000019 rms=0.001543 Jy/beam ! Combined flux in latest and established models = 0.134317 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.134317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080830Jy sigma=0.000691 ! Fit after self-cal, rms=0.080712Jy sigma=0.000690 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0132636 Jy ! Component: 100 - total flux cleaned = 0.0191402 Jy ! Total flux subtracted in 100 components = 0.0191402 Jy ! Clean residual min=-0.004543 max=0.005826 Jy/beam ! Clean residual mean=-0.000006 rms=0.001109 Jy/beam ! Combined flux in latest and established models = 0.153457 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 9 components and 0.153457 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078506Jy sigma=0.000671 ! Fit after self-cal, rms=0.078454Jy sigma=0.000671 ! 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.421 mas, bmaj=5.563 mas, bpa=5.532 degrees ! Estimated noise=859.588 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 (5.5, 8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00570181 Jy ! Component: 100 - total flux cleaned = 0.00906821 Jy ! Component: 150 - total flux cleaned = 0.0108753 Jy ! Component: 200 - total flux cleaned = 0.0113295 Jy ! Total flux subtracted in 200 components = 0.0113295 Jy ! Clean residual min=-0.002738 max=0.002747 Jy/beam ! Clean residual mean=-0.000013 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.164786 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 22 components and 0.164786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077982Jy sigma=0.000666 ! Fit after self-cal, rms=0.077947Jy sigma=0.000666 ! 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.99 FD 1.00* HN 0.97 KP 1.04 ! LA 0.98 MK 1.03 NL 0.90 OV 1.01 ! PT 1.03 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.00* HN 0.99 KP 0.99 ! LA 0.98 MK 1.01 NL 1.05 OV 1.06 ! PT 1.03 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 1.00* HN 1.00 KP 0.98 ! LA 1.01 MK 1.03 NL 0.99 OV 0.97 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 4. ! A total of 111 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 0.91 KP 1.00* ! LA 1.01 MK 1.12 NL 1.00* OV 1.00* ! PT 0.97 SC 1.00* ! ! ! Fit before self-cal, rms=0.077947Jy sigma=0.000666 ! Fit after self-cal, rms=0.076354Jy sigma=0.000662 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.451 mas, bmaj=5.553 mas, bpa=6.3 degrees ! Estimated noise=859.562 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.00207844 Jy ! Component: 100 - total flux cleaned = 0.00270084 Jy ! Component: 150 - total flux cleaned = 0.0029756 Jy ! Component: 200 - total flux cleaned = 0.00317392 Jy ! Total flux subtracted in 200 components = 0.00317392 Jy ! Clean residual min=-0.002563 max=0.002579 Jy/beam ! Clean residual mean=-0.000013 rms=0.000629 Jy/beam ! Combined flux in latest and established models = 0.16796 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 42 components and 0.16796 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076277Jy sigma=0.000661 ! Fit after self-cal, rms=0.076273Jy sigma=0.000661 ! 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.076273Jy sigma=0.000661 ! Fit after self-cal, rms=0.076321Jy sigma=0.000653 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.445 mas, bmaj=5.537 mas, bpa=5.737 degrees ! Estimated noise=858.624 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00120268 Jy ! Component: 100 - total flux cleaned = 0.00148862 Jy ! Component: 150 - total flux cleaned = 0.00165528 Jy ! Component: 200 - total flux cleaned = 0.00174047 Jy ! Total flux subtracted in 200 components = 0.00174047 Jy ! Clean residual min=-0.002284 max=0.002174 Jy/beam ! Clean residual mean=-0.000006 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.169701 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 56 components and 0.169701 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076276Jy sigma=0.000653 ! Fit after self-cal, rms=0.076315Jy sigma=0.000652 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.00012071 Jy ! Component: 100 - total flux cleaned = 0.000200746 Jy ! Component: 150 - total flux cleaned = 0.000246936 Jy ! Component: 200 - total flux cleaned = 0.000246925 Jy ! Total flux subtracted in 200 components = 0.000246925 Jy ! Clean residual min=-0.002266 max=0.002091 Jy/beam ! Clean residual mean=-0.000006 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.169948 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 65 components and 0.169948 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076299Jy sigma=0.000652 ! Fit after self-cal, rms=0.076298Jy sigma=0.000652 ! 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.076298Jy sigma=0.000652 ! Fit after self-cal, rms=0.076534Jy sigma=0.000652 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.439 mas, bmaj=5.541 mas, bpa=5.752 degrees ! Estimated noise=858.842 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000642859 Jy ! Component: 100 - total flux cleaned = 0.000815961 Jy ! Component: 150 - total flux cleaned = 0.000900926 Jy ! Component: 200 - total flux cleaned = 0.00097555 Jy ! Total flux subtracted in 200 components = 0.00097555 Jy ! Clean residual min=-0.002276 max=0.002123 Jy/beam ! Clean residual mean=-0.000006 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.170923 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 74 components and 0.170923 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076518Jy sigma=0.000652 ! Fit after self-cal, rms=0.076522Jy sigma=0.000652 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.80172e-05 Jy ! Component: 100 - total flux cleaned = 7.40406e-05 Jy ! Component: 150 - total flux cleaned = 0.000106164 Jy ! Component: 200 - total flux cleaned = 0.00012159 Jy ! Total flux subtracted in 200 components = 0.00012159 Jy ! Clean residual min=-0.002267 max=0.002122 Jy/beam ! Clean residual mean=-0.000006 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.171045 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 80 components and 0.171045 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076514Jy sigma=0.000652 ! Fit after self-cal, rms=0.076515Jy sigma=0.000652 ! 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.076515Jy sigma=0.000652 ! Fit after self-cal, rms=0.076631Jy sigma=0.000652 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.862 mas, bmaj=9.155 mas, bpa=3.207 degrees ! Estimated noise=1106.35 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000878103 Jy ! Component: 100 - total flux cleaned = 0.00106801 Jy ! Component: 150 - total flux cleaned = 0.0012139 Jy ! Component: 200 - total flux cleaned = 0.00125335 Jy ! Total flux subtracted in 200 components = 0.00125335 Jy ! Clean residual min=-0.002398 max=0.002454 Jy/beam ! Clean residual mean=-0.000014 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.172298 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 92 components and 0.172298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076626Jy sigma=0.000652 ! Fit after self-cal, rms=0.076627Jy sigma=0.000652 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 = 1.22384e-05 Jy ! Component: 100 - total flux cleaned = 0.000125863 Jy ! Component: 150 - total flux cleaned = 0.000170293 Jy ! Component: 200 - total flux cleaned = 0.000190488 Jy ! Total flux subtracted in 200 components = 0.000190488 Jy ! Clean residual min=-0.002414 max=0.002435 Jy/beam ! Clean residual mean=-0.000014 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.172489 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 94 components and 0.172489 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076625Jy sigma=0.000652 ! Fit after self-cal, rms=0.076626Jy sigma=0.000652 ! 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.436 mas, bmaj=5.545 mas, bpa=5.853 degrees ! Estimated noise=859.742 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.436 x 5.545 at 5.853 degrees (North through East) ! Clean map min=-0.0022106 max=0.13433 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.884 mas, bmaj=4.788 mas, bpa=1.149 degrees ! Estimated noise=1285.57 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.104148 Jy ! Component: 100 - total flux cleaned = 0.135468 Jy ! Component: 150 - total flux cleaned = 0.148331 Jy ! Component: 200 - total flux cleaned = 0.155904 Jy ! Total flux subtracted in 200 components = 0.155904 Jy ! Clean residual min=-0.003682 max=0.004069 Jy/beam ! Clean residual mean=-0.000008 rms=0.000882 Jy/beam ! Combined flux in latest and established models = 0.155903 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.155903 Jy ! Inverting map and beam ! Estimated beam: bmin=3.436 mas, bmaj=5.545 mas, bpa=5.853 degrees ! Estimated noise=859.742 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.00562524 Jy ! Component: 100 - total flux cleaned = 0.00926325 Jy ! Component: 150 - total flux cleaned = 0.0118087 Jy ! Component: 200 - total flux cleaned = 0.0131082 Jy ! Total flux subtracted in 200 components = 0.0131082 Jy ! Clean residual min=-0.002382 max=0.002249 Jy/beam ! Clean residual mean=-0.000009 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.169012 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 40 components and 0.169012 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=6.862 mas, bmaj=9.155 mas, bpa=3.207 degrees ! Estimated noise=1106.35 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00201567 Jy ! Component: 100 - total flux cleaned = 0.00277633 Jy ! Component: 150 - total flux cleaned = 0.00305617 Jy ! Component: 200 - total flux cleaned = 0.00319781 Jy ! Total flux subtracted in 200 components = 0.00319781 Jy ! Clean residual min=-0.002435 max=0.002531 Jy/beam ! Clean residual mean=-0.000015 rms=0.000645 Jy/beam ! Combined flux in latest and established models = 0.172209 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.000122143 Jy ! Component: 100 - total flux cleaned = 0.000227765 Jy ! Component: 150 - total flux cleaned = 0.000319299 Jy ! Component: 200 - total flux cleaned = 0.000399713 Jy ! Total flux subtracted in 200 components = 0.000399713 Jy ! Clean residual min=-0.002438 max=0.002531 Jy/beam ! Clean residual mean=-0.000014 rms=0.000637 Jy/beam ! Combined flux in latest and established models = 0.172609 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 78 components and 0.172609 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.436 mas, bmaj=5.545 mas, bpa=5.853 degrees ! Estimated noise=859.742 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000392465 Jy ! Component: 100 - total flux cleaned = -0.000492658 Jy ! Component: 150 - total flux cleaned = -0.00058206 Jy ! Component: 200 - total flux cleaned = -0.000636042 Jy ! Total flux subtracted in 200 components = -0.000636042 Jy ! Clean residual min=-0.002361 max=0.002232 Jy/beam ! Clean residual mean=-0.000006 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.171973 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 98 components and 0.171973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076649Jy sigma=0.000652 ! Fit after self-cal, rms=0.076639Jy sigma=0.000652 wmodel J0914+3512_S_2017_07_16_pus_map.mod ! Writing 98 model components to file: J0914+3512_S_2017_07_16_pus_map.mod wobs J0914+3512_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J0914+3512_S_2017_07_16_pus_uvs.fits wwins J0914+3512_S_2017_07_16_pus_map.win ! wwins: Wrote 2 windows to J0914+3512_S_2017_07_16_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.00054271 Jy ! Component: 100 - total flux cleaned = -0.000835901 Jy ! Component: 150 - total flux cleaned = -0.00111022 Jy ! Component: 200 - total flux cleaned = -0.00133766 Jy ! Component: 250 - total flux cleaned = -0.00140041 Jy ! Component: 300 - total flux cleaned = -0.00142976 Jy ! Component: 350 - total flux cleaned = -0.00137141 Jy ! Component: 400 - total flux cleaned = -0.00148416 Jy ! Component: 450 - total flux cleaned = -0.00159403 Jy ! Component: 500 - total flux cleaned = -0.00162093 Jy ! Component: 550 - total flux cleaned = -0.0017003 Jy ! Component: 600 - total flux cleaned = -0.00175215 Jy ! Component: 650 - total flux cleaned = -0.00177753 Jy ! Component: 700 - total flux cleaned = -0.00180248 Jy ! Component: 750 - total flux cleaned = -0.00185133 Jy ! Component: 800 - total flux cleaned = -0.00194659 Jy ! Component: 850 - total flux cleaned = -0.00201628 Jy ! Component: 900 - total flux cleaned = -0.0020386 Jy ! Component: 950 - total flux cleaned = -0.00217447 Jy ! Component: 1000 - total flux cleaned = -0.0021745 Jy ! Component: 1050 - total flux cleaned = -0.00230664 Jy ! Component: 1100 - total flux cleaned = -0.00237164 Jy ! Component: 1150 - total flux cleaned = -0.0024573 Jy ! Component: 1200 - total flux cleaned = -0.00243663 Jy ! Component: 1250 - total flux cleaned = -0.00258225 Jy ! Component: 1300 - total flux cleaned = -0.00266371 Jy ! Component: 1350 - total flux cleaned = -0.00272383 Jy ! Component: 1400 - total flux cleaned = -0.00274368 Jy ! Component: 1450 - total flux cleaned = -0.00272375 Jy ! Component: 1500 - total flux cleaned = -0.00276322 Jy ! Component: 1550 - total flux cleaned = -0.00287822 Jy ! Component: 1600 - total flux cleaned = -0.00291595 Jy ! Component: 1650 - total flux cleaned = -0.0029529 Jy ! Component: 1700 - total flux cleaned = -0.00297126 Jy ! Component: 1750 - total flux cleaned = -0.00302625 Jy ! Component: 1800 - total flux cleaned = -0.00306252 Jy ! Component: 1850 - total flux cleaned = -0.00308044 Jy ! Component: 1900 - total flux cleaned = -0.00316863 Jy ! Component: 1950 - total flux cleaned = -0.00315127 Jy ! Component: 2000 - total flux cleaned = -0.00311693 Jy ! Component: 2050 - total flux cleaned = -0.00320273 Jy ! Component: 2100 - total flux cleaned = -0.00325352 Jy ! Component: 2150 - total flux cleaned = -0.00332034 Jy ! Component: 2200 - total flux cleaned = -0.00327031 Jy ! Component: 2250 - total flux cleaned = -0.00330299 Jy ! Component: 2300 - total flux cleaned = -0.00323795 Jy ! Component: 2350 - total flux cleaned = -0.00320606 Jy ! Component: 2400 - total flux cleaned = -0.00327018 Jy ! Component: 2450 - total flux cleaned = -0.00330183 Jy ! Component: 2500 - total flux cleaned = -0.00328606 Jy ! Component: 2550 - total flux cleaned = -0.00328601 Jy ! Component: 2600 - total flux cleaned = -0.00330147 Jy ! Component: 2650 - total flux cleaned = -0.00327085 Jy ! Component: 2700 - total flux cleaned = -0.00328605 Jy ! Component: 2750 - total flux cleaned = -0.00330117 Jy ! Component: 2800 - total flux cleaned = -0.00328641 Jy ! Component: 2850 - total flux cleaned = -0.00330124 Jy ! Component: 2900 - total flux cleaned = -0.00331577 Jy ! Component: 2950 - total flux cleaned = -0.00327227 Jy ! Component: 3000 - total flux cleaned = -0.0032723 Jy ! Component: 3050 - total flux cleaned = -0.00324379 Jy ! Component: 3100 - total flux cleaned = -0.00322968 Jy ! Component: 3150 - total flux cleaned = -0.00320162 Jy ! Component: 3200 - total flux cleaned = -0.00314617 Jy ! Component: 3250 - total flux cleaned = -0.00315981 Jy ! Component: 3300 - total flux cleaned = -0.0031325 Jy ! Component: 3350 - total flux cleaned = -0.00309183 Jy ! Component: 3400 - total flux cleaned = -0.00302451 Jy ! Component: 3450 - total flux cleaned = -0.00295775 Jy ! Component: 3500 - total flux cleaned = -0.00294448 Jy ! Component: 3550 - total flux cleaned = -0.00293126 Jy ! Component: 3600 - total flux cleaned = -0.00285268 Jy ! Component: 3650 - total flux cleaned = -0.00278784 Jy ! Component: 3700 - total flux cleaned = -0.00276202 Jy ! Component: 3750 - total flux cleaned = -0.00265976 Jy ! Component: 3800 - total flux cleaned = -0.00267254 Jy ! Component: 3850 - total flux cleaned = -0.00265983 Jy ! Component: 3900 - total flux cleaned = -0.00259733 Jy ! Component: 3950 - total flux cleaned = -0.00252284 Jy ! Component: 4000 - total flux cleaned = -0.00252289 Jy ! Component: 4050 - total flux cleaned = -0.00249834 Jy ! Total flux subtracted in 4096 components = -0.00248621 Jy ! Clean residual min=-0.000661 max=0.000693 Jy/beam ! Clean residual mean=0.000000 rms=0.000221 Jy/beam ! Combined flux in latest and established models = 0.169487 Jy keep ! Adding 293 model components to the UV plane model. ! The established model now contains 391 components and 0.169487 Jy ![Exited script file: muppet] wmap "J0914+3512_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.436 x 5.545 at 5.853 degrees (North through East) ! Clean map min=-0.0013589 max=0.13366 Jy/beam ! Writing clean map to FITS file: J0914+3512_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.133663 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000220278 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.494404 0.494404 0.988808 1.97762 3.95523 7.91046 15.8209 31.6418 63.2837 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.133 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.436 x 5.545 at 5.853 degrees (North through East) ! Clean map min=-0.0013589 max=0.13366 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 J0914+3512_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:05:26 2019