! Started logfile: J1122-2532_S_2017_01_16_pus_uvs.log on Sun Apr 7 15:12:22 2019 obs J1122-2532_S_2017_01_16_pus_uva.fits ! Reading UV FITS file: J1122-2532_S_2017_01_16_pus_uva.fits ! AN table 1: 74 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.773574 visibilities/baseline/integration-bin. ! Found source: J1122-2532 ! ! 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 622 lines of history. ! ! Reading 10304 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 J1122-2532_S_2017_01_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 87 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 87 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 87 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 185 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.781942Jy sigma=0.005065 ! Fit after self-cal, rms=0.760486Jy sigma=0.004940 ! 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=3.097 mas, bmaj=12.23 mas, bpa=15.51 degrees ! Estimated noise=1698.7 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.193749 Jy ! Component: 100 - total flux cleaned = 0.238532 Jy ! Total flux subtracted in 100 components = 0.238532 Jy ! Clean residual min=-0.010780 max=0.021653 Jy/beam ! Clean residual mean=-0.000060 rms=0.003296 Jy/beam ! Combined flux in latest and established models = 0.238532 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.238532 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.223814Jy sigma=0.000743 ! Fit after self-cal, rms=0.223807Jy sigma=0.000743 ! Inverting map ! Added new window around map position (6, -1.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0218638 Jy ! Component: 100 - total flux cleaned = 0.0355199 Jy ! Total flux subtracted in 100 components = 0.0355199 Jy ! Clean residual min=-0.008671 max=0.009937 Jy/beam ! Clean residual mean=-0.000028 rms=0.002597 Jy/beam ! Combined flux in latest and established models = 0.274052 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 36 components and 0.274052 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.218912Jy sigma=0.000709 ! Fit after self-cal, rms=0.218808Jy sigma=0.000708 ! 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.839 mas, bmaj=14.18 mas, bpa=14.85 degrees ! Estimated noise=1146.35 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.0154435 Jy ! Component: 100 - total flux cleaned = 0.0249025 Jy ! Component: 150 - total flux cleaned = 0.0313874 Jy ! Component: 200 - total flux cleaned = 0.0360443 Jy ! Total flux subtracted in 200 components = 0.0360443 Jy ! Clean residual min=-0.006081 max=0.005655 Jy/beam ! Clean residual mean=-0.000005 rms=0.001758 Jy/beam ! Combined flux in latest and established models = 0.310096 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 82 components and 0.310096 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.215655Jy sigma=0.000698 ! Fit after self-cal, rms=0.215611Jy sigma=0.000697 ! 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.06 FD 0.95 HN 1.01 KP 1.00 ! LA 1.04 MK 1.00* NL 0.94 OV 1.00 ! PT 1.02 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.18 FD 1.01 HN 1.04 KP 0.98 ! LA 1.01 MK 1.00* NL 1.03 OV 1.03 ! PT 1.00 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.00 HN 1.05 KP 1.01 ! LA 1.03 MK 1.00* NL 1.02 OV 0.94 ! PT 1.01 SC 0.99 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.03 HN 1.01 KP 0.57 ! LA 0.55 MK 1.00* NL 1.00* OV 0.97 ! PT 0.97 SC 1.23 ! ! ! Fit before self-cal, rms=0.215611Jy sigma=0.000697 ! Fit after self-cal, rms=0.134449Jy sigma=0.000674 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.858 mas, bmaj=14.24 mas, bpa=14.79 degrees ! Estimated noise=1150.03 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.00198504 Jy ! Component: 100 - total flux cleaned = 0.00173117 Jy ! Component: 150 - total flux cleaned = 0.00173213 Jy ! Component: 200 - total flux cleaned = 0.00173546 Jy ! Total flux subtracted in 200 components = 0.00173546 Jy ! Clean residual min=-0.004401 max=0.005016 Jy/beam ! Clean residual mean=0.000012 rms=0.001195 Jy/beam ! Combined flux in latest and established models = 0.311832 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 95 components and 0.311832 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134298Jy sigma=0.000673 ! Fit after self-cal, rms=0.134048Jy 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.134048Jy sigma=0.000672 ! Fit after self-cal, rms=0.131433Jy sigma=0.000668 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.862 mas, bmaj=14.22 mas, bpa=14.7 degrees ! Estimated noise=1154.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000249672 Jy ! Component: 100 - total flux cleaned = 0.000170743 Jy ! Component: 150 - total flux cleaned = 0.000176423 Jy ! Component: 200 - total flux cleaned = 0.000296309 Jy ! Total flux subtracted in 200 components = 0.000296309 Jy ! Clean residual min=-0.004309 max=0.003940 Jy/beam ! Clean residual mean=0.000001 rms=0.000970 Jy/beam ! Combined flux in latest and established models = 0.312128 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 118 components and 0.312128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131334Jy sigma=0.000668 ! Fit after self-cal, rms=0.131335Jy sigma=0.000668 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.000441608 Jy ! Component: 100 - total flux cleaned = 0.00058543 Jy ! Component: 150 - total flux cleaned = 0.000671099 Jy ! Component: 200 - total flux cleaned = 0.000747285 Jy ! Total flux subtracted in 200 components = 0.000747285 Jy ! Clean residual min=-0.004108 max=0.003890 Jy/beam ! Clean residual mean=0.000001 rms=0.000945 Jy/beam ! Combined flux in latest and established models = 0.312875 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 129 components and 0.312875 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131295Jy sigma=0.000668 ! Fit after self-cal, rms=0.131290Jy sigma=0.000668 ! 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.131290Jy sigma=0.000668 ! Fit after self-cal, rms=0.131249Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.865 mas, bmaj=14.2 mas, bpa=14.63 degrees ! Estimated noise=1156.86 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000415677 Jy ! Component: 100 - total flux cleaned = -0.000548473 Jy ! Component: 150 - total flux cleaned = -0.000606554 Jy ! Component: 200 - total flux cleaned = -0.000609609 Jy ! Total flux subtracted in 200 components = -0.000609609 Jy ! Clean residual min=-0.003982 max=0.003474 Jy/beam ! Clean residual mean=-0.000003 rms=0.000857 Jy/beam ! Combined flux in latest and established models = 0.312266 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 140 components and 0.312266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131182Jy sigma=0.000666 ! Fit after self-cal, rms=0.131178Jy sigma=0.000666 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.000107551 Jy ! Component: 100 - total flux cleaned = 0.000224619 Jy ! Component: 150 - total flux cleaned = 0.000293299 Jy ! Component: 200 - total flux cleaned = 0.000353029 Jy ! Total flux subtracted in 200 components = 0.000353029 Jy ! Clean residual min=-0.003838 max=0.003424 Jy/beam ! Clean residual mean=-0.000003 rms=0.000841 Jy/beam ! Combined flux in latest and established models = 0.312619 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 147 components and 0.312619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131152Jy sigma=0.000666 ! Fit after self-cal, rms=0.131147Jy sigma=0.000666 ! 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.131147Jy sigma=0.000666 ! Fit after self-cal, rms=0.131859Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.065 mas, bmaj=20.69 mas, bpa=5.602 degrees ! Estimated noise=1340.78 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000603768 Jy ! Component: 100 - total flux cleaned = 0.000509588 Jy ! Component: 150 - total flux cleaned = 0.00042921 Jy ! Component: 200 - total flux cleaned = 0.000359005 Jy ! Total flux subtracted in 200 components = 0.000359005 Jy ! Clean residual min=-0.003918 max=0.003363 Jy/beam ! Clean residual mean=-0.000000 rms=0.000981 Jy/beam ! Combined flux in latest and established models = 0.312978 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 164 components and 0.312978 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131829Jy sigma=0.000666 ! Fit after self-cal, rms=0.131831Jy sigma=0.000666 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.000146252 Jy ! Component: 100 - total flux cleaned = 0.000118157 Jy ! Component: 150 - total flux cleaned = 9.24654e-05 Jy ! Component: 200 - total flux cleaned = 6.95757e-05 Jy ! Total flux subtracted in 200 components = 6.95757e-05 Jy ! Clean residual min=-0.003798 max=0.003259 Jy/beam ! Clean residual mean=-0.000001 rms=0.000969 Jy/beam ! Combined flux in latest and established models = 0.313047 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 173 components and 0.313047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131818Jy sigma=0.000666 ! Fit after self-cal, rms=0.131815Jy sigma=0.000666 ! 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.867 mas, bmaj=14.18 mas, bpa=14.58 degrees ! Estimated noise=1158.98 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.867 x 14.18 at 14.58 degrees (North through East) ! Clean map min=-0.0035437 max=0.24064 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=3.108 mas, bmaj=12.21 mas, bpa=15.25 degrees ! Estimated noise=1714.21 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.195102 Jy ! Component: 100 - total flux cleaned = 0.242649 Jy ! Component: 150 - total flux cleaned = 0.261981 Jy ! Component: 200 - total flux cleaned = 0.274151 Jy ! Total flux subtracted in 200 components = 0.274151 Jy ! Clean residual min=-0.006916 max=0.006747 Jy/beam ! Clean residual mean=-0.000039 rms=0.001592 Jy/beam ! Combined flux in latest and established models = 0.274151 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 28 model components to the UV plane model. ! The established model now contains 28 components and 0.274151 Jy ! Inverting map and beam ! Estimated beam: bmin=3.867 mas, bmaj=14.18 mas, bpa=14.58 degrees ! Estimated noise=1158.98 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.0126174 Jy ! Component: 100 - total flux cleaned = 0.0201385 Jy ! Component: 150 - total flux cleaned = 0.0252161 Jy ! Component: 200 - total flux cleaned = 0.0287559 Jy ! Total flux subtracted in 200 components = 0.0287559 Jy ! Clean residual min=-0.003947 max=0.002902 Jy/beam ! Clean residual mean=-0.000014 rms=0.000890 Jy/beam ! Combined flux in latest and established models = 0.302907 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 79 components and 0.302907 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=8.065 mas, bmaj=20.69 mas, bpa=5.602 degrees ! Estimated noise=1340.78 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00360519 Jy ! Component: 100 - total flux cleaned = 0.00559783 Jy ! Component: 150 - total flux cleaned = 0.00677247 Jy ! Component: 200 - total flux cleaned = 0.00751801 Jy ! Total flux subtracted in 200 components = 0.00751801 Jy ! Clean residual min=-0.003581 max=0.003054 Jy/beam ! Clean residual mean=-0.000010 rms=0.000973 Jy/beam ! Combined flux in latest and established models = 0.310425 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.000353357 Jy ! Component: 100 - total flux cleaned = 0.000439844 Jy ! Component: 150 - total flux cleaned = 0.000520217 Jy ! Component: 200 - total flux cleaned = 0.000608246 Jy ! Total flux subtracted in 200 components = 0.000608246 Jy ! Clean residual min=-0.003540 max=0.003066 Jy/beam ! Clean residual mean=-0.000009 rms=0.000967 Jy/beam ! Combined flux in latest and established models = 0.311033 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 138 components and 0.311033 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.867 mas, bmaj=14.18 mas, bpa=14.58 degrees ! Estimated noise=1158.98 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.88862e-05 Jy ! Component: 100 - total flux cleaned = -2.03844e-05 Jy ! Component: 150 - total flux cleaned = -2.27551e-05 Jy ! Component: 200 - total flux cleaned = -2.29947e-05 Jy ! Total flux subtracted in 200 components = -2.29947e-05 Jy ! Clean residual min=-0.003500 max=0.002859 Jy/beam ! Clean residual mean=-0.000006 rms=0.000787 Jy/beam ! Combined flux in latest and established models = 0.31101 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 155 components and 0.31101 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131797Jy sigma=0.000666 ! Fit after self-cal, rms=0.131776Jy sigma=0.000666 wmodel J1122-2532_S_2017_01_16_pus_map.mod ! Writing 155 model components to file: J1122-2532_S_2017_01_16_pus_map.mod wobs J1122-2532_S_2017_01_16_pus_uvs.fits ! Writing UV FITS file: J1122-2532_S_2017_01_16_pus_uvs.fits wwins J1122-2532_S_2017_01_16_pus_map.win ! wwins: Wrote 2 windows to J1122-2532_S_2017_01_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.000571083 Jy ! Component: 100 - total flux cleaned = -0.000969316 Jy ! Component: 150 - total flux cleaned = -0.00134015 Jy ! Component: 200 - total flux cleaned = -0.00177818 Jy ! Component: 250 - total flux cleaned = -0.00190349 Jy ! Component: 300 - total flux cleaned = -0.00206485 Jy ! Component: 350 - total flux cleaned = -0.00214227 Jy ! Component: 400 - total flux cleaned = -0.00217966 Jy ! Component: 450 - total flux cleaned = -0.0022174 Jy ! Component: 500 - total flux cleaned = -0.00225385 Jy ! Component: 550 - total flux cleaned = -0.00211445 Jy ! Component: 600 - total flux cleaned = -0.00201349 Jy ! Component: 650 - total flux cleaned = -0.00188097 Jy ! Component: 700 - total flux cleaned = -0.00171929 Jy ! Component: 750 - total flux cleaned = -0.00159223 Jy ! Component: 800 - total flux cleaned = -0.00143679 Jy ! Component: 850 - total flux cleaned = -0.0013148 Jy ! Component: 900 - total flux cleaned = -0.0012242 Jy ! Component: 950 - total flux cleaned = -0.00107648 Jy ! Component: 1000 - total flux cleaned = -0.000817073 Jy ! Component: 1050 - total flux cleaned = -0.000789454 Jy ! Component: 1100 - total flux cleaned = -0.000622131 Jy ! Component: 1150 - total flux cleaned = -0.000512418 Jy ! Component: 1200 - total flux cleaned = -0.000296888 Jy ! Component: 1250 - total flux cleaned = -0.000243301 Jy ! Component: 1300 - total flux cleaned = -8.59816e-05 Jy ! Component: 1350 - total flux cleaned = 6.9182e-05 Jy ! Component: 1400 - total flux cleaned = 0.000272967 Jy ! Component: 1450 - total flux cleaned = 0.000448553 Jy ! Component: 1500 - total flux cleaned = 0.000621046 Jy ! Component: 1550 - total flux cleaned = 0.000718523 Jy ! Component: 1600 - total flux cleaned = 0.000790498 Jy ! Component: 1650 - total flux cleaned = 0.000909626 Jy ! Component: 1700 - total flux cleaned = 0.00100346 Jy ! Component: 1750 - total flux cleaned = 0.00109624 Jy ! Component: 1800 - total flux cleaned = 0.00121065 Jy ! Component: 1850 - total flux cleaned = 0.00132388 Jy ! Component: 1900 - total flux cleaned = 0.00136837 Jy ! Component: 1950 - total flux cleaned = 0.00147829 Jy ! Component: 2000 - total flux cleaned = 0.00150029 Jy ! Component: 2050 - total flux cleaned = 0.00162972 Jy ! Component: 2100 - total flux cleaned = 0.00173628 Jy ! Component: 2150 - total flux cleaned = 0.00177823 Jy ! Component: 2200 - total flux cleaned = 0.00181954 Jy ! Component: 2250 - total flux cleaned = 0.00190188 Jy ! Component: 2300 - total flux cleaned = 0.00194254 Jy ! Component: 2350 - total flux cleaned = 0.00192276 Jy ! Component: 2400 - total flux cleaned = 0.00200284 Jy ! Component: 2450 - total flux cleaned = 0.00202257 Jy ! Component: 2500 - total flux cleaned = 0.00206177 Jy ! Component: 2550 - total flux cleaned = 0.00210061 Jy ! Component: 2600 - total flux cleaned = 0.00208123 Jy ! Component: 2650 - total flux cleaned = 0.00217645 Jy ! Component: 2700 - total flux cleaned = 0.00219497 Jy ! Component: 2750 - total flux cleaned = 0.00226949 Jy ! Component: 2800 - total flux cleaned = 0.00226948 Jy ! Component: 2850 - total flux cleaned = 0.00230618 Jy ! Component: 2900 - total flux cleaned = 0.00225172 Jy ! Component: 2950 - total flux cleaned = 0.00230608 Jy ! Component: 3000 - total flux cleaned = 0.0021984 Jy ! Component: 3050 - total flux cleaned = 0.00218067 Jy ! Component: 3100 - total flux cleaned = 0.00214549 Jy ! Component: 3150 - total flux cleaned = 0.00211069 Jy ! Component: 3200 - total flux cleaned = 0.0021455 Jy ! Component: 3250 - total flux cleaned = 0.00211111 Jy ! Component: 3300 - total flux cleaned = 0.00211107 Jy ! Component: 3350 - total flux cleaned = 0.00207764 Jy ! Component: 3400 - total flux cleaned = 0.00209449 Jy ! Component: 3450 - total flux cleaned = 0.00214443 Jy ! Component: 3500 - total flux cleaned = 0.00207848 Jy ! Component: 3550 - total flux cleaned = 0.00204548 Jy ! Component: 3600 - total flux cleaned = 0.00207798 Jy ! Component: 3650 - total flux cleaned = 0.00204567 Jy ! Component: 3700 - total flux cleaned = 0.00206193 Jy ! Component: 3750 - total flux cleaned = 0.00210983 Jy ! Component: 3800 - total flux cleaned = 0.00214141 Jy ! Component: 3850 - total flux cleaned = 0.00207841 Jy ! Component: 3900 - total flux cleaned = 0.00207861 Jy ! Component: 3950 - total flux cleaned = 0.00214068 Jy ! Component: 4000 - total flux cleaned = 0.00210977 Jy ! Component: 4050 - total flux cleaned = 0.00217091 Jy ! Total flux subtracted in 4096 components = 0.00212529 Jy ! Clean residual min=-0.000855 max=0.000804 Jy/beam ! Clean residual mean=-0.000003 rms=0.000301 Jy/beam ! Combined flux in latest and established models = 0.313135 Jy keep ! Adding 292 model components to the UV plane model. ! The established model now contains 447 components and 0.313135 Jy ![Exited script file: muppet] wmap "J1122-2532_S_2017_01_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.867 x 14.18 at 14.58 degrees (North through East) ! Clean map min=-0.0021073 max=0.24313 Jy/beam ! Writing clean map to FITS file: J1122-2532_S_2017_01_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.243128 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000303254 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.374191 0.374191 0.748382 1.49676 2.99353 5.98705 11.9741 23.9482 47.8964 95.7929 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.243 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.867 x 14.18 at 14.58 degrees (North through East) ! Clean map min=-0.0021073 max=0.24313 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 J1122-2532_S_2017_01_16_pus_uvs.log closed on Sun Apr 7 15:12:28 2019