! Started logfile: J2123-0519_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:34:52 2017 obs J2123-0519_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J2123-0519_S_2015_01_23_pus_uva.fits ! AN table 1: 124 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.694444 visibilities/baseline/integration-bin. ! Found source: J2123-0519 ! ! 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 338 lines of history. ! ! Reading 15500 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 J2123-0519_S_2015_01_23_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 200 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 200 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 200 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 200 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.999480Jy sigma=0.010602 ! Fit after self-cal, rms=0.961195Jy sigma=0.010208 ! 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.727 mas, bmaj=6.854 mas, bpa=3.936 degrees ! Estimated noise=817.162 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.0323524 Jy ! Component: 100 - total flux cleaned = 0.0394453 Jy ! Total flux subtracted in 100 components = 0.0394453 Jy ! Clean residual min=-0.002672 max=0.002825 Jy/beam ! Clean residual mean=-0.000003 rms=0.000695 Jy/beam ! Combined flux in latest and established models = 0.0394453 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.0394453 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074983Jy sigma=0.000754 ! Fit after self-cal, rms=0.073733Jy sigma=0.000739 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00339251 Jy ! Component: 100 - total flux cleaned = 0.00448282 Jy ! Total flux subtracted in 100 components = 0.00448282 Jy ! Clean residual min=-0.003037 max=0.002979 Jy/beam ! Clean residual mean=-0.000001 rms=0.000708 Jy/beam ! Combined flux in latest and established models = 0.0439281 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 15 components and 0.0439281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073578Jy sigma=0.000738 ! Fit after self-cal, rms=0.073536Jy sigma=0.000738 ! 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.313 mas, bmaj=7.802 mas, bpa=2.325 degrees ! Estimated noise=541.889 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.000570442 Jy ! Component: 100 - total flux cleaned = 0.000586374 Jy ! Component: 150 - total flux cleaned = 0.000601124 Jy ! Component: 200 - total flux cleaned = 0.000615136 Jy ! Total flux subtracted in 200 components = 0.000615136 Jy ! Clean residual min=-0.001881 max=0.002003 Jy/beam ! Clean residual mean=-0.000003 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.0445432 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 24 components and 0.0445432 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073524Jy sigma=0.000738 ! Fit after self-cal, rms=0.073519Jy sigma=0.000738 ! 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.01 FD 1.00* HN 0.96 KP 1.14 ! LA 1.06 MK 1.05 NL 0.99 OV 1.11 ! PT 1.07 SC 0.90 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00* HN 0.94 KP 1.09 ! LA 0.91 MK 1.01 NL 1.06 OV 0.98 ! PT 1.13 SC 1.10 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.00* HN 0.96 KP 0.92 ! LA 0.84 MK 1.07 NL 1.12 OV 0.98 ! PT 0.98 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00* HN 0.93 KP 0.88 ! LA 0.85 MK 1.10 NL 0.99 OV 0.96 ! PT 1.01 SC 1.00 ! ! ! Fit before self-cal, rms=0.073519Jy sigma=0.000738 ! Fit after self-cal, rms=0.071390Jy sigma=0.000736 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.331 mas, bmaj=7.837 mas, bpa=2.709 degrees ! Estimated noise=541.609 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 = -8.76896e-05 Jy ! Component: 100 - total flux cleaned = -7.5509e-05 Jy ! Component: 150 - total flux cleaned = -8.46472e-05 Jy ! Component: 200 - total flux cleaned = -8.42058e-05 Jy ! Total flux subtracted in 200 components = -8.42058e-05 Jy ! Clean residual min=-0.001606 max=0.001684 Jy/beam ! Clean residual mean=-0.000004 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.044459 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 31 components and 0.044459 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071387Jy sigma=0.000736 ! Fit after self-cal, rms=0.071323Jy sigma=0.000736 ! 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.071323Jy sigma=0.000736 ! Fit after self-cal, rms=0.071182Jy sigma=0.000735 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.335 mas, bmaj=7.856 mas, bpa=2.743 degrees ! Estimated noise=539.601 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000148461 Jy ! Component: 100 - total flux cleaned = -0.000158165 Jy ! Component: 150 - total flux cleaned = -0.00015822 Jy ! Component: 200 - total flux cleaned = -0.000151209 Jy ! Total flux subtracted in 200 components = -0.000151209 Jy ! Clean residual min=-0.001504 max=0.001711 Jy/beam ! Clean residual mean=-0.000003 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.0443078 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 35 components and 0.0443078 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071180Jy sigma=0.000735 ! Fit after self-cal, rms=0.071213Jy sigma=0.000734 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.000137739 Jy ! Component: 100 - total flux cleaned = -0.00013762 Jy ! Component: 150 - total flux cleaned = -0.000138153 Jy ! Component: 200 - total flux cleaned = -0.000125298 Jy ! Total flux subtracted in 200 components = -0.000125298 Jy ! Clean residual min=-0.001511 max=0.001663 Jy/beam ! Clean residual mean=-0.000004 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.0441825 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 36 components and 0.0441825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071212Jy sigma=0.000734 ! Fit after self-cal, rms=0.071215Jy sigma=0.000734 ! 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.071215Jy sigma=0.000734 ! Fit after self-cal, rms=0.071483Jy sigma=0.000734 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.336 mas, bmaj=7.864 mas, bpa=2.669 degrees ! Estimated noise=538.905 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00014619 Jy ! Component: 100 - total flux cleaned = -0.000146315 Jy ! Component: 150 - total flux cleaned = -0.000153077 Jy ! Component: 200 - total flux cleaned = -0.000147425 Jy ! Total flux subtracted in 200 components = -0.000147425 Jy ! Clean residual min=-0.001501 max=0.001751 Jy/beam ! Clean residual mean=-0.000004 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.0440351 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 37 components and 0.0440351 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071482Jy sigma=0.000734 ! Fit after self-cal, rms=0.071508Jy sigma=0.000734 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 = -5.24682e-05 Jy ! Component: 100 - total flux cleaned = -5.24435e-05 Jy ! Component: 150 - total flux cleaned = -5.85258e-05 Jy ! Component: 200 - total flux cleaned = -4.23534e-05 Jy ! Total flux subtracted in 200 components = -4.23534e-05 Jy ! Clean residual min=-0.001512 max=0.001726 Jy/beam ! Clean residual mean=-0.000004 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.0439927 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 37 components and 0.0439927 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071507Jy sigma=0.000734 ! Fit after self-cal, rms=0.071508Jy sigma=0.000734 ! 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.071508Jy sigma=0.000734 ! Fit after self-cal, rms=0.071654Jy sigma=0.000734 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.244 mas, bmaj=12.8 mas, bpa=0.4919 degrees ! Estimated noise=675.899 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00019703 Jy ! Component: 100 - total flux cleaned = -0.000189937 Jy ! Component: 150 - total flux cleaned = -0.000189846 Jy ! Component: 200 - total flux cleaned = -0.000196061 Jy ! Total flux subtracted in 200 components = -0.000196061 Jy ! Clean residual min=-0.002043 max=0.002168 Jy/beam ! Clean residual mean=-0.000008 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.0437967 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 42 components and 0.0437967 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071654Jy sigma=0.000734 ! Fit after self-cal, rms=0.071663Jy sigma=0.000734 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.29381e-05 Jy ! Component: 100 - total flux cleaned = -1.30802e-05 Jy ! Component: 150 - total flux cleaned = -1.89498e-05 Jy ! Component: 200 - total flux cleaned = -1.90264e-05 Jy ! Total flux subtracted in 200 components = -1.90264e-05 Jy ! Clean residual min=-0.002056 max=0.002159 Jy/beam ! Clean residual mean=-0.000008 rms=0.000570 Jy/beam ! Combined flux in latest and established models = 0.0437777 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 44 components and 0.0437777 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071664Jy sigma=0.000734 ! Fit after self-cal, rms=0.071664Jy sigma=0.000734 ! 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.34 mas, bmaj=7.872 mas, bpa=2.656 degrees ! Estimated noise=538.815 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.34 x 7.872 at 2.656 degrees (North through East) ! Clean map min=-0.0014393 max=0.043161 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.737 mas, bmaj=6.881 mas, bpa=4.268 degrees ! Estimated noise=808.325 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0335697 Jy ! Component: 100 - total flux cleaned = 0.0411437 Jy ! Component: 150 - total flux cleaned = 0.0430714 Jy ! Component: 200 - total flux cleaned = 0.0433836 Jy ! Total flux subtracted in 200 components = 0.0433836 Jy ! Clean residual min=-0.002489 max=0.002569 Jy/beam ! Clean residual mean=-0.000002 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.0433836 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 11 model components to the UV plane model. ! The established model now contains 11 components and 0.0433836 Jy ! Inverting map and beam ! Estimated beam: bmin=3.34 mas, bmaj=7.872 mas, bpa=2.656 degrees ! Estimated noise=538.815 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.000501931 Jy ! Component: 100 - total flux cleaned = 0.000507908 Jy ! Component: 150 - total flux cleaned = 0.000489825 Jy ! Component: 200 - total flux cleaned = 0.000489719 Jy ! Total flux subtracted in 200 components = 0.000489719 Jy ! Clean residual min=-0.001488 max=0.001694 Jy/beam ! Clean residual mean=-0.000004 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.0438733 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 27 components and 0.0438734 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.244 mas, bmaj=12.8 mas, bpa=0.4919 degrees ! Estimated noise=675.899 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.57384e-05 Jy ! Component: 100 - total flux cleaned = -4.76443e-05 Jy ! Component: 150 - total flux cleaned = -5.53918e-05 Jy ! Component: 200 - total flux cleaned = -5.54458e-05 Jy ! Total flux subtracted in 200 components = -5.54458e-05 Jy ! Clean residual min=-0.002035 max=0.002190 Jy/beam ! Clean residual mean=-0.000008 rms=0.000570 Jy/beam ! Combined flux in latest and established models = 0.0438179 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 = -2.25705e-08 Jy ! Component: 100 - total flux cleaned = -2.2754e-07 Jy ! Component: 150 - total flux cleaned = -6.27214e-06 Jy ! Component: 200 - total flux cleaned = -6.32095e-06 Jy ! Total flux subtracted in 200 components = -6.32095e-06 Jy ! Clean residual min=-0.002044 max=0.002189 Jy/beam ! Clean residual mean=-0.000008 rms=0.000569 Jy/beam ! Combined flux in latest and established models = 0.0438116 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 34 components and 0.0438116 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.34 mas, bmaj=7.872 mas, bpa=2.656 degrees ! Estimated noise=538.815 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.87931e-06 Jy ! Component: 100 - total flux cleaned = 2.09886e-05 Jy ! Component: 150 - total flux cleaned = 3.34899e-05 Jy ! Component: 200 - total flux cleaned = 3.33097e-05 Jy ! Total flux subtracted in 200 components = 3.33097e-05 Jy ! Clean residual min=-0.001469 max=0.001733 Jy/beam ! Clean residual mean=-0.000004 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.0438449 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 41 components and 0.0438449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071669Jy sigma=0.000734 ! Fit after self-cal, rms=0.071667Jy sigma=0.000734 wmodel J2123-0519_S_2015_01_23_pus_map.mod ! Writing 41 model components to file: J2123-0519_S_2015_01_23_pus_map.mod wobs J2123-0519_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J2123-0519_S_2015_01_23_pus_uvs.fits wwins J2123-0519_S_2015_01_23_pus_map.win ! wwins: Wrote 1 windows to J2123-0519_S_2015_01_23_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.000685905 Jy ! Component: 100 - total flux cleaned = 0.000798284 Jy ! Component: 150 - total flux cleaned = 0.000928568 Jy ! Component: 200 - total flux cleaned = 0.00100369 Jy ! Component: 250 - total flux cleaned = 0.00114882 Jy ! Component: 300 - total flux cleaned = 0.00131229 Jy ! Component: 350 - total flux cleaned = 0.00144696 Jy ! Component: 400 - total flux cleaned = 0.00151234 Jy ! Component: 450 - total flux cleaned = 0.0015341 Jy ! Component: 500 - total flux cleaned = 0.00151421 Jy ! Component: 550 - total flux cleaned = 0.00153422 Jy ! Component: 600 - total flux cleaned = 0.00145551 Jy ! Component: 650 - total flux cleaned = 0.001436 Jy ! Component: 700 - total flux cleaned = 0.00136095 Jy ! Component: 750 - total flux cleaned = 0.00128752 Jy ! Component: 800 - total flux cleaned = 0.00126985 Jy ! Component: 850 - total flux cleaned = 0.00125192 Jy ! Component: 900 - total flux cleaned = 0.00119994 Jy ! Component: 950 - total flux cleaned = 0.00116598 Jy ! Component: 1000 - total flux cleaned = 0.00113275 Jy ! Component: 1050 - total flux cleaned = 0.00111653 Jy ! Component: 1100 - total flux cleaned = 0.00108463 Jy ! Component: 1150 - total flux cleaned = 0.00103759 Jy ! Component: 1200 - total flux cleaned = 0.00100687 Jy ! Component: 1250 - total flux cleaned = 0.00100663 Jy ! Component: 1300 - total flux cleaned = 0.000976047 Jy ! Component: 1350 - total flux cleaned = 0.000916525 Jy ! Component: 1400 - total flux cleaned = 0.000858489 Jy ! Component: 1450 - total flux cleaned = 0.000844347 Jy ! Component: 1500 - total flux cleaned = 0.000844634 Jy ! Component: 1550 - total flux cleaned = 0.000858471 Jy ! Component: 1600 - total flux cleaned = 0.000831108 Jy ! Component: 1650 - total flux cleaned = 0.000857868 Jy ! Component: 1700 - total flux cleaned = 0.000831251 Jy ! Component: 1750 - total flux cleaned = 0.000857443 Jy ! Component: 1800 - total flux cleaned = 0.000883241 Jy ! Component: 1850 - total flux cleaned = 0.000883174 Jy ! Component: 1900 - total flux cleaned = 0.000870551 Jy ! Component: 1950 - total flux cleaned = 0.00090772 Jy ! Component: 2000 - total flux cleaned = 0.000883337 Jy ! Component: 2050 - total flux cleaned = 0.000919722 Jy ! Component: 2100 - total flux cleaned = 0.000943801 Jy ! Component: 2150 - total flux cleaned = 0.000932037 Jy ! Component: 2200 - total flux cleaned = 0.000978826 Jy ! Component: 2250 - total flux cleaned = 0.000990484 Jy ! Component: 2300 - total flux cleaned = 0.000990377 Jy ! Component: 2350 - total flux cleaned = 0.00100149 Jy ! Component: 2400 - total flux cleaned = 0.000979134 Jy ! Component: 2450 - total flux cleaned = 0.000979121 Jy ! Component: 2500 - total flux cleaned = 0.00101183 Jy ! Component: 2550 - total flux cleaned = 0.00100085 Jy ! Component: 2600 - total flux cleaned = 0.00094742 Jy ! Component: 2650 - total flux cleaned = 0.000989947 Jy ! Component: 2700 - total flux cleaned = 0.000968822 Jy ! Component: 2750 - total flux cleaned = 0.000979249 Jy ! Component: 2800 - total flux cleaned = 0.000968941 Jy ! Component: 2850 - total flux cleaned = 0.000979204 Jy ! Component: 2900 - total flux cleaned = 0.000999331 Jy ! Component: 2950 - total flux cleaned = 0.000999302 Jy ! Component: 3000 - total flux cleaned = 0.0010191 Jy ! Component: 3050 - total flux cleaned = 0.000999349 Jy ! Component: 3100 - total flux cleaned = 0.000970047 Jy ! Component: 3150 - total flux cleaned = 0.000960475 Jy ! Component: 3200 - total flux cleaned = 0.000960509 Jy ! Component: 3250 - total flux cleaned = 0.000950891 Jy ! Component: 3300 - total flux cleaned = 0.000950851 Jy ! Component: 3350 - total flux cleaned = 0.000941474 Jy ! Component: 3400 - total flux cleaned = 0.000941547 Jy ! Component: 3450 - total flux cleaned = 0.000932285 Jy ! Component: 3500 - total flux cleaned = 0.000932254 Jy ! Component: 3550 - total flux cleaned = 0.000905096 Jy ! Component: 3600 - total flux cleaned = 0.000914163 Jy ! Component: 3650 - total flux cleaned = 0.0008964 Jy ! Component: 3700 - total flux cleaned = 0.000905225 Jy ! Component: 3750 - total flux cleaned = 0.000870124 Jy ! Component: 3800 - total flux cleaned = 0.000887611 Jy ! Component: 3850 - total flux cleaned = 0.000870333 Jy ! Component: 3900 - total flux cleaned = 0.0008875 Jy ! Component: 3950 - total flux cleaned = 0.000870534 Jy ! Component: 4000 - total flux cleaned = 0.00082831 Jy ! Component: 4050 - total flux cleaned = 0.000836729 Jy ! Total flux subtracted in 4096 components = 0.000803347 Jy ! Clean residual min=-0.000450 max=0.000524 Jy/beam ! Clean residual mean=-0.000002 rms=0.000152 Jy/beam ! Combined flux in latest and established models = 0.0446482 Jy keep ! Adding 279 model components to the UV plane model. ! The established model now contains 320 components and 0.0446482 Jy ![Exited script file: muppet] wmap "J2123-0519_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.34 x 7.872 at 2.656 degrees (North through East) ! Clean map min=-0.00095269 max=0.043085 Jy/beam ! Writing clean map to FITS file: J2123-0519_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0430853 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000151429 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.05439 1.05439 2.10877 4.21755 8.4351 16.8702 33.7404 67.4808 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.043 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.34 x 7.872 at 2.656 degrees (North through East) ! Clean map min=-0.00095269 max=0.043085 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 J2123-0519_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:34:56 2017