! Started logfile: J0522-1627_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:47:41 2016 obs J0522-1627_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0522-1627_S_2015_03_17_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.869577 visibilities/baseline/integration-bin. ! Found source: J0522-1627 ! ! 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 330 lines of history. ! ! Reading 13148 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 J0522-1627_S_2015_03_17_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 58 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 58 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 58 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 58 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.819925Jy sigma=0.008353 ! Fit after self-cal, rms=0.792971Jy sigma=0.008087 ! 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.599 mas, bmaj=7.246 mas, bpa=0.6336 degrees ! Estimated noise=843.616 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.155051 Jy ! Component: 100 - total flux cleaned = 0.192505 Jy ! Total flux subtracted in 100 components = 0.192505 Jy ! Clean residual min=-0.006894 max=0.015340 Jy/beam ! Clean residual mean=0.000002 rms=0.001955 Jy/beam ! Combined flux in latest and established models = 0.192505 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.192505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092562Jy sigma=0.000854 ! Fit after self-cal, rms=0.092543Jy sigma=0.000854 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0173327 Jy ! Component: 100 - total flux cleaned = 0.0273791 Jy ! Total flux subtracted in 100 components = 0.0273791 Jy ! Clean residual min=-0.005984 max=0.007485 Jy/beam ! Clean residual mean=0.000002 rms=0.001384 Jy/beam ! Combined flux in latest and established models = 0.219884 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 27 components and 0.219884 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087572Jy sigma=0.000815 ! Fit after self-cal, rms=0.087554Jy sigma=0.000815 ! 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.21 mas, bmaj=8.654 mas, bpa=1.959 degrees ! Estimated noise=619.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) ! Added new window around map position (-2, 11). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00904886 Jy ! Component: 100 - total flux cleaned = 0.0144849 Jy ! Component: 150 - total flux cleaned = 0.0171318 Jy ! Component: 200 - total flux cleaned = 0.0183914 Jy ! Total flux subtracted in 200 components = 0.0183914 Jy ! Clean residual min=-0.005682 max=0.004240 Jy/beam ! Clean residual mean=-0.000003 rms=0.001239 Jy/beam ! Combined flux in latest and established models = 0.238276 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 59 components and 0.238276 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086179Jy sigma=0.000807 ! Fit after self-cal, rms=0.086125Jy sigma=0.000807 ! 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.02 FD 0.82 HN 0.98 KP 1.12 ! LA 0.99 MK 1.03 NL 0.91 OV 1.00 ! PT 1.07 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.93 HN 1.04 KP 1.08 ! LA 0.96 MK 1.02 NL 1.02 OV 1.04 ! PT 1.06 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.90 HN 1.04 KP 0.96 ! LA 0.80 MK 1.05 NL 1.10 OV 0.97 ! PT 1.04 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.94 HN 0.98 KP 0.93 ! LA 0.86 MK 1.08 NL 1.01 OV 1.02 ! PT 1.08 SC 0.99 ! ! ! Fit before self-cal, rms=0.086125Jy sigma=0.000807 ! Fit after self-cal, rms=0.079741Jy sigma=0.000776 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.244 mas, bmaj=8.755 mas, bpa=2.191 degrees ! Estimated noise=621.237 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.00104148 Jy ! Component: 100 - total flux cleaned = -0.00122168 Jy ! Component: 150 - total flux cleaned = -0.00129759 Jy ! Component: 200 - total flux cleaned = -0.00133047 Jy ! Total flux subtracted in 200 components = -0.00133047 Jy ! Clean residual min=-0.001724 max=0.001834 Jy/beam ! Clean residual mean=-0.000001 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.236945 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 74 components and 0.236945 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079701Jy sigma=0.000776 ! Fit after self-cal, rms=0.079634Jy sigma=0.000776 ! 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.079634Jy sigma=0.000776 ! Fit after self-cal, rms=0.079535Jy sigma=0.000775 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.247 mas, bmaj=8.759 mas, bpa=2.206 degrees ! Estimated noise=620.904 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0002363 Jy ! Component: 100 - total flux cleaned = -0.000263903 Jy ! Component: 150 - total flux cleaned = -0.000333956 Jy ! Component: 200 - total flux cleaned = -0.000375114 Jy ! Total flux subtracted in 200 components = -0.000375114 Jy ! Clean residual min=-0.001844 max=0.001548 Jy/beam ! Clean residual mean=0.000001 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.23657 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 92 components and 0.23657 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079521Jy sigma=0.000774 ! Fit after self-cal, rms=0.079523Jy sigma=0.000774 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 = 3.25207e-06 Jy ! Component: 100 - total flux cleaned = -3.45317e-05 Jy ! Component: 150 - total flux cleaned = -5.14535e-05 Jy ! Component: 200 - total flux cleaned = -6.76955e-05 Jy ! Total flux subtracted in 200 components = -6.76955e-05 Jy ! Clean residual min=-0.001780 max=0.001545 Jy/beam ! Clean residual mean=0.000001 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.236502 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 97 components and 0.236502 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079516Jy sigma=0.000774 ! Fit after self-cal, rms=0.079515Jy sigma=0.000774 ! 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.079515Jy sigma=0.000774 ! Fit after self-cal, rms=0.079506Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.248 mas, bmaj=8.762 mas, bpa=2.236 degrees ! Estimated noise=620.805 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000168234 Jy ! Component: 100 - total flux cleaned = -0.000252203 Jy ! Component: 150 - total flux cleaned = -0.000267373 Jy ! Component: 200 - total flux cleaned = -0.000295044 Jy ! Total flux subtracted in 200 components = -0.000295044 Jy ! Clean residual min=-0.001773 max=0.001540 Jy/beam ! Clean residual mean=0.000001 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.236207 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 100 components and 0.236207 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079500Jy sigma=0.000774 ! Fit after self-cal, rms=0.079500Jy sigma=0.000774 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.27497e-06 Jy ! Component: 100 - total flux cleaned = -1.81575e-05 Jy ! Component: 150 - total flux cleaned = -1.83185e-05 Jy ! Component: 200 - total flux cleaned = -4.08869e-05 Jy ! Total flux subtracted in 200 components = -4.08869e-05 Jy ! Clean residual min=-0.001736 max=0.001531 Jy/beam ! Clean residual mean=0.000001 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.236166 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 105 components and 0.236166 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079496Jy sigma=0.000774 ! Fit after self-cal, rms=0.079495Jy sigma=0.000774 ! 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.079495Jy sigma=0.000774 ! Fit after self-cal, rms=0.079498Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.563 mas, bmaj=15.76 mas, bpa=2.571 degrees ! Estimated noise=783.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.04972e-06 Jy ! Component: 100 - total flux cleaned = 5.08784e-05 Jy ! Component: 150 - total flux cleaned = 6.51374e-05 Jy ! Component: 200 - total flux cleaned = 7.79404e-05 Jy ! Total flux subtracted in 200 components = 7.79404e-05 Jy ! Clean residual min=-0.001589 max=0.001710 Jy/beam ! Clean residual mean=0.000001 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.236244 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 116 components and 0.236244 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079497Jy sigma=0.000774 ! Fit after self-cal, rms=0.079497Jy sigma=0.000774 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.43584e-05 Jy ! Component: 100 - total flux cleaned = 6.0434e-05 Jy ! Component: 150 - total flux cleaned = 7.2899e-05 Jy ! Component: 200 - total flux cleaned = 7.87102e-05 Jy ! Total flux subtracted in 200 components = 7.87102e-05 Jy ! Clean residual min=-0.001587 max=0.001727 Jy/beam ! Clean residual mean=0.000001 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.236323 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 122 components and 0.236323 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079496Jy sigma=0.000774 ! Fit after self-cal, rms=0.079496Jy sigma=0.000774 ! 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.25 mas, bmaj=8.765 mas, bpa=2.255 degrees ! Estimated noise=620.862 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.25 x 8.765 at 2.255 degrees (North through East) ! Clean map min=-0.0016611 max=0.20176 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.625 mas, bmaj=7.323 mas, bpa=1.073 degrees ! Estimated noise=849.447 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.156047 Jy ! Component: 100 - total flux cleaned = 0.192457 Jy ! Component: 150 - total flux cleaned = 0.208381 Jy ! Component: 200 - total flux cleaned = 0.217763 Jy ! Total flux subtracted in 200 components = 0.217763 Jy ! Clean residual min=-0.003259 max=0.004860 Jy/beam ! Clean residual mean=0.000001 rms=0.000872 Jy/beam ! Combined flux in latest and established models = 0.217763 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 36 model components to the UV plane model. ! The established model now contains 36 components and 0.217763 Jy ! Inverting map and beam ! Estimated beam: bmin=3.25 mas, bmaj=8.765 mas, bpa=2.255 degrees ! Estimated noise=620.862 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.00771778 Jy ! Component: 100 - total flux cleaned = 0.0122389 Jy ! Component: 150 - total flux cleaned = 0.0149919 Jy ! Component: 200 - total flux cleaned = 0.0158592 Jy ! Total flux subtracted in 200 components = 0.0158592 Jy ! Clean residual min=-0.001857 max=0.001753 Jy/beam ! Clean residual mean=0.000001 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.233622 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 74 components and 0.233622 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.563 mas, bmaj=15.76 mas, bpa=2.571 degrees ! Estimated noise=783.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00162343 Jy ! Component: 100 - total flux cleaned = 0.00219185 Jy ! Component: 150 - total flux cleaned = 0.00227627 Jy ! Component: 200 - total flux cleaned = 0.0022944 Jy ! Total flux subtracted in 200 components = 0.0022944 Jy ! Clean residual min=-0.001579 max=0.001782 Jy/beam ! Clean residual mean=0.000002 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.235917 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.39232e-05 Jy ! Component: 100 - total flux cleaned = 7.97421e-05 Jy ! Component: 150 - total flux cleaned = 0.000107841 Jy ! Component: 200 - total flux cleaned = 0.000134287 Jy ! Total flux subtracted in 200 components = 0.000134287 Jy ! Clean residual min=-0.001590 max=0.001770 Jy/beam ! Clean residual mean=0.000001 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.236051 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 99 components and 0.236051 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.25 mas, bmaj=8.765 mas, bpa=2.255 degrees ! Estimated noise=620.862 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000463724 Jy ! Component: 100 - total flux cleaned = -0.000391351 Jy ! Component: 150 - total flux cleaned = -0.000391494 Jy ! Component: 200 - total flux cleaned = -0.000363178 Jy ! Total flux subtracted in 200 components = -0.000363178 Jy ! Clean residual min=-0.001780 max=0.001658 Jy/beam ! Clean residual mean=0.000001 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.235688 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 114 components and 0.235688 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079533Jy sigma=0.000775 ! Fit after self-cal, rms=0.079530Jy sigma=0.000774 wmodel J0522-1627_S_2015_03_17_pus_map.mod ! Writing 114 model components to file: J0522-1627_S_2015_03_17_pus_map.mod wobs J0522-1627_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0522-1627_S_2015_03_17_pus_uvs.fits wwins J0522-1627_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J0522-1627_S_2015_03_17_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.000561801 Jy ! Component: 100 - total flux cleaned = -0.000737897 Jy ! Component: 150 - total flux cleaned = -0.000792351 Jy ! Component: 200 - total flux cleaned = -0.00084597 Jy ! Component: 250 - total flux cleaned = -0.000947974 Jy ! Component: 300 - total flux cleaned = -0.00104655 Jy ! Component: 350 - total flux cleaned = -0.00109517 Jy ! Component: 400 - total flux cleaned = -0.0011417 Jy ! Component: 450 - total flux cleaned = -0.00118671 Jy ! Component: 500 - total flux cleaned = -0.00112013 Jy ! Component: 550 - total flux cleaned = -0.00107764 Jy ! Component: 600 - total flux cleaned = -0.0011204 Jy ! Component: 650 - total flux cleaned = -0.00114118 Jy ! Component: 700 - total flux cleaned = -0.00114082 Jy ! Component: 750 - total flux cleaned = -0.00108081 Jy ! Component: 800 - total flux cleaned = -0.00110034 Jy ! Component: 850 - total flux cleaned = -0.00106163 Jy ! Component: 900 - total flux cleaned = -0.00106191 Jy ! Component: 950 - total flux cleaned = -0.00100567 Jy ! Component: 1000 - total flux cleaned = -0.00100616 Jy ! Component: 1050 - total flux cleaned = -0.00102478 Jy ! Component: 1100 - total flux cleaned = -0.00102507 Jy ! Component: 1150 - total flux cleaned = -0.00106038 Jy ! Component: 1200 - total flux cleaned = -0.00109499 Jy ! Component: 1250 - total flux cleaned = -0.0010427 Jy ! Component: 1300 - total flux cleaned = -0.00105937 Jy ! Component: 1350 - total flux cleaned = -0.00104233 Jy ! Component: 1400 - total flux cleaned = -0.000992473 Jy ! Component: 1450 - total flux cleaned = -0.000975978 Jy ! Component: 1500 - total flux cleaned = -0.000943276 Jy ! Component: 1550 - total flux cleaned = -0.000927033 Jy ! Component: 1600 - total flux cleaned = -0.000879305 Jy ! Component: 1650 - total flux cleaned = -0.000879347 Jy ! Component: 1700 - total flux cleaned = -0.000802199 Jy ! Component: 1750 - total flux cleaned = -0.000802425 Jy ! Component: 1800 - total flux cleaned = -0.000863482 Jy ! Component: 1850 - total flux cleaned = -0.000848308 Jy ! Component: 1900 - total flux cleaned = -0.000908073 Jy ! Component: 1950 - total flux cleaned = -0.000922657 Jy ! Component: 2000 - total flux cleaned = -0.000922674 Jy ! Component: 2050 - total flux cleaned = -0.000966131 Jy ! Component: 2100 - total flux cleaned = -0.000995055 Jy ! Component: 2150 - total flux cleaned = -0.00102343 Jy ! Component: 2200 - total flux cleaned = -0.000967385 Jy ! Component: 2250 - total flux cleaned = -0.000953544 Jy ! Component: 2300 - total flux cleaned = -0.000967716 Jy ! Component: 2350 - total flux cleaned = -0.000995181 Jy ! Component: 2400 - total flux cleaned = -0.0010088 Jy ! Component: 2450 - total flux cleaned = -0.00106233 Jy ! Component: 2500 - total flux cleaned = -0.00104911 Jy ! Component: 2550 - total flux cleaned = -0.00107561 Jy ! Component: 2600 - total flux cleaned = -0.0010887 Jy ! Component: 2650 - total flux cleaned = -0.00112748 Jy ! Component: 2700 - total flux cleaned = -0.00110202 Jy ! Component: 2750 - total flux cleaned = -0.00108941 Jy ! Component: 2800 - total flux cleaned = -0.00110208 Jy ! Component: 2850 - total flux cleaned = -0.00113981 Jy ! Component: 2900 - total flux cleaned = -0.00110245 Jy ! Component: 2950 - total flux cleaned = -0.00112726 Jy ! Component: 3000 - total flux cleaned = -0.00111499 Jy ! Component: 3050 - total flux cleaned = -0.00111494 Jy ! Component: 3100 - total flux cleaned = -0.00111503 Jy ! Component: 3150 - total flux cleaned = -0.00109109 Jy ! Component: 3200 - total flux cleaned = -0.00111506 Jy ! Component: 3250 - total flux cleaned = -0.00117426 Jy ! Component: 3300 - total flux cleaned = -0.00117418 Jy ! Component: 3350 - total flux cleaned = -0.00119759 Jy ! Component: 3400 - total flux cleaned = -0.00118599 Jy ! Component: 3450 - total flux cleaned = -0.00126653 Jy ! Component: 3500 - total flux cleaned = -0.00127802 Jy ! Component: 3550 - total flux cleaned = -0.00128939 Jy ! Component: 3600 - total flux cleaned = -0.00127824 Jy ! Component: 3650 - total flux cleaned = -0.00131174 Jy ! Component: 3700 - total flux cleaned = -0.00138958 Jy ! Component: 3750 - total flux cleaned = -0.00135637 Jy ! Component: 3800 - total flux cleaned = -0.00136731 Jy ! Component: 3850 - total flux cleaned = -0.00137831 Jy ! Component: 3900 - total flux cleaned = -0.00141085 Jy ! Component: 3950 - total flux cleaned = -0.00142165 Jy ! Component: 4000 - total flux cleaned = -0.00145385 Jy ! Component: 4050 - total flux cleaned = -0.00147509 Jy ! Total flux subtracted in 4096 components = -0.0015387 Jy ! Clean residual min=-0.000650 max=0.000625 Jy/beam ! Clean residual mean=0.000000 rms=0.000199 Jy/beam ! Combined flux in latest and established models = 0.234149 Jy keep ! Adding 283 model components to the UV plane model. ! The established model now contains 397 components and 0.234149 Jy ![Exited script file: muppet] wmap "J0522-1627_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.25 x 8.765 at 2.255 degrees (North through East) ! Clean map min=-0.0015919 max=0.2031 Jy/beam ! Writing clean map to FITS file: J0522-1627_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.203099 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000195805 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.289227 0.289227 0.578454 1.15691 2.31381 4.62763 9.25526 18.5105 37.021 74.0421 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.203 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.25 x 8.765 at 2.255 degrees (North through East) ! Clean map min=-0.0015919 max=0.2031 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 J0522-1627_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:47:48 2016