! Started logfile: J0806-1724_S_2017_08_12_pus_uvs.log on Fri May 10 14:55:34 2019 obs J0806-1724_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J0806-1724_S_2017_08_12_pus_uva.fits ! AN table 1: 75 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.766222 visibilities/baseline/integration-bin. ! Found source: J0806-1724 ! ! 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 10344 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 J0806-1724_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 115 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 91 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 118 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 510 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.883431Jy sigma=0.006498 ! Fit after self-cal, rms=0.874020Jy sigma=0.006435 ! 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.543 mas, bmaj=6.673 mas, bpa=-5.526 degrees ! Estimated noise=1764.86 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.0889005 Jy ! Component: 100 - total flux cleaned = 0.122346 Jy ! Total flux subtracted in 100 components = 0.122346 Jy ! Clean residual min=-0.010097 max=0.019007 Jy/beam ! Clean residual mean=-0.000005 rms=0.002907 Jy/beam ! Combined flux in latest and established models = 0.122346 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 0.122346 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104439Jy sigma=0.000743 ! Fit after self-cal, rms=0.104312Jy sigma=0.000742 ! Inverting map ! Added new window around map position (-3.5, 10). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0210537 Jy ! Component: 100 - total flux cleaned = 0.0336871 Jy ! Total flux subtracted in 100 components = 0.0336871 Jy ! Clean residual min=-0.008108 max=0.011522 Jy/beam ! Clean residual mean=0.000001 rms=0.002148 Jy/beam ! Combined flux in latest and established models = 0.156033 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 25 components and 0.156033 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098608Jy sigma=0.000696 ! Fit after self-cal, rms=0.098463Jy sigma=0.000695 ! 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.124 mas, bmaj=8.126 mas, bpa=-4.176 degrees ! Estimated noise=1106.97 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.0126473 Jy ! Component: 100 - total flux cleaned = 0.0194131 Jy ! Component: 150 - total flux cleaned = 0.0233482 Jy ! Component: 200 - total flux cleaned = 0.0243889 Jy ! Total flux subtracted in 200 components = 0.0243889 Jy ! Clean residual min=-0.005290 max=0.008413 Jy/beam ! Clean residual mean=-0.000008 rms=0.001764 Jy/beam ! Combined flux in latest and established models = 0.180422 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 50 components and 0.180422 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096905Jy sigma=0.000682 ! Fit after self-cal, rms=0.096848Jy sigma=0.000682 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.95 HN 1.21 KP 1.05 ! LA 0.99 MK 1.01 NL 0.88 OV 0.94 ! PT 1.01 SC 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.29 KP 0.97 ! LA 0.92 MK 0.97 NL 1.06 OV 0.99 ! PT 0.95 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.20 KP 0.95 ! LA 0.94 MK 1.16 NL 1.03 OV 0.89 ! PT 0.97 SC 0.98 ! ! ! Correcting IF 4. ! A total of 108 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.89 HN 1.45 KP 1.00* ! LA 1.00* MK 0.77 NL 1.00* OV 1.00* ! PT 1.06 SC 1.00* ! ! ! Fit before self-cal, rms=0.096848Jy sigma=0.000682 ! Fit after self-cal, rms=0.098381Jy sigma=0.000674 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.158 mas, bmaj=8.045 mas, bpa=-3.205 degrees ! Estimated noise=1118.25 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.00267525 Jy ! Component: 100 - total flux cleaned = -0.00317586 Jy ! Component: 150 - total flux cleaned = -0.00334152 Jy ! Component: 200 - total flux cleaned = -0.00347309 Jy ! Total flux subtracted in 200 components = -0.00347309 Jy ! Clean residual min=-0.005134 max=0.005946 Jy/beam ! Clean residual mean=-0.000011 rms=0.001428 Jy/beam ! Combined flux in latest and established models = 0.176949 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 66 components and 0.176949 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098174Jy sigma=0.000673 ! Fit after self-cal, rms=0.098278Jy sigma=0.000672 ! 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.098278Jy sigma=0.000672 ! Fit after self-cal, rms=0.105768Jy sigma=0.000660 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.181 mas, bmaj=8.028 mas, bpa=-2.926 degrees ! Estimated noise=1119.21 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000553198 Jy ! Component: 100 - total flux cleaned = -0.000610259 Jy ! Component: 150 - total flux cleaned = -0.000611049 Jy ! Component: 200 - total flux cleaned = -0.000653085 Jy ! Total flux subtracted in 200 components = -0.000653085 Jy ! Clean residual min=-0.003466 max=0.003002 Jy/beam ! Clean residual mean=-0.000009 rms=0.000803 Jy/beam ! Combined flux in latest and established models = 0.176296 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 73 components and 0.176296 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105697Jy sigma=0.000660 ! Fit after self-cal, rms=0.105970Jy sigma=0.000660 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.92813e-05 Jy ! Component: 100 - total flux cleaned = -7.71214e-05 Jy ! Component: 150 - total flux cleaned = -0.000148418 Jy ! Component: 200 - total flux cleaned = -0.000183168 Jy ! Total flux subtracted in 200 components = -0.000183168 Jy ! Clean residual min=-0.003433 max=0.002769 Jy/beam ! Clean residual mean=-0.000010 rms=0.000792 Jy/beam ! Combined flux in latest and established models = 0.176113 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 79 components and 0.176113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105943Jy sigma=0.000659 ! Fit after self-cal, rms=0.105935Jy sigma=0.000659 ! 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.105935Jy sigma=0.000659 ! Fit after self-cal, rms=0.107011Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.18 mas, bmaj=8.046 mas, bpa=-2.761 degrees ! Estimated noise=1120.39 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000118158 Jy ! Component: 100 - total flux cleaned = -0.000158514 Jy ! Component: 150 - total flux cleaned = -0.000195124 Jy ! Component: 200 - total flux cleaned = -0.000227271 Jy ! Total flux subtracted in 200 components = -0.000227271 Jy ! Clean residual min=-0.003351 max=0.002756 Jy/beam ! Clean residual mean=-0.000009 rms=0.000774 Jy/beam ! Combined flux in latest and established models = 0.175886 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 83 components and 0.175886 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106980Jy sigma=0.000659 ! Fit after self-cal, rms=0.106987Jy sigma=0.000659 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.07449e-05 Jy ! Component: 100 - total flux cleaned = -4.86464e-05 Jy ! Component: 150 - total flux cleaned = -4.95198e-05 Jy ! Component: 200 - total flux cleaned = -7.70785e-05 Jy ! Total flux subtracted in 200 components = -7.70785e-05 Jy ! Clean residual min=-0.003313 max=0.002674 Jy/beam ! Clean residual mean=-0.000009 rms=0.000767 Jy/beam ! Combined flux in latest and established models = 0.175809 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 85 components and 0.175809 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106971Jy sigma=0.000659 ! Fit after self-cal, rms=0.106965Jy sigma=0.000659 ! 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.106965Jy sigma=0.000659 ! Fit after self-cal, rms=0.107199Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.578 mas, bmaj=16.7 mas, bpa=-2.628 degrees ! Estimated noise=1430.03 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000162447 Jy ! Component: 100 - total flux cleaned = 0.00010908 Jy ! Component: 150 - total flux cleaned = 6.23412e-05 Jy ! Component: 200 - total flux cleaned = 2.18603e-05 Jy ! Total flux subtracted in 200 components = 2.18603e-05 Jy ! Clean residual min=-0.003287 max=0.002505 Jy/beam ! Clean residual mean=-0.000015 rms=0.000904 Jy/beam ! Combined flux in latest and established models = 0.17583 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 90 components and 0.17583 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107187Jy sigma=0.000659 ! Fit after self-cal, rms=0.107185Jy sigma=0.000659 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.27565e-05 Jy ! Component: 100 - total flux cleaned = -5.88657e-06 Jy ! Component: 150 - total flux cleaned = -3.90952e-05 Jy ! Component: 200 - total flux cleaned = -5.42944e-05 Jy ! Total flux subtracted in 200 components = -5.42944e-05 Jy ! Clean residual min=-0.003257 max=0.002471 Jy/beam ! Clean residual mean=-0.000014 rms=0.000901 Jy/beam ! Combined flux in latest and established models = 0.175776 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 92 components and 0.175776 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107180Jy sigma=0.000659 ! Fit after self-cal, rms=0.107178Jy sigma=0.000659 ! 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.177 mas, bmaj=8.06 mas, bpa=-2.644 degrees ! Estimated noise=1120.34 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.177 x 8.06 at -2.644 degrees (North through East) ! Clean map min=-0.0031979 max=0.12387 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.599 mas, bmaj=6.61 mas, bpa=-2.915 degrees ! Estimated noise=1869.01 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0901547 Jy ! Component: 100 - total flux cleaned = 0.125078 Jy ! Component: 150 - total flux cleaned = 0.145341 Jy ! Component: 200 - total flux cleaned = 0.157476 Jy ! Total flux subtracted in 200 components = 0.157476 Jy ! Clean residual min=-0.006261 max=0.006189 Jy/beam ! Clean residual mean=-0.000007 rms=0.001410 Jy/beam ! Combined flux in latest and established models = 0.157476 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.157476 Jy ! Inverting map and beam ! Estimated beam: bmin=3.177 mas, bmaj=8.06 mas, bpa=-2.644 degrees ! Estimated noise=1120.34 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.00976078 Jy ! Component: 100 - total flux cleaned = 0.0144599 Jy ! Component: 150 - total flux cleaned = 0.0170794 Jy ! Component: 200 - total flux cleaned = 0.0177096 Jy ! Total flux subtracted in 200 components = 0.0177096 Jy ! Clean residual min=-0.003422 max=0.002758 Jy/beam ! Clean residual mean=-0.000010 rms=0.000786 Jy/beam ! Combined flux in latest and established models = 0.175185 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 38 components and 0.175185 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=7.578 mas, bmaj=16.7 mas, bpa=-2.628 degrees ! Estimated noise=1430.03 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00134197 Jy ! Component: 100 - total flux cleaned = 0.00138353 Jy ! Component: 150 - total flux cleaned = 0.00138366 Jy ! Component: 200 - total flux cleaned = 0.00138361 Jy ! Total flux subtracted in 200 components = 0.00138361 Jy ! Clean residual min=-0.003222 max=0.002601 Jy/beam ! Clean residual mean=-0.000014 rms=0.000904 Jy/beam ! Combined flux in latest and established models = 0.176569 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 = 7.31686e-07 Jy ! Component: 100 - total flux cleaned = -4.03113e-05 Jy ! Component: 150 - total flux cleaned = -7.81477e-05 Jy ! Component: 200 - total flux cleaned = -9.60018e-05 Jy ! Total flux subtracted in 200 components = -9.60018e-05 Jy ! Clean residual min=-0.003193 max=0.002583 Jy/beam ! Clean residual mean=-0.000014 rms=0.000901 Jy/beam ! Combined flux in latest and established models = 0.176473 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 51 components and 0.176473 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.177 mas, bmaj=8.06 mas, bpa=-2.644 degrees ! Estimated noise=1120.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000505796 Jy ! Component: 100 - total flux cleaned = -0.000601399 Jy ! Component: 150 - total flux cleaned = -0.000636273 Jy ! Component: 200 - total flux cleaned = -0.000701427 Jy ! Total flux subtracted in 200 components = -0.000701427 Jy ! Clean residual min=-0.003267 max=0.002696 Jy/beam ! Clean residual mean=-0.000009 rms=0.000752 Jy/beam ! Combined flux in latest and established models = 0.175772 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 68 components and 0.175772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107179Jy sigma=0.000659 ! Fit after self-cal, rms=0.107175Jy sigma=0.000659 wmodel J0806-1724_S_2017_08_12_pus_map.mod ! Writing 68 model components to file: J0806-1724_S_2017_08_12_pus_map.mod wobs J0806-1724_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J0806-1724_S_2017_08_12_pus_uvs.fits wwins J0806-1724_S_2017_08_12_pus_map.win ! wwins: Wrote 2 windows to J0806-1724_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.00138292 Jy ! Component: 100 - total flux cleaned = -0.00208415 Jy ! Component: 150 - total flux cleaned = -0.0021779 Jy ! Component: 200 - total flux cleaned = -0.00208928 Jy ! Component: 250 - total flux cleaned = -0.0021331 Jy ! Component: 300 - total flux cleaned = -0.00205133 Jy ! Component: 350 - total flux cleaned = -0.00205148 Jy ! Component: 400 - total flux cleaned = -0.00205139 Jy ! Component: 450 - total flux cleaned = -0.00201509 Jy ! Component: 500 - total flux cleaned = -0.00197847 Jy ! Component: 550 - total flux cleaned = -0.00194252 Jy ! Component: 600 - total flux cleaned = -0.00194339 Jy ! Component: 650 - total flux cleaned = -0.00204623 Jy ! Component: 700 - total flux cleaned = -0.0021135 Jy ! Component: 750 - total flux cleaned = -0.00217837 Jy ! Component: 800 - total flux cleaned = -0.00221017 Jy ! Component: 850 - total flux cleaned = -0.00224164 Jy ! Component: 900 - total flux cleaned = -0.00227252 Jy ! Component: 950 - total flux cleaned = -0.0023626 Jy ! Component: 1000 - total flux cleaned = -0.002479 Jy ! Component: 1050 - total flux cleaned = -0.00245078 Jy ! Component: 1100 - total flux cleaned = -0.0025357 Jy ! Component: 1150 - total flux cleaned = -0.00259135 Jy ! Component: 1200 - total flux cleaned = -0.00272728 Jy ! Component: 1250 - total flux cleaned = -0.00283392 Jy ! Component: 1300 - total flux cleaned = -0.00283332 Jy ! Component: 1350 - total flux cleaned = -0.00280744 Jy ! Component: 1400 - total flux cleaned = -0.00280807 Jy ! Component: 1450 - total flux cleaned = -0.00283309 Jy ! Component: 1500 - total flux cleaned = -0.00278402 Jy ! Component: 1550 - total flux cleaned = -0.00278433 Jy ! Component: 1600 - total flux cleaned = -0.0026412 Jy ! Component: 1650 - total flux cleaned = -0.00254717 Jy ! Component: 1700 - total flux cleaned = -0.00245442 Jy ! Component: 1750 - total flux cleaned = -0.00233969 Jy ! Component: 1800 - total flux cleaned = -0.00231702 Jy ! Component: 1850 - total flux cleaned = -0.00218286 Jy ! Component: 1900 - total flux cleaned = -0.00213922 Jy ! Component: 1950 - total flux cleaned = -0.00207363 Jy ! Component: 2000 - total flux cleaned = -0.00196631 Jy ! Component: 2050 - total flux cleaned = -0.00188148 Jy ! Component: 2100 - total flux cleaned = -0.00183971 Jy ! Component: 2150 - total flux cleaned = -0.00175664 Jy ! Component: 2200 - total flux cleaned = -0.00163399 Jy ! Component: 2250 - total flux cleaned = -0.00161381 Jy ! Component: 2300 - total flux cleaned = -0.00151424 Jy ! Component: 2350 - total flux cleaned = -0.00149449 Jy ! Component: 2400 - total flux cleaned = -0.00145527 Jy ! Component: 2450 - total flux cleaned = -0.0013196 Jy ! Component: 2500 - total flux cleaned = -0.00122415 Jy ! Component: 2550 - total flux cleaned = -0.00112962 Jy ! Component: 2600 - total flux cleaned = -0.00109214 Jy ! Component: 2650 - total flux cleaned = -0.000981109 Jy ! Component: 2700 - total flux cleaned = -0.000889409 Jy ! Component: 2750 - total flux cleaned = -0.000853027 Jy ! Component: 2800 - total flux cleaned = -0.000816983 Jy ! Component: 2850 - total flux cleaned = -0.000763682 Jy ! Component: 2900 - total flux cleaned = -0.000710716 Jy ! Component: 2950 - total flux cleaned = -0.000606019 Jy ! Component: 3000 - total flux cleaned = -0.000553905 Jy ! Component: 3050 - total flux cleaned = -0.00048535 Jy ! Component: 3100 - total flux cleaned = -0.000417482 Jy ! Component: 3150 - total flux cleaned = -0.000451074 Jy ! Component: 3200 - total flux cleaned = -0.000334332 Jy ! Component: 3250 - total flux cleaned = -0.00030132 Jy ! Component: 3300 - total flux cleaned = -0.00026869 Jy ! Component: 3350 - total flux cleaned = -0.000236537 Jy ! Component: 3400 - total flux cleaned = -0.000236404 Jy ! Component: 3450 - total flux cleaned = -0.000172634 Jy ! Component: 3500 - total flux cleaned = -9.35462e-05 Jy ! Component: 3550 - total flux cleaned = -9.35776e-05 Jy ! Component: 3600 - total flux cleaned = -6.2378e-05 Jy ! Component: 3650 - total flux cleaned = -1.59775e-05 Jy ! Component: 3700 - total flux cleaned = -6.27339e-07 Jy ! Component: 3750 - total flux cleaned = 6.00683e-05 Jy ! Component: 3800 - total flux cleaned = 2.9889e-05 Jy ! Component: 3850 - total flux cleaned = 2.98418e-05 Jy ! Component: 3900 - total flux cleaned = 2.97778e-05 Jy ! Component: 3950 - total flux cleaned = 2.01712e-07 Jy ! Component: 4000 - total flux cleaned = 7.34843e-05 Jy ! Component: 4050 - total flux cleaned = 4.43636e-05 Jy ! Total flux subtracted in 4096 components = 4.44688e-05 Jy ! Clean residual min=-0.001183 max=0.000890 Jy/beam ! Clean residual mean=-0.000002 rms=0.000262 Jy/beam ! Combined flux in latest and established models = 0.175816 Jy keep ! Adding 272 model components to the UV plane model. ! The established model now contains 340 components and 0.175816 Jy ![Exited script file: muppet] wmap "J0806-1724_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.177 x 8.06 at -2.644 degrees (North through East) ! Clean map min=-0.002094 max=0.12378 Jy/beam ! Writing clean map to FITS file: J0806-1724_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.123784 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000253244 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.613755 0.613755 1.22751 2.45502 4.91004 9.82009 19.6402 39.2803 78.5607 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.123 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.177 x 8.06 at -2.644 degrees (North through East) ! Clean map min=-0.002094 max=0.12378 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 J0806-1724_S_2017_08_12_pus_uvs.log closed on Fri May 10 14:55:38 2019