! Started logfile: J1007-3333_S_2017_07_16_pus_uvs.log on Thu May 9 11:06:22 2019 obs J1007-3333_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J1007-3333_S_2017_07_16_pus_uva.fits ! AN table 1: 75 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.688889 visibilities/baseline/integration-bin. ! Found source: J1007-3333 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 815 lines of history. ! ! Reading 9300 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 J1007-3333_S_2017_07_16_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 199 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 199 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 572 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.806256Jy sigma=0.004986 ! Fit after self-cal, rms=0.749705Jy sigma=0.004623 ! 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.463 mas, bmaj=6.503 mas, bpa=-4.776 degrees ! Estimated noise=2312.6 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.205944 Jy ! Component: 100 - total flux cleaned = 0.250936 Jy ! Total flux subtracted in 100 components = 0.250936 Jy ! Clean residual min=-0.016525 max=0.034259 Jy/beam ! Clean residual mean=-0.000370 rms=0.005267 Jy/beam ! Combined flux in latest and established models = 0.250936 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.250936 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142202Jy sigma=0.000849 ! Fit after self-cal, rms=0.142201Jy sigma=0.000849 ! Inverting map ! Added new window around map position (-4.5, 28). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0287763 Jy ! Component: 100 - total flux cleaned = 0.0418132 Jy ! Total flux subtracted in 100 components = 0.0418132 Jy ! Clean residual min=-0.015133 max=0.028653 Jy/beam ! Clean residual mean=-0.000219 rms=0.004234 Jy/beam ! Combined flux in latest and established models = 0.29275 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 9 components and 0.29275 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136629Jy sigma=0.000808 ! Fit after self-cal, rms=0.135802Jy sigma=0.000801 ! 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.717 mas, bmaj=7.053 mas, bpa=-4.008 degrees ! Estimated noise=1510.1 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.0171262 Jy ! Component: 100 - total flux cleaned = 0.0237248 Jy ! Component: 150 - total flux cleaned = 0.0257854 Jy ! Component: 200 - total flux cleaned = 0.0278357 Jy ! Total flux subtracted in 200 components = 0.0278357 Jy ! Clean residual min=-0.016375 max=0.023154 Jy/beam ! Clean residual mean=-0.000258 rms=0.004885 Jy/beam ! Combined flux in latest and established models = 0.320585 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 21 components and 0.320585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133485Jy sigma=0.000781 ! Fit after self-cal, rms=0.133301Jy sigma=0.000779 ! 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.18 FD 1.00* HN 1.16 KP 0.92 ! LA 0.95 MK 1.03 NL 1.00* OV 0.91 ! PT 0.96 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 3.57 FD 1.00* HN 1.32 KP 0.90 ! LA 0.91 MK 1.01 NL 1.20 OV 0.91 ! PT 0.94 SC 1.03 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.29 FD 1.00* HN 1.26 KP 0.88 ! LA 1.00* MK 1.06 NL 1.11 OV 0.81 ! PT 0.94 SC 1.01 ! ! ! Correcting IF 4. ! A total of 42 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.22 KP 1.00* ! LA 0.98 MK 1.01 NL 1.00* OV 1.00* ! PT 0.95 SC 1.00* ! ! ! Fit before self-cal, rms=0.133301Jy sigma=0.000779 ! Fit after self-cal, rms=0.150578Jy sigma=0.000697 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.742 mas, bmaj=7.124 mas, bpa=-3.5 degrees ! Estimated noise=1550.36 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.0090246 Jy ! Component: 100 - total flux cleaned = -0.0105359 Jy ! Component: 150 - total flux cleaned = -0.0108256 Jy ! Component: 200 - total flux cleaned = -0.0109406 Jy ! Total flux subtracted in 200 components = -0.0109406 Jy ! Clean residual min=-0.007282 max=0.007938 Jy/beam ! Clean residual mean=-0.000097 rms=0.002089 Jy/beam ! Combined flux in latest and established models = 0.309645 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 37 components and 0.309645 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.149909Jy sigma=0.000693 ! Fit after self-cal, rms=0.150515Jy sigma=0.000691 ! 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.150515Jy sigma=0.000691 ! Fit after self-cal, rms=0.153760Jy sigma=0.000685 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.747 mas, bmaj=7.138 mas, bpa=-3.491 degrees ! Estimated noise=1552.08 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00488966 Jy ! Component: 100 - total flux cleaned = -0.00550526 Jy ! Component: 150 - total flux cleaned = -0.0057994 Jy ! Component: 200 - total flux cleaned = -0.00604746 Jy ! Total flux subtracted in 200 components = -0.00604746 Jy ! Clean residual min=-0.005873 max=0.005391 Jy/beam ! Clean residual mean=-0.000076 rms=0.001572 Jy/beam ! Combined flux in latest and established models = 0.303597 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 44 components and 0.303597 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.153451Jy sigma=0.000683 ! Fit after self-cal, rms=0.153437Jy sigma=0.000683 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.0016188 Jy ! Component: 100 - total flux cleaned = -0.00168813 Jy ! Component: 150 - total flux cleaned = -0.00174774 Jy ! Component: 200 - total flux cleaned = -0.00174552 Jy ! Total flux subtracted in 200 components = -0.00174552 Jy ! Clean residual min=-0.005564 max=0.005221 Jy/beam ! Clean residual mean=-0.000084 rms=0.001499 Jy/beam ! Combined flux in latest and established models = 0.301852 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 48 components and 0.301852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.153337Jy sigma=0.000682 ! Fit after self-cal, rms=0.153290Jy sigma=0.000682 ! 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.153290Jy sigma=0.000682 ! Fit after self-cal, rms=0.156947Jy sigma=0.000680 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.747 mas, bmaj=7.143 mas, bpa=-3.587 degrees ! Estimated noise=1551.57 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.003796 Jy ! Component: 100 - total flux cleaned = -0.00426079 Jy ! Component: 150 - total flux cleaned = -0.00437824 Jy ! Component: 200 - total flux cleaned = -0.00437827 Jy ! Total flux subtracted in 200 components = -0.00437827 Jy ! Clean residual min=-0.005530 max=0.004873 Jy/beam ! Clean residual mean=-0.000065 rms=0.001288 Jy/beam ! Combined flux in latest and established models = 0.297473 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 50 components and 0.297473 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.156786Jy sigma=0.000680 ! Fit after self-cal, rms=0.156798Jy sigma=0.000680 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.00106286 Jy ! Component: 100 - total flux cleaned = -0.00101155 Jy ! Component: 150 - total flux cleaned = -0.00101262 Jy ! Component: 200 - total flux cleaned = -0.000968297 Jy ! Total flux subtracted in 200 components = -0.000968297 Jy ! Clean residual min=-0.005321 max=0.004775 Jy/beam ! Clean residual mean=-0.000070 rms=0.001248 Jy/beam ! Combined flux in latest and established models = 0.296505 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 55 components and 0.296505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.156740Jy sigma=0.000679 ! Fit after self-cal, rms=0.156709Jy sigma=0.000679 ! 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.156709Jy sigma=0.000679 ! Fit after self-cal, rms=0.159018Jy sigma=0.000679 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.191 mas, bmaj=21.37 mas, bpa=-1.7 degrees ! Estimated noise=2053.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00134169 Jy ! Component: 100 - total flux cleaned = -0.00138484 Jy ! Component: 150 - total flux cleaned = -0.00143356 Jy ! Component: 200 - total flux cleaned = -0.00147835 Jy ! Total flux subtracted in 200 components = -0.00147835 Jy ! Clean residual min=-0.006021 max=0.005492 Jy/beam ! Clean residual mean=-0.000122 rms=0.001720 Jy/beam ! Combined flux in latest and established models = 0.295027 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 58 components and 0.295027 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.158968Jy sigma=0.000679 ! Fit after self-cal, rms=0.158994Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000262573 Jy ! Component: 100 - total flux cleaned = -0.000306029 Jy ! Component: 150 - total flux cleaned = -0.000267026 Jy ! Component: 200 - total flux cleaned = -0.000267839 Jy ! Total flux subtracted in 200 components = -0.000267839 Jy ! Clean residual min=-0.005966 max=0.005305 Jy/beam ! Clean residual mean=-0.000125 rms=0.001689 Jy/beam ! Combined flux in latest and established models = 0.294759 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 60 components and 0.294759 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.158981Jy sigma=0.000679 ! Fit after self-cal, rms=0.158975Jy sigma=0.000679 ! 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.745 mas, bmaj=7.142 mas, bpa=-3.623 degrees ! Estimated noise=1549.99 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.745 x 7.142 at -3.623 degrees (North through East) ! Clean map min=-0.0047082 max=0.2648 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.46 mas, bmaj=6.492 mas, bpa=-3.671 degrees ! Estimated noise=2450.86 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.212684 Jy ! Component: 100 - total flux cleaned = 0.259432 Jy ! Component: 150 - total flux cleaned = 0.276099 Jy ! Component: 200 - total flux cleaned = 0.285387 Jy ! Total flux subtracted in 200 components = 0.285387 Jy ! Clean residual min=-0.007049 max=0.007822 Jy/beam ! Clean residual mean=-0.000059 rms=0.001727 Jy/beam ! Combined flux in latest and established models = 0.285387 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.285387 Jy ! Inverting map and beam ! Estimated beam: bmin=2.745 mas, bmaj=7.142 mas, bpa=-3.623 degrees ! Estimated noise=1549.99 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) ! Added new window around map position (3, 18.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00698662 Jy ! Component: 100 - total flux cleaned = 0.00956936 Jy ! Component: 150 - total flux cleaned = 0.0103075 Jy ! Component: 200 - total flux cleaned = 0.0103965 Jy ! Total flux subtracted in 200 components = 0.0103965 Jy ! Clean residual min=-0.005125 max=0.004679 Jy/beam ! Clean residual mean=-0.000048 rms=0.001157 Jy/beam ! Combined flux in latest and established models = 0.295784 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 42 components and 0.295784 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=8.191 mas, bmaj=21.37 mas, bpa=-1.7 degrees ! Estimated noise=2053.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00100864 Jy ! Component: 100 - total flux cleaned = 0.00070992 Jy ! Component: 150 - total flux cleaned = 0.000446194 Jy ! Component: 200 - total flux cleaned = 0.00025663 Jy ! Total flux subtracted in 200 components = 0.00025663 Jy ! Clean residual min=-0.005775 max=0.005204 Jy/beam ! Clean residual mean=-0.000107 rms=0.001666 Jy/beam ! Combined flux in latest and established models = 0.296041 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000173694 Jy ! Component: 100 - total flux cleaned = -0.00029266 Jy ! Component: 150 - total flux cleaned = -0.000404301 Jy ! Component: 200 - total flux cleaned = -0.000509071 Jy ! Total flux subtracted in 200 components = -0.000509071 Jy ! Clean residual min=-0.005838 max=0.005132 Jy/beam ! Clean residual mean=-0.000112 rms=0.001657 Jy/beam ! Combined flux in latest and established models = 0.295531 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 52 components and 0.295531 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.745 mas, bmaj=7.142 mas, bpa=-3.623 degrees ! Estimated noise=1549.99 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000128955 Jy ! Component: 100 - total flux cleaned = 0.00019511 Jy ! Component: 150 - total flux cleaned = 0.000193052 Jy ! Component: 200 - total flux cleaned = 0.000191869 Jy ! Total flux subtracted in 200 components = 0.000191869 Jy ! Clean residual min=-0.004931 max=0.004513 Jy/beam ! Clean residual mean=-0.000049 rms=0.001117 Jy/beam ! Combined flux in latest and established models = 0.295723 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 70 components and 0.295723 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.158856Jy sigma=0.000678 ! Fit after self-cal, rms=0.158688Jy sigma=0.000678 wmodel J1007-3333_S_2017_07_16_pus_map.mod ! Writing 70 model components to file: J1007-3333_S_2017_07_16_pus_map.mod wobs J1007-3333_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J1007-3333_S_2017_07_16_pus_uvs.fits wwins J1007-3333_S_2017_07_16_pus_map.win ! wwins: Wrote 3 windows to J1007-3333_S_2017_07_16_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.0013989 Jy ! Component: 100 - total flux cleaned = -0.00214975 Jy ! Component: 150 - total flux cleaned = -0.00243161 Jy ! Component: 200 - total flux cleaned = -0.00250037 Jy ! Component: 250 - total flux cleaned = -0.00256288 Jy ! Component: 300 - total flux cleaned = -0.0025606 Jy ! Component: 350 - total flux cleaned = -0.00256175 Jy ! Component: 400 - total flux cleaned = -0.00256311 Jy ! Component: 450 - total flux cleaned = -0.00245244 Jy ! Component: 500 - total flux cleaned = -0.00229087 Jy ! Component: 550 - total flux cleaned = -0.0021344 Jy ! Component: 600 - total flux cleaned = -0.00213477 Jy ! Component: 650 - total flux cleaned = -0.00203596 Jy ! Component: 700 - total flux cleaned = -0.00218136 Jy ! Component: 750 - total flux cleaned = -0.00227505 Jy ! Component: 800 - total flux cleaned = -0.0023667 Jy ! Component: 850 - total flux cleaned = -0.00245639 Jy ! Component: 900 - total flux cleaned = -0.00267881 Jy ! Component: 950 - total flux cleaned = -0.00289554 Jy ! Component: 1000 - total flux cleaned = -0.00298071 Jy ! Component: 1050 - total flux cleaned = -0.00314863 Jy ! Component: 1100 - total flux cleaned = -0.00335278 Jy ! Component: 1150 - total flux cleaned = -0.00335279 Jy ! Component: 1200 - total flux cleaned = -0.00347158 Jy ! Component: 1250 - total flux cleaned = -0.00358779 Jy ! Component: 1300 - total flux cleaned = -0.00366411 Jy ! Component: 1350 - total flux cleaned = -0.003627 Jy ! Component: 1400 - total flux cleaned = -0.00377467 Jy ! Component: 1450 - total flux cleaned = -0.00388355 Jy ! Component: 1500 - total flux cleaned = -0.00409783 Jy ! Component: 1550 - total flux cleaned = -0.00409853 Jy ! Component: 1600 - total flux cleaned = -0.00430687 Jy ! Component: 1650 - total flux cleaned = -0.00447782 Jy ! Component: 1700 - total flux cleaned = -0.00457837 Jy ! Component: 1750 - total flux cleaned = -0.00461174 Jy ! Component: 1800 - total flux cleaned = -0.00480821 Jy ! Component: 1850 - total flux cleaned = -0.00487252 Jy ! Component: 1900 - total flux cleaned = -0.00490435 Jy ! Component: 1950 - total flux cleaned = -0.00503044 Jy ! Component: 2000 - total flux cleaned = -0.00518584 Jy ! Component: 2050 - total flux cleaned = -0.00537011 Jy ! Component: 2100 - total flux cleaned = -0.00552168 Jy ! Component: 2150 - total flux cleaned = -0.00573152 Jy ! Component: 2200 - total flux cleaned = -0.00585022 Jy ! Component: 2250 - total flux cleaned = -0.00602633 Jy ! Component: 2300 - total flux cleaned = -0.00620045 Jy ! Component: 2350 - total flux cleaned = -0.00637279 Jy ! Component: 2400 - total flux cleaned = -0.00660039 Jy ! Component: 2450 - total flux cleaned = -0.00671317 Jy ! Component: 2500 - total flux cleaned = -0.00690825 Jy ! Component: 2550 - total flux cleaned = -0.00710114 Jy ! Component: 2600 - total flux cleaned = -0.00723756 Jy ! Component: 2650 - total flux cleaned = -0.00745385 Jy ! Component: 2700 - total flux cleaned = -0.00761425 Jy ! Component: 2750 - total flux cleaned = -0.00785311 Jy ! Component: 2800 - total flux cleaned = -0.00806298 Jy ! Component: 2850 - total flux cleaned = -0.00816721 Jy ! Component: 2900 - total flux cleaned = -0.00837369 Jy ! Component: 2950 - total flux cleaned = -0.00845049 Jy ! Component: 3000 - total flux cleaned = -0.00860279 Jy ! Component: 3050 - total flux cleaned = -0.00877927 Jy ! Component: 3100 - total flux cleaned = -0.00887914 Jy ! Component: 3150 - total flux cleaned = -0.00905238 Jy ! Component: 3200 - total flux cleaned = -0.00922417 Jy ! Component: 3250 - total flux cleaned = -0.00929725 Jy ! Component: 3300 - total flux cleaned = -0.00953905 Jy ! Component: 3350 - total flux cleaned = -0.00965911 Jy ! Component: 3400 - total flux cleaned = -0.00987332 Jy ! Component: 3450 - total flux cleaned = -0.0100387 Jy ! Component: 3500 - total flux cleaned = -0.0101559 Jy ! Component: 3550 - total flux cleaned = -0.0103656 Jy ! Component: 3600 - total flux cleaned = -0.0104581 Jy ! Component: 3650 - total flux cleaned = -0.0105269 Jy ! Component: 3700 - total flux cleaned = -0.010664 Jy ! Component: 3750 - total flux cleaned = -0.0108 Jy ! Component: 3800 - total flux cleaned = -0.0109126 Jy ! Component: 3850 - total flux cleaned = -0.0109575 Jy ! Component: 3900 - total flux cleaned = -0.0110244 Jy ! Component: 3950 - total flux cleaned = -0.0111792 Jy ! Component: 4000 - total flux cleaned = -0.0112231 Jy ! Component: 4050 - total flux cleaned = -0.0113759 Jy ! Total flux subtracted in 4096 components = -0.0114412 Jy ! Clean residual min=-0.001391 max=0.001142 Jy/beam ! Clean residual mean=-0.000001 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.284282 Jy keep ! Adding 279 model components to the UV plane model. ! The established model now contains 349 components and 0.284282 Jy ![Exited script file: muppet] wmap "J1007-3333_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.745 x 7.142 at -3.623 degrees (North through East) ! Clean map min=-0.0032458 max=0.26533 Jy/beam ! Writing clean map to FITS file: J1007-3333_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.265333 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000373021 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.421758 0.421758 0.843516 1.68703 3.37406 6.74813 13.4963 26.9925 53.985 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.265 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.745 x 7.142 at -3.623 degrees (North through East) ! Clean map min=-0.0032458 max=0.26533 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 J1007-3333_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:06:27 2019