! Started logfile: J2044-0940_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:08:09 2016 obs J2044-0940_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J2044-0940_S_2015_03_17_pus_uva.fits ! AN table 1: 95 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.869006 visibilities/baseline/integration-bin. ! Found source: J2044-0940 ! ! 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 14860 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 J2044-0940_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 65 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 65 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 65 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 65 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.873535Jy sigma=0.008768 ! Fit after self-cal, rms=0.828846Jy sigma=0.008312 ! 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.953 mas, bmaj=7.141 mas, bpa=2.832 degrees ! Estimated noise=885.392 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.125956 Jy ! Component: 100 - total flux cleaned = 0.159433 Jy ! Total flux subtracted in 100 components = 0.159433 Jy ! Clean residual min=-0.006502 max=0.015536 Jy/beam ! Clean residual mean=0.000016 rms=0.002181 Jy/beam ! Combined flux in latest and established models = 0.159433 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.159433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096470Jy sigma=0.000872 ! Fit after self-cal, rms=0.096470Jy sigma=0.000871 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0181798 Jy ! Component: 100 - total flux cleaned = 0.0292931 Jy ! Total flux subtracted in 100 components = 0.0292931 Jy ! Clean residual min=-0.005001 max=0.006542 Jy/beam ! Clean residual mean=0.000011 rms=0.001507 Jy/beam ! Combined flux in latest and established models = 0.188726 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 41 components and 0.188726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090972Jy sigma=0.000825 ! Fit after self-cal, rms=0.090947Jy sigma=0.000825 ! 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.62 mas, bmaj=8.431 mas, bpa=1.974 degrees ! Estimated noise=593.264 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.0102226 Jy ! Component: 100 - total flux cleaned = 0.0157751 Jy ! Component: 150 - total flux cleaned = 0.0191121 Jy ! Component: 200 - total flux cleaned = 0.0211786 Jy ! Total flux subtracted in 200 components = 0.0211786 Jy ! Clean residual min=-0.005397 max=0.005937 Jy/beam ! Clean residual mean=0.000010 rms=0.001448 Jy/beam ! Combined flux in latest and established models = 0.209905 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 72 components and 0.209905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089383Jy sigma=0.000817 ! Fit after self-cal, rms=0.089358Jy sigma=0.000817 ! 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.03 FD 0.87 HN 0.95 KP 1.09 ! LA 0.97 MK 0.96 NL 1.04 OV 1.01 ! PT 1.02 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.92 HN 1.00 KP 1.06 ! LA 0.93 MK 1.00 NL 1.12 OV 1.04 ! PT 1.01 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.93 HN 0.98 KP 0.96 ! LA 0.78 MK 1.03 NL 1.22 OV 1.00 ! PT 0.99 SC 0.95 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.96 HN 1.20 KP 0.91 ! LA 0.84 MK 1.05 NL 1.01 OV 1.00 ! PT 1.02 SC 1.10 ! ! ! Fit before self-cal, rms=0.089358Jy sigma=0.000817 ! Fit after self-cal, rms=0.085661Jy sigma=0.000793 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.637 mas, bmaj=8.513 mas, bpa=2.078 degrees ! Estimated noise=595.304 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.000192914 Jy ! Component: 100 - total flux cleaned = -0.000290955 Jy ! Component: 150 - total flux cleaned = -0.000425417 Jy ! Component: 200 - total flux cleaned = -0.000495791 Jy ! Total flux subtracted in 200 components = -0.000495791 Jy ! Clean residual min=-0.003391 max=0.004282 Jy/beam ! Clean residual mean=0.000008 rms=0.000968 Jy/beam ! Combined flux in latest and established models = 0.209409 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 82 components and 0.209409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085642Jy sigma=0.000792 ! Fit after self-cal, rms=0.085598Jy sigma=0.000792 ! 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.085598Jy sigma=0.000792 ! Fit after self-cal, rms=0.086786Jy sigma=0.000780 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.655 mas, bmaj=8.566 mas, bpa=1.947 degrees ! Estimated noise=595.802 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000183173 Jy ! Component: 100 - total flux cleaned = -0.000346738 Jy ! Component: 150 - total flux cleaned = -0.000321841 Jy ! Component: 200 - total flux cleaned = -0.000298153 Jy ! Total flux subtracted in 200 components = -0.000298153 Jy ! Clean residual min=-0.002366 max=0.004275 Jy/beam ! Clean residual mean=0.000011 rms=0.000687 Jy/beam ! Combined flux in latest and established models = 0.209111 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 86 components and 0.209111 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086762Jy sigma=0.000780 ! Fit after self-cal, rms=0.086795Jy sigma=0.000780 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) ! Added new window around map position (-0.5, 14.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00412057 Jy ! Component: 100 - total flux cleaned = 0.00566316 Jy ! Component: 150 - total flux cleaned = 0.00607238 Jy ! Component: 200 - total flux cleaned = 0.00634045 Jy ! Total flux subtracted in 200 components = 0.00634045 Jy ! Clean residual min=-0.002068 max=0.002292 Jy/beam ! Clean residual mean=0.000005 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.215451 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 108 components and 0.215451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086599Jy sigma=0.000778 ! Fit after self-cal, rms=0.086579Jy sigma=0.000778 ! 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.086579Jy sigma=0.000778 ! Fit after self-cal, rms=0.086463Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.655 mas, bmaj=8.558 mas, bpa=1.999 degrees ! Estimated noise=593.777 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00143606 Jy ! Component: 100 - total flux cleaned = 0.001569 Jy ! Component: 150 - total flux cleaned = 0.00164183 Jy ! Component: 200 - total flux cleaned = 0.00170138 Jy ! Total flux subtracted in 200 components = 0.00170138 Jy ! Clean residual min=-0.001915 max=0.001819 Jy/beam ! Clean residual mean=0.000004 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.217153 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 131 components and 0.217153 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086419Jy sigma=0.000777 ! Fit after self-cal, rms=0.086417Jy sigma=0.000777 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.000316867 Jy ! Component: 100 - total flux cleaned = 0.000367495 Jy ! Component: 150 - total flux cleaned = 0.000410081 Jy ! Component: 200 - total flux cleaned = 0.000410391 Jy ! Total flux subtracted in 200 components = 0.000410391 Jy ! Clean residual min=-0.001894 max=0.001748 Jy/beam ! Clean residual mean=0.000003 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.217563 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 141 components and 0.217563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086403Jy sigma=0.000777 ! Fit after self-cal, rms=0.086401Jy sigma=0.000777 ! 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.086401Jy sigma=0.000777 ! Fit after self-cal, rms=0.086391Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.83 mas, bmaj=13.56 mas, bpa=3.504 degrees ! Estimated noise=730.011 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000471518 Jy ! Component: 100 - total flux cleaned = 0.000476504 Jy ! Component: 150 - total flux cleaned = 0.000458522 Jy ! Component: 200 - total flux cleaned = 0.000413541 Jy ! Total flux subtracted in 200 components = 0.000413541 Jy ! Clean residual min=-0.001969 max=0.001974 Jy/beam ! Clean residual mean=0.000004 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.217977 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 164 components and 0.217977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086381Jy sigma=0.000777 ! Fit after self-cal, rms=0.086379Jy sigma=0.000777 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.38384e-05 Jy ! Component: 100 - total flux cleaned = 0.00011225 Jy ! Component: 150 - total flux cleaned = 0.000124122 Jy ! Component: 200 - total flux cleaned = 0.000135375 Jy ! Total flux subtracted in 200 components = 0.000135375 Jy ! Clean residual min=-0.001971 max=0.001982 Jy/beam ! Clean residual mean=0.000004 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.218112 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 181 components and 0.218112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086377Jy sigma=0.000777 ! Fit after self-cal, rms=0.086375Jy sigma=0.000777 ! 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.662 mas, bmaj=8.562 mas, bpa=2.102 degrees ! Estimated noise=593.199 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.662 x 8.562 at 2.102 degrees (North through East) ! Clean map min=-0.0018441 max=0.16768 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.969 mas, bmaj=7.232 mas, bpa=3.098 degrees ! Estimated noise=891.903 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.126686 Jy ! Component: 100 - total flux cleaned = 0.159668 Jy ! Component: 150 - total flux cleaned = 0.177305 Jy ! Component: 200 - total flux cleaned = 0.188118 Jy ! Total flux subtracted in 200 components = 0.188118 Jy ! Clean residual min=-0.003916 max=0.005724 Jy/beam ! Clean residual mean=0.000013 rms=0.000990 Jy/beam ! Combined flux in latest and established models = 0.188118 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 51 model components to the UV plane model. ! The established model now contains 51 components and 0.188118 Jy ! Inverting map and beam ! Estimated beam: bmin=3.662 mas, bmaj=8.562 mas, bpa=2.102 degrees ! Estimated noise=593.199 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.00972819 Jy ! Component: 100 - total flux cleaned = 0.015715 Jy ! Component: 150 - total flux cleaned = 0.0196442 Jy ! Component: 200 - total flux cleaned = 0.0223811 Jy ! Total flux subtracted in 200 components = 0.0223811 Jy ! Clean residual min=-0.002127 max=0.001984 Jy/beam ! Clean residual mean=0.000008 rms=0.000542 Jy/beam ! Combined flux in latest and established models = 0.210499 Jy ! Adding 84 model components to the UV plane model. ! The established model now contains 117 components and 0.2105 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.83 mas, bmaj=13.56 mas, bpa=3.504 degrees ! Estimated noise=730.011 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00299673 Jy ! Component: 100 - total flux cleaned = 0.00478836 Jy ! Component: 150 - total flux cleaned = 0.00592615 Jy ! Component: 200 - total flux cleaned = 0.00667379 Jy ! Total flux subtracted in 200 components = 0.00667379 Jy ! Clean residual min=-0.001958 max=0.001972 Jy/beam ! Clean residual mean=0.000005 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.217173 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.000503023 Jy ! Component: 100 - total flux cleaned = 0.000846479 Jy ! Component: 150 - total flux cleaned = 0.000931508 Jy ! Component: 200 - total flux cleaned = 0.000950899 Jy ! Total flux subtracted in 200 components = 0.000950899 Jy ! Clean residual min=-0.001951 max=0.001945 Jy/beam ! Clean residual mean=0.000004 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.218124 Jy ! Adding 70 model components to the UV plane model. ! The established model now contains 178 components and 0.218124 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.662 mas, bmaj=8.562 mas, bpa=2.102 degrees ! Estimated noise=593.199 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000292086 Jy ! Component: 100 - total flux cleaned = -0.000192983 Jy ! Component: 150 - total flux cleaned = -0.000173999 Jy ! Component: 200 - total flux cleaned = -0.000174267 Jy ! Total flux subtracted in 200 components = -0.000174267 Jy ! Clean residual min=-0.001900 max=0.001714 Jy/beam ! Clean residual mean=0.000003 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.21795 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 195 components and 0.21795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086361Jy sigma=0.000777 ! Fit after self-cal, rms=0.086354Jy sigma=0.000777 wmodel J2044-0940_S_2015_03_17_pus_map.mod ! Writing 195 model components to file: J2044-0940_S_2015_03_17_pus_map.mod wobs J2044-0940_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J2044-0940_S_2015_03_17_pus_uvs.fits wwins J2044-0940_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J2044-0940_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.000626219 Jy ! Component: 100 - total flux cleaned = -0.000879006 Jy ! Component: 150 - total flux cleaned = -0.00102943 Jy ! Component: 200 - total flux cleaned = -0.0010574 Jy ! Component: 250 - total flux cleaned = -0.001029 Jy ! Component: 300 - total flux cleaned = -0.000975628 Jy ! Component: 350 - total flux cleaned = -0.000949497 Jy ! Component: 400 - total flux cleaned = -0.000849213 Jy ! Component: 450 - total flux cleaned = -0.000874055 Jy ! Component: 500 - total flux cleaned = -0.000850818 Jy ! Component: 550 - total flux cleaned = -0.000920987 Jy ! Component: 600 - total flux cleaned = -0.000852825 Jy ! Component: 650 - total flux cleaned = -0.000852825 Jy ! Component: 700 - total flux cleaned = -0.000787248 Jy ! Component: 750 - total flux cleaned = -0.000744536 Jy ! Component: 800 - total flux cleaned = -0.000660364 Jy ! Component: 850 - total flux cleaned = -0.000578054 Jy ! Component: 900 - total flux cleaned = -0.000537758 Jy ! Component: 950 - total flux cleaned = -0.000418668 Jy ! Component: 1000 - total flux cleaned = -0.000281711 Jy ! Component: 1050 - total flux cleaned = -0.00016634 Jy ! Component: 1100 - total flux cleaned = -1.43745e-05 Jy ! Component: 1150 - total flux cleaned = 9.798e-05 Jy ! Component: 1200 - total flux cleaned = 0.000263754 Jy ! Component: 1250 - total flux cleaned = 0.000391023 Jy ! Component: 1300 - total flux cleaned = 0.000462519 Jy ! Component: 1350 - total flux cleaned = 0.000533381 Jy ! Component: 1400 - total flux cleaned = 0.000620996 Jy ! Component: 1450 - total flux cleaned = 0.000707677 Jy ! Component: 1500 - total flux cleaned = 0.000793004 Jy ! Component: 1550 - total flux cleaned = 0.000860644 Jy ! Component: 1600 - total flux cleaned = 0.000927482 Jy ! Component: 1650 - total flux cleaned = 0.00107558 Jy ! Component: 1700 - total flux cleaned = 0.00114065 Jy ! Component: 1750 - total flux cleaned = 0.00122125 Jy ! Component: 1800 - total flux cleaned = 0.00126926 Jy ! Component: 1850 - total flux cleaned = 0.00141134 Jy ! Component: 1900 - total flux cleaned = 0.00147391 Jy ! Component: 1950 - total flux cleaned = 0.00153582 Jy ! Component: 2000 - total flux cleaned = 0.00159689 Jy ! Component: 2050 - total flux cleaned = 0.00168756 Jy ! Component: 2100 - total flux cleaned = 0.0018073 Jy ! Component: 2150 - total flux cleaned = 0.00186651 Jy ! Component: 2200 - total flux cleaned = 0.00193989 Jy ! Component: 2250 - total flux cleaned = 0.00196878 Jy ! Component: 2300 - total flux cleaned = 0.00208402 Jy ! Component: 2350 - total flux cleaned = 0.00218362 Jy ! Component: 2400 - total flux cleaned = 0.00221207 Jy ! Component: 2450 - total flux cleaned = 0.0023804 Jy ! Component: 2500 - total flux cleaned = 0.00243605 Jy ! Component: 2550 - total flux cleaned = 0.00253233 Jy ! Component: 2600 - total flux cleaned = 0.00260057 Jy ! Component: 2650 - total flux cleaned = 0.00273564 Jy ! Component: 2700 - total flux cleaned = 0.00284285 Jy ! Component: 2750 - total flux cleaned = 0.00294887 Jy ! Component: 2800 - total flux cleaned = 0.00304074 Jy ! Component: 2850 - total flux cleaned = 0.00307994 Jy ! Component: 2900 - total flux cleaned = 0.00318353 Jy ! Component: 2950 - total flux cleaned = 0.00332459 Jy ! Component: 3000 - total flux cleaned = 0.00340069 Jy ! Component: 3050 - total flux cleaned = 0.0034258 Jy ! Component: 3100 - total flux cleaned = 0.00348819 Jy ! Component: 3150 - total flux cleaned = 0.00352531 Jy ! Component: 3200 - total flux cleaned = 0.00358672 Jy ! Component: 3250 - total flux cleaned = 0.00367218 Jy ! Component: 3300 - total flux cleaned = 0.00374473 Jy ! Component: 3350 - total flux cleaned = 0.00374466 Jy ! Component: 3400 - total flux cleaned = 0.00386399 Jy ! Component: 3450 - total flux cleaned = 0.00391132 Jy ! Component: 3500 - total flux cleaned = 0.00397015 Jy ! Component: 3550 - total flux cleaned = 0.00404022 Jy ! Component: 3600 - total flux cleaned = 0.00409826 Jy ! Component: 3650 - total flux cleaned = 0.00413284 Jy ! Component: 3700 - total flux cleaned = 0.00417863 Jy ! Component: 3750 - total flux cleaned = 0.00422416 Jy ! Component: 3800 - total flux cleaned = 0.00428048 Jy ! Component: 3850 - total flux cleaned = 0.00431399 Jy ! Component: 3900 - total flux cleaned = 0.00440304 Jy ! Component: 3950 - total flux cleaned = 0.0044361 Jy ! Component: 4000 - total flux cleaned = 0.00445806 Jy ! Component: 4050 - total flux cleaned = 0.00450177 Jy ! Total flux subtracted in 4096 components = 0.00450187 Jy ! Clean residual min=-0.000632 max=0.000622 Jy/beam ! Clean residual mean=0.000001 rms=0.000206 Jy/beam ! Combined flux in latest and established models = 0.222452 Jy keep ! Adding 294 model components to the UV plane model. ! The established model now contains 489 components and 0.222452 Jy ![Exited script file: muppet] wmap "J2044-0940_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.662 x 8.562 at 2.102 degrees (North through East) ! Clean map min=-0.001309 max=0.16904 Jy/beam ! Writing clean map to FITS file: J2044-0940_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.169036 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000203167 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.360574 0.360574 0.721148 1.4423 2.88459 5.76919 11.5384 23.0768 46.1535 92.307 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.169 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.662 x 8.562 at 2.102 degrees (North through East) ! Clean map min=-0.001309 max=0.16904 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 J2044-0940_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:08:14 2016