! Started logfile: J1254-4424_S_2017_06_10_pus_uvs.log on Mon May 6 14:53:43 2019 obs J1254-4424_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J1254-4424_S_2017_06_10_pus_uva.fits ! AN table 1: 146 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.395129 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1254-4424 ! ! 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 10384 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 J1254-4424_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 518 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 518 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 578 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1031 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.888480Jy sigma=0.005458 ! Fit after self-cal, rms=0.843764Jy sigma=0.005194 ! 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.356 mas, bmaj=7.708 mas, bpa=-3.554 degrees ! Estimated noise=2650.8 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.112843 Jy ! Component: 100 - total flux cleaned = 0.15031 Jy ! Total flux subtracted in 100 components = 0.15031 Jy ! Clean residual min=-0.009162 max=0.020841 Jy/beam ! Clean residual mean=-0.000019 rms=0.002999 Jy/beam ! Combined flux in latest and established models = 0.15031 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.15031 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115698Jy sigma=0.000697 ! Fit after self-cal, rms=0.115523Jy sigma=0.000696 ! Inverting map ! Added new window around map position (-2.5, -8). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0205556 Jy ! Component: 100 - total flux cleaned = 0.0307679 Jy ! Total flux subtracted in 100 components = 0.0307679 Jy ! Clean residual min=-0.006274 max=0.006542 Jy/beam ! Clean residual mean=-0.000010 rms=0.001790 Jy/beam ! Combined flux in latest and established models = 0.181078 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 35 components and 0.181078 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110165Jy sigma=0.000665 ! Fit after self-cal, rms=0.110007Jy sigma=0.000664 ! 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=2.924 mas, bmaj=9.647 mas, bpa=-5.268 degrees ! Estimated noise=1298.23 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.0116415 Jy ! Component: 100 - total flux cleaned = 0.0170111 Jy ! Component: 150 - total flux cleaned = 0.0196373 Jy ! Component: 200 - total flux cleaned = 0.0209694 Jy ! Total flux subtracted in 200 components = 0.0209694 Jy ! Clean residual min=-0.004661 max=0.003971 Jy/beam ! Clean residual mean=-0.000039 rms=0.001133 Jy/beam ! Combined flux in latest and established models = 0.202047 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 54 components and 0.202047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108850Jy sigma=0.000658 ! Fit after self-cal, rms=0.108829Jy sigma=0.000658 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 1.00* KP 1.03 ! LA 1.00 MK 1.07 NL 1.00* OV 1.02 ! PT 0.96 SC 0.93 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.00* KP 0.99 ! LA 0.96 MK 0.97 NL 1.00* OV 1.02 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.07 HN 1.00* KP 0.96 ! LA 0.95 MK 1.02 NL 1.00* OV 0.95 ! PT 0.97 SC 1.04 ! ! ! Correcting IF 4. ! A total of 429 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.108829Jy sigma=0.000658 ! Fit after self-cal, rms=0.108588Jy sigma=0.000657 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.973 mas, bmaj=9.713 mas, bpa=-4.315 degrees ! Estimated noise=1339.39 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.000295884 Jy ! Component: 100 - total flux cleaned = -0.000241525 Jy ! Component: 150 - total flux cleaned = -0.000221698 Jy ! Component: 200 - total flux cleaned = -0.000240291 Jy ! Total flux subtracted in 200 components = -0.000240291 Jy ! Clean residual min=-0.003819 max=0.003113 Jy/beam ! Clean residual mean=-0.000021 rms=0.000954 Jy/beam ! Combined flux in latest and established models = 0.201807 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 61 components and 0.201807 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108576Jy sigma=0.000657 ! Fit after self-cal, rms=0.108556Jy sigma=0.000657 ! 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.108556Jy sigma=0.000657 ! Fit after self-cal, rms=0.108918Jy sigma=0.000655 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.972 mas, bmaj=9.702 mas, bpa=-4.273 degrees ! Estimated noise=1339.06 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00012416 Jy ! Component: 100 - total flux cleaned = -0.000125748 Jy ! Component: 150 - total flux cleaned = -0.000127915 Jy ! Component: 200 - total flux cleaned = -0.000115817 Jy ! Total flux subtracted in 200 components = -0.000115817 Jy ! Clean residual min=-0.003173 max=0.002834 Jy/beam ! Clean residual mean=-0.000009 rms=0.000802 Jy/beam ! Combined flux in latest and established models = 0.201691 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 64 components and 0.201691 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108913Jy sigma=0.000655 ! Fit after self-cal, rms=0.108946Jy sigma=0.000655 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 = -7.34263e-05 Jy ! Component: 100 - total flux cleaned = -7.69376e-05 Jy ! Component: 150 - total flux cleaned = -7.92692e-05 Jy ! Component: 200 - total flux cleaned = -8.93735e-05 Jy ! Total flux subtracted in 200 components = -8.93735e-05 Jy ! Clean residual min=-0.003141 max=0.002812 Jy/beam ! Clean residual mean=-0.000009 rms=0.000800 Jy/beam ! Combined flux in latest and established models = 0.201602 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 65 components and 0.201602 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108944Jy sigma=0.000655 ! Fit after self-cal, rms=0.108943Jy sigma=0.000655 ! 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.108943Jy sigma=0.000655 ! Fit after self-cal, rms=0.109148Jy sigma=0.000655 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.973 mas, bmaj=9.706 mas, bpa=-4.284 degrees ! Estimated noise=1340.79 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.46452e-06 Jy ! Component: 100 - total flux cleaned = -8.39844e-06 Jy ! Component: 150 - total flux cleaned = 2.94256e-06 Jy ! Component: 200 - total flux cleaned = 2.20309e-05 Jy ! Total flux subtracted in 200 components = 2.20309e-05 Jy ! Clean residual min=-0.003099 max=0.002778 Jy/beam ! Clean residual mean=-0.000009 rms=0.000794 Jy/beam ! Combined flux in latest and established models = 0.201624 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 68 components and 0.201624 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109146Jy sigma=0.000655 ! Fit after self-cal, rms=0.109149Jy sigma=0.000655 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.25053e-05 Jy ! Component: 100 - total flux cleaned = -2.28634e-05 Jy ! Component: 150 - total flux cleaned = -5.3081e-06 Jy ! Component: 200 - total flux cleaned = -1.23371e-05 Jy ! Total flux subtracted in 200 components = -1.23371e-05 Jy ! Clean residual min=-0.003079 max=0.002752 Jy/beam ! Clean residual mean=-0.000009 rms=0.000792 Jy/beam ! Combined flux in latest and established models = 0.201611 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 70 components and 0.201611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109148Jy sigma=0.000655 ! Fit after self-cal, rms=0.109148Jy sigma=0.000655 ! 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.109148Jy sigma=0.000655 ! Fit after self-cal, rms=0.109238Jy sigma=0.000655 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.92 mas, bmaj=31.18 mas, bpa=2.414 degrees ! Estimated noise=1790.49 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.49192e-05 Jy ! Component: 100 - total flux cleaned = 8.3706e-05 Jy ! Component: 150 - total flux cleaned = 9.13204e-05 Jy ! Component: 200 - total flux cleaned = 9.8573e-05 Jy ! Total flux subtracted in 200 components = 9.8573e-05 Jy ! Clean residual min=-0.003401 max=0.003041 Jy/beam ! Clean residual mean=-0.000016 rms=0.001085 Jy/beam ! Combined flux in latest and established models = 0.20171 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 74 components and 0.20171 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109238Jy sigma=0.000655 ! Fit after self-cal, rms=0.109239Jy sigma=0.000655 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.28566e-06 Jy ! Component: 100 - total flux cleaned = -3.29828e-06 Jy ! Component: 150 - total flux cleaned = -3.78805e-06 Jy ! Component: 200 - total flux cleaned = 1.21579e-06 Jy ! Total flux subtracted in 200 components = 1.21579e-06 Jy ! Clean residual min=-0.003407 max=0.003034 Jy/beam ! Clean residual mean=-0.000016 rms=0.001083 Jy/beam ! Combined flux in latest and established models = 0.201711 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 77 components and 0.201711 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109239Jy sigma=0.000655 ! Fit after self-cal, rms=0.109239Jy sigma=0.000655 ! 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=2.973 mas, bmaj=9.707 mas, bpa=-4.292 degrees ! Estimated noise=1341.73 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.973 x 9.707 at -4.292 degrees (North through East) ! Clean map min=-0.0030551 max=0.14654 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.361 mas, bmaj=7.604 mas, bpa=-2.985 degrees ! Estimated noise=2774.59 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.113479 Jy ! Component: 100 - total flux cleaned = 0.153476 Jy ! Component: 150 - total flux cleaned = 0.173044 Jy ! Component: 200 - total flux cleaned = 0.183306 Jy ! Total flux subtracted in 200 components = 0.183306 Jy ! Clean residual min=-0.006022 max=0.005985 Jy/beam ! Clean residual mean=-0.000007 rms=0.001717 Jy/beam ! Combined flux in latest and established models = 0.183306 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.183306 Jy ! Inverting map and beam ! Estimated beam: bmin=2.973 mas, bmaj=9.707 mas, bpa=-4.292 degrees ! Estimated noise=1341.73 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.0103066 Jy ! Component: 100 - total flux cleaned = 0.0148211 Jy ! Component: 150 - total flux cleaned = 0.0168547 Jy ! Component: 200 - total flux cleaned = 0.017358 Jy ! Total flux subtracted in 200 components = 0.017358 Jy ! Clean residual min=-0.003019 max=0.002829 Jy/beam ! Clean residual mean=-0.000011 rms=0.000823 Jy/beam ! Combined flux in latest and established models = 0.200664 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 52 components and 0.200664 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=9.92 mas, bmaj=31.18 mas, bpa=2.414 degrees ! Estimated noise=1790.49 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000703748 Jy ! Component: 100 - total flux cleaned = 0.000705139 Jy ! Component: 150 - total flux cleaned = 0.000737749 Jy ! Component: 200 - total flux cleaned = 0.000761216 Jy ! Total flux subtracted in 200 components = 0.000761216 Jy ! Clean residual min=-0.003370 max=0.003050 Jy/beam ! Clean residual mean=-0.000018 rms=0.001098 Jy/beam ! Combined flux in latest and established models = 0.201425 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.04182e-05 Jy ! Component: 100 - total flux cleaned = 5.55781e-05 Jy ! Component: 150 - total flux cleaned = 6.98784e-05 Jy ! Component: 200 - total flux cleaned = 8.35055e-05 Jy ! Total flux subtracted in 200 components = 8.35055e-05 Jy ! Clean residual min=-0.003385 max=0.003030 Jy/beam ! Clean residual mean=-0.000017 rms=0.001091 Jy/beam ! Combined flux in latest and established models = 0.201508 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 65 components and 0.201508 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.973 mas, bmaj=9.707 mas, bpa=-4.292 degrees ! Estimated noise=1341.73 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.25238e-05 Jy ! Component: 100 - total flux cleaned = -5.52006e-05 Jy ! Component: 150 - total flux cleaned = -0.000123653 Jy ! Component: 200 - total flux cleaned = -0.000161356 Jy ! Total flux subtracted in 200 components = -0.000161356 Jy ! Clean residual min=-0.003059 max=0.002796 Jy/beam ! Clean residual mean=-0.000009 rms=0.000802 Jy/beam ! Combined flux in latest and established models = 0.201347 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 76 components and 0.201347 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109249Jy sigma=0.000655 ! Fit after self-cal, rms=0.109247Jy sigma=0.000655 wmodel J1254-4424_S_2017_06_10_pus_map.mod ! Writing 76 model components to file: J1254-4424_S_2017_06_10_pus_map.mod wobs J1254-4424_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J1254-4424_S_2017_06_10_pus_uvs.fits wwins J1254-4424_S_2017_06_10_pus_map.win ! wwins: Wrote 2 windows to J1254-4424_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.000363381 Jy ! Component: 100 - total flux cleaned = -0.000831086 Jy ! Component: 150 - total flux cleaned = -0.00123167 Jy ! Component: 200 - total flux cleaned = -0.00165463 Jy ! Component: 250 - total flux cleaned = -0.00185613 Jy ! Component: 300 - total flux cleaned = -0.00205036 Jy ! Component: 350 - total flux cleaned = -0.00238564 Jy ! Component: 400 - total flux cleaned = -0.00274536 Jy ! Component: 450 - total flux cleaned = -0.00326499 Jy ! Component: 500 - total flux cleaned = -0.00356644 Jy ! Component: 550 - total flux cleaned = -0.00385846 Jy ! Component: 600 - total flux cleaned = -0.00417257 Jy ! Component: 650 - total flux cleaned = -0.00444594 Jy ! Component: 700 - total flux cleaned = -0.00462153 Jy ! Component: 750 - total flux cleaned = -0.00476382 Jy ! Component: 800 - total flux cleaned = -0.00490291 Jy ! Component: 850 - total flux cleaned = -0.00506636 Jy ! Component: 900 - total flux cleaned = -0.0051999 Jy ! Component: 950 - total flux cleaned = -0.00538241 Jy ! Component: 1000 - total flux cleaned = -0.00556003 Jy ! Component: 1050 - total flux cleaned = -0.00568427 Jy ! Component: 1100 - total flux cleaned = -0.00583018 Jy ! Component: 1150 - total flux cleaned = -0.0059734 Jy ! Component: 1200 - total flux cleaned = -0.00599692 Jy ! Component: 1250 - total flux cleaned = -0.006089 Jy ! Component: 1300 - total flux cleaned = -0.00613471 Jy ! Component: 1350 - total flux cleaned = -0.00626929 Jy ! Component: 1400 - total flux cleaned = -0.00637992 Jy ! Component: 1450 - total flux cleaned = -0.00646702 Jy ! Component: 1500 - total flux cleaned = -0.0065528 Jy ! Component: 1550 - total flux cleaned = -0.006659 Jy ! Component: 1600 - total flux cleaned = -0.00676367 Jy ! Component: 1650 - total flux cleaned = -0.00682549 Jy ! Component: 1700 - total flux cleaned = -0.00696739 Jy ! Component: 1750 - total flux cleaned = -0.00698713 Jy ! Component: 1800 - total flux cleaned = -0.00698725 Jy ! Component: 1850 - total flux cleaned = -0.00704611 Jy ! Component: 1900 - total flux cleaned = -0.00712346 Jy ! Component: 1950 - total flux cleaned = -0.00716152 Jy ! Component: 2000 - total flux cleaned = -0.00718051 Jy ! Component: 2050 - total flux cleaned = -0.00721798 Jy ! Component: 2100 - total flux cleaned = -0.00719975 Jy ! Component: 2150 - total flux cleaned = -0.0071997 Jy ! Component: 2200 - total flux cleaned = -0.00716347 Jy ! Component: 2250 - total flux cleaned = -0.00710981 Jy ! Component: 2300 - total flux cleaned = -0.00707437 Jy ! Component: 2350 - total flux cleaned = -0.00703911 Jy ! Component: 2400 - total flux cleaned = -0.00698642 Jy ! Component: 2450 - total flux cleaned = -0.00695163 Jy ! Component: 2500 - total flux cleaned = -0.00689975 Jy ! Component: 2550 - total flux cleaned = -0.00686529 Jy ! Component: 2600 - total flux cleaned = -0.00684812 Jy ! Component: 2650 - total flux cleaned = -0.00678003 Jy ! Component: 2700 - total flux cleaned = -0.00672926 Jy ! Component: 2750 - total flux cleaned = -0.00672931 Jy ! Component: 2800 - total flux cleaned = -0.00671243 Jy ! Component: 2850 - total flux cleaned = -0.00664561 Jy ! Component: 2900 - total flux cleaned = -0.00662896 Jy ! Component: 2950 - total flux cleaned = -0.00661231 Jy ! Component: 3000 - total flux cleaned = -0.00659581 Jy ! Component: 3050 - total flux cleaned = -0.00659572 Jy ! Component: 3100 - total flux cleaned = -0.00654654 Jy ! Component: 3150 - total flux cleaned = -0.00649754 Jy ! Component: 3200 - total flux cleaned = -0.00648117 Jy ! Component: 3250 - total flux cleaned = -0.00646491 Jy ! Component: 3300 - total flux cleaned = -0.00643246 Jy ! Component: 3350 - total flux cleaned = -0.00643244 Jy ! Component: 3400 - total flux cleaned = -0.00636785 Jy ! Component: 3450 - total flux cleaned = -0.00633557 Jy ! Component: 3500 - total flux cleaned = -0.00630334 Jy ! Component: 3550 - total flux cleaned = -0.00628725 Jy ! Component: 3600 - total flux cleaned = -0.00625514 Jy ! Component: 3650 - total flux cleaned = -0.00622315 Jy ! Component: 3700 - total flux cleaned = -0.0062392 Jy ! Component: 3750 - total flux cleaned = -0.00619132 Jy ! Component: 3800 - total flux cleaned = -0.00620731 Jy ! Component: 3850 - total flux cleaned = -0.0061595 Jy ! Component: 3900 - total flux cleaned = -0.00614372 Jy ! Component: 3950 - total flux cleaned = -0.00614371 Jy ! Component: 4000 - total flux cleaned = -0.00614373 Jy ! Component: 4050 - total flux cleaned = -0.00609606 Jy ! Total flux subtracted in 4096 components = -0.00609605 Jy ! Clean residual min=-0.000870 max=0.000896 Jy/beam ! Clean residual mean=0.000011 rms=0.000278 Jy/beam ! Combined flux in latest and established models = 0.195251 Jy keep ! Adding 238 model components to the UV plane model. ! The established model now contains 314 components and 0.195251 Jy ![Exited script file: muppet] wmap "J1254-4424_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.973 x 9.707 at -4.292 degrees (North through East) ! Clean map min=-0.0030652 max=0.14755 Jy/beam ! Writing clean map to FITS file: J1254-4424_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.147552 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000289526 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.588659 0.588659 1.17732 2.35463 4.70927 9.41854 18.8371 37.6741 75.3483 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.147 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.973 x 9.707 at -4.292 degrees (North through East) ! Clean map min=-0.0030652 max=0.14755 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 J1254-4424_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:53:47 2019