! Started logfile: J1310+4653_S_2017_07_09_pus_uvs.log on Wed May 8 14:48:51 2019 obs J1310+4653_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J1310+4653_S_2017_07_09_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.969396 visibilities/baseline/integration-bin. ! Found source: J1310+4653 ! ! 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 19892 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 J1310+4653_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 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 592 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.907188Jy sigma=0.009069 ! Fit after self-cal, rms=0.898937Jy sigma=0.008985 ! 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.215 mas, bmaj=4.709 mas, bpa=9.791 degrees ! Estimated noise=897.445 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.0805049 Jy ! Component: 100 - total flux cleaned = 0.0983767 Jy ! Total flux subtracted in 100 components = 0.0983767 Jy ! Clean residual min=-0.002626 max=0.005750 Jy/beam ! Clean residual mean=0.000002 rms=0.000695 Jy/beam ! Combined flux in latest and established models = 0.0983767 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0983767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072128Jy sigma=0.000680 ! Fit after self-cal, rms=0.072125Jy sigma=0.000680 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0054097 Jy ! Component: 100 - total flux cleaned = 0.00776441 Jy ! Total flux subtracted in 100 components = 0.00776441 Jy ! Clean residual min=-0.002433 max=0.002285 Jy/beam ! Clean residual mean=0.000003 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.106141 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 12 components and 0.106141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071773Jy sigma=0.000677 ! Fit after self-cal, rms=0.071774Jy sigma=0.000677 ! 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.778 mas, bmaj=5.411 mas, bpa=10.74 degrees ! Estimated noise=568.331 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.000359668 Jy ! Component: 100 - total flux cleaned = 0.000476156 Jy ! Component: 150 - total flux cleaned = 0.000496699 Jy ! Component: 200 - total flux cleaned = 0.000515451 Jy ! Total flux subtracted in 200 components = 0.000515451 Jy ! Clean residual min=-0.001691 max=0.001882 Jy/beam ! Clean residual mean=0.000010 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.106657 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 21 components and 0.106657 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071749Jy sigma=0.000677 ! Fit after self-cal, rms=0.071749Jy sigma=0.000677 ! 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.96 HN 0.96 KP 1.00 ! LA 0.99 MK 1.01 NL 0.90 OV 0.99 ! PT 1.04 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.04 HN 1.01 KP 0.98 ! LA 0.98 MK 1.06 NL 1.07 OV 1.04 ! PT 1.00 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.07 HN 1.02 KP 1.03 ! LA 1.00 MK 1.05 NL 1.04 OV 0.95 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.10 HN 0.97 KP 1.00* ! LA 1.08 MK 1.09 NL 1.00* OV 1.00* ! PT 0.97 SC 1.00* ! ! ! Fit before self-cal, rms=0.071749Jy sigma=0.000677 ! Fit after self-cal, rms=0.071466Jy sigma=0.000673 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.794 mas, bmaj=5.426 mas, bpa=11.56 degrees ! Estimated noise=569.892 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.000227163 Jy ! Component: 100 - total flux cleaned = 0.000339486 Jy ! Component: 150 - total flux cleaned = 0.00039757 Jy ! Component: 200 - total flux cleaned = 0.000405791 Jy ! Total flux subtracted in 200 components = 0.000405791 Jy ! Clean residual min=-0.001574 max=0.001596 Jy/beam ! Clean residual mean=0.000007 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.107062 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 29 components and 0.107062 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071462Jy sigma=0.000673 ! Fit after self-cal, rms=0.071473Jy sigma=0.000673 ! 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.071473Jy sigma=0.000673 ! Fit after self-cal, rms=0.071240Jy sigma=0.000671 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.793 mas, bmaj=5.431 mas, bpa=11.43 degrees ! Estimated noise=570.468 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000128745 Jy ! Component: 100 - total flux cleaned = 0.000166373 Jy ! Component: 150 - total flux cleaned = 0.00017935 Jy ! Component: 200 - total flux cleaned = 0.000179455 Jy ! Total flux subtracted in 200 components = 0.000179455 Jy ! Clean residual min=-0.001642 max=0.001663 Jy/beam ! Clean residual mean=0.000004 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.107242 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 36 components and 0.107242 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071239Jy sigma=0.000671 ! Fit after self-cal, rms=0.071243Jy sigma=0.000671 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) ! Added new window around map position (107.5, -124.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00140815 Jy ! Component: 100 - total flux cleaned = 0.00191422 Jy ! Component: 150 - total flux cleaned = 0.00196009 Jy ! Component: 200 - total flux cleaned = 0.00198023 Jy ! Total flux subtracted in 200 components = 0.00198023 Jy ! Clean residual min=-0.001536 max=0.001440 Jy/beam ! Clean residual mean=0.000002 rms=0.000354 Jy/beam ! Combined flux in latest and established models = 0.109222 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 56 components and 0.109222 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071212Jy sigma=0.000671 ! Fit after self-cal, rms=0.071209Jy sigma=0.000671 ! 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.071209Jy sigma=0.000671 ! Fit after self-cal, rms=0.071406Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.79 mas, bmaj=5.431 mas, bpa=11.43 degrees ! Estimated noise=570.906 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000446507 Jy ! Component: 100 - total flux cleaned = 0.000501549 Jy ! Component: 150 - total flux cleaned = 0.000517671 Jy ! Component: 200 - total flux cleaned = 0.000532283 Jy ! Total flux subtracted in 200 components = 0.000532283 Jy ! Clean residual min=-0.001483 max=0.001392 Jy/beam ! Clean residual mean=0.000002 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.109754 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 70 components and 0.109754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071398Jy sigma=0.000670 ! Fit after self-cal, rms=0.071401Jy sigma=0.000670 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.000100347 Jy ! Component: 100 - total flux cleaned = 0.000100225 Jy ! Component: 150 - total flux cleaned = 0.000100121 Jy ! Component: 200 - total flux cleaned = 9.99716e-05 Jy ! Total flux subtracted in 200 components = 9.99716e-05 Jy ! Clean residual min=-0.001486 max=0.001383 Jy/beam ! Clean residual mean=0.000002 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.109854 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 74 components and 0.109854 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071397Jy sigma=0.000670 ! Fit after self-cal, rms=0.071396Jy sigma=0.000670 ! 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.071396Jy sigma=0.000670 ! Fit after self-cal, rms=0.071384Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.643 mas, bmaj=9.214 mas, bpa=15.04 degrees ! Estimated noise=706.413 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000403473 Jy ! Component: 100 - total flux cleaned = 0.000528922 Jy ! Component: 150 - total flux cleaned = 0.000548337 Jy ! Component: 200 - total flux cleaned = 0.000548282 Jy ! Total flux subtracted in 200 components = 0.000548282 Jy ! Clean residual min=-0.001710 max=0.001683 Jy/beam ! Clean residual mean=0.000005 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.110403 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 89 components and 0.110403 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071384Jy sigma=0.000670 ! Fit after self-cal, rms=0.071383Jy sigma=0.000670 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.53171e-05 Jy ! Component: 100 - total flux cleaned = 7.40001e-05 Jy ! Component: 150 - total flux cleaned = 8.18257e-05 Jy ! Component: 200 - total flux cleaned = 8.18773e-05 Jy ! Total flux subtracted in 200 components = 8.18773e-05 Jy ! Clean residual min=-0.001697 max=0.001695 Jy/beam ! Clean residual mean=0.000005 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.110484 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 95 components and 0.110484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071383Jy sigma=0.000670 ! Fit after self-cal, rms=0.071382Jy sigma=0.000670 ! 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.79 mas, bmaj=5.43 mas, bpa=11.39 degrees ! Estimated noise=570.704 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.79 x 5.43 at 11.39 degrees (North through East) ! Clean map min=-0.00141 max=0.10333 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.233 mas, bmaj=4.741 mas, bpa=10.59 degrees ! Estimated noise=898.859 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0806009 Jy ! Component: 100 - total flux cleaned = 0.0983624 Jy ! Component: 150 - total flux cleaned = 0.103479 Jy ! Component: 200 - total flux cleaned = 0.106107 Jy ! Total flux subtracted in 200 components = 0.106107 Jy ! Clean residual min=-0.002265 max=0.002146 Jy/beam ! Clean residual mean=0.000001 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.106107 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.106107 Jy ! Inverting map and beam ! Estimated beam: bmin=3.79 mas, bmaj=5.43 mas, bpa=11.39 degrees ! Estimated noise=570.704 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.00165625 Jy ! Component: 100 - total flux cleaned = 0.00232385 Jy ! Component: 150 - total flux cleaned = 0.00286406 Jy ! Component: 200 - total flux cleaned = 0.00319745 Jy ! Total flux subtracted in 200 components = 0.00319745 Jy ! Clean residual min=-0.001456 max=0.001462 Jy/beam ! Clean residual mean=0.000002 rms=0.000353 Jy/beam ! Combined flux in latest and established models = 0.109305 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 33 components and 0.109305 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.643 mas, bmaj=9.214 mas, bpa=15.04 degrees ! Estimated noise=706.413 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000766515 Jy ! Component: 100 - total flux cleaned = 0.000879155 Jy ! Component: 150 - total flux cleaned = 0.00089393 Jy ! Component: 200 - total flux cleaned = 0.000919974 Jy ! Total flux subtracted in 200 components = 0.000919974 Jy ! Clean residual min=-0.001716 max=0.001669 Jy/beam ! Clean residual mean=0.000005 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.110225 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 = 1.21026e-05 Jy ! Component: 100 - total flux cleaned = 3.22517e-05 Jy ! Component: 150 - total flux cleaned = 5.09947e-05 Jy ! Component: 200 - total flux cleaned = 5.99174e-05 Jy ! Total flux subtracted in 200 components = 5.99174e-05 Jy ! Clean residual min=-0.001710 max=0.001681 Jy/beam ! Clean residual mean=0.000005 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.110285 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 67 components and 0.110285 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.79 mas, bmaj=5.43 mas, bpa=11.39 degrees ! Estimated noise=570.704 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000248457 Jy ! Component: 100 - total flux cleaned = -0.000272298 Jy ! Component: 150 - total flux cleaned = -0.000349362 Jy ! Component: 200 - total flux cleaned = -0.00034878 Jy ! Total flux subtracted in 200 components = -0.00034878 Jy ! Clean residual min=-0.001419 max=0.001382 Jy/beam ! Clean residual mean=0.000003 rms=0.000345 Jy/beam ! Combined flux in latest and established models = 0.109936 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 82 components and 0.109936 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071392Jy sigma=0.000670 ! Fit after self-cal, rms=0.071390Jy sigma=0.000670 wmodel J1310+4653_S_2017_07_09_pus_map.mod ! Writing 82 model components to file: J1310+4653_S_2017_07_09_pus_map.mod wobs J1310+4653_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J1310+4653_S_2017_07_09_pus_uvs.fits wwins J1310+4653_S_2017_07_09_pus_map.win ! wwins: Wrote 2 windows to J1310+4653_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.00011131 Jy ! Component: 100 - total flux cleaned = -6.41019e-05 Jy ! Component: 150 - total flux cleaned = 2.67224e-05 Jy ! Component: 200 - total flux cleaned = 6.96771e-05 Jy ! Component: 250 - total flux cleaned = 0.000174942 Jy ! Component: 300 - total flux cleaned = 0.000256872 Jy ! Component: 350 - total flux cleaned = 0.000336655 Jy ! Component: 400 - total flux cleaned = 0.000395045 Jy ! Component: 450 - total flux cleaned = 0.000452598 Jy ! Component: 500 - total flux cleaned = 0.000564945 Jy ! Component: 550 - total flux cleaned = 0.000692669 Jy ! Component: 600 - total flux cleaned = 0.00076391 Jy ! Component: 650 - total flux cleaned = 0.000799189 Jy ! Component: 700 - total flux cleaned = 0.000833762 Jy ! Component: 750 - total flux cleaned = 0.000867535 Jy ! Component: 800 - total flux cleaned = 0.000850483 Jy ! Component: 850 - total flux cleaned = 0.000801315 Jy ! Component: 900 - total flux cleaned = 0.000801332 Jy ! Component: 950 - total flux cleaned = 0.000833446 Jy ! Component: 1000 - total flux cleaned = 0.000801668 Jy ! Component: 1050 - total flux cleaned = 0.000801936 Jy ! Component: 1100 - total flux cleaned = 0.000817071 Jy ! Component: 1150 - total flux cleaned = 0.000832362 Jy ! Component: 1200 - total flux cleaned = 0.000832007 Jy ! Component: 1250 - total flux cleaned = 0.000802604 Jy ! Component: 1300 - total flux cleaned = 0.000831684 Jy ! Component: 1350 - total flux cleaned = 0.000759246 Jy ! Component: 1400 - total flux cleaned = 0.000730704 Jy ! Component: 1450 - total flux cleaned = 0.000702586 Jy ! Component: 1500 - total flux cleaned = 0.000632783 Jy ! Component: 1550 - total flux cleaned = 0.000646572 Jy ! Component: 1600 - total flux cleaned = 0.000591856 Jy ! Component: 1650 - total flux cleaned = 0.000564686 Jy ! Component: 1700 - total flux cleaned = 0.000524363 Jy ! Component: 1750 - total flux cleaned = 0.000444716 Jy ! Component: 1800 - total flux cleaned = 0.000405229 Jy ! Component: 1850 - total flux cleaned = 0.000379158 Jy ! Component: 1900 - total flux cleaned = 0.000314473 Jy ! Component: 1950 - total flux cleaned = 0.00028872 Jy ! Component: 2000 - total flux cleaned = 0.000263104 Jy ! Component: 2050 - total flux cleaned = 0.000212447 Jy ! Component: 2100 - total flux cleaned = 0.000137432 Jy ! Component: 2150 - total flux cleaned = 0.000112594 Jy ! Component: 2200 - total flux cleaned = 6.32874e-05 Jy ! Component: 2250 - total flux cleaned = 5.10288e-05 Jy ! Component: 2300 - total flux cleaned = 1.45925e-05 Jy ! Component: 2350 - total flux cleaned = 1.45558e-05 Jy ! Component: 2400 - total flux cleaned = -3.31533e-05 Jy ! Component: 2450 - total flux cleaned = -2.14451e-05 Jy ! Component: 2500 - total flux cleaned = -5.65731e-05 Jy ! Component: 2550 - total flux cleaned = -7.98366e-05 Jy ! Component: 2600 - total flux cleaned = -6.81909e-05 Jy ! Component: 2650 - total flux cleaned = -0.000102651 Jy ! Component: 2700 - total flux cleaned = -9.11835e-05 Jy ! Component: 2750 - total flux cleaned = -0.000125184 Jy ! Component: 2800 - total flux cleaned = -0.000158759 Jy ! Component: 2850 - total flux cleaned = -0.00018107 Jy ! Component: 2900 - total flux cleaned = -0.000214205 Jy ! Component: 2950 - total flux cleaned = -0.000214136 Jy ! Component: 3000 - total flux cleaned = -0.000235978 Jy ! Component: 3050 - total flux cleaned = -0.000257651 Jy ! Component: 3100 - total flux cleaned = -0.000279239 Jy ! Component: 3150 - total flux cleaned = -0.000290021 Jy ! Component: 3200 - total flux cleaned = -0.000311324 Jy ! Component: 3250 - total flux cleaned = -0.00032194 Jy ! Component: 3300 - total flux cleaned = -0.00032202 Jy ! Component: 3350 - total flux cleaned = -0.000363762 Jy ! Component: 3400 - total flux cleaned = -0.000394893 Jy ! Component: 3450 - total flux cleaned = -0.00040513 Jy ! Component: 3500 - total flux cleaned = -0.000435815 Jy ! Component: 3550 - total flux cleaned = -0.000425621 Jy ! Component: 3600 - total flux cleaned = -0.000425605 Jy ! Component: 3650 - total flux cleaned = -0.000425664 Jy ! Component: 3700 - total flux cleaned = -0.000475664 Jy ! Component: 3750 - total flux cleaned = -0.00046572 Jy ! Component: 3800 - total flux cleaned = -0.00047562 Jy ! Component: 3850 - total flux cleaned = -0.000514961 Jy ! Component: 3900 - total flux cleaned = -0.000534464 Jy ! Component: 3950 - total flux cleaned = -0.00056363 Jy ! Component: 4000 - total flux cleaned = -0.00056361 Jy ! Component: 4050 - total flux cleaned = -0.000621102 Jy ! Total flux subtracted in 4096 components = -0.000640177 Jy ! Clean residual min=-0.000569 max=0.000573 Jy/beam ! Clean residual mean=0.000001 rms=0.000179 Jy/beam ! Combined flux in latest and established models = 0.109296 Jy keep ! Adding 311 model components to the UV plane model. ! The established model now contains 393 components and 0.109296 Jy ![Exited script file: muppet] wmap "J1310+4653_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.79 x 5.43 at 11.39 degrees (North through East) ! Clean map min=-0.0010002 max=0.10322 Jy/beam ! Writing clean map to FITS file: J1310+4653_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.10322 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000179392 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.521386 0.521386 1.04277 2.08555 4.17109 8.34218 16.6844 33.3687 66.7375 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.103 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.79 x 5.43 at 11.39 degrees (North through East) ! Clean map min=-0.0010002 max=0.10322 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 J1310+4653_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:48:56 2019