! Started logfile: J0207-3857_S_2017_05_01_pus_uvs.log on Wed May 1 18:25:54 2019 obs J0207-3857_S_2017_05_01_pus_uva.fits ! Reading UV FITS file: J0207-3857_S_2017_05_01_pus_uva.fits ! AN table 1: 116 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.668582 visibilities/baseline/integration-bin. ! Found source: J0207-3857 ! ! 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 788 lines of history. ! ! Reading 13960 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 J0207-3857_S_2017_05_01_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 207 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 235 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 235 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 672 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.957310Jy sigma=0.004440 ! Fit after self-cal, rms=0.896486Jy sigma=0.004234 ! 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.566 mas, bmaj=6.909 mas, bpa=-1.833 degrees ! Estimated noise=3014.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.0906315 Jy ! Component: 100 - total flux cleaned = 0.112134 Jy ! Total flux subtracted in 100 components = 0.112134 Jy ! Clean residual min=-0.010280 max=0.012966 Jy/beam ! Clean residual mean=-0.000184 rms=0.002845 Jy/beam ! Combined flux in latest and established models = 0.112134 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.112134 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.171058Jy sigma=0.000659 ! Fit after self-cal, rms=0.170886Jy sigma=0.000658 ! 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.466 mas, bmaj=9.494 mas, bpa=5.624 degrees ! Estimated noise=1481.34 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.0100946 Jy ! Component: 100 - total flux cleaned = 0.0140543 Jy ! Component: 150 - total flux cleaned = 0.0157359 Jy ! Component: 200 - total flux cleaned = 0.0159317 Jy ! Total flux subtracted in 200 components = 0.0159317 Jy ! Clean residual min=-0.006773 max=0.013301 Jy/beam ! Clean residual mean=-0.000248 rms=0.002317 Jy/beam ! Combined flux in latest and established models = 0.128066 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 20 components and 0.128066 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.170380Jy sigma=0.000656 ! Fit after self-cal, rms=0.170404Jy sigma=0.000655 ! Inverting map ! Added new window around map position (-16, -24.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0127784 Jy ! Component: 100 - total flux cleaned = 0.0194321 Jy ! Component: 150 - total flux cleaned = 0.0233529 Jy ! Component: 200 - total flux cleaned = 0.0257044 Jy ! Total flux subtracted in 200 components = 0.0257044 Jy ! Clean residual min=-0.006016 max=0.005626 Jy/beam ! Clean residual mean=-0.000113 rms=0.001397 Jy/beam ! Combined flux in latest and established models = 0.15377 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 69 components and 0.15377 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.169595Jy sigma=0.000649 ! Fit after self-cal, rms=0.169436Jy sigma=0.000648 ! 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.85 FD 0.93 HN 1.27 KP 1.06 ! LA 1.00 MK 1.02 NL 0.96 OV 1.07 ! PT 1.03 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 0.98 HN 1.09 KP 1.04 ! LA 0.94 MK 0.99 NL 1.12 OV 1.09 ! PT 1.07 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.01 HN 1.20 KP 1.00 ! LA 0.98 MK 0.97 NL 1.12 OV 1.04 ! PT 0.96 SC 0.98 ! ! ! Correcting IF 4. ! A total of 84 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.77 FD 1.01 HN 0.76 KP 1.00* ! LA 0.84 MK 0.90 NL 1.00* OV 1.00* ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.169436Jy sigma=0.000648 ! Fit after self-cal, rms=0.170350Jy sigma=0.000647 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.439 mas, bmaj=9.371 mas, bpa=5.659 degrees ! Estimated noise=1490.56 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.00397269 Jy ! Component: 100 - total flux cleaned = 0.00601184 Jy ! Component: 150 - total flux cleaned = 0.00633012 Jy ! Component: 200 - total flux cleaned = 0.00633242 Jy ! Total flux subtracted in 200 components = 0.00633242 Jy ! Clean residual min=-0.004365 max=0.004913 Jy/beam ! Clean residual mean=-0.000025 rms=0.001030 Jy/beam ! Combined flux in latest and established models = 0.160103 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 94 components and 0.160103 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.170245Jy sigma=0.000646 ! Fit after self-cal, rms=0.170178Jy sigma=0.000646 ! 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.170178Jy sigma=0.000646 ! Fit after self-cal, rms=0.169714Jy sigma=0.000646 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.422 mas, bmaj=9.311 mas, bpa=5.611 degrees ! Estimated noise=1489.12 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00198624 Jy ! Component: 100 - total flux cleaned = 0.00244839 Jy ! Component: 150 - total flux cleaned = 0.00249335 Jy ! Component: 200 - total flux cleaned = 0.0025333 Jy ! Total flux subtracted in 200 components = 0.0025333 Jy ! Clean residual min=-0.004460 max=0.004700 Jy/beam ! Clean residual mean=-0.000019 rms=0.000999 Jy/beam ! Combined flux in latest and established models = 0.162636 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 105 components and 0.162636 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.169673Jy sigma=0.000645 ! Fit after self-cal, rms=0.169642Jy sigma=0.000645 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.00060581 Jy ! Component: 100 - total flux cleaned = 0.000648824 Jy ! Component: 150 - total flux cleaned = 0.000647985 Jy ! Component: 200 - total flux cleaned = 0.000647093 Jy ! Total flux subtracted in 200 components = 0.000647093 Jy ! Clean residual min=-0.004606 max=0.004632 Jy/beam ! Clean residual mean=-0.000016 rms=0.000997 Jy/beam ! Combined flux in latest and established models = 0.163283 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 109 components and 0.163283 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.169612Jy sigma=0.000645 ! Fit after self-cal, rms=0.169604Jy sigma=0.000645 ! 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.169604Jy sigma=0.000645 ! Fit after self-cal, rms=0.169368Jy sigma=0.000645 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.413 mas, bmaj=9.266 mas, bpa=5.547 degrees ! Estimated noise=1487.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000437893 Jy ! Component: 100 - total flux cleaned = 0.0005233 Jy ! Component: 150 - total flux cleaned = 0.00060353 Jy ! Component: 200 - total flux cleaned = 0.000639856 Jy ! Total flux subtracted in 200 components = 0.000639856 Jy ! Clean residual min=-0.004655 max=0.004489 Jy/beam ! Clean residual mean=-0.000005 rms=0.000975 Jy/beam ! Combined flux in latest and established models = 0.163923 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 113 components and 0.163923 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.169340Jy sigma=0.000645 ! Fit after self-cal, rms=0.169332Jy sigma=0.000645 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.000131423 Jy ! Component: 100 - total flux cleaned = 0.000208097 Jy ! Component: 150 - total flux cleaned = 0.000207335 Jy ! Component: 200 - total flux cleaned = 0.00020648 Jy ! Total flux subtracted in 200 components = 0.00020648 Jy ! Clean residual min=-0.004694 max=0.004473 Jy/beam ! Clean residual mean=-0.000005 rms=0.000975 Jy/beam ! Combined flux in latest and established models = 0.16413 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 114 components and 0.16413 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.169308Jy sigma=0.000645 ! Fit after self-cal, rms=0.169303Jy sigma=0.000645 ! 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.169303Jy sigma=0.000645 ! Fit after self-cal, rms=0.169297Jy sigma=0.000645 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.056 mas, bmaj=31.01 mas, bpa=4.503 degrees ! Estimated noise=1731.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000855444 Jy ! Component: 100 - total flux cleaned = 0.000946947 Jy ! Component: 150 - total flux cleaned = 0.00104873 Jy ! Component: 200 - total flux cleaned = 0.00112191 Jy ! Total flux subtracted in 200 components = 0.00112191 Jy ! Clean residual min=-0.004081 max=0.004156 Jy/beam ! Clean residual mean=-0.000002 rms=0.001153 Jy/beam ! Combined flux in latest and established models = 0.165252 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 120 components and 0.165252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.169295Jy sigma=0.000645 ! Fit after self-cal, rms=0.169290Jy sigma=0.000645 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.000262258 Jy ! Component: 100 - total flux cleaned = 0.00029892 Jy ! Component: 150 - total flux cleaned = 0.000348648 Jy ! Component: 200 - total flux cleaned = 0.000364093 Jy ! Total flux subtracted in 200 components = 0.000364093 Jy ! Clean residual min=-0.004086 max=0.004162 Jy/beam ! Clean residual mean=0.000001 rms=0.001151 Jy/beam ! Combined flux in latest and established models = 0.165616 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 123 components and 0.165616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.169289Jy sigma=0.000645 ! Fit after self-cal, rms=0.169288Jy sigma=0.000645 ! 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.409 mas, bmaj=9.238 mas, bpa=5.486 degrees ! Estimated noise=1487.43 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.409 x 9.238 at 5.486 degrees (North through East) ! Clean map min=-0.004545 max=0.111 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.528 mas, bmaj=6.803 mas, bpa=-2.209 degrees ! Estimated noise=2963.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0893352 Jy ! Component: 100 - total flux cleaned = 0.112729 Jy ! Component: 150 - total flux cleaned = 0.126756 Jy ! Component: 200 - total flux cleaned = 0.137232 Jy ! Total flux subtracted in 200 components = 0.137232 Jy ! Clean residual min=-0.009653 max=0.009087 Jy/beam ! Clean residual mean=-0.000081 rms=0.002272 Jy/beam ! Combined flux in latest and established models = 0.137232 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.137232 Jy ! Inverting map and beam ! Estimated beam: bmin=3.409 mas, bmaj=9.238 mas, bpa=5.486 degrees ! Estimated noise=1487.43 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.00977549 Jy ! Component: 100 - total flux cleaned = 0.0161269 Jy ! Component: 150 - total flux cleaned = 0.0205143 Jy ! Component: 200 - total flux cleaned = 0.0233528 Jy ! Total flux subtracted in 200 components = 0.0233528 Jy ! Clean residual min=-0.005048 max=0.004594 Jy/beam ! Clean residual mean=-0.000014 rms=0.001072 Jy/beam ! Combined flux in latest and established models = 0.160585 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 56 components and 0.160585 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.056 mas, bmaj=31.01 mas, bpa=4.503 degrees ! Estimated noise=1731.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00260346 Jy ! Component: 100 - total flux cleaned = 0.00329748 Jy ! Component: 150 - total flux cleaned = 0.003525 Jy ! Component: 200 - total flux cleaned = 0.0037258 Jy ! Total flux subtracted in 200 components = 0.0037258 Jy ! Clean residual min=-0.004219 max=0.004338 Jy/beam ! Clean residual mean=-0.000002 rms=0.001189 Jy/beam ! Combined flux in latest and established models = 0.164311 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.000180269 Jy ! Component: 100 - total flux cleaned = 0.000342012 Jy ! Component: 150 - total flux cleaned = 0.000523153 Jy ! Component: 200 - total flux cleaned = 0.000654217 Jy ! Total flux subtracted in 200 components = 0.000654217 Jy ! Clean residual min=-0.004121 max=0.004247 Jy/beam ! Clean residual mean=0.000000 rms=0.001167 Jy/beam ! Combined flux in latest and established models = 0.164965 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 79 components and 0.164965 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.409 mas, bmaj=9.238 mas, bpa=5.486 degrees ! Estimated noise=1487.43 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000584177 Jy ! Component: 100 - total flux cleaned = -0.000655168 Jy ! Component: 150 - total flux cleaned = -0.000727061 Jy ! Component: 200 - total flux cleaned = -0.000790103 Jy ! Total flux subtracted in 200 components = -0.000790103 Jy ! Clean residual min=-0.004892 max=0.004250 Jy/beam ! Clean residual mean=-0.000006 rms=0.001002 Jy/beam ! Combined flux in latest and established models = 0.164175 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 92 components and 0.164175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.169376Jy sigma=0.000645 ! Fit after self-cal, rms=0.169375Jy sigma=0.000645 wmodel J0207-3857_S_2017_05_01_pus_map.mod ! Writing 92 model components to file: J0207-3857_S_2017_05_01_pus_map.mod wobs J0207-3857_S_2017_05_01_pus_uvs.fits ! Writing UV FITS file: J0207-3857_S_2017_05_01_pus_uvs.fits wwins J0207-3857_S_2017_05_01_pus_map.win ! wwins: Wrote 2 windows to J0207-3857_S_2017_05_01_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.000206317 Jy ! Component: 100 - total flux cleaned = 2.31456e-06 Jy ! Component: 150 - total flux cleaned = -0.000575528 Jy ! Component: 200 - total flux cleaned = -0.00105887 Jy ! Component: 250 - total flux cleaned = -0.0012885 Jy ! Component: 300 - total flux cleaned = -0.00156187 Jy ! Component: 350 - total flux cleaned = -0.00182094 Jy ! Component: 400 - total flux cleaned = -0.00201933 Jy ! Component: 450 - total flux cleaned = -0.00225578 Jy ! Component: 500 - total flux cleaned = -0.00248543 Jy ! Component: 550 - total flux cleaned = -0.00279654 Jy ! Component: 600 - total flux cleaned = -0.00309763 Jy ! Component: 650 - total flux cleaned = -0.00322445 Jy ! Component: 700 - total flux cleaned = -0.00338877 Jy ! Component: 750 - total flux cleaned = -0.00346817 Jy ! Component: 800 - total flux cleaned = -0.00350697 Jy ! Component: 850 - total flux cleaned = -0.00377567 Jy ! Component: 900 - total flux cleaned = -0.00388881 Jy ! Component: 950 - total flux cleaned = -0.0041122 Jy ! Component: 1000 - total flux cleaned = -0.00433132 Jy ! Component: 1050 - total flux cleaned = -0.00454752 Jy ! Component: 1100 - total flux cleaned = -0.00468966 Jy ! Component: 1150 - total flux cleaned = -0.00476019 Jy ! Component: 1200 - total flux cleaned = -0.00489817 Jy ! Component: 1250 - total flux cleaned = -0.0049664 Jy ! Component: 1300 - total flux cleaned = -0.00510105 Jy ! Component: 1350 - total flux cleaned = -0.00520059 Jy ! Component: 1400 - total flux cleaned = -0.0052989 Jy ! Component: 1450 - total flux cleaned = -0.00542815 Jy ! Component: 1500 - total flux cleaned = -0.00546005 Jy ! Component: 1550 - total flux cleaned = -0.00552337 Jy ! Component: 1600 - total flux cleaned = -0.00561647 Jy ! Component: 1650 - total flux cleaned = -0.00570794 Jy ! Component: 1700 - total flux cleaned = -0.00567722 Jy ! Component: 1750 - total flux cleaned = -0.00576749 Jy ! Component: 1800 - total flux cleaned = -0.00585679 Jy ! Component: 1850 - total flux cleaned = -0.00594488 Jy ! Component: 1900 - total flux cleaned = -0.00594477 Jy ! Component: 1950 - total flux cleaned = -0.00605968 Jy ! Component: 2000 - total flux cleaned = -0.00600279 Jy ! Component: 2050 - total flux cleaned = -0.00603096 Jy ! Component: 2100 - total flux cleaned = -0.00605898 Jy ! Component: 2150 - total flux cleaned = -0.00603068 Jy ! Component: 2200 - total flux cleaned = -0.00600347 Jy ! Component: 2250 - total flux cleaned = -0.00605815 Jy ! Component: 2300 - total flux cleaned = -0.00611217 Jy ! Component: 2350 - total flux cleaned = -0.00619319 Jy ! Component: 2400 - total flux cleaned = -0.00627292 Jy ! Component: 2450 - total flux cleaned = -0.0063785 Jy ! Component: 2500 - total flux cleaned = -0.00643128 Jy ! Component: 2550 - total flux cleaned = -0.00645746 Jy ! Component: 2600 - total flux cleaned = -0.00653513 Jy ! Component: 2650 - total flux cleaned = -0.00668914 Jy ! Component: 2700 - total flux cleaned = -0.00681654 Jy ! Component: 2750 - total flux cleaned = -0.00691754 Jy ! Component: 2800 - total flux cleaned = -0.00706809 Jy ! Component: 2850 - total flux cleaned = -0.00719258 Jy ! Component: 2900 - total flux cleaned = -0.00721727 Jy ! Component: 2950 - total flux cleaned = -0.00729123 Jy ! Component: 3000 - total flux cleaned = -0.00741401 Jy ! Component: 3050 - total flux cleaned = -0.00751123 Jy ! Component: 3100 - total flux cleaned = -0.00755991 Jy ! Component: 3150 - total flux cleaned = -0.00765626 Jy ! Component: 3200 - total flux cleaned = -0.00775192 Jy ! Component: 3250 - total flux cleaned = -0.00777574 Jy ! Component: 3300 - total flux cleaned = -0.00784689 Jy ! Component: 3350 - total flux cleaned = -0.00801149 Jy ! Component: 3400 - total flux cleaned = -0.00805839 Jy ! Component: 3450 - total flux cleaned = -0.00808157 Jy ! Component: 3500 - total flux cleaned = -0.0082203 Jy ! Component: 3550 - total flux cleaned = -0.00835835 Jy ! Component: 3600 - total flux cleaned = -0.00835844 Jy ! Component: 3650 - total flux cleaned = -0.0084268 Jy ! Component: 3700 - total flux cleaned = -0.00842697 Jy ! Component: 3750 - total flux cleaned = -0.00844968 Jy ! Component: 3800 - total flux cleaned = -0.00858473 Jy ! Component: 3850 - total flux cleaned = -0.00858471 Jy ! Component: 3900 - total flux cleaned = -0.00858483 Jy ! Component: 3950 - total flux cleaned = -0.00867372 Jy ! Component: 4000 - total flux cleaned = -0.0086739 Jy ! Component: 4050 - total flux cleaned = -0.00869595 Jy ! Total flux subtracted in 4096 components = -0.00873976 Jy ! Clean residual min=-0.001362 max=0.001530 Jy/beam ! Clean residual mean=-0.000002 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.155435 Jy keep ! Adding 249 model components to the UV plane model. ! The established model now contains 341 components and 0.155435 Jy ![Exited script file: muppet] wmap "J0207-3857_S_2017_05_01_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.409 x 9.238 at 5.486 degrees (North through East) ! Clean map min=-0.0032033 max=0.11295 Jy/beam ! Writing clean map to FITS file: J0207-3857_S_2017_05_01_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.112951 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000376721 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.00058 1.00058 2.00115 4.0023 8.00461 16.0092 32.0184 64.0369 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.112 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.409 x 9.238 at 5.486 degrees (North through East) ! Clean map min=-0.0032033 max=0.11295 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 J0207-3857_S_2017_05_01_pus_uvs.log closed on Wed May 1 18:26:00 2019