! Started logfile: J0403-3605_S_2017_06_10_pus_uvs.log on Mon May 6 14:44:51 2019 obs J0403-3605_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J0403-3605_S_2017_06_10_pus_uva.fits ! AN table 1: 26 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.438462 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0403-3605 ! ! 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 2052 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 J0403-3605_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 85 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 85 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 85 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 164 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.284266Jy sigma=0.002021 ! Fit after self-cal, rms=0.171207Jy sigma=0.001217 ! 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.069 mas, bmaj=6.46 mas, bpa=-0.7292 degrees ! Estimated noise=3389.32 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.758143 Jy ! Component: 100 - total flux cleaned = 0.939209 Jy ! Total flux subtracted in 100 components = 0.939209 Jy ! Clean residual min=-0.027718 max=0.072968 Jy/beam ! Clean residual mean=-0.000726 rms=0.011377 Jy/beam ! Combined flux in latest and established models = 0.939209 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.939209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.190119Jy sigma=0.001345 ! Fit after self-cal, rms=0.190024Jy sigma=0.001345 ! Inverting map ! Added new window around map position (-2.5, -5.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0773495 Jy ! Component: 100 - total flux cleaned = 0.117221 Jy ! Total flux subtracted in 100 components = 0.117221 Jy ! Clean residual min=-0.017849 max=0.028829 Jy/beam ! Clean residual mean=-0.000331 rms=0.005858 Jy/beam ! Combined flux in latest and established models = 1.05643 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 28 components and 1.05643 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129907Jy sigma=0.000906 ! Fit after self-cal, rms=0.129854Jy sigma=0.000906 ! 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.746 mas, bmaj=7.662 mas, bpa=-0.9275 degrees ! Estimated noise=2408.3 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.0502744 Jy ! Component: 100 - total flux cleaned = 0.0743551 Jy ! Component: 150 - total flux cleaned = 0.0861771 Jy ! Component: 200 - total flux cleaned = 0.09214 Jy ! Total flux subtracted in 200 components = 0.09214 Jy ! Clean residual min=-0.013986 max=0.017854 Jy/beam ! Clean residual mean=-0.000451 rms=0.003941 Jy/beam ! Combined flux in latest and established models = 1.14857 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 54 components and 1.14857 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110106Jy sigma=0.000775 ! Fit after self-cal, rms=0.110075Jy sigma=0.000774 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 1.00* KP 1.05 ! LA 1.02 MK 1.06 NL 1.00* OV 1.02 ! PT 1.02 SC 0.97 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.00* KP 0.99 ! LA 0.97 MK 0.99 NL 1.00* OV 1.04 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 1.00* KP 0.97 ! LA 0.95 MK 0.99 NL 1.00* OV 0.94 ! PT 0.95 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.07 HN 1.00* KP 1.00* ! LA 0.92 MK 0.93 NL 1.00* OV 1.00* ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.110075Jy sigma=0.000774 ! Fit after self-cal, rms=0.094747Jy sigma=0.000671 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.749 mas, bmaj=7.672 mas, bpa=-1.114 degrees ! Estimated noise=2408.82 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 (-8, 47.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00899305 Jy ! Component: 100 - total flux cleaned = 0.010465 Jy ! Component: 150 - total flux cleaned = 0.010786 Jy ! Component: 200 - total flux cleaned = 0.0109435 Jy ! Total flux subtracted in 200 components = 0.0109435 Jy ! Clean residual min=-0.006715 max=0.006543 Jy/beam ! Clean residual mean=0.000057 rms=0.001719 Jy/beam ! Combined flux in latest and established models = 1.15951 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 80 components and 1.15951 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093948Jy sigma=0.000666 ! Fit after self-cal, rms=0.093914Jy sigma=0.000665 ! 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.093914Jy sigma=0.000665 ! Fit after self-cal, rms=0.093726Jy sigma=0.000665 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.748 mas, bmaj=7.67 mas, bpa=-1.116 degrees ! Estimated noise=2405.52 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.001713 Jy ! Component: 100 - total flux cleaned = 0.00193531 Jy ! Component: 150 - total flux cleaned = 0.00206847 Jy ! Component: 200 - total flux cleaned = 0.00207126 Jy ! Total flux subtracted in 200 components = 0.00207126 Jy ! Clean residual min=-0.005896 max=0.006462 Jy/beam ! Clean residual mean=0.000040 rms=0.001616 Jy/beam ! Combined flux in latest and established models = 1.16158 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 97 components and 1.16158 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093610Jy sigma=0.000664 ! Fit after self-cal, rms=0.093606Jy sigma=0.000664 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.000128978 Jy ! Component: 100 - total flux cleaned = 0.000131603 Jy ! Component: 150 - total flux cleaned = 0.000133825 Jy ! Component: 200 - total flux cleaned = 0.000132572 Jy ! Total flux subtracted in 200 components = 0.000132572 Jy ! Clean residual min=-0.005610 max=0.006287 Jy/beam ! Clean residual mean=0.000041 rms=0.001592 Jy/beam ! Combined flux in latest and established models = 1.16172 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 102 components and 1.16172 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093546Jy sigma=0.000664 ! Fit after self-cal, rms=0.093542Jy sigma=0.000664 ! 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.093542Jy sigma=0.000664 ! Fit after self-cal, rms=0.093491Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.747 mas, bmaj=7.669 mas, bpa=-1.135 degrees ! Estimated noise=2404.39 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000408305 Jy ! Component: 100 - total flux cleaned = 0.000461039 Jy ! Component: 150 - total flux cleaned = 0.000461046 Jy ! Component: 200 - total flux cleaned = 0.000460978 Jy ! Total flux subtracted in 200 components = 0.000460978 Jy ! Clean residual min=-0.005466 max=0.006162 Jy/beam ! Clean residual mean=0.000032 rms=0.001557 Jy/beam ! Combined flux in latest and established models = 1.16218 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 112 components and 1.16218 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093435Jy sigma=0.000663 ! Fit after self-cal, rms=0.093431Jy sigma=0.000663 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.78111e-05 Jy ! Component: 100 - total flux cleaned = 4.68647e-05 Jy ! Component: 150 - total flux cleaned = 9.57534e-05 Jy ! Component: 200 - total flux cleaned = 9.4993e-05 Jy ! Total flux subtracted in 200 components = 9.4993e-05 Jy ! Clean residual min=-0.005532 max=0.006044 Jy/beam ! Clean residual mean=0.000033 rms=0.001541 Jy/beam ! Combined flux in latest and established models = 1.16227 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 115 components and 1.16227 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093388Jy sigma=0.000663 ! Fit after self-cal, rms=0.093385Jy sigma=0.000663 ! 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.093385Jy sigma=0.000663 ! Fit after self-cal, rms=0.093357Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.3 mas, bmaj=29.59 mas, bpa=3.225 degrees ! Estimated noise=3284.26 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000221984 Jy ! Component: 100 - total flux cleaned = -5.69971e-05 Jy ! Component: 150 - total flux cleaned = 7.96202e-05 Jy ! Component: 200 - total flux cleaned = 4.28583e-05 Jy ! Total flux subtracted in 200 components = 4.28583e-05 Jy ! Clean residual min=-0.005322 max=0.003835 Jy/beam ! Clean residual mean=0.000066 rms=0.001584 Jy/beam ! Combined flux in latest and established models = 1.16232 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 118 components and 1.16232 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093380Jy sigma=0.000663 ! Fit after self-cal, rms=0.093356Jy sigma=0.000663 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.000194388 Jy ! Component: 100 - total flux cleaned = -0.000147441 Jy ! Component: 150 - total flux cleaned = -0.000144753 Jy ! Component: 200 - total flux cleaned = -0.000217611 Jy ! Total flux subtracted in 200 components = -0.000217611 Jy ! Clean residual min=-0.005239 max=0.003892 Jy/beam ! Clean residual mean=0.000064 rms=0.001582 Jy/beam ! Combined flux in latest and established models = 1.1621 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 119 components and 1.1621 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093381Jy sigma=0.000663 ! Fit after self-cal, rms=0.093361Jy sigma=0.000663 ! 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.747 mas, bmaj=7.669 mas, bpa=-1.152 degrees ! Estimated noise=2403.6 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.747 x 7.669 at -1.152 degrees (North through East) ! Clean map min=-0.0049949 max=0.99502 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.093361Jy sigma=0.000663 ! Fit after self-cal, rms=0.082053Jy sigma=0.000581 ! Inverting map and beam ! Estimated beam: bmin=2.746 mas, bmaj=7.67 mas, bpa=-1.13 degrees ! Estimated noise=2402.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00046611 Jy ! Component: 100 - total flux cleaned = -0.000331472 Jy ! Component: 150 - total flux cleaned = -0.000372005 Jy ! Component: 200 - total flux cleaned = -0.000413216 Jy ! Total flux subtracted in 200 components = -0.000413216 Jy ! Clean residual min=-0.004619 max=0.004468 Jy/beam ! Clean residual mean=0.000022 rms=0.001237 Jy/beam ! Combined flux in latest and established models = 1.16169 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 131 components and 1.16169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082008Jy sigma=0.000580 ! Fit after self-cal, rms=0.082002Jy sigma=0.000580 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.59281e-05 Jy ! Component: 100 - total flux cleaned = -8.37976e-05 Jy ! Component: 150 - total flux cleaned = -0.000120411 Jy ! Component: 200 - total flux cleaned = -0.000155515 Jy ! Total flux subtracted in 200 components = -0.000155515 Jy ! Clean residual min=-0.004549 max=0.004409 Jy/beam ! Clean residual mean=0.000021 rms=0.001227 Jy/beam ! Combined flux in latest and established models = 1.16153 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 134 components and 1.16153 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081971Jy sigma=0.000580 ! Fit after self-cal, rms=0.081967Jy sigma=0.000580 ! 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.081967Jy sigma=0.000580 ! Fit after self-cal, rms=0.081942Jy sigma=0.000580 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.07 mas, bmaj=6.448 mas, bpa=-0.719 degrees ! Estimated noise=3392.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.757194 Jy ! Component: 100 - total flux cleaned = 0.938132 Jy ! Component: 150 - total flux cleaned = 1.01452 Jy ! Component: 200 - total flux cleaned = 1.05352 Jy ! Total flux subtracted in 200 components = 1.05352 Jy ! Clean residual min=-0.013354 max=0.022750 Jy/beam ! Clean residual mean=-0.000360 rms=0.004989 Jy/beam ! Combined flux in latest and established models = 1.05352 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 28 model components to the UV plane model. ! The established model now contains 28 components and 1.05352 Jy ! Inverting map and beam ! Estimated beam: bmin=2.746 mas, bmaj=7.67 mas, bpa=-1.14 degrees ! Estimated noise=2401.22 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 (0.5, 9.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0489921 Jy ! Component: 100 - total flux cleaned = 0.0723644 Jy ! Component: 150 - total flux cleaned = 0.0845308 Jy ! Component: 200 - total flux cleaned = 0.0924247 Jy ! Total flux subtracted in 200 components = 0.0924247 Jy ! Clean residual min=-0.006406 max=0.005392 Jy/beam ! Clean residual mean=-0.000115 rms=0.001620 Jy/beam ! Combined flux in latest and established models = 1.14594 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 72 components and 1.14594 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=10.3 mas, bmaj=29.59 mas, bpa=3.231 degrees ! Estimated noise=3282.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00782746 Jy ! Component: 100 - total flux cleaned = 0.0118313 Jy ! Component: 150 - total flux cleaned = 0.0140474 Jy ! Component: 200 - total flux cleaned = 0.015347 Jy ! Total flux subtracted in 200 components = 0.015347 Jy ! Clean residual min=-0.005454 max=0.003603 Jy/beam ! Clean residual mean=0.000027 rms=0.001492 Jy/beam ! Combined flux in latest and established models = 1.16129 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.00048077 Jy ! Component: 100 - total flux cleaned = 0.000594288 Jy ! Component: 150 - total flux cleaned = 0.000722854 Jy ! Component: 200 - total flux cleaned = 0.000792484 Jy ! Total flux subtracted in 200 components = 0.000792484 Jy ! Clean residual min=-0.005288 max=0.003605 Jy/beam ! Clean residual mean=0.000041 rms=0.001467 Jy/beam ! Combined flux in latest and established models = 1.16208 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 109 components and 1.16208 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.746 mas, bmaj=7.67 mas, bpa=-1.14 degrees ! Estimated noise=2401.22 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000883707 Jy ! Component: 100 - total flux cleaned = -0.000984432 Jy ! Component: 150 - total flux cleaned = -0.000750478 Jy ! Component: 200 - total flux cleaned = -0.000562407 Jy ! Total flux subtracted in 200 components = -0.000562407 Jy ! Clean residual min=-0.004821 max=0.004211 Jy/beam ! Clean residual mean=0.000014 rms=0.001186 Jy/beam ! Combined flux in latest and established models = 1.16152 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 127 components and 1.16152 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081924Jy sigma=0.000580 ! Fit after self-cal, rms=0.081861Jy sigma=0.000580 wmodel J0403-3605_S_2017_06_10_pus_map.mod ! Writing 127 model components to file: J0403-3605_S_2017_06_10_pus_map.mod wobs J0403-3605_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J0403-3605_S_2017_06_10_pus_uvs.fits wwins J0403-3605_S_2017_06_10_pus_map.win ! wwins: Wrote 4 windows to J0403-3605_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.00107703 Jy ! Component: 100 - total flux cleaned = -0.000727088 Jy ! Component: 150 - total flux cleaned = -0.000338372 Jy ! Component: 200 - total flux cleaned = 2.3623e-05 Jy ! Component: 250 - total flux cleaned = 8.25069e-05 Jy ! Component: 300 - total flux cleaned = 8.37756e-05 Jy ! Component: 350 - total flux cleaned = -7.36924e-05 Jy ! Component: 400 - total flux cleaned = -0.000121988 Jy ! Component: 450 - total flux cleaned = -0.000219204 Jy ! Component: 500 - total flux cleaned = -0.000171441 Jy ! Component: 550 - total flux cleaned = -0.000172851 Jy ! Component: 600 - total flux cleaned = -0.000128521 Jy ! Component: 650 - total flux cleaned = -3.99092e-05 Jy ! Component: 700 - total flux cleaned = 0.000132415 Jy ! Component: 750 - total flux cleaned = 0.000174288 Jy ! Component: 800 - total flux cleaned = 0.000133564 Jy ! Component: 850 - total flux cleaned = 0.000173577 Jy ! Component: 900 - total flux cleaned = 0.000133712 Jy ! Component: 950 - total flux cleaned = 0.000133198 Jy ! Component: 1000 - total flux cleaned = 5.64626e-05 Jy ! Component: 1050 - total flux cleaned = 5.62443e-05 Jy ! Component: 1100 - total flux cleaned = 5.6384e-05 Jy ! Component: 1150 - total flux cleaned = 9.16401e-05 Jy ! Component: 1200 - total flux cleaned = 5.61245e-05 Jy ! Component: 1250 - total flux cleaned = 0.000125604 Jy ! Component: 1300 - total flux cleaned = 0.000160018 Jy ! Component: 1350 - total flux cleaned = 0.000227319 Jy ! Component: 1400 - total flux cleaned = 0.00025961 Jy ! Component: 1450 - total flux cleaned = 0.000388928 Jy ! Component: 1500 - total flux cleaned = 0.00042059 Jy ! Component: 1550 - total flux cleaned = 0.000451758 Jy ! Component: 1600 - total flux cleaned = 0.000513255 Jy ! Component: 1650 - total flux cleaned = 0.000513521 Jy ! Component: 1700 - total flux cleaned = 0.000633465 Jy ! Component: 1750 - total flux cleaned = 0.00066299 Jy ! Component: 1800 - total flux cleaned = 0.000780253 Jy ! Component: 1850 - total flux cleaned = 0.000809037 Jy ! Component: 1900 - total flux cleaned = 0.000923375 Jy ! Component: 1950 - total flux cleaned = 0.000979678 Jy ! Component: 2000 - total flux cleaned = 0.00109152 Jy ! Component: 2050 - total flux cleaned = 0.00120165 Jy ! Component: 2100 - total flux cleaned = 0.00128386 Jy ! Component: 2150 - total flux cleaned = 0.00144605 Jy ! Component: 2200 - total flux cleaned = 0.00157969 Jy ! Component: 2250 - total flux cleaned = 0.00163244 Jy ! Component: 2300 - total flux cleaned = 0.00176295 Jy ! Component: 2350 - total flux cleaned = 0.00176293 Jy ! Component: 2400 - total flux cleaned = 0.00191675 Jy ! Component: 2450 - total flux cleaned = 0.00199269 Jy ! Component: 2500 - total flux cleaned = 0.00201779 Jy ! Component: 2550 - total flux cleaned = 0.00219205 Jy ! Component: 2600 - total flux cleaned = 0.00224095 Jy ! Component: 2650 - total flux cleaned = 0.0022165 Jy ! Component: 2700 - total flux cleaned = 0.00233766 Jy ! Component: 2750 - total flux cleaned = 0.00236166 Jy ! Component: 2800 - total flux cleaned = 0.00245674 Jy ! Component: 2850 - total flux cleaned = 0.0024568 Jy ! Component: 2900 - total flux cleaned = 0.00250378 Jy ! Component: 2950 - total flux cleaned = 0.00259677 Jy ! Component: 3000 - total flux cleaned = 0.00264281 Jy ! Component: 3050 - total flux cleaned = 0.00266565 Jy ! Component: 3100 - total flux cleaned = 0.00277926 Jy ! Component: 3150 - total flux cleaned = 0.00275661 Jy ! Component: 3200 - total flux cleaned = 0.00280134 Jy ! Component: 3250 - total flux cleaned = 0.00284581 Jy ! Component: 3300 - total flux cleaned = 0.00293451 Jy ! Component: 3350 - total flux cleaned = 0.00297867 Jy ! Component: 3400 - total flux cleaned = 0.00308842 Jy ! Component: 3450 - total flux cleaned = 0.00321907 Jy ! Component: 3500 - total flux cleaned = 0.00324067 Jy ! Component: 3550 - total flux cleaned = 0.00334872 Jy ! Component: 3600 - total flux cleaned = 0.0034346 Jy ! Component: 3650 - total flux cleaned = 0.00349891 Jy ! Component: 3700 - total flux cleaned = 0.0036053 Jy ! Component: 3750 - total flux cleaned = 0.0036687 Jy ! Component: 3800 - total flux cleaned = 0.00375318 Jy ! Component: 3850 - total flux cleaned = 0.00381626 Jy ! Component: 3900 - total flux cleaned = 0.00390012 Jy ! Component: 3950 - total flux cleaned = 0.0040462 Jy ! Component: 4000 - total flux cleaned = 0.00408793 Jy ! Component: 4050 - total flux cleaned = 0.00419166 Jy ! Total flux subtracted in 4096 components = 0.00429514 Jy ! Clean residual min=-0.001212 max=0.001222 Jy/beam ! Clean residual mean=0.000006 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 1.16582 Jy keep ! Adding 227 model components to the UV plane model. ! The established model now contains 354 components and 1.16581 Jy ![Exited script file: muppet] wmap "J0403-3605_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.746 x 7.67 at -1.14 degrees (North through East) ! Clean map min=-0.0026599 max=0.99453 Jy/beam ! Writing clean map to FITS file: J0403-3605_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.994529 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000387408 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.116862 0.116862 0.233724 0.467448 0.934895 1.86979 3.73958 7.47916 14.9583 29.9167 59.8333 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.994 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.746 x 7.67 at -1.14 degrees (North through East) ! Clean map min=-0.0026599 max=0.99453 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 J0403-3605_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:44:57 2019