! Started logfile: J2235-1826_S_2017_02_24_pus_uvs.log on Sat May 4 11:36:09 2019 obs J2235-1826_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J2235-1826_S_2017_02_24_pus_uva.fits ! AN table 1: 173 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.845986 visibilities/baseline/integration-bin. ! Found source: J2235-1826 ! ! 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 823 lines of history. ! ! Reading 26344 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 J2235-1826_S_2017_02_24_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 137 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 137 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 137 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 541 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.978137Jy sigma=0.006749 ! Fit after self-cal, rms=0.938258Jy sigma=0.006494 ! 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.531 mas, bmaj=6.918 mas, bpa=-9.021 degrees ! Estimated noise=998.604 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.0508857 Jy ! Component: 100 - total flux cleaned = 0.0624659 Jy ! Total flux subtracted in 100 components = 0.0624659 Jy ! Clean residual min=-0.002830 max=0.004264 Jy/beam ! Clean residual mean=-0.000002 rms=0.000763 Jy/beam ! Combined flux in latest and established models = 0.0624659 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0624659 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101750Jy sigma=0.000664 ! Fit after self-cal, rms=0.101192Jy sigma=0.000660 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00484395 Jy ! Component: 100 - total flux cleaned = 0.00701041 Jy ! Total flux subtracted in 100 components = 0.00701041 Jy ! Clean residual min=-0.002406 max=0.002594 Jy/beam ! Clean residual mean=-0.000002 rms=0.000673 Jy/beam ! Combined flux in latest and established models = 0.0694763 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 13 components and 0.0694763 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100923Jy sigma=0.000659 ! Fit after self-cal, rms=0.100913Jy sigma=0.000658 ! 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.194 mas, bmaj=8.277 mas, bpa=-7.979 degrees ! Estimated noise=678.419 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.00164417 Jy ! Component: 100 - total flux cleaned = 0.00176328 Jy ! Component: 150 - total flux cleaned = 0.00173179 Jy ! Component: 200 - total flux cleaned = 0.0017031 Jy ! Total flux subtracted in 200 components = 0.0017031 Jy ! Clean residual min=-0.001835 max=0.002318 Jy/beam ! Clean residual mean=-0.000005 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.0711794 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 26 components and 0.0711794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100876Jy sigma=0.000658 ! Fit after self-cal, rms=0.100873Jy sigma=0.000658 ! 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 0.93 FD 0.98 HN 1.04 KP 0.99 ! LA 0.96 MK 1.00 NL 1.02 OV 1.06 ! PT 1.00 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.92 HN 1.07 KP 0.96 ! LA 0.94 MK 1.04 NL 1.01 OV 1.14 ! PT 1.02 SC 0.94 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.98 HN 1.01 KP 1.07 ! LA 1.04 MK 1.00 NL 1.12 OV 1.00 ! PT 0.98 SC 1.05 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.99 HN 0.90 KP 1.00* ! LA 0.95 MK 0.94 NL 1.00* OV 0.91 ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.100873Jy sigma=0.000658 ! Fit after self-cal, rms=0.100212Jy sigma=0.000657 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.201 mas, bmaj=8.253 mas, bpa=-7.898 degrees ! Estimated noise=677.154 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 = 1.0417e-05 Jy ! Component: 100 - total flux cleaned = -2.6267e-05 Jy ! Component: 150 - total flux cleaned = -5.78192e-05 Jy ! Component: 200 - total flux cleaned = -7.20094e-05 Jy ! Total flux subtracted in 200 components = -7.20094e-05 Jy ! Clean residual min=-0.001692 max=0.002094 Jy/beam ! Clean residual mean=-0.000005 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.0711074 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 34 components and 0.0711074 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100205Jy sigma=0.000657 ! Fit after self-cal, rms=0.100206Jy sigma=0.000657 ! 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.100206Jy sigma=0.000657 ! Fit after self-cal, rms=0.100542Jy sigma=0.000657 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.206 mas, bmaj=8.254 mas, bpa=-7.767 degrees ! Estimated noise=677.951 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.33501e-05 Jy ! Component: 100 - total flux cleaned = -6.34292e-05 Jy ! Component: 150 - total flux cleaned = -7.71069e-05 Jy ! Component: 200 - total flux cleaned = -0.000102742 Jy ! Total flux subtracted in 200 components = -0.000102742 Jy ! Clean residual min=-0.001734 max=0.002109 Jy/beam ! Clean residual mean=-0.000004 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.0710046 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 39 components and 0.0710046 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100535Jy sigma=0.000657 ! Fit after self-cal, rms=0.100562Jy sigma=0.000657 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 (-107, 33). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00126513 Jy ! Component: 100 - total flux cleaned = 0.00148714 Jy ! Component: 150 - total flux cleaned = 0.0016821 Jy ! Component: 200 - total flux cleaned = 0.00179776 Jy ! Total flux subtracted in 200 components = 0.00179776 Jy ! Clean residual min=-0.001744 max=0.001817 Jy/beam ! Clean residual mean=-0.000003 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.0728024 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 55 components and 0.0728024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100525Jy sigma=0.000657 ! Fit after self-cal, rms=0.100517Jy sigma=0.000657 ! 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.100517Jy sigma=0.000657 ! Fit after self-cal, rms=0.100199Jy sigma=0.000656 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.206 mas, bmaj=8.263 mas, bpa=-7.847 degrees ! Estimated noise=676.809 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000179978 Jy ! Component: 100 - total flux cleaned = 0.000314635 Jy ! Component: 150 - total flux cleaned = 0.000314244 Jy ! Component: 200 - total flux cleaned = 0.000298444 Jy ! Total flux subtracted in 200 components = 0.000298444 Jy ! Clean residual min=-0.001799 max=0.001621 Jy/beam ! Clean residual mean=-0.000004 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.0731008 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 67 components and 0.0731008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100189Jy sigma=0.000656 ! Fit after self-cal, rms=0.100204Jy sigma=0.000656 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.000168797 Jy ! Component: 100 - total flux cleaned = 0.000189497 Jy ! Component: 150 - total flux cleaned = 0.000138516 Jy ! Component: 200 - total flux cleaned = 9.09851e-05 Jy ! Total flux subtracted in 200 components = 9.09851e-05 Jy ! Clean residual min=-0.001783 max=0.001644 Jy/beam ! Clean residual mean=-0.000004 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.0731918 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 69 components and 0.0731918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100197Jy sigma=0.000656 ! Fit after self-cal, rms=0.100188Jy sigma=0.000656 ! 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.100188Jy sigma=0.000656 ! Fit after self-cal, rms=0.100166Jy sigma=0.000656 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.7 mas, bmaj=16.46 mas, bpa=1.073 degrees ! Estimated noise=837.751 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.94496e-05 Jy ! Component: 100 - total flux cleaned = -2.71333e-06 Jy ! Component: 150 - total flux cleaned = -1.86877e-06 Jy ! Component: 200 - total flux cleaned = -5.43877e-05 Jy ! Total flux subtracted in 200 components = -5.43877e-05 Jy ! Clean residual min=-0.001868 max=0.002105 Jy/beam ! Clean residual mean=-0.000008 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.0731374 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 82 components and 0.0731374 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100166Jy sigma=0.000656 ! Fit after self-cal, rms=0.100168Jy sigma=0.000656 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.82551e-05 Jy ! Component: 100 - total flux cleaned = -2.5805e-06 Jy ! Component: 150 - total flux cleaned = -3.93434e-05 Jy ! Component: 200 - total flux cleaned = -6.13152e-05 Jy ! Total flux subtracted in 200 components = -6.13152e-05 Jy ! Clean residual min=-0.001844 max=0.002078 Jy/beam ! Clean residual mean=-0.000008 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.0730761 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 88 components and 0.0730761 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100169Jy sigma=0.000656 ! Fit after self-cal, rms=0.100167Jy sigma=0.000656 ! 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.205 mas, bmaj=8.263 mas, bpa=-7.859 degrees ! Estimated noise=676.407 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.205 x 8.263 at -7.859 degrees (North through East) ! Clean map min=-0.0020725 max=0.067569 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.538 mas, bmaj=6.932 mas, bpa=-9.074 degrees ! Estimated noise=990.378 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0508632 Jy ! Component: 100 - total flux cleaned = 0.0626416 Jy ! Component: 150 - total flux cleaned = 0.0674188 Jy ! Component: 200 - total flux cleaned = 0.0694743 Jy ! Total flux subtracted in 200 components = 0.0694743 Jy ! Clean residual min=-0.002439 max=0.002371 Jy/beam ! Clean residual mean=-0.000002 rms=0.000626 Jy/beam ! Combined flux in latest and established models = 0.0694743 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0694743 Jy ! Inverting map and beam ! Estimated beam: bmin=3.205 mas, bmaj=8.263 mas, bpa=-7.859 degrees ! Estimated noise=676.407 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.00216102 Jy ! Component: 100 - total flux cleaned = 0.00276723 Jy ! Component: 150 - total flux cleaned = 0.00298509 Jy ! Component: 200 - total flux cleaned = 0.00316955 Jy ! Total flux subtracted in 200 components = 0.00316955 Jy ! Clean residual min=-0.001935 max=0.001703 Jy/beam ! Clean residual mean=-0.000004 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.0726439 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 33 components and 0.0726439 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.7 mas, bmaj=16.46 mas, bpa=1.073 degrees ! Estimated noise=837.751 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000439463 Jy ! Component: 100 - total flux cleaned = 0.000535069 Jy ! Component: 150 - total flux cleaned = 0.000535757 Jy ! Component: 200 - total flux cleaned = 0.000557521 Jy ! Total flux subtracted in 200 components = 0.000557521 Jy ! Clean residual min=-0.001868 max=0.002052 Jy/beam ! Clean residual mean=-0.000008 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.0732014 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 = 3.48364e-07 Jy ! Component: 100 - total flux cleaned = -8.79769e-07 Jy ! Component: 150 - total flux cleaned = -1.67365e-05 Jy ! Component: 200 - total flux cleaned = -1.69519e-05 Jy ! Total flux subtracted in 200 components = -1.69519e-05 Jy ! Clean residual min=-0.001860 max=0.002045 Jy/beam ! Clean residual mean=-0.000007 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.0731845 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 54 components and 0.0731845 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.205 mas, bmaj=8.263 mas, bpa=-7.859 degrees ! Estimated noise=676.407 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000150943 Jy ! Component: 100 - total flux cleaned = 0.000152686 Jy ! Component: 150 - total flux cleaned = 9.91966e-05 Jy ! Component: 200 - total flux cleaned = 2.68621e-05 Jy ! Total flux subtracted in 200 components = 2.68621e-05 Jy ! Clean residual min=-0.001844 max=0.001647 Jy/beam ! Clean residual mean=-0.000004 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.0732113 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 67 components and 0.0732113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100176Jy sigma=0.000656 ! Fit after self-cal, rms=0.100178Jy sigma=0.000656 wmodel J2235-1826_S_2017_02_24_pus_map.mod ! Writing 67 model components to file: J2235-1826_S_2017_02_24_pus_map.mod wobs J2235-1826_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J2235-1826_S_2017_02_24_pus_uvs.fits wwins J2235-1826_S_2017_02_24_pus_map.win ! wwins: Wrote 2 windows to J2235-1826_S_2017_02_24_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 = -2.50314e-05 Jy ! Component: 100 - total flux cleaned = 6.09489e-05 Jy ! Component: 150 - total flux cleaned = -4.51799e-05 Jy ! Component: 200 - total flux cleaned = -7.0593e-05 Jy ! Component: 250 - total flux cleaned = -0.000119746 Jy ! Component: 300 - total flux cleaned = -0.000119443 Jy ! Component: 350 - total flux cleaned = -0.000119939 Jy ! Component: 400 - total flux cleaned = -0.00021209 Jy ! Component: 450 - total flux cleaned = -0.000212189 Jy ! Component: 500 - total flux cleaned = -0.000256203 Jy ! Component: 550 - total flux cleaned = -0.000148502 Jy ! Component: 600 - total flux cleaned = -0.000148796 Jy ! Component: 650 - total flux cleaned = -0.000127809 Jy ! Component: 700 - total flux cleaned = -0.000147792 Jy ! Component: 750 - total flux cleaned = -0.000167506 Jy ! Component: 800 - total flux cleaned = -0.000167887 Jy ! Component: 850 - total flux cleaned = -0.000187695 Jy ! Component: 900 - total flux cleaned = -0.000245355 Jy ! Component: 950 - total flux cleaned = -0.000245595 Jy ! Component: 1000 - total flux cleaned = -0.000301419 Jy ! Component: 1050 - total flux cleaned = -0.000356712 Jy ! Component: 1100 - total flux cleaned = -0.000356617 Jy ! Component: 1150 - total flux cleaned = -0.000393044 Jy ! Component: 1200 - total flux cleaned = -0.000463822 Jy ! Component: 1250 - total flux cleaned = -0.000498716 Jy ! Component: 1300 - total flux cleaned = -0.000533107 Jy ! Component: 1350 - total flux cleaned = -0.000550246 Jy ! Component: 1400 - total flux cleaned = -0.000600986 Jy ! Component: 1450 - total flux cleaned = -0.000634573 Jy ! Component: 1500 - total flux cleaned = -0.000651197 Jy ! Component: 1550 - total flux cleaned = -0.000700131 Jy ! Component: 1600 - total flux cleaned = -0.000716332 Jy ! Component: 1650 - total flux cleaned = -0.000796102 Jy ! Component: 1700 - total flux cleaned = -0.000748899 Jy ! Component: 1750 - total flux cleaned = -0.0007493 Jy ! Component: 1800 - total flux cleaned = -0.000872919 Jy ! Component: 1850 - total flux cleaned = -0.000872599 Jy ! Component: 1900 - total flux cleaned = -0.000826936 Jy ! Component: 1950 - total flux cleaned = -0.000796971 Jy ! Component: 2000 - total flux cleaned = -0.000826922 Jy ! Component: 2050 - total flux cleaned = -0.000841587 Jy ! Component: 2100 - total flux cleaned = -0.000797973 Jy ! Component: 2150 - total flux cleaned = -0.000841491 Jy ! Component: 2200 - total flux cleaned = -0.000841645 Jy ! Component: 2250 - total flux cleaned = -0.000898303 Jy ! Component: 2300 - total flux cleaned = -0.0009263 Jy ! Component: 2350 - total flux cleaned = -0.00091218 Jy ! Component: 2400 - total flux cleaned = -0.000939833 Jy ! Component: 2450 - total flux cleaned = -0.000912519 Jy ! Component: 2500 - total flux cleaned = -0.000980496 Jy ! Component: 2550 - total flux cleaned = -0.00102054 Jy ! Component: 2600 - total flux cleaned = -0.000993968 Jy ! Component: 2650 - total flux cleaned = -0.00103348 Jy ! Component: 2700 - total flux cleaned = -0.00107281 Jy ! Component: 2750 - total flux cleaned = -0.000981775 Jy ! Component: 2800 - total flux cleaned = -0.00104625 Jy ! Component: 2850 - total flux cleaned = -0.00103368 Jy ! Component: 2900 - total flux cleaned = -0.00104634 Jy ! Component: 2950 - total flux cleaned = -0.00108421 Jy ! Component: 3000 - total flux cleaned = -0.00105912 Jy ! Component: 3050 - total flux cleaned = -0.00102189 Jy ! Component: 3100 - total flux cleaned = -0.00100963 Jy ! Component: 3150 - total flux cleaned = -0.000960762 Jy ! Component: 3200 - total flux cleaned = -0.000960675 Jy ! Component: 3250 - total flux cleaned = -0.000936753 Jy ! Component: 3300 - total flux cleaned = -0.000936781 Jy ! Component: 3350 - total flux cleaned = -0.000877349 Jy ! Component: 3400 - total flux cleaned = -0.00088913 Jy ! Component: 3450 - total flux cleaned = -0.000912438 Jy ! Component: 3500 - total flux cleaned = -0.000865973 Jy ! Component: 3550 - total flux cleaned = -0.000808533 Jy ! Component: 3600 - total flux cleaned = -0.000831414 Jy ! Component: 3650 - total flux cleaned = -0.00077456 Jy ! Component: 3700 - total flux cleaned = -0.000763353 Jy ! Component: 3750 - total flux cleaned = -0.000729733 Jy ! Component: 3800 - total flux cleaned = -0.000718666 Jy ! Component: 3850 - total flux cleaned = -0.000707651 Jy ! Component: 3900 - total flux cleaned = -0.000685562 Jy ! Component: 3950 - total flux cleaned = -0.000696496 Jy ! Component: 4000 - total flux cleaned = -0.000663942 Jy ! Component: 4050 - total flux cleaned = -0.000642276 Jy ! Total flux subtracted in 4096 components = -0.000685226 Jy ! Clean residual min=-0.000594 max=0.000583 Jy/beam ! Clean residual mean=-0.000000 rms=0.000198 Jy/beam ! Combined flux in latest and established models = 0.0725261 Jy keep ! Adding 273 model components to the UV plane model. ! The established model now contains 340 components and 0.0725261 Jy ![Exited script file: muppet] wmap "J2235-1826_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.205 x 8.263 at -7.859 degrees (North through East) ! Clean map min=-0.0019348 max=0.067143 Jy/beam ! Writing clean map to FITS file: J2235-1826_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0671434 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000195787 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.874786 0.874786 1.74957 3.49914 6.99829 13.9966 27.9931 55.9863 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.067 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.205 x 8.263 at -7.859 degrees (North through East) ! Clean map min=-0.0019348 max=0.067143 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 J2235-1826_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:36:14 2019