! Started logfile: J0205-3444_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:42:18 2016 obs J0205-3444_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0205-3444_S_2015_03_17_pus_uva.fits ! AN table 1: 124 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.687455 visibilities/baseline/integration-bin. ! Found source: J0205-3444 ! ! 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 15344 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 J0205-3444_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 206 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 265 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 265 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 206 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.921886Jy sigma=0.007088 ! Fit after self-cal, rms=0.884746Jy sigma=0.006811 ! 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.949 mas, bmaj=13.99 mas, bpa=19.08 degrees ! Estimated noise=1093.34 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.0826712 Jy ! Component: 100 - total flux cleaned = 0.109389 Jy ! Total flux subtracted in 100 components = 0.109389 Jy ! Clean residual min=-0.006963 max=0.015562 Jy/beam ! Clean residual mean=-0.000043 rms=0.002469 Jy/beam ! Combined flux in latest and established models = 0.109389 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.109389 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116127Jy sigma=0.000834 ! Fit after self-cal, rms=0.116008Jy sigma=0.000834 ! Inverting map ! Added new window around map position (-7.5, 2). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0180808 Jy ! Component: 100 - total flux cleaned = 0.0307437 Jy ! Total flux subtracted in 100 components = 0.0307437 Jy ! Clean residual min=-0.005493 max=0.007169 Jy/beam ! Clean residual mean=-0.000024 rms=0.001663 Jy/beam ! Combined flux in latest and established models = 0.140133 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 51 components and 0.140133 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111016Jy sigma=0.000792 ! Fit after self-cal, rms=0.110875Jy sigma=0.000791 ! 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.854 mas, bmaj=17.29 mas, bpa=18.47 degrees ! Estimated noise=775.954 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.0164173 Jy ! Component: 100 - total flux cleaned = 0.0260961 Jy ! Component: 150 - total flux cleaned = 0.0323514 Jy ! Component: 200 - total flux cleaned = 0.0365608 Jy ! Total flux subtracted in 200 components = 0.0365608 Jy ! Clean residual min=-0.004740 max=0.004017 Jy/beam ! Clean residual mean=-0.000014 rms=0.001279 Jy/beam ! Combined flux in latest and established models = 0.176693 Jy ! Performing phase self-cal ! Adding 85 model components to the UV plane model. ! The established model now contains 123 components and 0.176693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108106Jy sigma=0.000771 ! Fit after self-cal, rms=0.107996Jy sigma=0.000770 ! 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.86 HN 1.10 KP 1.06 ! LA 0.99 MK 1.00* NL 0.98 OV 0.98 ! PT 1.05 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.90 HN 1.00* KP 1.04 ! LA 0.97 MK 1.00* NL 1.00 OV 1.02 ! PT 1.03 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.92 HN 1.00* KP 0.96 ! LA 0.77 MK 1.00* NL 1.21 OV 0.95 ! PT 1.03 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.93 HN 1.04 KP 0.92 ! LA 0.84 MK 1.00* NL 1.10 OV 1.04 ! PT 1.08 SC 0.99 ! ! ! Fit before self-cal, rms=0.107996Jy sigma=0.000770 ! Fit after self-cal, rms=0.105431Jy sigma=0.000762 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.899 mas, bmaj=17.66 mas, bpa=18.57 degrees ! Estimated noise=770.356 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.00231839 Jy ! Component: 100 - total flux cleaned = 0.00204126 Jy ! Component: 150 - total flux cleaned = 0.00212793 Jy ! Component: 200 - total flux cleaned = 0.00223891 Jy ! Total flux subtracted in 200 components = 0.00223891 Jy ! Clean residual min=-0.002499 max=0.002640 Jy/beam ! Clean residual mean=0.000002 rms=0.000699 Jy/beam ! Combined flux in latest and established models = 0.178932 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 146 components and 0.178932 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105335Jy sigma=0.000761 ! Fit after self-cal, rms=0.105296Jy sigma=0.000761 ! 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.105296Jy sigma=0.000761 ! Fit after self-cal, rms=0.105197Jy sigma=0.000760 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.905 mas, bmaj=17.65 mas, bpa=18.56 degrees ! Estimated noise=766.961 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00103453 Jy ! Component: 100 - total flux cleaned = 0.000921057 Jy ! Component: 150 - total flux cleaned = 0.000890216 Jy ! Component: 200 - total flux cleaned = 0.000890543 Jy ! Total flux subtracted in 200 components = 0.000890543 Jy ! Clean residual min=-0.002311 max=0.002089 Jy/beam ! Clean residual mean=0.000005 rms=0.000574 Jy/beam ! Combined flux in latest and established models = 0.179823 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 164 components and 0.179823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105163Jy sigma=0.000760 ! Fit after self-cal, rms=0.105173Jy sigma=0.000760 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.000314181 Jy ! Component: 100 - total flux cleaned = 0.00031367 Jy ! Component: 150 - total flux cleaned = 0.00029105 Jy ! Component: 200 - total flux cleaned = 0.000270534 Jy ! Total flux subtracted in 200 components = 0.000270534 Jy ! Clean residual min=-0.002278 max=0.001907 Jy/beam ! Clean residual mean=0.000006 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.180093 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 177 components and 0.180093 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105160Jy sigma=0.000760 ! Fit after self-cal, rms=0.105159Jy sigma=0.000760 ! 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.105159Jy sigma=0.000760 ! Fit after self-cal, rms=0.105352Jy sigma=0.000759 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.912 mas, bmaj=17.66 mas, bpa=18.54 degrees ! Estimated noise=765.267 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000381984 Jy ! Component: 100 - total flux cleaned = 0.000258565 Jy ! Component: 150 - total flux cleaned = 0.000197873 Jy ! Component: 200 - total flux cleaned = 0.000179922 Jy ! Total flux subtracted in 200 components = 0.000179922 Jy ! Clean residual min=-0.002190 max=0.001817 Jy/beam ! Clean residual mean=0.000007 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.180273 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 188 components and 0.180273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105338Jy sigma=0.000759 ! Fit after self-cal, rms=0.105347Jy sigma=0.000759 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.000105092 Jy ! Component: 100 - total flux cleaned = 0.000106167 Jy ! Component: 150 - total flux cleaned = 7.40937e-05 Jy ! Component: 200 - total flux cleaned = 5.88484e-05 Jy ! Total flux subtracted in 200 components = 5.88484e-05 Jy ! Clean residual min=-0.002167 max=0.001779 Jy/beam ! Clean residual mean=0.000007 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.180332 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 198 components and 0.180332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105339Jy sigma=0.000759 ! Fit after self-cal, rms=0.105338Jy sigma=0.000759 ! 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.105338Jy sigma=0.000759 ! Fit after self-cal, rms=0.105469Jy sigma=0.000759 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.976 mas, bmaj=29.51 mas, bpa=6.501 degrees ! Estimated noise=864.467 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000221799 Jy ! Component: 100 - total flux cleaned = -0.00028091 Jy ! Component: 150 - total flux cleaned = -0.000330077 Jy ! Component: 200 - total flux cleaned = -0.000374535 Jy ! Total flux subtracted in 200 components = -0.000374535 Jy ! Clean residual min=-0.002229 max=0.001798 Jy/beam ! Clean residual mean=0.000010 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.179958 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 204 components and 0.179958 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105466Jy sigma=0.000759 ! Fit after self-cal, rms=0.105465Jy sigma=0.000759 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.95647e-05 Jy ! Component: 100 - total flux cleaned = -7.76496e-05 Jy ! Component: 150 - total flux cleaned = -0.000106636 Jy ! Component: 200 - total flux cleaned = -0.00012507 Jy ! Total flux subtracted in 200 components = -0.00012507 Jy ! Clean residual min=-0.002207 max=0.001780 Jy/beam ! Clean residual mean=0.000009 rms=0.000584 Jy/beam ! Combined flux in latest and established models = 0.179833 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 210 components and 0.179833 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105463Jy sigma=0.000759 ! Fit after self-cal, rms=0.105461Jy sigma=0.000759 ! 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.918 mas, bmaj=17.68 mas, bpa=18.52 degrees ! Estimated noise=764.899 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.918 x 17.68 at 18.52 degrees (North through East) ! Clean map min=-0.0020475 max=0.11087 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.968 mas, bmaj=14.32 mas, bpa=19.2 degrees ! Estimated noise=1098.06 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0820823 Jy ! Component: 100 - total flux cleaned = 0.110285 Jy ! Component: 150 - total flux cleaned = 0.128636 Jy ! Component: 200 - total flux cleaned = 0.141493 Jy ! Total flux subtracted in 200 components = 0.141493 Jy ! Clean residual min=-0.005450 max=0.007265 Jy/beam ! Clean residual mean=-0.000022 rms=0.001507 Jy/beam ! Combined flux in latest and established models = 0.141493 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 56 model components to the UV plane model. ! The established model now contains 56 components and 0.141493 Jy ! Inverting map and beam ! Estimated beam: bmin=3.918 mas, bmaj=17.68 mas, bpa=18.52 degrees ! Estimated noise=764.899 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.0142121 Jy ! Component: 100 - total flux cleaned = 0.02275 Jy ! Component: 150 - total flux cleaned = 0.0281978 Jy ! Component: 200 - total flux cleaned = 0.031781 Jy ! Total flux subtracted in 200 components = 0.031781 Jy ! Clean residual min=-0.002469 max=0.002071 Jy/beam ! Clean residual mean=-0.000007 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.173274 Jy ! Adding 86 model components to the UV plane model. ! The established model now contains 127 components and 0.173274 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.976 mas, bmaj=29.51 mas, bpa=6.501 degrees ! Estimated noise=864.467 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00294017 Jy ! Component: 100 - total flux cleaned = 0.00449621 Jy ! Component: 150 - total flux cleaned = 0.00539193 Jy ! Component: 200 - total flux cleaned = 0.00556837 Jy ! Total flux subtracted in 200 components = 0.00556837 Jy ! Clean residual min=-0.002237 max=0.001734 Jy/beam ! Clean residual mean=0.000006 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.178843 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000109135 Jy ! Component: 100 - total flux cleaned = 0.000224039 Jy ! Component: 150 - total flux cleaned = 0.000308749 Jy ! Component: 200 - total flux cleaned = 0.000384952 Jy ! Total flux subtracted in 200 components = 0.000384952 Jy ! Clean residual min=-0.002219 max=0.001748 Jy/beam ! Clean residual mean=0.000007 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.179228 Jy ! Adding 77 model components to the UV plane model. ! The established model now contains 193 components and 0.179228 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.918 mas, bmaj=17.68 mas, bpa=18.52 degrees ! Estimated noise=764.899 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00027232 Jy ! Component: 100 - total flux cleaned = 0.000395645 Jy ! Component: 150 - total flux cleaned = 0.000462972 Jy ! Component: 200 - total flux cleaned = 0.000523888 Jy ! Total flux subtracted in 200 components = 0.000523888 Jy ! Clean residual min=-0.002171 max=0.001769 Jy/beam ! Clean residual mean=0.000006 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.179752 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 211 components and 0.179752 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105467Jy sigma=0.000759 ! Fit after self-cal, rms=0.105457Jy sigma=0.000759 wmodel J0205-3444_S_2015_03_17_pus_map.mod ! Writing 211 model components to file: J0205-3444_S_2015_03_17_pus_map.mod wobs J0205-3444_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0205-3444_S_2015_03_17_pus_uvs.fits wwins J0205-3444_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J0205-3444_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.000723524 Jy ! Component: 100 - total flux cleaned = -0.000755131 Jy ! Component: 150 - total flux cleaned = -0.000754721 Jy ! Component: 200 - total flux cleaned = -0.000641436 Jy ! Component: 250 - total flux cleaned = -0.000641192 Jy ! Component: 300 - total flux cleaned = -0.000456623 Jy ! Component: 350 - total flux cleaned = -0.000329162 Jy ! Component: 400 - total flux cleaned = -0.000255991 Jy ! Component: 450 - total flux cleaned = -0.000256261 Jy ! Component: 500 - total flux cleaned = -0.000185782 Jy ! Component: 550 - total flux cleaned = -0.000139966 Jy ! Component: 600 - total flux cleaned = -0.000139674 Jy ! Component: 650 - total flux cleaned = -2.91704e-05 Jy ! Component: 700 - total flux cleaned = -2.93415e-05 Jy ! Component: 750 - total flux cleaned = -5.03729e-05 Jy ! Component: 800 - total flux cleaned = -5.00891e-05 Jy ! Component: 850 - total flux cleaned = -9.11947e-05 Jy ! Component: 900 - total flux cleaned = -0.000131245 Jy ! Component: 950 - total flux cleaned = -0.000170305 Jy ! Component: 1000 - total flux cleaned = -0.000228598 Jy ! Component: 1050 - total flux cleaned = -0.000247851 Jy ! Component: 1100 - total flux cleaned = -0.000284894 Jy ! Component: 1150 - total flux cleaned = -0.000211074 Jy ! Component: 1200 - total flux cleaned = -0.000247302 Jy ! Component: 1250 - total flux cleaned = -0.000211476 Jy ! Component: 1300 - total flux cleaned = -0.000141177 Jy ! Component: 1350 - total flux cleaned = -0.000158841 Jy ! Component: 1400 - total flux cleaned = -0.000124427 Jy ! Component: 1450 - total flux cleaned = -2.33379e-05 Jy ! Component: 1500 - total flux cleaned = -5.70742e-05 Jy ! Component: 1550 - total flux cleaned = 8.48415e-06 Jy ! Component: 1600 - total flux cleaned = 8.30047e-06 Jy ! Component: 1650 - total flux cleaned = -7.32494e-06 Jy ! Component: 1700 - total flux cleaned = -3.87573e-05 Jy ! Component: 1750 - total flux cleaned = -2.28415e-05 Jy ! Component: 1800 - total flux cleaned = -7.31976e-06 Jy ! Component: 1850 - total flux cleaned = -3.8022e-05 Jy ! Component: 1900 - total flux cleaned = -6.833e-05 Jy ! Component: 1950 - total flux cleaned = -2.36977e-05 Jy ! Component: 2000 - total flux cleaned = -5.36939e-05 Jy ! Component: 2050 - total flux cleaned = -6.82755e-05 Jy ! Component: 2100 - total flux cleaned = -2.46487e-05 Jy ! Component: 2150 - total flux cleaned = -5.32399e-05 Jy ! Component: 2200 - total flux cleaned = -1.04652e-05 Jy ! Component: 2250 - total flux cleaned = -1.04135e-05 Jy ! Component: 2300 - total flux cleaned = 3.60056e-06 Jy ! Component: 2350 - total flux cleaned = -3.7693e-05 Jy ! Component: 2400 - total flux cleaned = -3.76993e-05 Jy ! Component: 2450 - total flux cleaned = -1.06877e-05 Jy ! Component: 2500 - total flux cleaned = -3.747e-05 Jy ! Component: 2550 - total flux cleaned = -5.06855e-05 Jy ! Component: 2600 - total flux cleaned = -5.0589e-05 Jy ! Component: 2650 - total flux cleaned = -0.000115954 Jy ! Component: 2700 - total flux cleaned = -9.01283e-05 Jy ! Component: 2750 - total flux cleaned = -0.00011605 Jy ! Component: 2800 - total flux cleaned = -0.000154184 Jy ! Component: 2850 - total flux cleaned = -0.000166861 Jy ! Component: 2900 - total flux cleaned = -0.000179405 Jy ! Component: 2950 - total flux cleaned = -0.000167168 Jy ! Component: 3000 - total flux cleaned = -0.000192068 Jy ! Component: 3050 - total flux cleaned = -0.000179692 Jy ! Component: 3100 - total flux cleaned = -0.000179801 Jy ! Component: 3150 - total flux cleaned = -0.000215974 Jy ! Component: 3200 - total flux cleaned = -0.000240034 Jy ! Component: 3250 - total flux cleaned = -0.00016844 Jy ! Component: 3300 - total flux cleaned = -0.000192253 Jy ! Component: 3350 - total flux cleaned = -0.000215727 Jy ! Component: 3400 - total flux cleaned = -0.000204091 Jy ! Component: 3450 - total flux cleaned = -0.000227279 Jy ! Component: 3500 - total flux cleaned = -0.000227357 Jy ! Component: 3550 - total flux cleaned = -0.000227459 Jy ! Component: 3600 - total flux cleaned = -0.000250245 Jy ! Component: 3650 - total flux cleaned = -0.000272929 Jy ! Component: 3700 - total flux cleaned = -0.000351635 Jy ! Component: 3750 - total flux cleaned = -0.000306945 Jy ! Component: 3800 - total flux cleaned = -0.000362491 Jy ! Component: 3850 - total flux cleaned = -0.000351459 Jy ! Component: 3900 - total flux cleaned = -0.000384417 Jy ! Component: 3950 - total flux cleaned = -0.000428097 Jy ! Component: 4000 - total flux cleaned = -0.000428045 Jy ! Component: 4050 - total flux cleaned = -0.000438758 Jy ! Total flux subtracted in 4096 components = -0.000460288 Jy ! Clean residual min=-0.000708 max=0.000605 Jy/beam ! Clean residual mean=0.000002 rms=0.000209 Jy/beam ! Combined flux in latest and established models = 0.179291 Jy keep ! Adding 263 model components to the UV plane model. ! The established model now contains 474 components and 0.179291 Jy ![Exited script file: muppet] wmap "J0205-3444_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.918 x 17.68 at 18.52 degrees (North through East) ! Clean map min=-0.001444 max=0.11005 Jy/beam ! Writing clean map to FITS file: J0205-3444_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.110048 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000205173 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.559319 0.559319 1.11864 2.23728 4.47455 8.94911 17.8982 35.7964 71.5928 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.11 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.918 x 17.68 at 18.52 degrees (North through East) ! Clean map min=-0.001444 max=0.11005 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 J0205-3444_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:42:26 2016