! Started logfile: J0539-2839_S_2017_06_10_pus_uvs.log on Mon May 6 14:46:04 2019 obs J0539-2839_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J0539-2839_S_2017_06_10_pus_uva.fits ! AN table 1: 23 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.541063 visibilities/baseline/integration-bin. ! Found source: J0539-2839 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 1154 lines of history. ! ! Reading 2240 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 J0539-2839_S_2017_06_10_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 153 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.390658Jy sigma=0.002749 ! Fit after self-cal, rms=0.233245Jy sigma=0.001523 ! 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.51 mas, bmaj=8.4 mas, bpa=-4.739 degrees ! Estimated noise=3072.67 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.719884 Jy ! Component: 100 - total flux cleaned = 0.900889 Jy ! Total flux subtracted in 100 components = 0.900889 Jy ! Clean residual min=-0.042744 max=0.104964 Jy/beam ! Clean residual mean=0.000358 rms=0.016195 Jy/beam ! Combined flux in latest and established models = 0.900889 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.900889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.237675Jy sigma=0.001645 ! Fit after self-cal, rms=0.237656Jy sigma=0.001645 ! Inverting map ! Added new window around map position (-3.5, -7.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0967763 Jy ! Component: 100 - total flux cleaned = 0.149258 Jy ! Total flux subtracted in 100 components = 0.149258 Jy ! Clean residual min=-0.035485 max=0.068344 Jy/beam ! Clean residual mean=0.000089 rms=0.011697 Jy/beam ! Combined flux in latest and established models = 1.05015 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 21 components and 1.05015 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.193723Jy sigma=0.001258 ! Fit after self-cal, rms=0.190799Jy sigma=0.001234 ! 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.095 mas, bmaj=10.47 mas, bpa=-4.245 degrees ! Estimated noise=2385.23 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0473838 Jy ! Component: 100 - total flux cleaned = 0.0716897 Jy ! Component: 150 - total flux cleaned = 0.0772887 Jy ! Component: 200 - total flux cleaned = 0.0788328 Jy ! Total flux subtracted in 200 components = 0.0788328 Jy ! Clean residual min=-0.028499 max=0.055434 Jy/beam ! Clean residual mean=0.000005 rms=0.010701 Jy/beam ! Combined flux in latest and established models = 1.12898 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 38 components and 1.12898 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.180940Jy sigma=0.001130 ! Fit after self-cal, rms=0.180872Jy sigma=0.001129 ! 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 0.99 HN 1.40 KP 1.00 ! LA 1.00 MK 1.00 NL 1.06 OV 0.98 ! PT 0.99 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 HN 1.40 KP 0.96 ! LA 0.94 MK 1.00 NL 1.23 OV 1.00 ! PT 0.97 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 1.40 KP 0.95 ! LA 0.96 MK 1.02 NL 1.05 OV 0.91 ! PT 0.95 SC 1.02 ! ! ! Correcting IF 4. ! A total of 36 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.34 KP 1.00* ! LA 0.88 MK 1.03 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.180872Jy sigma=0.001129 ! Fit after self-cal, rms=0.157587Jy sigma=0.000916 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.146 mas, bmaj=10.35 mas, bpa=-3.887 degrees ! Estimated noise=2432.44 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.0249063 Jy ! Component: 100 - total flux cleaned = -0.0256193 Jy ! Component: 150 - total flux cleaned = -0.026169 Jy ! Component: 200 - total flux cleaned = -0.0271481 Jy ! Total flux subtracted in 200 components = -0.0271481 Jy ! Clean residual min=-0.022274 max=0.031086 Jy/beam ! Clean residual mean=-0.000013 rms=0.007191 Jy/beam ! Combined flux in latest and established models = 1.10183 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 49 components and 1.10183 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148091Jy sigma=0.000873 ! Fit after self-cal, rms=0.147110Jy sigma=0.000867 ! 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.147110Jy sigma=0.000867 ! Fit after self-cal, rms=0.114819Jy sigma=0.000685 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.159 mas, bmaj=10.31 mas, bpa=-3.874 degrees ! Estimated noise=2417.83 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0021585 Jy ! Component: 100 - total flux cleaned = -0.00235728 Jy ! Component: 150 - total flux cleaned = -0.00250858 Jy ! Component: 200 - total flux cleaned = -0.00264978 Jy ! Total flux subtracted in 200 components = -0.00264978 Jy ! Clean residual min=-0.010029 max=0.012416 Jy/beam ! Clean residual mean=0.000011 rms=0.002534 Jy/beam ! Combined flux in latest and established models = 1.09918 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 64 components and 1.09918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114207Jy sigma=0.000682 ! Fit after self-cal, rms=0.114221Jy sigma=0.000681 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 (12, -22). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0112093 Jy ! Component: 100 - total flux cleaned = 0.0132277 Jy ! Component: 150 - total flux cleaned = 0.0140989 Jy ! Component: 200 - total flux cleaned = 0.014403 Jy ! Total flux subtracted in 200 components = 0.014403 Jy ! Clean residual min=-0.008916 max=0.007426 Jy/beam ! Clean residual mean=-0.000026 rms=0.002096 Jy/beam ! Combined flux in latest and established models = 1.11358 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 82 components and 1.11358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113082Jy sigma=0.000671 ! Fit after self-cal, rms=0.113007Jy sigma=0.000670 ! 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.113007Jy sigma=0.000670 ! Fit after self-cal, rms=0.113112Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.159 mas, bmaj=10.3 mas, bpa=-3.863 degrees ! Estimated noise=2413.65 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000466073 Jy ! Component: 100 - total flux cleaned = 0.000900695 Jy ! Component: 150 - total flux cleaned = 0.00102895 Jy ! Component: 200 - total flux cleaned = 0.00114266 Jy ! Total flux subtracted in 200 components = 0.00114266 Jy ! Clean residual min=-0.008886 max=0.007015 Jy/beam ! Clean residual mean=-0.000013 rms=0.001961 Jy/beam ! Combined flux in latest and established models = 1.11473 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 92 components and 1.11473 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112735Jy sigma=0.000667 ! Fit after self-cal, rms=0.112675Jy sigma=0.000667 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.6679e-05 Jy ! Component: 100 - total flux cleaned = 0.000138383 Jy ! Component: 150 - total flux cleaned = 0.000137827 Jy ! Component: 200 - total flux cleaned = 0.000141832 Jy ! Total flux subtracted in 200 components = 0.000141832 Jy ! Clean residual min=-0.008896 max=0.006658 Jy/beam ! Clean residual mean=-0.000013 rms=0.001915 Jy/beam ! Combined flux in latest and established models = 1.11487 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 99 components and 1.11487 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112436Jy sigma=0.000666 ! Fit after self-cal, rms=0.112396Jy sigma=0.000666 ! 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.112396Jy sigma=0.000666 ! Fit after self-cal, rms=0.112402Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.867 mas, bmaj=26.05 mas, bpa=3.797 degrees ! Estimated noise=3037.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000473461 Jy ! Component: 100 - total flux cleaned = 0.000910037 Jy ! Component: 150 - total flux cleaned = 0.000902292 Jy ! Component: 200 - total flux cleaned = 0.00090047 Jy ! Total flux subtracted in 200 components = 0.00090047 Jy ! Clean residual min=-0.006582 max=0.005792 Jy/beam ! Clean residual mean=-0.000034 rms=0.001916 Jy/beam ! Combined flux in latest and established models = 1.11577 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 108 components and 1.11577 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112338Jy sigma=0.000665 ! Fit after self-cal, rms=0.112290Jy sigma=0.000665 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.40295e-05 Jy ! Component: 100 - total flux cleaned = -4.11086e-05 Jy ! Component: 150 - total flux cleaned = -3.87771e-05 Jy ! Component: 200 - total flux cleaned = -3.63948e-05 Jy ! Total flux subtracted in 200 components = -3.63948e-05 Jy ! Clean residual min=-0.006586 max=0.005810 Jy/beam ! Clean residual mean=-0.000034 rms=0.001901 Jy/beam ! Combined flux in latest and established models = 1.11573 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 112 components and 1.11573 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112258Jy sigma=0.000665 ! Fit after self-cal, rms=0.112214Jy sigma=0.000665 ! 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.158 mas, bmaj=10.3 mas, bpa=-3.842 degrees ! Estimated noise=2411.2 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.158 x 10.3 at -3.842 degrees (North through East) ! Clean map min=-0.0082902 max=0.93101 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112214Jy sigma=0.000665 ! Fit after self-cal, rms=0.103753Jy sigma=0.000598 ! Inverting map and beam ! Estimated beam: bmin=3.158 mas, bmaj=10.3 mas, bpa=-3.824 degrees ! Estimated noise=2409.47 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00139292 Jy ! Component: 100 - total flux cleaned = -0.00160791 Jy ! Component: 150 - total flux cleaned = -0.00151342 Jy ! Component: 200 - total flux cleaned = -0.00151241 Jy ! Total flux subtracted in 200 components = -0.00151241 Jy ! Clean residual min=-0.008358 max=0.006463 Jy/beam ! Clean residual mean=0.000005 rms=0.001786 Jy/beam ! Combined flux in latest and established models = 1.11422 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 120 components and 1.11422 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103493Jy sigma=0.000597 ! Fit after self-cal, rms=0.103454Jy sigma=0.000597 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.9349e-05 Jy ! Component: 100 - total flux cleaned = 5.77398e-05 Jy ! Component: 150 - total flux cleaned = -2.16251e-05 Jy ! Component: 200 - total flux cleaned = 5.59914e-05 Jy ! Total flux subtracted in 200 components = 5.59914e-05 Jy ! Clean residual min=-0.008465 max=0.006152 Jy/beam ! Clean residual mean=0.000005 rms=0.001756 Jy/beam ! Combined flux in latest and established models = 1.11428 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 126 components and 1.11428 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103288Jy sigma=0.000596 ! Fit after self-cal, rms=0.103266Jy sigma=0.000596 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103266Jy sigma=0.000596 ! Fit after self-cal, rms=0.103299Jy sigma=0.000596 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.555 mas, bmaj=8.21 mas, bpa=-4.076 degrees ! Estimated noise=3175.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.737461 Jy ! Component: 100 - total flux cleaned = 0.915247 Jy ! Component: 150 - total flux cleaned = 0.992657 Jy ! Component: 200 - total flux cleaned = 1.03393 Jy ! Total flux subtracted in 200 components = 1.03393 Jy ! Clean residual min=-0.015095 max=0.021860 Jy/beam ! Clean residual mean=0.000128 rms=0.004061 Jy/beam ! Combined flux in latest and established models = 1.03393 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 19 model components to the UV plane model. ! The established model now contains 19 components and 1.03393 Jy ! Inverting map and beam ! Estimated beam: bmin=3.158 mas, bmaj=10.3 mas, bpa=-3.803 degrees ! Estimated noise=2407.81 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 (4, -6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0308202 Jy ! Component: 100 - total flux cleaned = 0.0476996 Jy ! Component: 150 - total flux cleaned = 0.0592383 Jy ! Component: 200 - total flux cleaned = 0.0675954 Jy ! Total flux subtracted in 200 components = 0.0675954 Jy ! Clean residual min=-0.009042 max=0.008919 Jy/beam ! Clean residual mean=0.000042 rms=0.002120 Jy/beam ! Combined flux in latest and established models = 1.10152 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 54 components and 1.10152 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.869 mas, bmaj=26.04 mas, bpa=3.838 degrees ! Estimated noise=3034.19 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00796506 Jy ! Component: 100 - total flux cleaned = 0.0104319 Jy ! Component: 150 - total flux cleaned = 0.0115256 Jy ! Component: 200 - total flux cleaned = 0.0119193 Jy ! Total flux subtracted in 200 components = 0.0119193 Jy ! Clean residual min=-0.006488 max=0.007221 Jy/beam ! Clean residual mean=-0.000001 rms=0.002048 Jy/beam ! Combined flux in latest and established models = 1.11344 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.000237002 Jy ! Component: 100 - total flux cleaned = 0.000450698 Jy ! Component: 150 - total flux cleaned = 0.000644218 Jy ! Component: 200 - total flux cleaned = 0.000819469 Jy ! Total flux subtracted in 200 components = 0.000819469 Jy ! Clean residual min=-0.006120 max=0.006689 Jy/beam ! Clean residual mean=-0.000008 rms=0.001949 Jy/beam ! Combined flux in latest and established models = 1.11426 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 71 components and 1.11426 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.158 mas, bmaj=10.3 mas, bpa=-3.803 degrees ! Estimated noise=2407.81 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.35828e-05 Jy ! Component: 100 - total flux cleaned = -0.000171275 Jy ! Component: 150 - total flux cleaned = -0.000332467 Jy ! Component: 200 - total flux cleaned = -0.000325585 Jy ! Total flux subtracted in 200 components = -0.000325585 Jy ! Clean residual min=-0.007492 max=0.006947 Jy/beam ! Clean residual mean=-0.000005 rms=0.001716 Jy/beam ! Combined flux in latest and established models = 1.11394 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 91 components and 1.11394 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102923Jy sigma=0.000594 ! Fit after self-cal, rms=0.102618Jy sigma=0.000593 wmodel J0539-2839_S_2017_06_10_pus_map.mod ! Writing 91 model components to file: J0539-2839_S_2017_06_10_pus_map.mod wobs J0539-2839_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J0539-2839_S_2017_06_10_pus_uvs.fits wwins J0539-2839_S_2017_06_10_pus_map.win ! wwins: Wrote 4 windows to J0539-2839_S_2017_06_10_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.00320973 Jy ! Component: 100 - total flux cleaned = -0.00495326 Jy ! Component: 150 - total flux cleaned = -0.005749 Jy ! Component: 200 - total flux cleaned = -0.00659646 Jy ! Component: 250 - total flux cleaned = -0.00686841 Jy ! Component: 300 - total flux cleaned = -0.00695427 Jy ! Component: 350 - total flux cleaned = -0.00712046 Jy ! Component: 400 - total flux cleaned = -0.00720348 Jy ! Component: 450 - total flux cleaned = -0.00728331 Jy ! Component: 500 - total flux cleaned = -0.00735925 Jy ! Component: 550 - total flux cleaned = -0.00735842 Jy ! Component: 600 - total flux cleaned = -0.00728273 Jy ! Component: 650 - total flux cleaned = -0.00728098 Jy ! Component: 700 - total flux cleaned = -0.0070714 Jy ! Component: 750 - total flux cleaned = -0.0069357 Jy ! Component: 800 - total flux cleaned = -0.00673418 Jy ! Component: 850 - total flux cleaned = -0.00653639 Jy ! Component: 900 - total flux cleaned = -0.00627764 Jy ! Component: 950 - total flux cleaned = -0.00627818 Jy ! Component: 1000 - total flux cleaned = -0.00627678 Jy ! Component: 1050 - total flux cleaned = -0.00615168 Jy ! Component: 1100 - total flux cleaned = -0.00584882 Jy ! Component: 1150 - total flux cleaned = -0.00596723 Jy ! Component: 1200 - total flux cleaned = -0.0058503 Jy ! Component: 1250 - total flux cleaned = -0.00585156 Jy ! Component: 1300 - total flux cleaned = -0.00596544 Jy ! Component: 1350 - total flux cleaned = -0.00602107 Jy ! Component: 1400 - total flux cleaned = -0.00613133 Jy ! Component: 1450 - total flux cleaned = -0.00618491 Jy ! Component: 1500 - total flux cleaned = -0.00623849 Jy ! Component: 1550 - total flux cleaned = -0.00634466 Jy ! Component: 1600 - total flux cleaned = -0.00644867 Jy ! Component: 1650 - total flux cleaned = -0.00644898 Jy ! Component: 1700 - total flux cleaned = -0.00624553 Jy ! Component: 1750 - total flux cleaned = -0.0063468 Jy ! Component: 1800 - total flux cleaned = -0.0063976 Jy ! Component: 1850 - total flux cleaned = -0.00639739 Jy ! Component: 1900 - total flux cleaned = -0.00639666 Jy ! Component: 1950 - total flux cleaned = -0.0061573 Jy ! Component: 2000 - total flux cleaned = -0.00620562 Jy ! Component: 2050 - total flux cleaned = -0.00639295 Jy ! Component: 2100 - total flux cleaned = -0.00648464 Jy ! Component: 2150 - total flux cleaned = -0.00643871 Jy ! Component: 2200 - total flux cleaned = -0.00643885 Jy ! Component: 2250 - total flux cleaned = -0.00652786 Jy ! Component: 2300 - total flux cleaned = -0.00652766 Jy ! Component: 2350 - total flux cleaned = -0.00657145 Jy ! Component: 2400 - total flux cleaned = -0.00657068 Jy ! Component: 2450 - total flux cleaned = -0.00652862 Jy ! Component: 2500 - total flux cleaned = -0.00652915 Jy ! Component: 2550 - total flux cleaned = -0.00661231 Jy ! Component: 2600 - total flux cleaned = -0.00669526 Jy ! Component: 2650 - total flux cleaned = -0.0066133 Jy ! Component: 2700 - total flux cleaned = -0.00665424 Jy ! Component: 2750 - total flux cleaned = -0.00673459 Jy ! Component: 2800 - total flux cleaned = -0.00677425 Jy ! Component: 2850 - total flux cleaned = -0.00673483 Jy ! Component: 2900 - total flux cleaned = -0.00685164 Jy ! Component: 2950 - total flux cleaned = -0.00677408 Jy ! Component: 3000 - total flux cleaned = -0.00685062 Jy ! Component: 3050 - total flux cleaned = -0.00673549 Jy ! Component: 3100 - total flux cleaned = -0.00658379 Jy ! Component: 3150 - total flux cleaned = -0.00654618 Jy ! Component: 3200 - total flux cleaned = -0.00647183 Jy ! Component: 3250 - total flux cleaned = -0.00647201 Jy ! Component: 3300 - total flux cleaned = -0.00643523 Jy ! Component: 3350 - total flux cleaned = -0.00650783 Jy ! Component: 3400 - total flux cleaned = -0.00643554 Jy ! Component: 3450 - total flux cleaned = -0.00639967 Jy ! Component: 3500 - total flux cleaned = -0.00643513 Jy ! Component: 3550 - total flux cleaned = -0.0064702 Jy ! Component: 3600 - total flux cleaned = -0.00640037 Jy ! Component: 3650 - total flux cleaned = -0.00636611 Jy ! Component: 3700 - total flux cleaned = -0.00640076 Jy ! Component: 3750 - total flux cleaned = -0.00643479 Jy ! Component: 3800 - total flux cleaned = -0.00657088 Jy ! Component: 3850 - total flux cleaned = -0.00643579 Jy ! Component: 3900 - total flux cleaned = -0.00650325 Jy ! Component: 3950 - total flux cleaned = -0.00650362 Jy ! Component: 4000 - total flux cleaned = -0.00657016 Jy ! Component: 4050 - total flux cleaned = -0.00660329 Jy ! Total flux subtracted in 4096 components = -0.00660327 Jy ! Clean residual min=-0.001968 max=0.002247 Jy/beam ! Clean residual mean=-0.000012 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 1.10733 Jy keep ! Adding 259 model components to the UV plane model. ! The established model now contains 350 components and 1.10733 Jy ![Exited script file: muppet] wmap "J0539-2839_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.158 x 10.3 at -3.803 degrees (North through East) ! Clean map min=-0.006732 max=0.94989 Jy/beam ! Writing clean map to FITS file: J0539-2839_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.949888 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000601939 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.190109 0.190109 0.380217 0.760434 1.52087 3.04174 6.08348 12.167 24.3339 48.6678 97.3356 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.949 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.158 x 10.3 at -3.803 degrees (North through East) ! Clean map min=-0.006732 max=0.94989 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 J0539-2839_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:46:10 2019