! Started logfile: J1011-2847_S_2017_07_16_pus_uvs.log on Thu May 9 11:06:27 2019 obs J1011-2847_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J1011-2847_S_2017_07_16_pus_uva.fits ! AN table 1: 56 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.51627 visibilities/baseline/integration-bin. ! Found source: J1011-2847 ! ! 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 815 lines of history. ! ! Reading 5204 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 J1011-2847_S_2017_07_16_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 208 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 152 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 165 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 485 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.821881Jy sigma=0.005291 ! Fit after self-cal, rms=0.780352Jy sigma=0.005019 ! 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.347 mas, bmaj=7.76 mas, bpa=-3.998 degrees ! Estimated noise=2546.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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.174287 Jy ! Component: 100 - total flux cleaned = 0.213332 Jy ! Total flux subtracted in 100 components = 0.213332 Jy ! Clean residual min=-0.008350 max=0.015099 Jy/beam ! Clean residual mean=-0.000014 rms=0.002482 Jy/beam ! Combined flux in latest and established models = 0.213332 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.213332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112348Jy sigma=0.000679 ! Fit after self-cal, rms=0.112343Jy sigma=0.000679 ! Inverting map ! Added new window around map position (-4.5, 7.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.015519 Jy ! Component: 100 - total flux cleaned = 0.0238873 Jy ! Total flux subtracted in 100 components = 0.0238873 Jy ! Clean residual min=-0.006388 max=0.008102 Jy/beam ! Clean residual mean=-0.000004 rms=0.001741 Jy/beam ! Combined flux in latest and established models = 0.237219 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 20 components and 0.237219 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109910Jy sigma=0.000660 ! Fit after self-cal, rms=0.109852Jy sigma=0.000659 ! 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.841 mas, bmaj=8.698 mas, bpa=-2.972 degrees ! Estimated noise=1861.1 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.00831764 Jy ! Component: 100 - total flux cleaned = 0.0126996 Jy ! Component: 150 - total flux cleaned = 0.0153971 Jy ! Component: 200 - total flux cleaned = 0.0170845 Jy ! Total flux subtracted in 200 components = 0.0170845 Jy ! Clean residual min=-0.007047 max=0.005065 Jy/beam ! Clean residual mean=0.000002 rms=0.001452 Jy/beam ! Combined flux in latest and established models = 0.254304 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 41 components and 0.254304 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109277Jy sigma=0.000654 ! Fit after self-cal, rms=0.109279Jy sigma=0.000654 ! 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 1.00* HN 1.05 KP 1.05 ! LA 0.99 MK 0.97 NL 1.00* OV 0.97 ! PT 1.02 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.12 KP 0.98 ! LA 0.98 MK 0.99 NL 1.05 OV 1.00 ! PT 1.00 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.00* HN 1.01 KP 1.01 ! LA 0.97 MK 1.06 NL 1.00 OV 0.92 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 4. ! A total of 75 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.109279Jy sigma=0.000654 ! Fit after self-cal, rms=0.110091Jy sigma=0.000651 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.878 mas, bmaj=8.778 mas, bpa=-2.083 degrees ! Estimated noise=1879.55 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.000476479 Jy ! Component: 100 - total flux cleaned = -0.000708097 Jy ! Component: 150 - total flux cleaned = -0.000927248 Jy ! Component: 200 - total flux cleaned = -0.00121386 Jy ! Total flux subtracted in 200 components = -0.00121386 Jy ! Clean residual min=-0.004909 max=0.005002 Jy/beam ! Clean residual mean=0.000009 rms=0.001198 Jy/beam ! Combined flux in latest and established models = 0.25309 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 52 components and 0.25309 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110020Jy sigma=0.000651 ! Fit after self-cal, rms=0.110069Jy sigma=0.000651 ! 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.110069Jy sigma=0.000651 ! Fit after self-cal, rms=0.110696Jy sigma=0.000649 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.881 mas, bmaj=8.783 mas, bpa=-2.047 degrees ! Estimated noise=1879.99 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000768744 Jy ! Component: 100 - total flux cleaned = -0.000870061 Jy ! Component: 150 - total flux cleaned = -0.000896575 Jy ! Component: 200 - total flux cleaned = -0.000921025 Jy ! Total flux subtracted in 200 components = -0.000921025 Jy ! Clean residual min=-0.004409 max=0.004748 Jy/beam ! Clean residual mean=0.000006 rms=0.001081 Jy/beam ! Combined flux in latest and established models = 0.252169 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 62 components and 0.252169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110678Jy sigma=0.000649 ! Fit after self-cal, rms=0.110690Jy sigma=0.000649 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-89, 113.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00188623 Jy ! Component: 100 - total flux cleaned = 0.00121813 Jy ! Component: 150 - total flux cleaned = 0.00128679 Jy ! Component: 200 - total flux cleaned = 0.00134939 Jy ! Total flux subtracted in 200 components = 0.00134939 Jy ! Clean residual min=-0.003958 max=0.003528 Jy/beam ! Clean residual mean=0.000006 rms=0.000983 Jy/beam ! Combined flux in latest and established models = 0.253518 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 77 components and 0.253518 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110482Jy sigma=0.000648 ! Fit after self-cal, rms=0.110465Jy sigma=0.000648 ! 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.110465Jy sigma=0.000648 ! Fit after self-cal, rms=0.110987Jy sigma=0.000648 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.883 mas, bmaj=8.787 mas, bpa=-2.044 degrees ! Estimated noise=1878.17 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.30973e-05 Jy ! Component: 100 - total flux cleaned = -0.000321765 Jy ! Component: 150 - total flux cleaned = -0.000516966 Jy ! Component: 200 - total flux cleaned = -0.000605059 Jy ! Total flux subtracted in 200 components = -0.000605059 Jy ! Clean residual min=-0.003937 max=0.003223 Jy/beam ! Clean residual mean=0.000006 rms=0.000938 Jy/beam ! Combined flux in latest and established models = 0.252913 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 92 components and 0.252913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110931Jy sigma=0.000647 ! Fit after self-cal, rms=0.110943Jy sigma=0.000647 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.000328654 Jy ! Component: 100 - total flux cleaned = -0.000370486 Jy ! Component: 150 - total flux cleaned = -0.000444935 Jy ! Component: 200 - total flux cleaned = -0.000512648 Jy ! Total flux subtracted in 200 components = -0.000512648 Jy ! Clean residual min=-0.003891 max=0.003210 Jy/beam ! Clean residual mean=0.000006 rms=0.000925 Jy/beam ! Combined flux in latest and established models = 0.2524 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 100 components and 0.252401 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110917Jy sigma=0.000647 ! Fit after self-cal, rms=0.110915Jy sigma=0.000647 ! 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.110915Jy sigma=0.000647 ! Fit after self-cal, rms=0.111090Jy sigma=0.000647 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.258 mas, bmaj=19.03 mas, bpa=-2.891 degrees ! Estimated noise=2466.5 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000376644 Jy ! Component: 100 - total flux cleaned = 0.000410297 Jy ! Component: 150 - total flux cleaned = 0.000431672 Jy ! Component: 200 - total flux cleaned = 0.000471988 Jy ! Total flux subtracted in 200 components = 0.000471988 Jy ! Clean residual min=-0.004211 max=0.003830 Jy/beam ! Clean residual mean=0.000015 rms=0.001256 Jy/beam ! Combined flux in latest and established models = 0.252872 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 114 components and 0.252873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111089Jy sigma=0.000647 ! Fit after self-cal, rms=0.111091Jy sigma=0.000647 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.36072e-05 Jy ! Component: 100 - total flux cleaned = 8.29643e-05 Jy ! Component: 150 - total flux cleaned = 8.31884e-05 Jy ! Component: 200 - total flux cleaned = 0.000101361 Jy ! Total flux subtracted in 200 components = 0.000101361 Jy ! Clean residual min=-0.004272 max=0.003821 Jy/beam ! Clean residual mean=0.000015 rms=0.001256 Jy/beam ! Combined flux in latest and established models = 0.252974 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 122 components and 0.252974 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111092Jy sigma=0.000647 ! Fit after self-cal, rms=0.111092Jy sigma=0.000647 ! 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.885 mas, bmaj=8.79 mas, bpa=-2.006 degrees ! Estimated noise=1877.29 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.885 x 8.79 at -2.006 degrees (North through East) ! Clean map min=-0.0042614 max=0.22151 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.392 mas, bmaj=7.759 mas, bpa=-3.095 degrees ! Estimated noise=2543.79 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.175306 Jy ! Component: 100 - total flux cleaned = 0.214637 Jy ! Component: 150 - total flux cleaned = 0.229203 Jy ! Component: 200 - total flux cleaned = 0.23707 Jy ! Total flux subtracted in 200 components = 0.23707 Jy ! Clean residual min=-0.005869 max=0.005219 Jy/beam ! Clean residual mean=-0.000004 rms=0.001350 Jy/beam ! Combined flux in latest and established models = 0.23707 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.23707 Jy ! Inverting map and beam ! Estimated beam: bmin=2.885 mas, bmaj=8.79 mas, bpa=-2.006 degrees ! Estimated noise=1877.29 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.00650603 Jy ! Component: 100 - total flux cleaned = 0.00807668 Jy ! Component: 150 - total flux cleaned = 0.00899853 Jy ! Component: 200 - total flux cleaned = 0.00982212 Jy ! Total flux subtracted in 200 components = 0.00982212 Jy ! Clean residual min=-0.004275 max=0.003350 Jy/beam ! Clean residual mean=-0.000001 rms=0.001022 Jy/beam ! Combined flux in latest and established models = 0.246892 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 51 components and 0.246892 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.258 mas, bmaj=19.03 mas, bpa=-2.891 degrees ! Estimated noise=2466.5 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00315856 Jy ! Component: 100 - total flux cleaned = 0.00474346 Jy ! Component: 150 - total flux cleaned = 0.00519573 Jy ! Component: 200 - total flux cleaned = 0.00546232 Jy ! Total flux subtracted in 200 components = 0.00546232 Jy ! Clean residual min=-0.004489 max=0.004174 Jy/beam ! Clean residual mean=0.000013 rms=0.001295 Jy/beam ! Combined flux in latest and established models = 0.252354 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.000135967 Jy ! Component: 100 - total flux cleaned = 0.000228291 Jy ! Component: 150 - total flux cleaned = 0.000314395 Jy ! Component: 200 - total flux cleaned = 0.000393011 Jy ! Total flux subtracted in 200 components = 0.000393011 Jy ! Clean residual min=-0.004352 max=0.004058 Jy/beam ! Clean residual mean=0.000013 rms=0.001270 Jy/beam ! Combined flux in latest and established models = 0.252747 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 78 components and 0.252747 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.885 mas, bmaj=8.79 mas, bpa=-2.006 degrees ! Estimated noise=1877.29 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000174048 Jy ! Component: 100 - total flux cleaned = -0.000357429 Jy ! Component: 150 - total flux cleaned = -0.000516906 Jy ! Component: 200 - total flux cleaned = -0.000659909 Jy ! Total flux subtracted in 200 components = -0.000659909 Jy ! Clean residual min=-0.003865 max=0.003505 Jy/beam ! Clean residual mean=0.000006 rms=0.000943 Jy/beam ! Combined flux in latest and established models = 0.252087 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 97 components and 0.252087 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111152Jy sigma=0.000647 ! Fit after self-cal, rms=0.111134Jy sigma=0.000647 wmodel J1011-2847_S_2017_07_16_pus_map.mod ! Writing 97 model components to file: J1011-2847_S_2017_07_16_pus_map.mod wobs J1011-2847_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J1011-2847_S_2017_07_16_pus_uvs.fits wwins J1011-2847_S_2017_07_16_pus_map.win ! wwins: Wrote 3 windows to J1011-2847_S_2017_07_16_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.000758821 Jy ! Component: 100 - total flux cleaned = -0.00118174 Jy ! Component: 150 - total flux cleaned = -0.00135114 Jy ! Component: 200 - total flux cleaned = -0.00156809 Jy ! Component: 250 - total flux cleaned = -0.00167153 Jy ! Component: 300 - total flux cleaned = -0.00172058 Jy ! Component: 350 - total flux cleaned = -0.00172092 Jy ! Component: 400 - total flux cleaned = -0.0018131 Jy ! Component: 450 - total flux cleaned = -0.0019019 Jy ! Component: 500 - total flux cleaned = -0.00198794 Jy ! Component: 550 - total flux cleaned = -0.00207103 Jy ! Component: 600 - total flux cleaned = -0.00219194 Jy ! Component: 650 - total flux cleaned = -0.00227035 Jy ! Component: 700 - total flux cleaned = -0.00245999 Jy ! Component: 750 - total flux cleaned = -0.00264504 Jy ! Component: 800 - total flux cleaned = -0.00275354 Jy ! Component: 850 - total flux cleaned = -0.00282424 Jy ! Component: 900 - total flux cleaned = -0.00296149 Jy ! Component: 950 - total flux cleaned = -0.0030278 Jy ! Component: 1000 - total flux cleaned = -0.0030273 Jy ! Component: 1050 - total flux cleaned = -0.00305983 Jy ! Component: 1100 - total flux cleaned = -0.00312363 Jy ! Component: 1150 - total flux cleaned = -0.00321704 Jy ! Component: 1200 - total flux cleaned = -0.00327825 Jy ! Component: 1250 - total flux cleaned = -0.00327829 Jy ! Component: 1300 - total flux cleaned = -0.00322004 Jy ! Component: 1350 - total flux cleaned = -0.00333397 Jy ! Component: 1400 - total flux cleaned = -0.00344665 Jy ! Component: 1450 - total flux cleaned = -0.00352985 Jy ! Component: 1500 - total flux cleaned = -0.00366667 Jy ! Component: 1550 - total flux cleaned = -0.00377414 Jy ! Component: 1600 - total flux cleaned = -0.00387987 Jy ! Component: 1650 - total flux cleaned = -0.00398469 Jy ! Component: 1700 - total flux cleaned = -0.00401074 Jy ! Component: 1750 - total flux cleaned = -0.00418859 Jy ! Component: 1800 - total flux cleaned = -0.00426374 Jy ! Component: 1850 - total flux cleaned = -0.00436223 Jy ! Component: 1900 - total flux cleaned = -0.00441106 Jy ! Component: 1950 - total flux cleaned = -0.00445973 Jy ! Component: 2000 - total flux cleaned = -0.0045311 Jy ! Component: 2050 - total flux cleaned = -0.0045783 Jy ! Component: 2100 - total flux cleaned = -0.00453238 Jy ! Component: 2150 - total flux cleaned = -0.00469235 Jy ! Component: 2200 - total flux cleaned = -0.00471474 Jy ! Component: 2250 - total flux cleaned = -0.00480324 Jy ! Component: 2300 - total flux cleaned = -0.00478109 Jy ! Component: 2350 - total flux cleaned = -0.00478118 Jy ! Component: 2400 - total flux cleaned = -0.00480257 Jy ! Component: 2450 - total flux cleaned = -0.00486617 Jy ! Component: 2500 - total flux cleaned = -0.00486595 Jy ! Component: 2550 - total flux cleaned = -0.00486565 Jy ! Component: 2600 - total flux cleaned = -0.00484526 Jy ! Component: 2650 - total flux cleaned = -0.0049062 Jy ! Component: 2700 - total flux cleaned = -0.00492638 Jy ! Component: 2750 - total flux cleaned = -0.00500594 Jy ! Component: 2800 - total flux cleaned = -0.00502518 Jy ! Component: 2850 - total flux cleaned = -0.00506367 Jy ! Component: 2900 - total flux cleaned = -0.00502507 Jy ! Component: 2950 - total flux cleaned = -0.00504436 Jy ! Component: 3000 - total flux cleaned = -0.0050632 Jy ! Component: 3050 - total flux cleaned = -0.00510064 Jy ! Component: 3100 - total flux cleaned = -0.00515614 Jy ! Component: 3150 - total flux cleaned = -0.00517434 Jy ! Component: 3200 - total flux cleaned = -0.00522936 Jy ! Component: 3250 - total flux cleaned = -0.00526574 Jy ! Component: 3300 - total flux cleaned = -0.00533714 Jy ! Component: 3350 - total flux cleaned = -0.00540817 Jy ! Component: 3400 - total flux cleaned = -0.00547839 Jy ! Component: 3450 - total flux cleaned = -0.00553063 Jy ! Component: 3500 - total flux cleaned = -0.00561687 Jy ! Component: 3550 - total flux cleaned = -0.00566816 Jy ! Component: 3600 - total flux cleaned = -0.00570231 Jy ! Component: 3650 - total flux cleaned = -0.00575303 Jy ! Component: 3700 - total flux cleaned = -0.0058032 Jy ! Component: 3750 - total flux cleaned = -0.00593618 Jy ! Component: 3800 - total flux cleaned = -0.00591947 Jy ! Component: 3850 - total flux cleaned = -0.0059195 Jy ! Component: 3900 - total flux cleaned = -0.00598473 Jy ! Component: 3950 - total flux cleaned = -0.00598476 Jy ! Component: 4000 - total flux cleaned = -0.00601698 Jy ! Component: 4050 - total flux cleaned = -0.0059691 Jy ! Total flux subtracted in 4096 components = -0.00598517 Jy ! Clean residual min=-0.001237 max=0.000888 Jy/beam ! Clean residual mean=0.000000 rms=0.000281 Jy/beam ! Combined flux in latest and established models = 0.246102 Jy keep ! Adding 298 model components to the UV plane model. ! The established model now contains 395 components and 0.246102 Jy ![Exited script file: muppet] wmap "J1011-2847_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.885 x 8.79 at -2.006 degrees (North through East) ! Clean map min=-0.0032259 max=0.2231 Jy/beam ! Writing clean map to FITS file: J1011-2847_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.223104 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00028235 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.379665 0.379665 0.75933 1.51866 3.03732 6.07464 12.1493 24.2986 48.5971 97.1942 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.223 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.885 x 8.79 at -2.006 degrees (North through East) ! Clean map min=-0.0032259 max=0.2231 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 J1011-2847_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:06:32 2019