! Started logfile: J1740-0811_S_2017_06_15_pus_uvs.log on Tue May 7 15:25:18 2019 obs J1740-0811_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J1740-0811_S_2017_06_15_pus_uva.fits ! AN table 1: 144 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.907716 visibilities/baseline/integration-bin. ! Found source: J1740-0811 ! ! 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 603 lines of history. ! ! Reading 23528 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 J1740-0811_S_2017_06_15_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 91 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 126 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 126 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 873 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.779052Jy sigma=0.006457 ! Fit after self-cal, rms=0.743604Jy sigma=0.006160 ! 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.695 mas, bmaj=7.34 mas, bpa=-5.25 degrees ! Estimated noise=965.208 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.202911 Jy ! Component: 100 - total flux cleaned = 0.247499 Jy ! Total flux subtracted in 100 components = 0.247499 Jy ! Clean residual min=-0.009367 max=0.017893 Jy/beam ! Clean residual mean=0.000030 rms=0.002919 Jy/beam ! Combined flux in latest and established models = 0.247499 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.247499 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109927Jy sigma=0.000829 ! Fit after self-cal, rms=0.109925Jy sigma=0.000829 ! Inverting map ! Added new window around map position (-4, 8.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0174264 Jy ! Component: 100 - total flux cleaned = 0.0269045 Jy ! Total flux subtracted in 100 components = 0.0269045 Jy ! Clean residual min=-0.008332 max=0.013690 Jy/beam ! Clean residual mean=0.000021 rms=0.002603 Jy/beam ! Combined flux in latest and established models = 0.274403 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 17 components and 0.274403 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106913Jy sigma=0.000800 ! Fit after self-cal, rms=0.106752Jy sigma=0.000798 ! 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.317 mas, bmaj=8.708 mas, bpa=-5.193 degrees ! Estimated noise=654.625 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.00861908 Jy ! Component: 100 - total flux cleaned = 0.0129267 Jy ! Component: 150 - total flux cleaned = 0.0141438 Jy ! Component: 200 - total flux cleaned = 0.0144798 Jy ! Total flux subtracted in 200 components = 0.0144798 Jy ! Clean residual min=-0.007829 max=0.011664 Jy/beam ! Clean residual mean=0.000011 rms=0.002654 Jy/beam ! Combined flux in latest and established models = 0.288883 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 32 components and 0.288883 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106090Jy sigma=0.000791 ! Fit after self-cal, rms=0.106022Jy sigma=0.000790 ! 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.07 FD 0.89 HN 1.07 KP 1.02 ! LA 1.00 MK 1.01 NL 0.88 OV 0.97 ! PT 1.00 SC 0.96 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.81 FD 0.92 HN 1.11 KP 0.98 ! LA 0.95 MK 0.99 NL 1.03 OV 1.00 ! PT 1.00 SC 1.02 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.47 FD 0.96 HN 1.09 KP 0.98 ! LA 0.97 MK 1.01 NL 0.98 OV 0.90 ! PT 0.97 SC 0.99 ! ! ! Correcting IF 4. ! A total of 27 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.07 KP 1.00* ! LA 1.25 MK 1.18 NL 1.00* OV 1.00* ! PT 0.97 SC 1.00* ! ! ! Fit before self-cal, rms=0.106022Jy sigma=0.000790 ! Fit after self-cal, rms=0.108765Jy sigma=0.000742 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.338 mas, bmaj=8.866 mas, bpa=-5.086 degrees ! Estimated noise=661.093 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.0057699 Jy ! Component: 100 - total flux cleaned = -0.00669635 Jy ! Component: 150 - total flux cleaned = -0.00750013 Jy ! Component: 200 - total flux cleaned = -0.00808902 Jy ! Total flux subtracted in 200 components = -0.00808902 Jy ! Clean residual min=-0.008727 max=0.010336 Jy/beam ! Clean residual mean=0.000012 rms=0.001923 Jy/beam ! Combined flux in latest and established models = 0.280794 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 40 components and 0.280794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108051Jy sigma=0.000739 ! Fit after self-cal, rms=0.108157Jy sigma=0.000738 ! 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.108157Jy sigma=0.000738 ! Fit after self-cal, rms=0.107057Jy sigma=0.000700 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.348 mas, bmaj=8.869 mas, bpa=-5.102 degrees ! Estimated noise=656.936 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00441334 Jy ! Component: 100 - total flux cleaned = -0.00509713 Jy ! Component: 150 - total flux cleaned = -0.00536989 Jy ! Component: 200 - total flux cleaned = -0.00554908 Jy ! Total flux subtracted in 200 components = -0.00554908 Jy ! Clean residual min=-0.004049 max=0.005970 Jy/beam ! Clean residual mean=0.000013 rms=0.001104 Jy/beam ! Combined flux in latest and established models = 0.275245 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 50 components and 0.275245 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106817Jy sigma=0.000698 ! Fit after self-cal, rms=0.106937Jy sigma=0.000697 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 (18.5, -39). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00451982 Jy ! Component: 100 - total flux cleaned = 0.004522 Jy ! Component: 150 - total flux cleaned = 0.00453158 Jy ! Component: 200 - total flux cleaned = 0.00421921 Jy ! Total flux subtracted in 200 components = 0.00421921 Jy ! Clean residual min=-0.003612 max=0.004405 Jy/beam ! Clean residual mean=0.000009 rms=0.000990 Jy/beam ! Combined flux in latest and established models = 0.279464 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 78 components and 0.279464 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106454Jy sigma=0.000695 ! Fit after self-cal, rms=0.106421Jy sigma=0.000694 ! 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.106421Jy sigma=0.000694 ! Fit after self-cal, rms=0.108262Jy sigma=0.000681 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.345 mas, bmaj=8.852 mas, bpa=-5.074 degrees ! Estimated noise=659.817 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000371521 Jy ! Component: 100 - total flux cleaned = 0.000158019 Jy ! Component: 150 - total flux cleaned = 0.000104953 Jy ! Component: 200 - total flux cleaned = 1.7586e-05 Jy ! Total flux subtracted in 200 components = 1.7586e-05 Jy ! Clean residual min=-0.002028 max=0.001918 Jy/beam ! Clean residual mean=0.000001 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.279482 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 92 components and 0.279482 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108176Jy sigma=0.000681 ! Fit after self-cal, rms=0.108214Jy sigma=0.000680 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.000186683 Jy ! Component: 100 - total flux cleaned = -0.000147487 Jy ! Component: 150 - total flux cleaned = -0.000179709 Jy ! Component: 200 - total flux cleaned = -0.00021051 Jy ! Total flux subtracted in 200 components = -0.00021051 Jy ! Clean residual min=-0.001923 max=0.001840 Jy/beam ! Clean residual mean=0.000001 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.279271 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 100 components and 0.279271 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108189Jy sigma=0.000680 ! Fit after self-cal, rms=0.108184Jy sigma=0.000680 ! 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.108184Jy sigma=0.000680 ! Fit after self-cal, rms=0.108438Jy sigma=0.000680 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.936 mas, bmaj=15.28 mas, bpa=-1.786 degrees ! Estimated noise=804.051 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000288245 Jy ! Component: 100 - total flux cleaned = 0.000121283 Jy ! Component: 150 - total flux cleaned = -5.70812e-05 Jy ! Component: 200 - total flux cleaned = -0.000166973 Jy ! Total flux subtracted in 200 components = -0.000166973 Jy ! Clean residual min=-0.002171 max=0.002131 Jy/beam ! Clean residual mean=0.000001 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.279104 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 115 components and 0.279104 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108425Jy sigma=0.000680 ! Fit after self-cal, rms=0.108419Jy sigma=0.000680 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.51955e-05 Jy ! Component: 100 - total flux cleaned = -5.80235e-05 Jy ! Component: 150 - total flux cleaned = -0.00015183 Jy ! Component: 200 - total flux cleaned = -0.000221039 Jy ! Total flux subtracted in 200 components = -0.000221039 Jy ! Clean residual min=-0.002101 max=0.002135 Jy/beam ! Clean residual mean=0.000001 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.278883 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 119 components and 0.278883 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108414Jy sigma=0.000680 ! Fit after self-cal, rms=0.108414Jy sigma=0.000680 ! 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.343 mas, bmaj=8.853 mas, bpa=-5.128 degrees ! Estimated noise=659.153 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.343 x 8.853 at -5.128 degrees (North through East) ! Clean map min=-0.0020271 max=0.26132 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.718 mas, bmaj=7.447 mas, bpa=-5.191 degrees ! Estimated noise=980.982 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.205963 Jy ! Component: 100 - total flux cleaned = 0.250932 Jy ! Component: 150 - total flux cleaned = 0.263237 Jy ! Component: 200 - total flux cleaned = 0.269077 Jy ! Total flux subtracted in 200 components = 0.269077 Jy ! Clean residual min=-0.003016 max=0.003468 Jy/beam ! Clean residual mean=0.000005 rms=0.000750 Jy/beam ! Combined flux in latest and established models = 0.269077 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.269077 Jy ! Inverting map and beam ! Estimated beam: bmin=3.343 mas, bmaj=8.853 mas, bpa=-5.128 degrees ! Estimated noise=659.153 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.00455133 Jy ! Component: 100 - total flux cleaned = 0.00713595 Jy ! Component: 150 - total flux cleaned = 0.0085031 Jy ! Component: 200 - total flux cleaned = 0.00900044 Jy ! Total flux subtracted in 200 components = 0.00900044 Jy ! Clean residual min=-0.001777 max=0.001859 Jy/beam ! Clean residual mean=0.000002 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.278077 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 41 components and 0.278077 Jy ! Inverting map ! Added new window around map position (-88.5, 86). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00171417 Jy ! Component: 100 - total flux cleaned = 0.00212447 Jy ! Component: 150 - total flux cleaned = 0.00237262 Jy ! Component: 200 - total flux cleaned = 0.0025627 Jy ! Total flux subtracted in 200 components = 0.0025627 Jy ! Clean residual min=-0.001825 max=0.001401 Jy/beam ! Clean residual mean=0.000000 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.28064 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 55 components and 0.28064 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.936 mas, bmaj=15.28 mas, bpa=-1.786 degrees ! Estimated noise=804.051 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000762331 Jy ! Component: 100 - total flux cleaned = 0.00100083 Jy ! Component: 150 - total flux cleaned = 0.00107888 Jy ! Component: 200 - total flux cleaned = 0.00112752 Jy ! Total flux subtracted in 200 components = 0.00112752 Jy ! Clean residual min=-0.001665 max=0.001448 Jy/beam ! Clean residual mean=-0.000001 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.281767 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.45477e-05 Jy ! Component: 100 - total flux cleaned = 6.48634e-05 Jy ! Component: 150 - total flux cleaned = 8.41021e-05 Jy ! Component: 200 - total flux cleaned = 0.000101977 Jy ! Total flux subtracted in 200 components = 0.000101977 Jy ! Clean residual min=-0.001612 max=0.001432 Jy/beam ! Clean residual mean=-0.000001 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.281869 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 94 components and 0.28187 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.343 mas, bmaj=8.853 mas, bpa=-5.128 degrees ! Estimated noise=659.153 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.16455e-05 Jy ! Component: 100 - total flux cleaned = -8.1638e-05 Jy ! Component: 150 - total flux cleaned = -8.36124e-05 Jy ! Component: 200 - total flux cleaned = -5.99849e-05 Jy ! Total flux subtracted in 200 components = -5.99849e-05 Jy ! Clean residual min=-0.001810 max=0.001442 Jy/beam ! Clean residual mean=-0.000001 rms=0.000377 Jy/beam ! Combined flux in latest and established models = 0.28181 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 113 components and 0.28181 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108347Jy sigma=0.000679 ! Fit after self-cal, rms=0.108323Jy sigma=0.000679 wmodel J1740-0811_S_2017_06_15_pus_map.mod ! Writing 113 model components to file: J1740-0811_S_2017_06_15_pus_map.mod wobs J1740-0811_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J1740-0811_S_2017_06_15_pus_uvs.fits wwins J1740-0811_S_2017_06_15_pus_map.win ! wwins: Wrote 4 windows to J1740-0811_S_2017_06_15_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.000444152 Jy ! Component: 100 - total flux cleaned = -0.000806297 Jy ! Component: 150 - total flux cleaned = -0.00100194 Jy ! Component: 200 - total flux cleaned = -0.00107289 Jy ! Component: 250 - total flux cleaned = -0.00123213 Jy ! Component: 300 - total flux cleaned = -0.00136492 Jy ! Component: 350 - total flux cleaned = -0.00147298 Jy ! Component: 400 - total flux cleaned = -0.0015149 Jy ! Component: 450 - total flux cleaned = -0.00157681 Jy ! Component: 500 - total flux cleaned = -0.00163787 Jy ! Component: 550 - total flux cleaned = -0.0016579 Jy ! Component: 600 - total flux cleaned = -0.00173674 Jy ! Component: 650 - total flux cleaned = -0.00181391 Jy ! Component: 700 - total flux cleaned = -0.00183318 Jy ! Component: 750 - total flux cleaned = -0.00187069 Jy ! Component: 800 - total flux cleaned = -0.00187069 Jy ! Component: 850 - total flux cleaned = -0.00190703 Jy ! Component: 900 - total flux cleaned = -0.00194272 Jy ! Component: 950 - total flux cleaned = -0.0019072 Jy ! Component: 1000 - total flux cleaned = -0.00188971 Jy ! Component: 1050 - total flux cleaned = -0.00185505 Jy ! Component: 1100 - total flux cleaned = -0.00188919 Jy ! Component: 1150 - total flux cleaned = -0.00182178 Jy ! Component: 1200 - total flux cleaned = -0.00175512 Jy ! Component: 1250 - total flux cleaned = -0.00178825 Jy ! Component: 1300 - total flux cleaned = -0.00185357 Jy ! Component: 1350 - total flux cleaned = -0.00182088 Jy ! Component: 1400 - total flux cleaned = -0.00186877 Jy ! Component: 1450 - total flux cleaned = -0.00186852 Jy ! Component: 1500 - total flux cleaned = -0.00186835 Jy ! Component: 1550 - total flux cleaned = -0.00180631 Jy ! Component: 1600 - total flux cleaned = -0.00180634 Jy ! Component: 1650 - total flux cleaned = -0.00183678 Jy ! Component: 1700 - total flux cleaned = -0.00182167 Jy ! Component: 1750 - total flux cleaned = -0.00180668 Jy ! Component: 1800 - total flux cleaned = -0.00180657 Jy ! Component: 1850 - total flux cleaned = -0.00179181 Jy ! Component: 1900 - total flux cleaned = -0.00180623 Jy ! Component: 1950 - total flux cleaned = -0.00179208 Jy ! Component: 2000 - total flux cleaned = -0.00184949 Jy ! Component: 2050 - total flux cleaned = -0.00177838 Jy ! Component: 2100 - total flux cleaned = -0.0017923 Jy ! Component: 2150 - total flux cleaned = -0.00176445 Jy ! Component: 2200 - total flux cleaned = -0.00184777 Jy ! Component: 2250 - total flux cleaned = -0.00176507 Jy ! Component: 2300 - total flux cleaned = -0.00180598 Jy ! Component: 2350 - total flux cleaned = -0.00176525 Jy ! Component: 2400 - total flux cleaned = -0.00180552 Jy ! Component: 2450 - total flux cleaned = -0.00179212 Jy ! Component: 2500 - total flux cleaned = -0.00173903 Jy ! Component: 2550 - total flux cleaned = -0.00176554 Jy ! Component: 2600 - total flux cleaned = -0.0017655 Jy ! Component: 2650 - total flux cleaned = -0.00176538 Jy ! Component: 2700 - total flux cleaned = -0.00170082 Jy ! Component: 2750 - total flux cleaned = -0.00170091 Jy ! Component: 2800 - total flux cleaned = -0.00168836 Jy ! Component: 2850 - total flux cleaned = -0.00168839 Jy ! Component: 2900 - total flux cleaned = -0.00165079 Jy ! Component: 2950 - total flux cleaned = -0.00162603 Jy ! Component: 3000 - total flux cleaned = -0.00160117 Jy ! Component: 3050 - total flux cleaned = -0.00158899 Jy ! Component: 3100 - total flux cleaned = -0.00158902 Jy ! Component: 3150 - total flux cleaned = -0.00155263 Jy ! Component: 3200 - total flux cleaned = -0.00151638 Jy ! Component: 3250 - total flux cleaned = -0.00155232 Jy ! Component: 3300 - total flux cleaned = -0.00155229 Jy ! Component: 3350 - total flux cleaned = -0.00145775 Jy ! Component: 3400 - total flux cleaned = -0.00149291 Jy ! Component: 3450 - total flux cleaned = -0.00144656 Jy ! Component: 3500 - total flux cleaned = -0.00142337 Jy ! Component: 3550 - total flux cleaned = -0.00141188 Jy ! Component: 3600 - total flux cleaned = -0.0014233 Jy ! Component: 3650 - total flux cleaned = -0.00134388 Jy ! Component: 3700 - total flux cleaned = -0.00137767 Jy ! Component: 3750 - total flux cleaned = -0.00137771 Jy ! Component: 3800 - total flux cleaned = -0.00134423 Jy ! Component: 3850 - total flux cleaned = -0.00136642 Jy ! Component: 3900 - total flux cleaned = -0.00135549 Jy ! Component: 3950 - total flux cleaned = -0.0013337 Jy ! Component: 4000 - total flux cleaned = -0.00135544 Jy ! Component: 4050 - total flux cleaned = -0.00139866 Jy ! Total flux subtracted in 4096 components = -0.00137698 Jy ! Clean residual min=-0.000611 max=0.000563 Jy/beam ! Clean residual mean=0.000000 rms=0.000202 Jy/beam ! Combined flux in latest and established models = 0.280433 Jy keep ! Adding 317 model components to the UV plane model. ! The established model now contains 430 components and 0.280433 Jy ![Exited script file: muppet] wmap "J1740-0811_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.343 x 8.853 at -5.128 degrees (North through East) ! Clean map min=-0.0012246 max=0.26253 Jy/beam ! Writing clean map to FITS file: J1740-0811_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.262531 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000203249 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.232257 0.232257 0.464514 0.929029 1.85806 3.71611 7.43223 14.8645 29.7289 59.4578 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.262 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.343 x 8.853 at -5.128 degrees (North through East) ! Clean map min=-0.0012246 max=0.26253 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 J1740-0811_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:25:23 2019