! Started logfile: J2322-0737_S_2017_10_21_pus_uvs.log on Sat May 11 21:08:02 2019 obs J2322-0737_S_2017_10_21_pus_uva.fits ! Reading UV FITS file: J2322-0737_S_2017_10_21_pus_uva.fits ! AN table 1: 115 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.976087 visibilities/baseline/integration-bin. ! Found source: J2322-0737 ! ! 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 644 lines of history. ! ! Reading 16164 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 J2322-0737_S_2017_10_21_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 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 72 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 534 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.895705Jy sigma=0.008377 ! Fit after self-cal, rms=0.882117Jy sigma=0.008246 ! 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.771 mas, bmaj=15.22 mas, bpa=-17.42 degrees ! Estimated noise=937.759 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.0939906 Jy ! Component: 100 - total flux cleaned = 0.114611 Jy ! Total flux subtracted in 100 components = 0.114611 Jy ! Clean residual min=-0.004200 max=0.008237 Jy/beam ! Clean residual mean=0.000007 rms=0.001250 Jy/beam ! Combined flux in latest and established models = 0.114611 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.114611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090529Jy sigma=0.000757 ! Fit after self-cal, rms=0.090529Jy sigma=0.000757 ! Inverting map ! Added new window around map position (19.5, -44.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00720104 Jy ! Component: 100 - total flux cleaned = 0.0110698 Jy ! Total flux subtracted in 100 components = 0.0110698 Jy ! Clean residual min=-0.003901 max=0.005399 Jy/beam ! Clean residual mean=0.000007 rms=0.001015 Jy/beam ! Combined flux in latest and established models = 0.125681 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 34 components and 0.125681 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089905Jy sigma=0.000751 ! Fit after self-cal, rms=0.089877Jy sigma=0.000751 ! 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.389 mas, bmaj=15.94 mas, bpa=-16.88 degrees ! Estimated noise=692.304 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.00353469 Jy ! Component: 100 - total flux cleaned = 0.0055421 Jy ! Component: 150 - total flux cleaned = 0.00605075 Jy ! Component: 200 - total flux cleaned = 0.00630795 Jy ! Total flux subtracted in 200 components = 0.00630795 Jy ! Clean residual min=-0.003082 max=0.003291 Jy/beam ! Clean residual mean=-0.000000 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.131989 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 62 components and 0.131988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089656Jy sigma=0.000749 ! Fit after self-cal, rms=0.089655Jy sigma=0.000749 ! 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.21 FD 1.02 HN 0.97 KP 1.06 ! LA 1.01 MK 0.97 NL 0.92 OV 0.98 ! PT 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.84 FD 1.06 HN 1.00 KP 1.04 ! LA 0.99 MK 0.99 NL 1.08 OV 1.03 ! PT 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.97 HN 0.96 KP 1.00 ! LA 0.80 MK 1.03 NL 1.17 OV 0.93 ! PT 0.97 ! ! ! 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 0.97 HN 0.97 KP 1.00* ! LA 1.04 MK 1.19 NL 1.00* OV 1.00* ! PT 0.90 ! ! ! Fit before self-cal, rms=0.089655Jy sigma=0.000749 ! Fit after self-cal, rms=0.087804Jy sigma=0.000741 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.395 mas, bmaj=16.1 mas, bpa=-16.85 degrees ! Estimated noise=690.531 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.00103192 Jy ! Component: 100 - total flux cleaned = -0.00118043 Jy ! Component: 150 - total flux cleaned = -0.00127922 Jy ! Component: 200 - total flux cleaned = -0.00134054 Jy ! Total flux subtracted in 200 components = -0.00134054 Jy ! Clean residual min=-0.001868 max=0.001704 Jy/beam ! Clean residual mean=-0.000003 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.130648 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 77 components and 0.130648 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087762Jy sigma=0.000741 ! Fit after self-cal, rms=0.087830Jy sigma=0.000741 ! 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.087830Jy sigma=0.000741 ! Fit after self-cal, rms=0.088039Jy sigma=0.000739 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.395 mas, bmaj=16.18 mas, bpa=-16.91 degrees ! Estimated noise=690.77 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000759042 Jy ! Component: 100 - total flux cleaned = -0.000816336 Jy ! Component: 150 - total flux cleaned = -0.000842218 Jy ! Component: 200 - total flux cleaned = -0.00084363 Jy ! Total flux subtracted in 200 components = -0.00084363 Jy ! Clean residual min=-0.001783 max=0.001569 Jy/beam ! Clean residual mean=-0.000001 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.129804 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 95 components and 0.129804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088016Jy sigma=0.000739 ! Fit after self-cal, rms=0.088019Jy sigma=0.000739 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.000242846 Jy ! Component: 100 - total flux cleaned = -0.000224307 Jy ! Component: 150 - total flux cleaned = -0.000223999 Jy ! Component: 200 - total flux cleaned = -0.000208201 Jy ! Total flux subtracted in 200 components = -0.000208201 Jy ! Clean residual min=-0.001723 max=0.001525 Jy/beam ! Clean residual mean=-0.000001 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.129596 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 108 components and 0.129596 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088010Jy sigma=0.000738 ! Fit after self-cal, rms=0.088009Jy sigma=0.000738 ! 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.088009Jy sigma=0.000738 ! Fit after self-cal, rms=0.088193Jy sigma=0.000738 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.394 mas, bmaj=16.21 mas, bpa=-16.93 degrees ! Estimated noise=689.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000585171 Jy ! Component: 100 - total flux cleaned = -0.000626432 Jy ! Component: 150 - total flux cleaned = -0.000610089 Jy ! Component: 200 - total flux cleaned = -0.000561671 Jy ! Total flux subtracted in 200 components = -0.000561671 Jy ! Clean residual min=-0.001667 max=0.001523 Jy/beam ! Clean residual mean=-0.000001 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.129034 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 114 components and 0.129035 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088182Jy sigma=0.000738 ! Fit after self-cal, rms=0.088182Jy sigma=0.000738 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.000154788 Jy ! Component: 100 - total flux cleaned = -0.000139324 Jy ! Component: 150 - total flux cleaned = -9.68445e-05 Jy ! Component: 200 - total flux cleaned = -9.69231e-05 Jy ! Total flux subtracted in 200 components = -9.69231e-05 Jy ! Clean residual min=-0.001620 max=0.001513 Jy/beam ! Clean residual mean=-0.000001 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.128938 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 120 components and 0.128938 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088176Jy sigma=0.000738 ! Fit after self-cal, rms=0.088176Jy sigma=0.000738 ! 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.088176Jy sigma=0.000738 ! Fit after self-cal, rms=0.088253Jy sigma=0.000738 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.775 mas, bmaj=17.69 mas, bpa=-8.781 degrees ! Estimated noise=827.596 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000296374 Jy ! Component: 100 - total flux cleaned = -0.000259369 Jy ! Component: 150 - total flux cleaned = -0.000208247 Jy ! Component: 200 - total flux cleaned = -0.000192686 Jy ! Total flux subtracted in 200 components = -0.000192686 Jy ! Clean residual min=-0.001718 max=0.001857 Jy/beam ! Clean residual mean=-0.000001 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.128745 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 144 components and 0.128745 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088248Jy sigma=0.000738 ! Fit after self-cal, rms=0.088249Jy sigma=0.000738 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 = -2.23712e-05 Jy ! Component: 100 - total flux cleaned = 6.80539e-06 Jy ! Component: 150 - total flux cleaned = 3.36214e-05 Jy ! Component: 200 - total flux cleaned = 7.08166e-05 Jy ! Total flux subtracted in 200 components = 7.08166e-05 Jy ! Clean residual min=-0.001684 max=0.001832 Jy/beam ! Clean residual mean=-0.000001 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.128816 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 155 components and 0.128816 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088247Jy sigma=0.000738 ! Fit after self-cal, rms=0.088247Jy sigma=0.000738 ! 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.394 mas, bmaj=16.23 mas, bpa=-16.94 degrees ! Estimated noise=689.23 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.394 x 16.23 at -16.94 degrees (North through East) ! Clean map min=-0.002609 max=0.11736 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.774 mas, bmaj=15.55 mas, bpa=-17.47 degrees ! Estimated noise=940.246 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0940747 Jy ! Component: 100 - total flux cleaned = 0.114868 Jy ! Component: 150 - total flux cleaned = 0.121014 Jy ! Component: 200 - total flux cleaned = 0.123994 Jy ! Total flux subtracted in 200 components = 0.123994 Jy ! Clean residual min=-0.002477 max=0.002487 Jy/beam ! Clean residual mean=0.000002 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.123994 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.123994 Jy ! Inverting map and beam ! Estimated beam: bmin=3.394 mas, bmaj=16.23 mas, bpa=-16.94 degrees ! Estimated noise=689.23 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.00170445 Jy ! Component: 100 - total flux cleaned = 0.00240169 Jy ! Component: 150 - total flux cleaned = 0.00292241 Jy ! Component: 200 - total flux cleaned = 0.00336054 Jy ! Total flux subtracted in 200 components = 0.00336054 Jy ! Clean residual min=-0.001831 max=0.001560 Jy/beam ! Clean residual mean=-0.000000 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.127355 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 65 components and 0.127355 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.775 mas, bmaj=17.69 mas, bpa=-8.781 degrees ! Estimated noise=827.596 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000866578 Jy ! Component: 100 - total flux cleaned = 0.00101223 Jy ! Component: 150 - total flux cleaned = 0.00104285 Jy ! Component: 200 - total flux cleaned = 0.00109781 Jy ! Total flux subtracted in 200 components = 0.00109781 Jy ! Clean residual min=-0.001802 max=0.001707 Jy/beam ! Clean residual mean=-0.000001 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.128453 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.0665e-05 Jy ! Component: 100 - total flux cleaned = 7.42915e-05 Jy ! Component: 150 - total flux cleaned = 9.61049e-05 Jy ! Component: 200 - total flux cleaned = 0.000117253 Jy ! Total flux subtracted in 200 components = 0.000117253 Jy ! Clean residual min=-0.001743 max=0.001725 Jy/beam ! Clean residual mean=-0.000001 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.12857 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 107 components and 0.12857 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.394 mas, bmaj=16.23 mas, bpa=-16.94 degrees ! Estimated noise=689.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000247746 Jy ! Component: 100 - total flux cleaned = -0.000275997 Jy ! Component: 150 - total flux cleaned = -0.000251604 Jy ! Component: 200 - total flux cleaned = -0.00023008 Jy ! Total flux subtracted in 200 components = -0.00023008 Jy ! Clean residual min=-0.001579 max=0.001540 Jy/beam ! Clean residual mean=-0.000000 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.12834 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 126 components and 0.12834 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088261Jy sigma=0.000738 ! Fit after self-cal, rms=0.088247Jy sigma=0.000738 wmodel J2322-0737_S_2017_10_21_pus_map.mod ! Writing 126 model components to file: J2322-0737_S_2017_10_21_pus_map.mod wobs J2322-0737_S_2017_10_21_pus_uvs.fits ! Writing UV FITS file: J2322-0737_S_2017_10_21_pus_uvs.fits wwins J2322-0737_S_2017_10_21_pus_map.win ! wwins: Wrote 2 windows to J2322-0737_S_2017_10_21_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.000213707 Jy ! Component: 100 - total flux cleaned = 4.15796e-05 Jy ! Component: 150 - total flux cleaned = 0.000186851 Jy ! Component: 200 - total flux cleaned = 0.000303601 Jy ! Component: 250 - total flux cleaned = 0.000439245 Jy ! Component: 300 - total flux cleaned = 0.000548977 Jy ! Component: 350 - total flux cleaned = 0.000634326 Jy ! Component: 400 - total flux cleaned = 0.000759056 Jy ! Component: 450 - total flux cleaned = 0.00088054 Jy ! Component: 500 - total flux cleaned = 0.000998974 Jy ! Component: 550 - total flux cleaned = 0.00113402 Jy ! Component: 600 - total flux cleaned = 0.00124672 Jy ! Component: 650 - total flux cleaned = 0.00137568 Jy ! Component: 700 - total flux cleaned = 0.00150217 Jy ! Component: 750 - total flux cleaned = 0.00167905 Jy ! Component: 800 - total flux cleaned = 0.00183533 Jy ! Component: 850 - total flux cleaned = 0.00200551 Jy ! Component: 900 - total flux cleaned = 0.00217254 Jy ! Component: 950 - total flux cleaned = 0.00225507 Jy ! Component: 1000 - total flux cleaned = 0.00244883 Jy ! Component: 1050 - total flux cleaned = 0.00255962 Jy ! Component: 1100 - total flux cleaned = 0.00268448 Jy ! Component: 1150 - total flux cleaned = 0.00276188 Jy ! Component: 1200 - total flux cleaned = 0.00286871 Jy ! Component: 1250 - total flux cleaned = 0.00294388 Jy ! Component: 1300 - total flux cleaned = 0.00300332 Jy ! Component: 1350 - total flux cleaned = 0.00307653 Jy ! Component: 1400 - total flux cleaned = 0.00311973 Jy ! Component: 1450 - total flux cleaned = 0.00316286 Jy ! Component: 1500 - total flux cleaned = 0.00321955 Jy ! Component: 1550 - total flux cleaned = 0.00321953 Jy ! Component: 1600 - total flux cleaned = 0.00319195 Jy ! Component: 1650 - total flux cleaned = 0.00323308 Jy ! Component: 1700 - total flux cleaned = 0.00326004 Jy ! Component: 1750 - total flux cleaned = 0.00331335 Jy ! Component: 1800 - total flux cleaned = 0.00326043 Jy ! Component: 1850 - total flux cleaned = 0.00328674 Jy ! Component: 1900 - total flux cleaned = 0.00332551 Jy ! Component: 1950 - total flux cleaned = 0.00331272 Jy ! Component: 2000 - total flux cleaned = 0.00336366 Jy ! Component: 2050 - total flux cleaned = 0.0033887 Jy ! Component: 2100 - total flux cleaned = 0.00338861 Jy ! Component: 2150 - total flux cleaned = 0.00337643 Jy ! Component: 2200 - total flux cleaned = 0.00335226 Jy ! Component: 2250 - total flux cleaned = 0.003425 Jy ! Component: 2300 - total flux cleaned = 0.00338898 Jy ! Component: 2350 - total flux cleaned = 0.00338895 Jy ! Component: 2400 - total flux cleaned = 0.00335379 Jy ! Component: 2450 - total flux cleaned = 0.00335384 Jy ! Component: 2500 - total flux cleaned = 0.00327258 Jy ! Component: 2550 - total flux cleaned = 0.00327271 Jy ! Component: 2600 - total flux cleaned = 0.00322692 Jy ! Component: 2650 - total flux cleaned = 0.00318153 Jy ! Component: 2700 - total flux cleaned = 0.00313651 Jy ! Component: 2750 - total flux cleaned = 0.00311428 Jy ! Component: 2800 - total flux cleaned = 0.00304782 Jy ! Component: 2850 - total flux cleaned = 0.00300405 Jy ! Component: 2900 - total flux cleaned = 0.00301486 Jy ! Component: 2950 - total flux cleaned = 0.0029498 Jy ! Component: 3000 - total flux cleaned = 0.0028531 Jy ! Component: 3050 - total flux cleaned = 0.00284243 Jy ! Component: 3100 - total flux cleaned = 0.00278956 Jy ! Component: 3150 - total flux cleaned = 0.00273705 Jy ! Component: 3200 - total flux cleaned = 0.00270565 Jy ! Component: 3250 - total flux cleaned = 0.0026952 Jy ! Component: 3300 - total flux cleaned = 0.00261275 Jy ! Component: 3350 - total flux cleaned = 0.00258202 Jy ! Component: 3400 - total flux cleaned = 0.00251093 Jy ! Component: 3450 - total flux cleaned = 0.00248072 Jy ! Component: 3500 - total flux cleaned = 0.00245071 Jy ! Component: 3550 - total flux cleaned = 0.00239098 Jy ! Component: 3600 - total flux cleaned = 0.00238104 Jy ! Component: 3650 - total flux cleaned = 0.00232196 Jy ! Component: 3700 - total flux cleaned = 0.00228288 Jy ! Component: 3750 - total flux cleaned = 0.00221506 Jy ! Component: 3800 - total flux cleaned = 0.00218613 Jy ! Component: 3850 - total flux cleaned = 0.00216698 Jy ! Component: 3900 - total flux cleaned = 0.00210982 Jy ! Component: 3950 - total flux cleaned = 0.00208141 Jy ! Component: 4000 - total flux cleaned = 0.00205308 Jy ! Component: 4050 - total flux cleaned = 0.00199694 Jy ! Total flux subtracted in 4096 components = 0.00195043 Jy ! Clean residual min=-0.000667 max=0.000485 Jy/beam ! Clean residual mean=-0.000001 rms=0.000177 Jy/beam ! Combined flux in latest and established models = 0.13029 Jy keep ! Adding 279 model components to the UV plane model. ! The established model now contains 405 components and 0.13029 Jy ![Exited script file: muppet] wmap "J2322-0737_S_2017_10_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.394 x 16.23 at -16.94 degrees (North through East) ! Clean map min=-0.0015118 max=0.11766 Jy/beam ! Writing clean map to FITS file: J2322-0737_S_2017_10_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.117658 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000172589 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.440061 0.440061 0.880122 1.76024 3.52049 7.04098 14.082 28.1639 56.3278 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.117 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.394 x 16.23 at -16.94 degrees (North through East) ! Clean map min=-0.0015118 max=0.11766 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 J2322-0737_S_2017_10_21_pus_uvs.log closed on Sat May 11 21:08:07 2019