! Started logfile: J0319-1613_S_2017_08_12_pus_uvs.log on Fri May 10 14:51:21 2019 obs J0319-1613_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J0319-1613_S_2017_08_12_pus_uva.fits ! AN table 1: 95 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.605614 visibilities/baseline/integration-bin. ! Found source: J0319-1613 ! ! 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 594 lines of history. ! ! Reading 10356 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 J0319-1613_S_2017_08_12_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 201 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 201 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 201 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 686 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.861300Jy sigma=0.006875 ! Fit after self-cal, rms=0.848292Jy sigma=0.006779 ! 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.423 mas, bmaj=6.419 mas, bpa=-5.369 degrees ! Estimated noise=1455.16 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.118406 Jy ! Component: 100 - total flux cleaned = 0.147367 Jy ! Total flux subtracted in 100 components = 0.147367 Jy ! Clean residual min=-0.008015 max=0.017287 Jy/beam ! Clean residual mean=-0.000001 rms=0.002469 Jy/beam ! Combined flux in latest and established models = 0.147367 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.147367 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090229Jy sigma=0.000693 ! Fit after self-cal, rms=0.090221Jy sigma=0.000693 ! Inverting map ! Added new window around map position (-7.5, -7.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0165302 Jy ! Component: 100 - total flux cleaned = 0.0259478 Jy ! Total flux subtracted in 100 components = 0.0259478 Jy ! Clean residual min=-0.006127 max=0.008019 Jy/beam ! Clean residual mean=-0.000001 rms=0.001647 Jy/beam ! Combined flux in latest and established models = 0.173314 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 20 components and 0.173314 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086987Jy sigma=0.000665 ! Fit after self-cal, rms=0.086829Jy 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.757 mas, bmaj=7.47 mas, bpa=-5.842 degrees ! Estimated noise=997.357 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.00864825 Jy ! Component: 100 - total flux cleaned = 0.0140214 Jy ! Component: 150 - total flux cleaned = 0.0175663 Jy ! Component: 200 - total flux cleaned = 0.0200114 Jy ! Total flux subtracted in 200 components = 0.0200114 Jy ! Clean residual min=-0.003689 max=0.004367 Jy/beam ! Clean residual mean=-0.000002 rms=0.001004 Jy/beam ! Combined flux in latest and established models = 0.193326 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 39 components and 0.193326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085895Jy sigma=0.000655 ! Fit after self-cal, rms=0.085826Jy sigma=0.000655 ! 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 1.00* FD 1.00* HN 0.96 KP 1.06 ! LA 1.00 MK 1.10 NL 0.91 OV 0.99 ! PT 1.00 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.02 KP 0.99 ! LA 0.98 MK 0.98 NL 1.04 OV 1.06 ! PT 0.95 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.02 KP 0.96 ! LA 0.98 MK 0.99 NL 1.03 OV 0.97 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 4. ! A total of 264 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.085826Jy sigma=0.000655 ! Fit after self-cal, rms=0.084821Jy sigma=0.000654 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.816 mas, bmaj=7.491 mas, bpa=-4.705 degrees ! Estimated noise=1004.84 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.000908643 Jy ! Component: 100 - total flux cleaned = 0.00139623 Jy ! Component: 150 - total flux cleaned = 0.00150506 Jy ! Component: 200 - total flux cleaned = 0.00163902 Jy ! Total flux subtracted in 200 components = 0.00163902 Jy ! Clean residual min=-0.003174 max=0.003575 Jy/beam ! Clean residual mean=0.000001 rms=0.000840 Jy/beam ! Combined flux in latest and established models = 0.194965 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 52 components and 0.194965 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084718Jy sigma=0.000653 ! Fit after self-cal, rms=0.084710Jy sigma=0.000653 ! 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.084710Jy sigma=0.000653 ! Fit after self-cal, rms=0.084664Jy sigma=0.000650 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.816 mas, bmaj=7.513 mas, bpa=-4.501 degrees ! Estimated noise=1003.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000657154 Jy ! Component: 100 - total flux cleaned = 0.000736424 Jy ! Component: 150 - total flux cleaned = 0.000774342 Jy ! Component: 200 - total flux cleaned = 0.000842396 Jy ! Total flux subtracted in 200 components = 0.000842396 Jy ! Clean residual min=-0.003243 max=0.003138 Jy/beam ! Clean residual mean=0.000000 rms=0.000689 Jy/beam ! Combined flux in latest and established models = 0.195807 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 63 components and 0.195807 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084628Jy sigma=0.000650 ! Fit after self-cal, rms=0.084640Jy sigma=0.000650 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-51.5, 55.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00296519 Jy ! Component: 100 - total flux cleaned = 0.00354469 Jy ! Component: 150 - total flux cleaned = 0.00372865 Jy ! Component: 200 - total flux cleaned = 0.00392778 Jy ! Total flux subtracted in 200 components = 0.00392778 Jy ! Clean residual min=-0.002691 max=0.002419 Jy/beam ! Clean residual mean=0.000004 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.199735 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 80 components and 0.199735 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084524Jy sigma=0.000649 ! Fit after self-cal, rms=0.084521Jy sigma=0.000649 ! 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.084521Jy sigma=0.000649 ! Fit after self-cal, rms=0.084438Jy sigma=0.000649 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.816 mas, bmaj=7.515 mas, bpa=-4.473 degrees ! Estimated noise=1002.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000787817 Jy ! Component: 100 - total flux cleaned = 0.000924494 Jy ! Component: 150 - total flux cleaned = 0.000955955 Jy ! Component: 200 - total flux cleaned = 0.00101494 Jy ! Total flux subtracted in 200 components = 0.00101494 Jy ! Clean residual min=-0.002598 max=0.002283 Jy/beam ! Clean residual mean=0.000003 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.20075 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 92 components and 0.20075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084413Jy sigma=0.000649 ! Fit after self-cal, rms=0.084415Jy sigma=0.000649 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.000249089 Jy ! Component: 100 - total flux cleaned = 0.000330117 Jy ! Component: 150 - total flux cleaned = 0.000380729 Jy ! Component: 200 - total flux cleaned = 0.000429435 Jy ! Total flux subtracted in 200 components = 0.000429435 Jy ! Clean residual min=-0.002526 max=0.002228 Jy/beam ! Clean residual mean=0.000004 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.201179 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 99 components and 0.201179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084400Jy sigma=0.000649 ! Fit after self-cal, rms=0.084400Jy sigma=0.000649 ! 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.084400Jy sigma=0.000649 ! Fit after self-cal, rms=0.084424Jy sigma=0.000649 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.725 mas, bmaj=15.75 mas, bpa=-4.498 degrees ! Estimated noise=1357.31 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000788996 Jy ! Component: 100 - total flux cleaned = 0.00083456 Jy ! Component: 150 - total flux cleaned = 0.00085493 Jy ! Component: 200 - total flux cleaned = 0.000855439 Jy ! Total flux subtracted in 200 components = 0.000855439 Jy ! Clean residual min=-0.002933 max=0.002405 Jy/beam ! Clean residual mean=0.000008 rms=0.000826 Jy/beam ! Combined flux in latest and established models = 0.202035 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 105 components and 0.202035 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084419Jy sigma=0.000649 ! Fit after self-cal, rms=0.084420Jy sigma=0.000649 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.000268626 Jy ! Component: 100 - total flux cleaned = 0.000286452 Jy ! Component: 150 - total flux cleaned = 0.000287482 Jy ! Component: 200 - total flux cleaned = 0.000287851 Jy ! Total flux subtracted in 200 components = 0.000287851 Jy ! Clean residual min=-0.002813 max=0.002394 Jy/beam ! Clean residual mean=0.000008 rms=0.000821 Jy/beam ! Combined flux in latest and established models = 0.202323 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 108 components and 0.202323 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084420Jy sigma=0.000649 ! Fit after self-cal, rms=0.084419Jy sigma=0.000649 ! 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.816 mas, bmaj=7.518 mas, bpa=-4.473 degrees ! Estimated noise=1002.04 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.816 x 7.518 at -4.473 degrees (North through East) ! Clean map min=-0.0022107 max=0.15507 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.458 mas, bmaj=6.423 mas, bpa=-4.049 degrees ! Estimated noise=1477.8 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.117558 Jy ! Component: 100 - total flux cleaned = 0.147098 Jy ! Component: 150 - total flux cleaned = 0.162764 Jy ! Component: 200 - total flux cleaned = 0.172355 Jy ! Total flux subtracted in 200 components = 0.172355 Jy ! Clean residual min=-0.004745 max=0.006724 Jy/beam ! Clean residual mean=-0.000002 rms=0.001303 Jy/beam ! Combined flux in latest and established models = 0.172356 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.172356 Jy ! Inverting map and beam ! Estimated beam: bmin=2.816 mas, bmaj=7.518 mas, bpa=-4.473 degrees ! Estimated noise=1002.04 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.00888586 Jy ! Component: 100 - total flux cleaned = 0.0148251 Jy ! Component: 150 - total flux cleaned = 0.0190593 Jy ! Component: 200 - total flux cleaned = 0.0222131 Jy ! Total flux subtracted in 200 components = 0.0222131 Jy ! Clean residual min=-0.003130 max=0.003092 Jy/beam ! Clean residual mean=-0.000000 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.194569 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 35 components and 0.194569 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=6.725 mas, bmaj=15.75 mas, bpa=-4.498 degrees ! Estimated noise=1357.31 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00396634 Jy ! Component: 100 - total flux cleaned = 0.00601583 Jy ! Component: 150 - total flux cleaned = 0.00719928 Jy ! Component: 200 - total flux cleaned = 0.00779125 Jy ! Total flux subtracted in 200 components = 0.00779125 Jy ! Clean residual min=-0.003037 max=0.002412 Jy/beam ! Clean residual mean=0.000009 rms=0.000830 Jy/beam ! Combined flux in latest and established models = 0.20236 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 = 4.59679e-05 Jy ! Component: 100 - total flux cleaned = 6.63278e-05 Jy ! Component: 150 - total flux cleaned = 0.000106913 Jy ! Component: 200 - total flux cleaned = 0.00012539 Jy ! Total flux subtracted in 200 components = 0.00012539 Jy ! Clean residual min=-0.002932 max=0.002408 Jy/beam ! Clean residual mean=0.000009 rms=0.000824 Jy/beam ! Combined flux in latest and established models = 0.202485 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 53 components and 0.202485 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.816 mas, bmaj=7.518 mas, bpa=-4.473 degrees ! Estimated noise=1002.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000481293 Jy ! Component: 100 - total flux cleaned = -0.000362827 Jy ! Component: 150 - total flux cleaned = -0.000362282 Jy ! Component: 200 - total flux cleaned = -0.000361307 Jy ! Total flux subtracted in 200 components = -0.000361307 Jy ! Clean residual min=-0.002574 max=0.002526 Jy/beam ! Clean residual mean=0.000004 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.202124 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 67 components and 0.202124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084477Jy sigma=0.000649 ! Fit after self-cal, rms=0.084465Jy sigma=0.000649 wmodel J0319-1613_S_2017_08_12_pus_map.mod ! Writing 67 model components to file: J0319-1613_S_2017_08_12_pus_map.mod wobs J0319-1613_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J0319-1613_S_2017_08_12_pus_uvs.fits wwins J0319-1613_S_2017_08_12_pus_map.win ! wwins: Wrote 3 windows to J0319-1613_S_2017_08_12_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.000210501 Jy ! Component: 100 - total flux cleaned = -0.000486028 Jy ! Component: 150 - total flux cleaned = -0.000631945 Jy ! Component: 200 - total flux cleaned = -0.000736635 Jy ! Component: 250 - total flux cleaned = -0.000703587 Jy ! Component: 300 - total flux cleaned = -0.000768246 Jy ! Component: 350 - total flux cleaned = -0.000767735 Jy ! Component: 400 - total flux cleaned = -0.000767139 Jy ! Component: 450 - total flux cleaned = -0.000766559 Jy ! Component: 500 - total flux cleaned = -0.000766423 Jy ! Component: 550 - total flux cleaned = -0.000793521 Jy ! Component: 600 - total flux cleaned = -0.000820073 Jy ! Component: 650 - total flux cleaned = -0.000846372 Jy ! Component: 700 - total flux cleaned = -0.000997067 Jy ! Component: 750 - total flux cleaned = -0.00111911 Jy ! Component: 800 - total flux cleaned = -0.00121446 Jy ! Component: 850 - total flux cleaned = -0.00128383 Jy ! Component: 900 - total flux cleaned = -0.00123885 Jy ! Component: 950 - total flux cleaned = -0.00130629 Jy ! Component: 1000 - total flux cleaned = -0.00132789 Jy ! Component: 1050 - total flux cleaned = -0.00137053 Jy ! Component: 1100 - total flux cleaned = -0.00134968 Jy ! Component: 1150 - total flux cleaned = -0.00147193 Jy ! Component: 1200 - total flux cleaned = -0.00143178 Jy ! Component: 1250 - total flux cleaned = -0.00143224 Jy ! Component: 1300 - total flux cleaned = -0.00141358 Jy ! Component: 1350 - total flux cleaned = -0.00145166 Jy ! Component: 1400 - total flux cleaned = -0.00137679 Jy ! Component: 1450 - total flux cleaned = -0.00135842 Jy ! Component: 1500 - total flux cleaned = -0.00128582 Jy ! Component: 1550 - total flux cleaned = -0.00116187 Jy ! Component: 1600 - total flux cleaned = -0.00114458 Jy ! Component: 1650 - total flux cleaned = -0.00107603 Jy ! Component: 1700 - total flux cleaned = -0.00105923 Jy ! Component: 1750 - total flux cleaned = -0.00104269 Jy ! Component: 1800 - total flux cleaned = -0.00104238 Jy ! Component: 1850 - total flux cleaned = -0.000961848 Jy ! Component: 1900 - total flux cleaned = -0.000898344 Jy ! Component: 1950 - total flux cleaned = -0.00091385 Jy ! Component: 2000 - total flux cleaned = -0.000852041 Jy ! Component: 2050 - total flux cleaned = -0.000852305 Jy ! Component: 2100 - total flux cleaned = -0.000837606 Jy ! Component: 2150 - total flux cleaned = -0.000823114 Jy ! Component: 2200 - total flux cleaned = -0.000852287 Jy ! Component: 2250 - total flux cleaned = -0.000823526 Jy ! Component: 2300 - total flux cleaned = -0.000851829 Jy ! Component: 2350 - total flux cleaned = -0.000837614 Jy ! Component: 2400 - total flux cleaned = -0.000837621 Jy ! Component: 2450 - total flux cleaned = -0.000851427 Jy ! Component: 2500 - total flux cleaned = -0.00079736 Jy ! Component: 2550 - total flux cleaned = -0.000744152 Jy ! Component: 2600 - total flux cleaned = -0.000744045 Jy ! Component: 2650 - total flux cleaned = -0.000704856 Jy ! Component: 2700 - total flux cleaned = -0.000679124 Jy ! Component: 2750 - total flux cleaned = -0.000679082 Jy ! Component: 2800 - total flux cleaned = -0.000666214 Jy ! Component: 2850 - total flux cleaned = -0.000615975 Jy ! Component: 2900 - total flux cleaned = -0.000591044 Jy ! Component: 2950 - total flux cleaned = -0.000541995 Jy ! Component: 3000 - total flux cleaned = -0.000554108 Jy ! Component: 3050 - total flux cleaned = -0.000469903 Jy ! Component: 3100 - total flux cleaned = -0.000434256 Jy ! Component: 3150 - total flux cleaned = -0.000398727 Jy ! Component: 3200 - total flux cleaned = -0.000363347 Jy ! Component: 3250 - total flux cleaned = -0.000340203 Jy ! Component: 3300 - total flux cleaned = -0.000317115 Jy ! Component: 3350 - total flux cleaned = -0.000305561 Jy ! Component: 3400 - total flux cleaned = -0.000294182 Jy ! Component: 3450 - total flux cleaned = -0.000294178 Jy ! Component: 3500 - total flux cleaned = -0.000294399 Jy ! Component: 3550 - total flux cleaned = -0.000294416 Jy ! Component: 3600 - total flux cleaned = -0.000261674 Jy ! Component: 3650 - total flux cleaned = -0.00028356 Jy ! Component: 3700 - total flux cleaned = -0.000272731 Jy ! Component: 3750 - total flux cleaned = -0.000251203 Jy ! Component: 3800 - total flux cleaned = -0.000240515 Jy ! Component: 3850 - total flux cleaned = -0.000272354 Jy ! Component: 3900 - total flux cleaned = -0.000251269 Jy ! Component: 3950 - total flux cleaned = -0.000261685 Jy ! Component: 4000 - total flux cleaned = -0.000261734 Jy ! Component: 4050 - total flux cleaned = -0.000230765 Jy ! Total flux subtracted in 4096 components = -0.000241105 Jy ! Clean residual min=-0.001093 max=0.000616 Jy/beam ! Clean residual mean=0.000003 rms=0.000177 Jy/beam ! Combined flux in latest and established models = 0.201883 Jy keep ! Adding 277 model components to the UV plane model. ! The established model now contains 344 components and 0.201883 Jy ![Exited script file: muppet] wmap "J0319-1613_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.816 x 7.518 at -4.473 degrees (North through East) ! Clean map min=-0.0016006 max=0.15427 Jy/beam ! Writing clean map to FITS file: J0319-1613_S_2017_08_12_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.154274 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000172297 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.335047 0.335047 0.670094 1.34019 2.68038 5.36076 10.7215 21.443 42.886 85.7721 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.154 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.816 x 7.518 at -4.473 degrees (North through East) ! Clean map min=-0.0016006 max=0.15427 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 J0319-1613_S_2017_08_12_pus_uvs.log closed on Fri May 10 14:51:25 2019