! Started logfile: J0011-2612_S_2017_02_24_pus_uvs.log on Sat May 4 11:14:47 2019 obs J0011-2612_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J0011-2612_S_2017_02_24_pus_uva.fits ! AN table 1: 13 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.528205 visibilities/baseline/integration-bin. ! Found source: J0011-2612 ! ! 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 823 lines of history. ! ! Reading 1236 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 J0011-2612_S_2017_02_24_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 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 81 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.669347Jy sigma=0.004333 ! Fit after self-cal, rms=0.649152Jy sigma=0.004278 ! 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.544 mas, bmaj=7.09 mas, bpa=-6.904 degrees ! Estimated noise=3991.9 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.27545 Jy ! Component: 100 - total flux cleaned = 0.335607 Jy ! Total flux subtracted in 100 components = 0.335607 Jy ! Clean residual min=-0.016728 max=0.026492 Jy/beam ! Clean residual mean=-0.000005 rms=0.004084 Jy/beam ! Combined flux in latest and established models = 0.335607 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.335607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115010Jy sigma=0.000727 ! Fit after self-cal, rms=0.114994Jy sigma=0.000727 ! Inverting map ! Added new window around map position (-3, -7). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0242874 Jy ! Component: 100 - total flux cleaned = 0.0363719 Jy ! Total flux subtracted in 100 components = 0.0363719 Jy ! Clean residual min=-0.014556 max=0.013899 Jy/beam ! Clean residual mean=0.000009 rms=0.003132 Jy/beam ! Combined flux in latest and established models = 0.371979 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 12 components and 0.371979 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109369Jy sigma=0.000689 ! Fit after self-cal, rms=0.109126Jy sigma=0.000688 ! 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.087 mas, bmaj=8.16 mas, bpa=-6.354 degrees ! Estimated noise=3342.78 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.00990664 Jy ! Component: 100 - total flux cleaned = 0.0142088 Jy ! Component: 150 - total flux cleaned = 0.0152607 Jy ! Component: 200 - total flux cleaned = 0.0158844 Jy ! Total flux subtracted in 200 components = 0.0158844 Jy ! Clean residual min=-0.010480 max=0.010117 Jy/beam ! Clean residual mean=0.000020 rms=0.002527 Jy/beam ! Combined flux in latest and established models = 0.387863 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 27 components and 0.387863 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108071Jy sigma=0.000682 ! Fit after self-cal, rms=0.108043Jy sigma=0.000682 ! 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.93 FD 1.01 HN 1.03 KP 0.98 ! LA 0.96 MK 1.00 NL 0.96 OV 1.03 ! PT 1.08 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.91 HN 1.09 KP 0.96 ! LA 0.91 MK 0.98 NL 0.95 OV 1.08 ! PT 0.99 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.98 HN 1.12 KP 1.05 ! LA 1.06 MK 1.05 NL 1.06 OV 1.04 ! PT 0.98 SC 0.98 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00 HN 1.01 KP 1.00* ! LA 1.00 MK 0.94 NL 1.00* OV 0.98 ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.108043Jy sigma=0.000682 ! Fit after self-cal, rms=0.105208Jy sigma=0.000659 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.09 mas, bmaj=8.112 mas, bpa=-6.207 degrees ! Estimated noise=3345.01 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 = 2.66576e-05 Jy ! Component: 100 - total flux cleaned = -0.00024609 Jy ! Component: 150 - total flux cleaned = -0.000481422 Jy ! Component: 200 - total flux cleaned = -0.000484927 Jy ! Total flux subtracted in 200 components = -0.000484927 Jy ! Clean residual min=-0.009025 max=0.007873 Jy/beam ! Clean residual mean=-0.000000 rms=0.002019 Jy/beam ! Combined flux in latest and established models = 0.387378 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 46 components and 0.387378 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105072Jy sigma=0.000659 ! Fit after self-cal, rms=0.105058Jy sigma=0.000658 ! 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.105058Jy sigma=0.000658 ! Fit after self-cal, rms=0.104889Jy sigma=0.000658 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.089 mas, bmaj=8.107 mas, bpa=-6.184 degrees ! Estimated noise=3337.69 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000448065 Jy ! Component: 100 - total flux cleaned = -0.000673459 Jy ! Component: 150 - total flux cleaned = -0.000805698 Jy ! Component: 200 - total flux cleaned = -0.000807145 Jy ! Total flux subtracted in 200 components = -0.000807145 Jy ! Clean residual min=-0.008834 max=0.007695 Jy/beam ! Clean residual mean=-0.000000 rms=0.001989 Jy/beam ! Combined flux in latest and established models = 0.386571 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 49 components and 0.386571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104801Jy sigma=0.000658 ! Fit after self-cal, rms=0.104794Jy sigma=0.000658 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 = -4.97097e-05 Jy ! Component: 100 - total flux cleaned = -0.000106967 Jy ! Component: 150 - total flux cleaned = -0.000105775 Jy ! Component: 200 - total flux cleaned = -0.00010522 Jy ! Total flux subtracted in 200 components = -0.00010522 Jy ! Clean residual min=-0.008719 max=0.007640 Jy/beam ! Clean residual mean=-0.000001 rms=0.001973 Jy/beam ! Combined flux in latest and established models = 0.386466 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 53 components and 0.386466 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104738Jy sigma=0.000657 ! Fit after self-cal, rms=0.104734Jy sigma=0.000657 ! 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.104734Jy sigma=0.000657 ! Fit after self-cal, rms=0.104631Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.089 mas, bmaj=8.104 mas, bpa=-6.16 degrees ! Estimated noise=3331.6 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000741948 Jy ! Component: 100 - total flux cleaned = -0.000901138 Jy ! Component: 150 - total flux cleaned = -0.000948399 Jy ! Component: 200 - total flux cleaned = -0.000947586 Jy ! Total flux subtracted in 200 components = -0.000947586 Jy ! Clean residual min=-0.008632 max=0.007544 Jy/beam ! Clean residual mean=-0.000000 rms=0.001955 Jy/beam ! Combined flux in latest and established models = 0.385518 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 60 components and 0.385518 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104584Jy sigma=0.000657 ! Fit after self-cal, rms=0.104582Jy sigma=0.000657 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 = -1.96022e-07 Jy ! Component: 100 - total flux cleaned = -4.3107e-05 Jy ! Component: 150 - total flux cleaned = -4.3192e-05 Jy ! Component: 200 - total flux cleaned = -4.35433e-05 Jy ! Total flux subtracted in 200 components = -4.35433e-05 Jy ! Clean residual min=-0.008600 max=0.007515 Jy/beam ! Clean residual mean=-0.000000 rms=0.001946 Jy/beam ! Combined flux in latest and established models = 0.385475 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 62 components and 0.385475 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104549Jy sigma=0.000657 ! Fit after self-cal, rms=0.104547Jy sigma=0.000657 ! 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.104547Jy sigma=0.000657 ! Fit after self-cal, rms=0.104469Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.037 mas, bmaj=19.7 mas, bpa=-0.7205 degrees ! Estimated noise=4174.26 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000599114 Jy ! Component: 100 - total flux cleaned = -0.000577424 Jy ! Component: 150 - total flux cleaned = -0.000555581 Jy ! Component: 200 - total flux cleaned = -0.000533195 Jy ! Total flux subtracted in 200 components = -0.000533195 Jy ! Clean residual min=-0.008934 max=0.007680 Jy/beam ! Clean residual mean=-0.000002 rms=0.002459 Jy/beam ! Combined flux in latest and established models = 0.384941 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 67 components and 0.384941 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104458Jy sigma=0.000657 ! Fit after self-cal, rms=0.104460Jy sigma=0.000657 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 = -8.55363e-05 Jy ! Component: 100 - total flux cleaned = -4.25429e-05 Jy ! Component: 150 - total flux cleaned = -2.17242e-05 Jy ! Component: 200 - total flux cleaned = -9.73739e-07 Jy ! Total flux subtracted in 200 components = -9.73739e-07 Jy ! Clean residual min=-0.008940 max=0.007646 Jy/beam ! Clean residual mean=-0.000002 rms=0.002458 Jy/beam ! Combined flux in latest and established models = 0.38494 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 67 components and 0.38494 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104455Jy sigma=0.000657 ! Fit after self-cal, rms=0.104456Jy sigma=0.000657 ! 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.089 mas, bmaj=8.102 mas, bpa=-6.146 degrees ! Estimated noise=3326.07 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.089 x 8.102 at -6.146 degrees (North through East) ! Clean map min=-0.0082741 max=0.34532 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.548 mas, bmaj=7.044 mas, bpa=-6.626 degrees ! Estimated noise=3994.52 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.275458 Jy ! Component: 100 - total flux cleaned = 0.337169 Jy ! Component: 150 - total flux cleaned = 0.357454 Jy ! Component: 200 - total flux cleaned = 0.368396 Jy ! Total flux subtracted in 200 components = 0.368396 Jy ! Clean residual min=-0.012650 max=0.009786 Jy/beam ! Clean residual mean=-0.000003 rms=0.002715 Jy/beam ! Combined flux in latest and established models = 0.368396 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.368396 Jy ! Inverting map and beam ! Estimated beam: bmin=3.089 mas, bmaj=8.102 mas, bpa=-6.146 degrees ! Estimated noise=3326.07 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.00877115 Jy ! Component: 100 - total flux cleaned = 0.012277 Jy ! Component: 150 - total flux cleaned = 0.0128394 Jy ! Component: 200 - total flux cleaned = 0.0133173 Jy ! Total flux subtracted in 200 components = 0.0133173 Jy ! Clean residual min=-0.009442 max=0.007429 Jy/beam ! Clean residual mean=-0.000002 rms=0.002014 Jy/beam ! Combined flux in latest and established models = 0.381713 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 39 components and 0.381713 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.037 mas, bmaj=19.7 mas, bpa=-0.7205 degrees ! Estimated noise=4174.26 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00184908 Jy ! Component: 100 - total flux cleaned = 0.00213295 Jy ! Component: 150 - total flux cleaned = 0.00237303 Jy ! Component: 200 - total flux cleaned = 0.00257349 Jy ! Total flux subtracted in 200 components = 0.00257349 Jy ! Clean residual min=-0.009080 max=0.007584 Jy/beam ! Clean residual mean=-0.000003 rms=0.002463 Jy/beam ! Combined flux in latest and established models = 0.384287 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.000129372 Jy ! Component: 100 - total flux cleaned = 0.000279655 Jy ! Component: 150 - total flux cleaned = 0.000408715 Jy ! Component: 200 - total flux cleaned = 0.000491716 Jy ! Total flux subtracted in 200 components = 0.000491716 Jy ! Clean residual min=-0.009115 max=0.007597 Jy/beam ! Clean residual mean=-0.000003 rms=0.002460 Jy/beam ! Combined flux in latest and established models = 0.384779 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 48 components and 0.384779 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.089 mas, bmaj=8.102 mas, bpa=-6.146 degrees ! Estimated noise=3326.07 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00059366 Jy ! Component: 100 - total flux cleaned = -0.000194182 Jy ! Component: 150 - total flux cleaned = -6.62324e-05 Jy ! Component: 200 - total flux cleaned = -6.86277e-05 Jy ! Total flux subtracted in 200 components = -6.86277e-05 Jy ! Clean residual min=-0.008655 max=0.007565 Jy/beam ! Clean residual mean=-0.000001 rms=0.001961 Jy/beam ! Combined flux in latest and established models = 0.38471 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 57 components and 0.38471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104534Jy sigma=0.000657 ! Fit after self-cal, rms=0.104515Jy sigma=0.000657 wmodel J0011-2612_S_2017_02_24_pus_map.mod ! Writing 57 model components to file: J0011-2612_S_2017_02_24_pus_map.mod wobs J0011-2612_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J0011-2612_S_2017_02_24_pus_uvs.fits wwins J0011-2612_S_2017_02_24_pus_map.win ! wwins: Wrote 2 windows to J0011-2612_S_2017_02_24_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.00158941 Jy ! Component: 100 - total flux cleaned = -0.00236034 Jy ! Component: 150 - total flux cleaned = -0.00296327 Jy ! Component: 200 - total flux cleaned = -0.00330965 Jy ! Component: 250 - total flux cleaned = -0.00341773 Jy ! Component: 300 - total flux cleaned = -0.00331342 Jy ! Component: 350 - total flux cleaned = -0.00331576 Jy ! Component: 400 - total flux cleaned = -0.00303034 Jy ! Component: 450 - total flux cleaned = -0.00321494 Jy ! Component: 500 - total flux cleaned = -0.0033919 Jy ! Component: 550 - total flux cleaned = -0.00330609 Jy ! Component: 600 - total flux cleaned = -0.00364764 Jy ! Component: 650 - total flux cleaned = -0.00373018 Jy ! Component: 700 - total flux cleaned = -0.00364822 Jy ! Component: 750 - total flux cleaned = -0.00341168 Jy ! Component: 800 - total flux cleaned = -0.00356752 Jy ! Component: 850 - total flux cleaned = -0.00341525 Jy ! Component: 900 - total flux cleaned = -0.00348789 Jy ! Component: 950 - total flux cleaned = -0.00362941 Jy ! Component: 1000 - total flux cleaned = -0.00348794 Jy ! Component: 1050 - total flux cleaned = -0.00362649 Jy ! Component: 1100 - total flux cleaned = -0.00342252 Jy ! Component: 1150 - total flux cleaned = -0.00335601 Jy ! Component: 1200 - total flux cleaned = -0.00355246 Jy ! Component: 1250 - total flux cleaned = -0.0036176 Jy ! Component: 1300 - total flux cleaned = -0.00387451 Jy ! Component: 1350 - total flux cleaned = -0.00387517 Jy ! Component: 1400 - total flux cleaned = -0.00400085 Jy ! Component: 1450 - total flux cleaned = -0.00424584 Jy ! Component: 1500 - total flux cleaned = -0.00418548 Jy ! Component: 1550 - total flux cleaned = -0.00418588 Jy ! Component: 1600 - total flux cleaned = -0.00430341 Jy ! Component: 1650 - total flux cleaned = -0.00412932 Jy ! Component: 1700 - total flux cleaned = -0.00424471 Jy ! Component: 1750 - total flux cleaned = -0.00435829 Jy ! Component: 1800 - total flux cleaned = -0.00441548 Jy ! Component: 1850 - total flux cleaned = -0.00469192 Jy ! Component: 1900 - total flux cleaned = -0.00474616 Jy ! Component: 1950 - total flux cleaned = -0.00501612 Jy ! Component: 2000 - total flux cleaned = -0.00501694 Jy ! Component: 2050 - total flux cleaned = -0.00528158 Jy ! Component: 2100 - total flux cleaned = -0.00554345 Jy ! Component: 2150 - total flux cleaned = -0.00564687 Jy ! Component: 2200 - total flux cleaned = -0.00580039 Jy ! Component: 2250 - total flux cleaned = -0.00590191 Jy ! Component: 2300 - total flux cleaned = -0.00625366 Jy ! Component: 2350 - total flux cleaned = -0.00640256 Jy ! Component: 2400 - total flux cleaned = -0.00655014 Jy ! Component: 2450 - total flux cleaned = -0.00659919 Jy ! Component: 2500 - total flux cleaned = -0.00669596 Jy ! Component: 2550 - total flux cleaned = -0.00674441 Jy ! Component: 2600 - total flux cleaned = -0.00693543 Jy ! Component: 2650 - total flux cleaned = -0.00698282 Jy ! Component: 2700 - total flux cleaned = -0.00721794 Jy ! Component: 2750 - total flux cleaned = -0.00726461 Jy ! Component: 2800 - total flux cleaned = -0.00740398 Jy ! Component: 2850 - total flux cleaned = -0.00749634 Jy ! Component: 2900 - total flux cleaned = -0.00758849 Jy ! Component: 2950 - total flux cleaned = -0.0079543 Jy ! Component: 3000 - total flux cleaned = -0.00809068 Jy ! Component: 3050 - total flux cleaned = -0.00822664 Jy ! Component: 3100 - total flux cleaned = -0.00836193 Jy ! Component: 3150 - total flux cleaned = -0.00858614 Jy ! Component: 3200 - total flux cleaned = -0.00867505 Jy ! Component: 3250 - total flux cleaned = -0.00894188 Jy ! Component: 3300 - total flux cleaned = -0.00911884 Jy ! Component: 3350 - total flux cleaned = -0.00925106 Jy ! Component: 3400 - total flux cleaned = -0.00947068 Jy ! Component: 3450 - total flux cleaned = -0.00951463 Jy ! Component: 3500 - total flux cleaned = -0.00981935 Jy ! Component: 3550 - total flux cleaned = -0.00986288 Jy ! Component: 3600 - total flux cleaned = -0.00994958 Jy ! Component: 3650 - total flux cleaned = -0.00999282 Jy ! Component: 3700 - total flux cleaned = -0.0101222 Jy ! Component: 3750 - total flux cleaned = -0.0103367 Jy ! Component: 3800 - total flux cleaned = -0.0102081 Jy ! Component: 3850 - total flux cleaned = -0.0102937 Jy ! Component: 3900 - total flux cleaned = -0.0104218 Jy ! Component: 3950 - total flux cleaned = -0.0105925 Jy ! Component: 4000 - total flux cleaned = -0.0107207 Jy ! Component: 4050 - total flux cleaned = -0.0108062 Jy ! Total flux subtracted in 4096 components = -0.0109767 Jy ! Clean residual min=-0.002579 max=0.002746 Jy/beam ! Clean residual mean=0.000003 rms=0.000734 Jy/beam ! Combined flux in latest and established models = 0.373733 Jy keep ! Adding 262 model components to the UV plane model. ! The established model now contains 319 components and 0.373733 Jy ![Exited script file: muppet] wmap "J0011-2612_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.089 x 8.102 at -6.146 degrees (North through East) ! Clean map min=-0.005652 max=0.34512 Jy/beam ! Writing clean map to FITS file: J0011-2612_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.345118 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000712974 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.619767 0.619767 1.23953 2.47907 4.95813 9.91626 19.8325 39.6651 79.3301 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0021 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.345 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.089 x 8.102 at -6.146 degrees (North through East) ! Clean map min=-0.005652 max=0.34512 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 J0011-2612_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:14:52 2019