! Started logfile: J2333-0131_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:42:04 2016 obs J2333-0131_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J2333-0131_S_2014_08_05_pus_uva.fits ! AN table 1: 74 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.75045 visibilities/baseline/integration-bin. ! Found source: J2333-0131 ! ! 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 360 lines of history. ! ! Reading 9996 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 J2333-0131_S_2014_08_05_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 107 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 107 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 107 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 107 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.855866Jy sigma=0.008934 ! Fit after self-cal, rms=0.851529Jy sigma=0.008894 ! 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.561 mas, bmaj=9.755 mas, bpa=19.38 degrees ! Estimated noise=927.998 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.115433 Jy ! Component: 100 - total flux cleaned = 0.142073 Jy ! Total flux subtracted in 100 components = 0.142073 Jy ! Clean residual min=-0.005572 max=0.010084 Jy/beam ! Clean residual mean=0.000004 rms=0.001603 Jy/beam ! Combined flux in latest and established models = 0.142073 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.142073 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086813Jy sigma=0.000814 ! Fit after self-cal, rms=0.086809Jy sigma=0.000814 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0108287 Jy ! Component: 100 - total flux cleaned = 0.0168051 Jy ! Total flux subtracted in 100 components = 0.0168051 Jy ! Clean residual min=-0.005234 max=0.004798 Jy/beam ! Clean residual mean=0.000002 rms=0.001166 Jy/beam ! Combined flux in latest and established models = 0.158878 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 30 components and 0.158878 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085173Jy sigma=0.000799 ! Fit after self-cal, rms=0.085171Jy sigma=0.000799 ! 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.324 mas, bmaj=10.65 mas, bpa=18.3 degrees ! Estimated noise=693.828 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.00424684 Jy ! Component: 100 - total flux cleaned = 0.00668345 Jy ! Component: 150 - total flux cleaned = 0.00824619 Jy ! Component: 200 - total flux cleaned = 0.00928697 Jy ! Total flux subtracted in 200 components = 0.00928697 Jy ! Clean residual min=-0.003782 max=0.003567 Jy/beam ! Clean residual mean=0.000003 rms=0.000829 Jy/beam ! Combined flux in latest and established models = 0.168165 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 71 components and 0.168165 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084841Jy sigma=0.000798 ! Fit after self-cal, rms=0.084848Jy sigma=0.000798 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.85 HN 1.00 KP 1.05 ! LA 1.10 MK 1.00* NL 0.90 OV 0.98 ! PT 1.04 SC 1.01 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.04 HN 1.03 KP 1.02 ! LA 1.07 MK 1.00* NL 1.07 OV 1.01 ! PT 1.06 SC 1.02 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.16 HN 1.02 KP 0.90 ! LA 0.83 MK 1.00* NL 1.01 OV 0.95 ! PT 1.01 SC 1.03 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.04 HN 1.10 KP 0.85 ! LA 0.80 MK 1.00* NL 1.09 OV 1.01 ! PT 1.05 SC 0.98 ! ! ! Fit before self-cal, rms=0.084848Jy sigma=0.000798 ! Fit after self-cal, rms=0.081539Jy sigma=0.000778 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.337 mas, bmaj=10.71 mas, bpa=18.34 degrees ! Estimated noise=696.5 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.00061891 Jy ! Component: 100 - total flux cleaned = -0.000697627 Jy ! Component: 150 - total flux cleaned = -0.000809869 Jy ! Component: 200 - total flux cleaned = -0.000889747 Jy ! Total flux subtracted in 200 components = -0.000889747 Jy ! Clean residual min=-0.002153 max=0.002130 Jy/beam ! Clean residual mean=0.000001 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.167276 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 84 components and 0.167276 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081517Jy sigma=0.000778 ! Fit after self-cal, rms=0.081515Jy sigma=0.000778 ! 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.081515Jy sigma=0.000778 ! Fit after self-cal, rms=0.081062Jy sigma=0.000775 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.351 mas, bmaj=10.69 mas, bpa=18.31 degrees ! Estimated noise=696.654 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000588869 Jy ! Component: 100 - total flux cleaned = -0.000644456 Jy ! Component: 150 - total flux cleaned = -0.000693774 Jy ! Component: 200 - total flux cleaned = -0.000722773 Jy ! Total flux subtracted in 200 components = -0.000722773 Jy ! Clean residual min=-0.001715 max=0.002041 Jy/beam ! Clean residual mean=-0.000000 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.166553 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 94 components and 0.166553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081053Jy sigma=0.000775 ! Fit after self-cal, rms=0.081052Jy sigma=0.000775 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 = -8.03502e-05 Jy ! Component: 100 - total flux cleaned = -7.96882e-05 Jy ! Component: 150 - total flux cleaned = -9.11948e-05 Jy ! Component: 200 - total flux cleaned = -0.000101817 Jy ! Total flux subtracted in 200 components = -0.000101817 Jy ! Clean residual min=-0.001708 max=0.002028 Jy/beam ! Clean residual mean=-0.000000 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.166451 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 98 components and 0.166451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081048Jy sigma=0.000775 ! Fit after self-cal, rms=0.081048Jy sigma=0.000775 ! 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.081048Jy sigma=0.000775 ! Fit after self-cal, rms=0.081161Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.357 mas, bmaj=10.7 mas, bpa=18.3 degrees ! Estimated noise=696.916 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000269389 Jy ! Component: 100 - total flux cleaned = -0.000316133 Jy ! Component: 150 - total flux cleaned = -0.000357248 Jy ! Component: 200 - total flux cleaned = -0.000375899 Jy ! Total flux subtracted in 200 components = -0.000375899 Jy ! Clean residual min=-0.001718 max=0.002005 Jy/beam ! Clean residual mean=-0.000000 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.166075 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 103 components and 0.166075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081157Jy sigma=0.000774 ! Fit after self-cal, rms=0.081159Jy 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.43135e-05 Jy ! Component: 100 - total flux cleaned = -5.94369e-05 Jy ! Component: 150 - total flux cleaned = -8.25414e-05 Jy ! Component: 200 - total flux cleaned = -9.66805e-05 Jy ! Total flux subtracted in 200 components = -9.66805e-05 Jy ! Clean residual min=-0.001721 max=0.001997 Jy/beam ! Clean residual mean=-0.000001 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.165978 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 104 components and 0.165978 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081157Jy sigma=0.000774 ! Fit after self-cal, rms=0.081157Jy 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.081157Jy sigma=0.000774 ! Fit after self-cal, rms=0.081251Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.231 mas, bmaj=13.15 mas, bpa=10.38 degrees ! Estimated noise=778.972 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.37141e-05 Jy ! Component: 100 - total flux cleaned = -1.83374e-05 Jy ! Component: 150 - total flux cleaned = -3.74635e-05 Jy ! Component: 200 - total flux cleaned = -5.73983e-05 Jy ! Total flux subtracted in 200 components = -5.73983e-05 Jy ! Clean residual min=-0.001821 max=0.001931 Jy/beam ! Clean residual mean=-0.000001 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.165921 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 108 components and 0.165921 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081250Jy sigma=0.000774 ! Fit after self-cal, rms=0.081251Jy 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 = -1.44241e-07 Jy ! Component: 100 - total flux cleaned = -5.19931e-07 Jy ! Component: 150 - total flux cleaned = -1.15218e-05 Jy ! Component: 200 - total flux cleaned = -1.15813e-05 Jy ! Total flux subtracted in 200 components = -1.15813e-05 Jy ! Clean residual min=-0.001835 max=0.001936 Jy/beam ! Clean residual mean=-0.000001 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.165909 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 111 components and 0.165909 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081251Jy sigma=0.000774 ! Fit after self-cal, rms=0.081251Jy 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=4.36 mas, bmaj=10.7 mas, bpa=18.3 degrees ! Estimated noise=697.17 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.36 x 10.7 at 18.3 degrees (North through East) ! Clean map min=-0.0016944 max=0.15011 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.584 mas, bmaj=9.805 mas, bpa=19.4 degrees ! Estimated noise=933.426 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.116011 Jy ! Component: 100 - total flux cleaned = 0.142527 Jy ! Component: 150 - total flux cleaned = 0.152864 Jy ! Component: 200 - total flux cleaned = 0.158171 Jy ! Total flux subtracted in 200 components = 0.158171 Jy ! Clean residual min=-0.002858 max=0.002902 Jy/beam ! Clean residual mean=-0.000000 rms=0.000768 Jy/beam ! Combined flux in latest and established models = 0.158171 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.158171 Jy ! Inverting map and beam ! Estimated beam: bmin=4.36 mas, bmaj=10.7 mas, bpa=18.3 degrees ! Estimated noise=697.17 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.00341702 Jy ! Component: 100 - total flux cleaned = 0.00520917 Jy ! Component: 150 - total flux cleaned = 0.00625625 Jy ! Component: 200 - total flux cleaned = 0.00691081 Jy ! Total flux subtracted in 200 components = 0.00691081 Jy ! Clean residual min=-0.001817 max=0.001918 Jy/beam ! Clean residual mean=-0.000001 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.165082 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 62 components and 0.165082 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.231 mas, bmaj=13.15 mas, bpa=10.38 degrees ! Estimated noise=778.972 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000590217 Jy ! Component: 100 - total flux cleaned = 0.000682734 Jy ! Component: 150 - total flux cleaned = 0.000733251 Jy ! Component: 200 - total flux cleaned = 0.000775981 Jy ! Total flux subtracted in 200 components = 0.000775981 Jy ! Clean residual min=-0.001904 max=0.001920 Jy/beam ! Clean residual mean=-0.000001 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.165858 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.78647e-05 Jy ! Component: 100 - total flux cleaned = 7.1866e-05 Jy ! Component: 150 - total flux cleaned = 9.02199e-05 Jy ! Component: 200 - total flux cleaned = 9.60405e-05 Jy ! Total flux subtracted in 200 components = 9.60405e-05 Jy ! Clean residual min=-0.001888 max=0.001912 Jy/beam ! Clean residual mean=-0.000001 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.165954 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 75 components and 0.165954 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.36 mas, bmaj=10.7 mas, bpa=18.3 degrees ! Estimated noise=697.17 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.35035e-05 Jy ! Component: 100 - total flux cleaned = -4.34483e-05 Jy ! Component: 150 - total flux cleaned = -6.77643e-05 Jy ! Component: 200 - total flux cleaned = -7.95478e-05 Jy ! Total flux subtracted in 200 components = -7.95478e-05 Jy ! Clean residual min=-0.001774 max=0.002016 Jy/beam ! Clean residual mean=-0.000001 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.165874 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 85 components and 0.165874 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081259Jy sigma=0.000774 ! Fit after self-cal, rms=0.081256Jy sigma=0.000774 wmodel J2333-0131_S_2014_08_05_pus_map.mod ! Writing 85 model components to file: J2333-0131_S_2014_08_05_pus_map.mod wobs J2333-0131_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J2333-0131_S_2014_08_05_pus_uvs.fits wwins J2333-0131_S_2014_08_05_pus_map.win ! wwins: Wrote 1 windows to J2333-0131_S_2014_08_05_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.000570488 Jy ! Component: 100 - total flux cleaned = 0.000728757 Jy ! Component: 150 - total flux cleaned = 0.000848269 Jy ! Component: 200 - total flux cleaned = 0.00104559 Jy ! Component: 250 - total flux cleaned = 0.00131636 Jy ! Component: 300 - total flux cleaned = 0.00149947 Jy ! Component: 350 - total flux cleaned = 0.00154988 Jy ! Component: 400 - total flux cleaned = 0.00155018 Jy ! Component: 450 - total flux cleaned = 0.00159851 Jy ! Component: 500 - total flux cleaned = 0.00164634 Jy ! Component: 550 - total flux cleaned = 0.00169312 Jy ! Component: 600 - total flux cleaned = 0.00173851 Jy ! Component: 650 - total flux cleaned = 0.00173854 Jy ! Component: 700 - total flux cleaned = 0.00176001 Jy ! Component: 750 - total flux cleaned = 0.00178142 Jy ! Component: 800 - total flux cleaned = 0.00180239 Jy ! Component: 850 - total flux cleaned = 0.00180252 Jy ! Component: 900 - total flux cleaned = 0.00190537 Jy ! Component: 950 - total flux cleaned = 0.00190532 Jy ! Component: 1000 - total flux cleaned = 0.00192529 Jy ! Component: 1050 - total flux cleaned = 0.0019056 Jy ! Component: 1100 - total flux cleaned = 0.00188618 Jy ! Component: 1150 - total flux cleaned = 0.00188625 Jy ! Component: 1200 - total flux cleaned = 0.00186713 Jy ! Component: 1250 - total flux cleaned = 0.00181069 Jy ! Component: 1300 - total flux cleaned = 0.00179224 Jy ! Component: 1350 - total flux cleaned = 0.00175558 Jy ! Component: 1400 - total flux cleaned = 0.00166587 Jy ! Component: 1450 - total flux cleaned = 0.00173712 Jy ! Component: 1500 - total flux cleaned = 0.00168425 Jy ! Component: 1550 - total flux cleaned = 0.00163195 Jy ! Component: 1600 - total flux cleaned = 0.00156331 Jy ! Component: 1650 - total flux cleaned = 0.00154666 Jy ! Component: 1700 - total flux cleaned = 0.00151308 Jy ! Component: 1750 - total flux cleaned = 0.00141274 Jy ! Component: 1800 - total flux cleaned = 0.00134656 Jy ! Component: 1850 - total flux cleaned = 0.00128088 Jy ! Component: 1900 - total flux cleaned = 0.0011352 Jy ! Component: 1950 - total flux cleaned = 0.00110354 Jy ! Component: 2000 - total flux cleaned = 0.00111932 Jy ! Component: 2050 - total flux cleaned = 0.00100891 Jy ! Component: 2100 - total flux cleaned = 0.000977612 Jy ! Component: 2150 - total flux cleaned = 0.000915704 Jy ! Component: 2200 - total flux cleaned = 0.000884971 Jy ! Component: 2250 - total flux cleaned = 0.000839371 Jy ! Component: 2300 - total flux cleaned = 0.000839348 Jy ! Component: 2350 - total flux cleaned = 0.000779028 Jy ! Component: 2400 - total flux cleaned = 0.00073438 Jy ! Component: 2450 - total flux cleaned = 0.00068997 Jy ! Component: 2500 - total flux cleaned = 0.000631275 Jy ! Component: 2550 - total flux cleaned = 0.000587708 Jy ! Component: 2600 - total flux cleaned = 0.000515885 Jy ! Component: 2650 - total flux cleaned = 0.000530219 Jy ! Component: 2700 - total flux cleaned = 0.000530156 Jy ! Component: 2750 - total flux cleaned = 0.000530285 Jy ! Component: 2800 - total flux cleaned = 0.000488521 Jy ! Component: 2850 - total flux cleaned = 0.000502417 Jy ! Component: 2900 - total flux cleaned = 0.000516243 Jy ! Component: 2950 - total flux cleaned = 0.000502593 Jy ! Component: 3000 - total flux cleaned = 0.000516184 Jy ! Component: 3050 - total flux cleaned = 0.000516091 Jy ! Component: 3100 - total flux cleaned = 0.000489397 Jy ! Component: 3150 - total flux cleaned = 0.000502673 Jy ! Component: 3200 - total flux cleaned = 0.000502637 Jy ! Component: 3250 - total flux cleaned = 0.000489609 Jy ! Component: 3300 - total flux cleaned = 0.000515597 Jy ! Component: 3350 - total flux cleaned = 0.00051561 Jy ! Component: 3400 - total flux cleaned = 0.000553972 Jy ! Component: 3450 - total flux cleaned = 0.000553865 Jy ! Component: 3500 - total flux cleaned = 0.000566315 Jy ! Component: 3550 - total flux cleaned = 0.000553887 Jy ! Component: 3600 - total flux cleaned = 0.000516411 Jy ! Component: 3650 - total flux cleaned = 0.000516449 Jy ! Component: 3700 - total flux cleaned = 0.000479643 Jy ! Component: 3750 - total flux cleaned = 0.000504167 Jy ! Component: 3800 - total flux cleaned = 0.000479743 Jy ! Component: 3850 - total flux cleaned = 0.000479825 Jy ! Component: 3900 - total flux cleaned = 0.000503829 Jy ! Component: 3950 - total flux cleaned = 0.000468007 Jy ! Component: 4000 - total flux cleaned = 0.000456066 Jy ! Component: 4050 - total flux cleaned = 0.0004796 Jy ! Total flux subtracted in 4096 components = 0.00042094 Jy ! Clean residual min=-0.000826 max=0.000677 Jy/beam ! Clean residual mean=-0.000001 rms=0.000225 Jy/beam ! Combined flux in latest and established models = 0.166295 Jy keep ! Adding 278 model components to the UV plane model. ! The established model now contains 363 components and 0.166295 Jy ![Exited script file: muppet] wmap "J2333-0131_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.36 x 10.7 at 18.3 degrees (North through East) ! Clean map min=-0.0017327 max=0.1505 Jy/beam ! Writing clean map to FITS file: J2333-0131_S_2014_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.150497 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000221125 device "J2333-0131_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J2333-0131_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.440788 0.440788 0.881576 1.76315 3.5263 7.05261 14.1052 28.2104 56.4209 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.15 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.36 x 10.7 at 18.3 degrees (North through East) ! Clean map min=-0.0017327 max=0.1505 Jy/beam quit ! Quitting program ! Log file J2333-0131_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:42:09 2016