! Started logfile: J0057-0024_S_2014_08_09_pus_uvs.log on Tue Nov 29 22:50:48 2016 obs J0057-0024_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J0057-0024_S_2014_08_09_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.791439 visibilities/baseline/integration-bin. ! Found source: J0057-0024 ! ! 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 342 lines of history. ! ! Reading 17380 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 J0057-0024_S_2014_08_09_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 128 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 128 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 128 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 128 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.916352Jy sigma=0.010652 ! Fit after self-cal, rms=0.889386Jy sigma=0.010371 ! 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.565 mas, bmaj=9.472 mas, bpa=17.29 degrees ! Estimated noise=638.132 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.0851633 Jy ! Component: 100 - total flux cleaned = 0.10456 Jy ! Total flux subtracted in 100 components = 0.10456 Jy ! Clean residual min=-0.004392 max=0.006925 Jy/beam ! Clean residual mean=0.000015 rms=0.001047 Jy/beam ! Combined flux in latest and established models = 0.10456 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.10456 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077711Jy sigma=0.000846 ! Fit after self-cal, rms=0.077689Jy sigma=0.000845 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00729122 Jy ! Component: 100 - total flux cleaned = 0.0108456 Jy ! Total flux subtracted in 100 components = 0.0108456 Jy ! Clean residual min=-0.003865 max=0.003136 Jy/beam ! Clean residual mean=0.000004 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.115406 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 21 components and 0.115406 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076644Jy sigma=0.000843 ! Fit after self-cal, rms=0.076644Jy sigma=0.000843 ! 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=4.188 mas, bmaj=10.06 mas, bpa=15.97 degrees ! Estimated noise=479.4 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.00283767 Jy ! Component: 100 - total flux cleaned = 0.00433081 Jy ! Component: 150 - total flux cleaned = 0.00525671 Jy ! Component: 200 - total flux cleaned = 0.00584427 Jy ! Total flux subtracted in 200 components = 0.00584427 Jy ! Clean residual min=-0.003028 max=0.003660 Jy/beam ! Clean residual mean=-0.000000 rms=0.000867 Jy/beam ! Combined flux in latest and established models = 0.12125 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 53 components and 0.12125 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076423Jy sigma=0.000844 ! Fit after self-cal, rms=0.076427Jy sigma=0.000844 ! 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.00 FD 0.87 HN 0.97 KP 1.04 ! LA 1.07 MK 1.00* NL 0.96 OV 0.98 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.03 HN 1.01 KP 1.92 ! LA 1.04 MK 1.00* NL 0.99 OV 1.02 ! PT 1.00 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.13 HN 1.03 KP 0.89 ! LA 0.81 MK 1.00* NL 0.96 OV 0.95 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.01 HN 0.99 KP 0.86 ! LA 0.80 MK 1.00* NL 1.06 OV 1.01 ! PT 1.00 SC 0.97 ! ! ! Fit before self-cal, rms=0.076427Jy sigma=0.000844 ! Fit after self-cal, rms=0.078552Jy sigma=0.000798 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.193 mas, bmaj=10.09 mas, bpa=16.03 degrees ! Estimated noise=485.522 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.00119577 Jy ! Component: 100 - total flux cleaned = 0.00143772 Jy ! Component: 150 - total flux cleaned = 0.0014709 Jy ! Component: 200 - total flux cleaned = 0.00150025 Jy ! Total flux subtracted in 200 components = 0.00150025 Jy ! Clean residual min=-0.002267 max=0.002154 Jy/beam ! Clean residual mean=-0.000009 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.122751 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 74 components and 0.122751 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078502Jy sigma=0.000798 ! Fit after self-cal, rms=0.078521Jy sigma=0.000797 ! 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.078521Jy sigma=0.000797 ! Fit after self-cal, rms=0.081377Jy sigma=0.000783 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.202 mas, bmaj=10.11 mas, bpa=16.11 degrees ! Estimated noise=486.519 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.88897e-05 Jy ! Component: 100 - total flux cleaned = -5.31253e-05 Jy ! Component: 150 - total flux cleaned = -8.01501e-05 Jy ! Component: 200 - total flux cleaned = -0.000102346 Jy ! Total flux subtracted in 200 components = -0.000102346 Jy ! Clean residual min=-0.001461 max=0.001376 Jy/beam ! Clean residual mean=-0.000005 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.122648 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 83 components and 0.122648 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081365Jy sigma=0.000783 ! Fit after self-cal, rms=0.081427Jy sigma=0.000783 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.06324e-05 Jy ! Component: 100 - total flux cleaned = -4.15915e-05 Jy ! Component: 150 - total flux cleaned = -6.96444e-05 Jy ! Component: 200 - total flux cleaned = -8.68398e-05 Jy ! Total flux subtracted in 200 components = -8.68398e-05 Jy ! Clean residual min=-0.001434 max=0.001347 Jy/beam ! Clean residual mean=-0.000005 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.122561 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 98 components and 0.122561 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081423Jy sigma=0.000783 ! Fit after self-cal, rms=0.081423Jy sigma=0.000783 ! 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.081423Jy sigma=0.000783 ! Fit after self-cal, rms=0.082128Jy sigma=0.000783 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.205 mas, bmaj=10.12 mas, bpa=16.13 degrees ! Estimated noise=488.208 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00015867 Jy ! Component: 100 - total flux cleaned = 0.000161806 Jy ! Component: 150 - total flux cleaned = 0.000136208 Jy ! Component: 200 - total flux cleaned = 0.000113115 Jy ! Total flux subtracted in 200 components = 0.000113115 Jy ! Clean residual min=-0.001435 max=0.001340 Jy/beam ! Clean residual mean=-0.000005 rms=0.000370 Jy/beam ! Combined flux in latest and established models = 0.122674 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 111 components and 0.122674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082120Jy sigma=0.000783 ! Fit after self-cal, rms=0.082125Jy sigma=0.000783 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.85595e-06 Jy ! Component: 100 - total flux cleaned = 4.81309e-06 Jy ! Component: 150 - total flux cleaned = -8.31697e-06 Jy ! Component: 200 - total flux cleaned = -2.03385e-05 Jy ! Total flux subtracted in 200 components = -2.03385e-05 Jy ! Clean residual min=-0.001424 max=0.001340 Jy/beam ! Clean residual mean=-0.000005 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.122654 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 115 components and 0.122654 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082122Jy sigma=0.000783 ! Fit after self-cal, rms=0.082122Jy sigma=0.000783 ! 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.082122Jy sigma=0.000783 ! Fit after self-cal, rms=0.082425Jy sigma=0.000783 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.885 mas, bmaj=12.62 mas, bpa=4.346 degrees ! Estimated noise=561.958 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000169295 Jy ! Component: 100 - total flux cleaned = 0.000157651 Jy ! Component: 150 - total flux cleaned = 0.000138173 Jy ! Component: 200 - total flux cleaned = 0.000138299 Jy ! Total flux subtracted in 200 components = 0.000138299 Jy ! Clean residual min=-0.001661 max=0.001407 Jy/beam ! Clean residual mean=-0.000008 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.122792 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 122 components and 0.122792 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082421Jy sigma=0.000783 ! Fit after self-cal, rms=0.082420Jy sigma=0.000783 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.99319e-05 Jy ! Component: 100 - total flux cleaned = -1.97214e-05 Jy ! Component: 150 - total flux cleaned = -2.67596e-05 Jy ! Component: 200 - total flux cleaned = -2.70772e-05 Jy ! Total flux subtracted in 200 components = -2.70772e-05 Jy ! Clean residual min=-0.001660 max=0.001417 Jy/beam ! Clean residual mean=-0.000008 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.122765 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 123 components and 0.122765 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082419Jy sigma=0.000783 ! Fit after self-cal, rms=0.082418Jy sigma=0.000783 ! 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=4.207 mas, bmaj=10.12 mas, bpa=16.14 degrees ! Estimated noise=489.85 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.207 x 10.12 at 16.14 degrees (North through East) ! Clean map min=-0.0014075 max=0.11254 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.566 mas, bmaj=9.523 mas, bpa=17.41 degrees ! Estimated noise=649.433 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0866102 Jy ! Component: 100 - total flux cleaned = 0.10676 Jy ! Component: 150 - total flux cleaned = 0.114305 Jy ! Component: 200 - total flux cleaned = 0.117873 Jy ! Total flux subtracted in 200 components = 0.117873 Jy ! Clean residual min=-0.002496 max=0.001957 Jy/beam ! Clean residual mean=0.000001 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.117873 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.117873 Jy ! Inverting map and beam ! Estimated beam: bmin=4.207 mas, bmaj=10.12 mas, bpa=16.14 degrees ! Estimated noise=489.85 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.00262313 Jy ! Component: 100 - total flux cleaned = 0.0038144 Jy ! Component: 150 - total flux cleaned = 0.00450331 Jy ! Component: 200 - total flux cleaned = 0.0048109 Jy ! Total flux subtracted in 200 components = 0.0048109 Jy ! Clean residual min=-0.001513 max=0.001355 Jy/beam ! Clean residual mean=-0.000005 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.122684 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 51 components and 0.122684 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.885 mas, bmaj=12.62 mas, bpa=4.346 degrees ! Estimated noise=561.958 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.46641e-06 Jy ! Component: 100 - total flux cleaned = 7.5293e-05 Jy ! Component: 150 - total flux cleaned = 0.000131064 Jy ! Component: 200 - total flux cleaned = 0.00013941 Jy ! Total flux subtracted in 200 components = 0.00013941 Jy ! Clean residual min=-0.001686 max=0.001416 Jy/beam ! Clean residual mean=-0.000008 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.122823 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 = -1.9369e-07 Jy ! Component: 100 - total flux cleaned = -3.21147e-07 Jy ! Component: 150 - total flux cleaned = -6.1479e-07 Jy ! Component: 200 - total flux cleaned = -6.28434e-06 Jy ! Total flux subtracted in 200 components = -6.28434e-06 Jy ! Clean residual min=-0.001685 max=0.001430 Jy/beam ! Clean residual mean=-0.000008 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.122817 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 76 components and 0.122817 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.207 mas, bmaj=10.12 mas, bpa=16.14 degrees ! Estimated noise=489.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.44358e-05 Jy ! Component: 100 - total flux cleaned = 7.51666e-05 Jy ! Component: 150 - total flux cleaned = 0.000101059 Jy ! Component: 200 - total flux cleaned = 0.000145245 Jy ! Total flux subtracted in 200 components = 0.000145245 Jy ! Clean residual min=-0.001448 max=0.001334 Jy/beam ! Clean residual mean=-0.000005 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.122962 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 87 components and 0.122962 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082420Jy sigma=0.000783 ! Fit after self-cal, rms=0.082418Jy sigma=0.000783 wmodel J0057-0024_S_2014_08_09_pus_map.mod ! Writing 87 model components to file: J0057-0024_S_2014_08_09_pus_map.mod wobs J0057-0024_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J0057-0024_S_2014_08_09_pus_uvs.fits wwins J0057-0024_S_2014_08_09_pus_map.win ! wwins: Wrote 1 windows to J0057-0024_S_2014_08_09_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 = 6.52565e-06 Jy ! Component: 100 - total flux cleaned = 0.00012315 Jy ! Component: 150 - total flux cleaned = 0.000411756 Jy ! Component: 200 - total flux cleaned = 0.000623649 Jy ! Component: 250 - total flux cleaned = 0.000705737 Jy ! Component: 300 - total flux cleaned = 0.000765497 Jy ! Component: 350 - total flux cleaned = 0.000823652 Jy ! Component: 400 - total flux cleaned = 0.000880051 Jy ! Component: 450 - total flux cleaned = 0.000970663 Jy ! Component: 500 - total flux cleaned = 0.00105883 Jy ! Component: 550 - total flux cleaned = 0.00119589 Jy ! Component: 600 - total flux cleaned = 0.00129626 Jy ! Component: 650 - total flux cleaned = 0.00134616 Jy ! Component: 700 - total flux cleaned = 0.00149189 Jy ! Component: 750 - total flux cleaned = 0.00155524 Jy ! Component: 800 - total flux cleaned = 0.00166407 Jy ! Component: 850 - total flux cleaned = 0.00174093 Jy ! Component: 900 - total flux cleaned = 0.00184652 Jy ! Component: 950 - total flux cleaned = 0.00189103 Jy ! Component: 1000 - total flux cleaned = 0.0020079 Jy ! Component: 1050 - total flux cleaned = 0.00207924 Jy ! Component: 1100 - total flux cleaned = 0.00210757 Jy ! Component: 1150 - total flux cleaned = 0.0021493 Jy ! Component: 1200 - total flux cleaned = 0.00223164 Jy ! Component: 1250 - total flux cleaned = 0.00225847 Jy ! Component: 1300 - total flux cleaned = 0.00232507 Jy ! Component: 1350 - total flux cleaned = 0.00239066 Jy ! Component: 1400 - total flux cleaned = 0.00240363 Jy ! Component: 1450 - total flux cleaned = 0.00242894 Jy ! Component: 1500 - total flux cleaned = 0.00244129 Jy ! Component: 1550 - total flux cleaned = 0.00241634 Jy ! Component: 1600 - total flux cleaned = 0.00241634 Jy ! Component: 1650 - total flux cleaned = 0.00241645 Jy ! Component: 1700 - total flux cleaned = 0.00242842 Jy ! Component: 1750 - total flux cleaned = 0.0024049 Jy ! Component: 1800 - total flux cleaned = 0.00241672 Jy ! Component: 1850 - total flux cleaned = 0.00242831 Jy ! Component: 1900 - total flux cleaned = 0.00243969 Jy ! Component: 1950 - total flux cleaned = 0.00247326 Jy ! Component: 2000 - total flux cleaned = 0.00243978 Jy ! Component: 2050 - total flux cleaned = 0.00246199 Jy ! Component: 2100 - total flux cleaned = 0.00249489 Jy ! Component: 2150 - total flux cleaned = 0.00251667 Jy ! Component: 2200 - total flux cleaned = 0.00259127 Jy ! Component: 2250 - total flux cleaned = 0.00263339 Jy ! Component: 2300 - total flux cleaned = 0.00263352 Jy ! Component: 2350 - total flux cleaned = 0.00266469 Jy ! Component: 2400 - total flux cleaned = 0.00269507 Jy ! Component: 2450 - total flux cleaned = 0.0027757 Jy ! Component: 2500 - total flux cleaned = 0.0028156 Jy ! Component: 2550 - total flux cleaned = 0.00287494 Jy ! Component: 2600 - total flux cleaned = 0.0028749 Jy ! Component: 2650 - total flux cleaned = 0.00292337 Jy ! Component: 2700 - total flux cleaned = 0.00291374 Jy ! Component: 2750 - total flux cleaned = 0.00298052 Jy ! Component: 2800 - total flux cleaned = 0.00303709 Jy ! Component: 2850 - total flux cleaned = 0.0030743 Jy ! Component: 2900 - total flux cleaned = 0.00306499 Jy ! Component: 2950 - total flux cleaned = 0.00309252 Jy ! Component: 3000 - total flux cleaned = 0.00309261 Jy ! Component: 3050 - total flux cleaned = 0.0030837 Jy ! Component: 3100 - total flux cleaned = 0.00311049 Jy ! Component: 3150 - total flux cleaned = 0.00303943 Jy ! Component: 3200 - total flux cleaned = 0.0030483 Jy ! Component: 3250 - total flux cleaned = 0.00304823 Jy ! Component: 3300 - total flux cleaned = 0.00302222 Jy ! Component: 3350 - total flux cleaned = 0.00300495 Jy ! Component: 3400 - total flux cleaned = 0.00300492 Jy ! Component: 3450 - total flux cleaned = 0.00299644 Jy ! Component: 3500 - total flux cleaned = 0.00301318 Jy ! Component: 3550 - total flux cleaned = 0.00298804 Jy ! Component: 3600 - total flux cleaned = 0.00297976 Jy ! Component: 3650 - total flux cleaned = 0.00295513 Jy ! Component: 3700 - total flux cleaned = 0.0029551 Jy ! Component: 3750 - total flux cleaned = 0.00294706 Jy ! Component: 3800 - total flux cleaned = 0.0029149 Jy ! Component: 3850 - total flux cleaned = 0.00293092 Jy ! Component: 3900 - total flux cleaned = 0.00289915 Jy ! Component: 3950 - total flux cleaned = 0.00290696 Jy ! Component: 4000 - total flux cleaned = 0.0028835 Jy ! Component: 4050 - total flux cleaned = 0.00286791 Jy ! Total flux subtracted in 4096 components = 0.00286791 Jy ! Clean residual min=-0.000584 max=0.000616 Jy/beam ! Clean residual mean=-0.000001 rms=0.000149 Jy/beam ! Combined flux in latest and established models = 0.12583 Jy keep ! Adding 306 model components to the UV plane model. ! The established model now contains 393 components and 0.12583 Jy ![Exited script file: muppet] wmap "J0057-0024_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.207 x 10.12 at 16.14 degrees (North through East) ! Clean map min=-0.0010097 max=0.11286 Jy/beam ! Writing clean map to FITS file: J0057-0024_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.112856 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00014796 device "J0057-0024_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0057-0024_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.393313 0.393313 0.786626 1.57325 3.1465 6.293 12.586 25.172 50.344 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.112 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.207 x 10.12 at 16.14 degrees (North through East) ! Clean map min=-0.0010097 max=0.11286 Jy/beam quit ! Quitting program ! Log file J0057-0024_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 22:50:54 2016