! Started logfile: J0609-0230_S_2017_06_10_pus_uvs.log on Mon May 6 14:46:28 2019 obs J0609-0230_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J0609-0230_S_2017_06_10_pus_uva.fits ! AN table 1: 112 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.975 visibilities/baseline/integration-bin. ! Found source: J0609-0230 ! ! 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 1154 lines of history. ! ! Reading 19656 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 J0609-0230_S_2017_06_10_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 161 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 627 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.955331Jy sigma=0.008348 ! Fit after self-cal, rms=0.938498Jy sigma=0.008220 ! 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.639 mas, bmaj=6.98 mas, bpa=-3.624 degrees ! Estimated noise=987.843 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.0502065 Jy ! Component: 100 - total flux cleaned = 0.0615155 Jy ! Total flux subtracted in 100 components = 0.0615155 Jy ! Clean residual min=-0.002704 max=0.003983 Jy/beam ! Clean residual mean=0.000002 rms=0.000691 Jy/beam ! Combined flux in latest and established models = 0.0615155 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0615155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082932Jy sigma=0.000685 ! Fit after self-cal, rms=0.082822Jy sigma=0.000684 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00411458 Jy ! Component: 100 - total flux cleaned = 0.00592963 Jy ! Total flux subtracted in 100 components = 0.00592963 Jy ! Clean residual min=-0.002909 max=0.002796 Jy/beam ! Clean residual mean=-0.000001 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.0674451 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 13 components and 0.0674451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082643Jy sigma=0.000683 ! Fit after self-cal, rms=0.082649Jy sigma=0.000683 ! 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.188 mas, bmaj=8.087 mas, bpa=-3.912 degrees ! Estimated noise=684.586 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.000467375 Jy ! Component: 100 - total flux cleaned = 0.000574189 Jy ! Component: 150 - total flux cleaned = 0.000626723 Jy ! Component: 200 - total flux cleaned = 0.000613014 Jy ! Total flux subtracted in 200 components = 0.000613014 Jy ! Clean residual min=-0.002004 max=0.002339 Jy/beam ! Clean residual mean=-0.000003 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.0680581 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 23 components and 0.0680581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082638Jy sigma=0.000683 ! Fit after self-cal, rms=0.082639Jy sigma=0.000683 ! 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.89 FD 0.93 HN 0.98 KP 1.14 ! LA 1.04 MK 1.09 NL 0.96 OV 1.02 ! PT 1.06 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 HN 0.98 KP 0.95 ! LA 0.97 MK 1.03 NL 1.03 OV 1.28 ! PT 1.02 SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.01 HN 1.04 KP 0.95 ! LA 1.00 MK 0.96 NL 0.98 OV 0.94 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 0.96 KP 1.00* ! LA 0.89 MK 0.90 NL 1.00* OV 1.00* ! PT 0.90 SC 1.00* ! ! ! Fit before self-cal, rms=0.082639Jy sigma=0.000683 ! Fit after self-cal, rms=0.081812Jy sigma=0.000681 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.203 mas, bmaj=8.076 mas, bpa=-4.031 degrees ! Estimated noise=686.095 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 = 1.33204e-05 Jy ! Component: 100 - total flux cleaned = 1.24379e-05 Jy ! Component: 150 - total flux cleaned = -1.64294e-06 Jy ! Component: 200 - total flux cleaned = -1.33031e-05 Jy ! Total flux subtracted in 200 components = -1.33031e-05 Jy ! Clean residual min=-0.001812 max=0.002190 Jy/beam ! Clean residual mean=-0.000003 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.0680448 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 28 components and 0.0680448 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081807Jy sigma=0.000681 ! Fit after self-cal, rms=0.081815Jy sigma=0.000681 ! 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.081815Jy sigma=0.000681 ! Fit after self-cal, rms=0.082515Jy sigma=0.000680 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.21 mas, bmaj=8.075 mas, bpa=-4.017 degrees ! Estimated noise=686.495 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.6643e-05 Jy ! Component: 100 - total flux cleaned = -3.63175e-05 Jy ! Component: 150 - total flux cleaned = -5.86661e-05 Jy ! Component: 200 - total flux cleaned = -6.88134e-05 Jy ! Total flux subtracted in 200 components = -6.88134e-05 Jy ! Clean residual min=-0.001706 max=0.002096 Jy/beam ! Clean residual mean=-0.000004 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.067976 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 34 components and 0.067976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082511Jy sigma=0.000680 ! Fit after self-cal, rms=0.082555Jy sigma=0.000679 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 (-81.5, 124). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00153268 Jy ! Component: 100 - total flux cleaned = 0.00161621 Jy ! Component: 150 - total flux cleaned = 0.00168069 Jy ! Component: 200 - total flux cleaned = 0.00170795 Jy ! Total flux subtracted in 200 components = 0.00170795 Jy ! Clean residual min=-0.001743 max=0.001744 Jy/beam ! Clean residual mean=-0.000003 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.069684 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 52 components and 0.069684 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082506Jy sigma=0.000679 ! Fit after self-cal, rms=0.082498Jy sigma=0.000679 ! 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.082498Jy sigma=0.000679 ! Fit after self-cal, rms=0.085702Jy sigma=0.000677 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.211 mas, bmaj=8.066 mas, bpa=-3.881 degrees ! Estimated noise=687.71 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000335233 Jy ! Component: 100 - total flux cleaned = 0.00023628 Jy ! Component: 150 - total flux cleaned = 0.000175462 Jy ! Component: 200 - total flux cleaned = 0.000121965 Jy ! Total flux subtracted in 200 components = 0.000121965 Jy ! Clean residual min=-0.001542 max=0.001512 Jy/beam ! Clean residual mean=-0.000003 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.0698059 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 65 components and 0.0698059 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085685Jy sigma=0.000677 ! Fit after self-cal, rms=0.085780Jy sigma=0.000677 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.000109948 Jy ! Component: 100 - total flux cleaned = 0.000109422 Jy ! Component: 150 - total flux cleaned = 6.1426e-05 Jy ! Component: 200 - total flux cleaned = 4.70192e-05 Jy ! Total flux subtracted in 200 components = 4.70192e-05 Jy ! Clean residual min=-0.001476 max=0.001528 Jy/beam ! Clean residual mean=-0.000003 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.0698529 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 73 components and 0.0698529 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085773Jy sigma=0.000677 ! Fit after self-cal, rms=0.085773Jy sigma=0.000677 ! 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.085773Jy sigma=0.000677 ! Fit after self-cal, rms=0.086566Jy sigma=0.000677 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.389 mas, bmaj=13.37 mas, bpa=-4.642 degrees ! Estimated noise=872.98 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000209443 Jy ! Component: 100 - total flux cleaned = -0.000256647 Jy ! Component: 150 - total flux cleaned = -0.000300191 Jy ! Component: 200 - total flux cleaned = -0.000314927 Jy ! Total flux subtracted in 200 components = -0.000314927 Jy ! Clean residual min=-0.001403 max=0.001624 Jy/beam ! Clean residual mean=-0.000005 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.069538 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 80 components and 0.069538 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086565Jy sigma=0.000677 ! Fit after self-cal, rms=0.086579Jy sigma=0.000677 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 = -5.25177e-05 Jy ! Component: 100 - total flux cleaned = -4.53924e-05 Jy ! Component: 150 - total flux cleaned = -4.53811e-05 Jy ! Component: 200 - total flux cleaned = -5.18195e-05 Jy ! Total flux subtracted in 200 components = -5.18195e-05 Jy ! Clean residual min=-0.001397 max=0.001620 Jy/beam ! Clean residual mean=-0.000005 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.0694862 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 84 components and 0.0694862 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086578Jy sigma=0.000677 ! Fit after self-cal, rms=0.086579Jy sigma=0.000677 ! 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.216 mas, bmaj=8.064 mas, bpa=-3.807 degrees ! Estimated noise=688.268 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.216 x 8.064 at -3.807 degrees (North through East) ! Clean map min=-0.0014008 max=0.06469 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.662 mas, bmaj=6.938 mas, bpa=-3.413 degrees ! Estimated noise=988.707 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0501526 Jy ! Component: 100 - total flux cleaned = 0.0614605 Jy ! Component: 150 - total flux cleaned = 0.0661065 Jy ! Component: 200 - total flux cleaned = 0.068025 Jy ! Total flux subtracted in 200 components = 0.068025 Jy ! Clean residual min=-0.002212 max=0.002411 Jy/beam ! Clean residual mean=-0.000000 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.0680251 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.0680251 Jy ! Inverting map and beam ! Estimated beam: bmin=3.216 mas, bmaj=8.064 mas, bpa=-3.807 degrees ! Estimated noise=688.268 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.00107117 Jy ! Component: 100 - total flux cleaned = 0.00130134 Jy ! Component: 150 - total flux cleaned = 0.0013399 Jy ! Component: 200 - total flux cleaned = 0.00140886 Jy ! Total flux subtracted in 200 components = 0.00140886 Jy ! Clean residual min=-0.001441 max=0.001536 Jy/beam ! Clean residual mean=-0.000002 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.0694339 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 37 components and 0.0694339 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.389 mas, bmaj=13.37 mas, bpa=-4.642 degrees ! Estimated noise=872.98 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000119608 Jy ! Component: 100 - total flux cleaned = 0.000204881 Jy ! Component: 150 - total flux cleaned = 0.000186911 Jy ! Component: 200 - total flux cleaned = 0.000186844 Jy ! Total flux subtracted in 200 components = 0.000186844 Jy ! Clean residual min=-0.001412 max=0.001634 Jy/beam ! Clean residual mean=-0.000005 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.0696208 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.05028e-05 Jy ! Component: 100 - total flux cleaned = -2.89663e-05 Jy ! Component: 150 - total flux cleaned = -4.6051e-05 Jy ! Component: 200 - total flux cleaned = -4.64329e-05 Jy ! Total flux subtracted in 200 components = -4.64329e-05 Jy ! Clean residual min=-0.001400 max=0.001629 Jy/beam ! Clean residual mean=-0.000005 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.0695743 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 50 components and 0.0695743 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.216 mas, bmaj=8.064 mas, bpa=-3.807 degrees ! Estimated noise=688.268 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000269643 Jy ! Component: 100 - total flux cleaned = 0.000243098 Jy ! Component: 150 - total flux cleaned = 0.000243764 Jy ! Component: 200 - total flux cleaned = 0.000243762 Jy ! Total flux subtracted in 200 components = 0.000243762 Jy ! Clean residual min=-0.001457 max=0.001549 Jy/beam ! Clean residual mean=-0.000003 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.0698181 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 59 components and 0.0698181 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086586Jy sigma=0.000677 ! Fit after self-cal, rms=0.086584Jy sigma=0.000677 wmodel J0609-0230_S_2017_06_10_pus_map.mod ! Writing 59 model components to file: J0609-0230_S_2017_06_10_pus_map.mod wobs J0609-0230_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J0609-0230_S_2017_06_10_pus_uvs.fits wwins J0609-0230_S_2017_06_10_pus_map.win ! wwins: Wrote 2 windows to J0609-0230_S_2017_06_10_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.000255533 Jy ! Component: 100 - total flux cleaned = 0.000331314 Jy ! Component: 150 - total flux cleaned = 0.00030695 Jy ! Component: 200 - total flux cleaned = 0.000402598 Jy ! Component: 250 - total flux cleaned = 0.000425202 Jy ! Component: 300 - total flux cleaned = 0.000424383 Jy ! Component: 350 - total flux cleaned = 0.000424346 Jy ! Component: 400 - total flux cleaned = 0.000510968 Jy ! Component: 450 - total flux cleaned = 0.000553485 Jy ! Component: 500 - total flux cleaned = 0.000657799 Jy ! Component: 550 - total flux cleaned = 0.00067813 Jy ! Component: 600 - total flux cleaned = 0.000718305 Jy ! Component: 650 - total flux cleaned = 0.000698485 Jy ! Component: 700 - total flux cleaned = 0.000698512 Jy ! Component: 750 - total flux cleaned = 0.000659904 Jy ! Component: 800 - total flux cleaned = 0.000621803 Jy ! Component: 850 - total flux cleaned = 0.000584364 Jy ! Component: 900 - total flux cleaned = 0.000565621 Jy ! Component: 950 - total flux cleaned = 0.000510714 Jy ! Component: 1000 - total flux cleaned = 0.00052866 Jy ! Component: 1050 - total flux cleaned = 0.00051041 Jy ! Component: 1100 - total flux cleaned = 0.000474644 Jy ! Component: 1150 - total flux cleaned = 0.000474564 Jy ! Component: 1200 - total flux cleaned = 0.000405091 Jy ! Component: 1250 - total flux cleaned = 0.00037085 Jy ! Component: 1300 - total flux cleaned = 0.000371192 Jy ! Component: 1350 - total flux cleaned = 0.000387629 Jy ! Component: 1400 - total flux cleaned = 0.000304403 Jy ! Component: 1450 - total flux cleaned = 0.000271569 Jy ! Component: 1500 - total flux cleaned = 0.000271662 Jy ! Component: 1550 - total flux cleaned = 0.000206898 Jy ! Component: 1600 - total flux cleaned = 0.000206983 Jy ! Component: 1650 - total flux cleaned = 9.59251e-05 Jy ! Component: 1700 - total flux cleaned = 0.000127463 Jy ! Component: 1750 - total flux cleaned = 8.06487e-05 Jy ! Component: 1800 - total flux cleaned = 3.44344e-05 Jy ! Component: 1850 - total flux cleaned = 3.91685e-06 Jy ! Component: 1900 - total flux cleaned = -1.12665e-05 Jy ! Component: 1950 - total flux cleaned = -7.16046e-05 Jy ! Component: 2000 - total flux cleaned = -0.000131351 Jy ! Component: 2050 - total flux cleaned = -0.00016082 Jy ! Component: 2100 - total flux cleaned = -0.000146129 Jy ! Component: 2150 - total flux cleaned = -0.00013153 Jy ! Component: 2200 - total flux cleaned = -0.000131583 Jy ! Component: 2250 - total flux cleaned = -0.000189289 Jy ! Component: 2300 - total flux cleaned = -0.000203511 Jy ! Component: 2350 - total flux cleaned = -0.00028859 Jy ! Component: 2400 - total flux cleaned = -0.000274641 Jy ! Component: 2450 - total flux cleaned = -0.000316565 Jy ! Component: 2500 - total flux cleaned = -0.000330382 Jy ! Component: 2550 - total flux cleaned = -0.000344188 Jy ! Component: 2600 - total flux cleaned = -0.00038518 Jy ! Component: 2650 - total flux cleaned = -0.000439338 Jy ! Component: 2700 - total flux cleaned = -0.00043928 Jy ! Component: 2750 - total flux cleaned = -0.000452687 Jy ! Component: 2800 - total flux cleaned = -0.000545966 Jy ! Component: 2850 - total flux cleaned = -0.000572407 Jy ! Component: 2900 - total flux cleaned = -0.000611724 Jy ! Component: 2950 - total flux cleaned = -0.000637724 Jy ! Component: 3000 - total flux cleaned = -0.000676597 Jy ! Component: 3050 - total flux cleaned = -0.000676669 Jy ! Component: 3100 - total flux cleaned = -0.00071511 Jy ! Component: 3150 - total flux cleaned = -0.000753248 Jy ! Component: 3200 - total flux cleaned = -0.000816436 Jy ! Component: 3250 - total flux cleaned = -0.000778779 Jy ! Component: 3300 - total flux cleaned = -0.000853572 Jy ! Component: 3350 - total flux cleaned = -0.0008287 Jy ! Component: 3400 - total flux cleaned = -0.000841167 Jy ! Component: 3450 - total flux cleaned = -0.000865822 Jy ! Component: 3500 - total flux cleaned = -0.000865884 Jy ! Component: 3550 - total flux cleaned = -0.000914287 Jy ! Component: 3600 - total flux cleaned = -0.000974531 Jy ! Component: 3650 - total flux cleaned = -0.00098651 Jy ! Component: 3700 - total flux cleaned = -0.00104591 Jy ! Component: 3750 - total flux cleaned = -0.00111676 Jy ! Component: 3800 - total flux cleaned = -0.0011284 Jy ! Component: 3850 - total flux cleaned = -0.00115167 Jy ! Component: 3900 - total flux cleaned = -0.00117497 Jy ! Component: 3950 - total flux cleaned = -0.00117502 Jy ! Component: 4000 - total flux cleaned = -0.00124395 Jy ! Component: 4050 - total flux cleaned = -0.00118697 Jy ! Total flux subtracted in 4096 components = -0.00118697 Jy ! Clean residual min=-0.000695 max=0.000721 Jy/beam ! Clean residual mean=-0.000001 rms=0.000209 Jy/beam ! Combined flux in latest and established models = 0.0686311 Jy keep ! Adding 304 model components to the UV plane model. ! The established model now contains 363 components and 0.0686311 Jy ![Exited script file: muppet] wmap "J0609-0230_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.216 x 8.064 at -3.807 degrees (North through East) ! Clean map min=-0.0012585 max=0.064736 Jy/beam ! Writing clean map to FITS file: J0609-0230_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0647359 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000209655 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.971585 0.971585 1.94317 3.88634 7.77268 15.5454 31.0907 62.1814 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.064 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.216 x 8.064 at -3.807 degrees (North through East) ! Clean map min=-0.0012585 max=0.064736 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 J0609-0230_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:46:33 2019