! Started logfile: J2330+3348_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:38:43 2017 obs J2330+3348_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J2330+3348_S_2015_01_23_pus_uva.fits ! AN table 1: 58 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.949042 visibilities/baseline/integration-bin. ! Found source: J2330+3348 ! ! 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 338 lines of history. ! ! Reading 9908 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 J2330+3348_S_2015_01_23_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 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.666385Jy sigma=0.007272 ! Fit after self-cal, rms=0.651890Jy sigma=0.007170 ! 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.734 mas, bmaj=5.572 mas, bpa=-3.323 degrees ! Estimated noise=804.799 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.31233 Jy ! Component: 100 - total flux cleaned = 0.383664 Jy ! Total flux subtracted in 100 components = 0.383664 Jy ! Clean residual min=-0.015494 max=0.026814 Jy/beam ! Clean residual mean=0.000006 rms=0.004070 Jy/beam ! Combined flux in latest and established models = 0.383664 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.383664 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.256311Jy sigma=0.001275 ! Fit after self-cal, rms=0.256326Jy sigma=0.001275 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0289763 Jy ! Component: 100 - total flux cleaned = 0.0438696 Jy ! Total flux subtracted in 100 components = 0.0438696 Jy ! Clean residual min=-0.013421 max=0.017855 Jy/beam ! Clean residual mean=-0.000004 rms=0.003227 Jy/beam ! Combined flux in latest and established models = 0.427533 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 12 components and 0.427533 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.254206Jy sigma=0.001178 ! Fit after self-cal, rms=0.254250Jy sigma=0.001178 ! 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.242 mas, bmaj=6.494 mas, bpa=-4.283 degrees ! Estimated noise=643.371 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.00934202 Jy ! Component: 100 - total flux cleaned = 0.0149216 Jy ! Component: 150 - total flux cleaned = 0.0185644 Jy ! Component: 200 - total flux cleaned = 0.0210595 Jy ! Total flux subtracted in 200 components = 0.0210595 Jy ! Clean residual min=-0.014297 max=0.021900 Jy/beam ! Clean residual mean=-0.000007 rms=0.004211 Jy/beam ! Combined flux in latest and established models = 0.448593 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 29 components and 0.448593 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.254144Jy sigma=0.001167 ! Fit after self-cal, rms=0.254129Jy sigma=0.001167 ! 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 0.96 FD 1.34 HN 0.95 KP 1.08 ! LA 0.97 MK 1.00 NL 1.17 OV 0.95 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.56 HN 1.01 KP 0.99 ! LA 0.93 MK 0.99 NL 1.21 OV 0.99 ! PT 0.99 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.79 HN 0.99 KP 0.86 ! LA 0.77 MK 1.01 NL 1.47 OV 0.91 ! PT 0.97 SC 1.07 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.61 HN 0.97 KP 0.80 ! LA 0.81 MK 1.01 NL 1.05 OV 0.96 ! PT 1.02 SC 1.02 ! ! ! Fit before self-cal, rms=0.254129Jy sigma=0.001167 ! Fit after self-cal, rms=0.364332Jy sigma=0.000861 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.259 mas, bmaj=6.535 mas, bpa=-4.299 degrees ! Estimated noise=646.555 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.000354562 Jy ! Component: 100 - total flux cleaned = 0.000193445 Jy ! Component: 150 - total flux cleaned = 9.84977e-06 Jy ! Component: 200 - total flux cleaned = -0.000149413 Jy ! Total flux subtracted in 200 components = -0.000149413 Jy ! Clean residual min=-0.007313 max=0.007497 Jy/beam ! Clean residual mean=0.000009 rms=0.001795 Jy/beam ! Combined flux in latest and established models = 0.448443 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 39 components and 0.448444 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.364296Jy sigma=0.000860 ! Fit after self-cal, rms=0.364471Jy sigma=0.000860 ! 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.364471Jy sigma=0.000860 ! Fit after self-cal, rms=0.290887Jy sigma=0.000792 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.26 mas, bmaj=6.519 mas, bpa=-4.294 degrees ! Estimated noise=646.067 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00120571 Jy ! Component: 100 - total flux cleaned = -0.00149464 Jy ! Component: 150 - total flux cleaned = -0.00161648 Jy ! Component: 200 - total flux cleaned = -0.00174193 Jy ! Total flux subtracted in 200 components = -0.00174193 Jy ! Clean residual min=-0.002326 max=0.002520 Jy/beam ! Clean residual mean=0.000002 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.446702 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 45 components and 0.446702 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.290892Jy sigma=0.000791 ! Fit after self-cal, rms=0.290876Jy sigma=0.000791 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 (4.5, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00217349 Jy ! Component: 100 - total flux cleaned = 0.00236659 Jy ! Component: 150 - total flux cleaned = 0.00240696 Jy ! Component: 200 - total flux cleaned = 0.00243959 Jy ! Total flux subtracted in 200 components = 0.00243959 Jy ! Clean residual min=-0.002281 max=0.002186 Jy/beam ! Clean residual mean=0.000002 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.449141 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 67 components and 0.449141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.290865Jy sigma=0.000790 ! Fit after self-cal, rms=0.290876Jy sigma=0.000790 ! 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.290876Jy sigma=0.000790 ! Fit after self-cal, rms=0.290759Jy sigma=0.000790 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.259 mas, bmaj=6.52 mas, bpa=-4.255 degrees ! Estimated noise=645.881 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000467127 Jy ! Component: 100 - total flux cleaned = 0.000427659 Jy ! Component: 150 - total flux cleaned = 0.000366705 Jy ! Component: 200 - total flux cleaned = 0.000313502 Jy ! Total flux subtracted in 200 components = 0.000313502 Jy ! Clean residual min=-0.002173 max=0.002074 Jy/beam ! Clean residual mean=0.000002 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.449455 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 78 components and 0.449455 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.290757Jy sigma=0.000789 ! Fit after self-cal, rms=0.290755Jy sigma=0.000789 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.000114383 Jy ! Component: 100 - total flux cleaned = 0.000138216 Jy ! Component: 150 - total flux cleaned = 0.000115813 Jy ! Component: 200 - total flux cleaned = 0.000137253 Jy ! Total flux subtracted in 200 components = 0.000137253 Jy ! Clean residual min=-0.002127 max=0.002067 Jy/beam ! Clean residual mean=0.000002 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.449592 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 90 components and 0.449592 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.290752Jy sigma=0.000789 ! Fit after self-cal, rms=0.290754Jy sigma=0.000789 ! 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.290754Jy sigma=0.000789 ! Fit after self-cal, rms=0.290634Jy sigma=0.000789 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.051 mas, bmaj=9.725 mas, bpa=-4.944 degrees ! Estimated noise=843.046 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.8772e-05 Jy ! Component: 100 - total flux cleaned = 2.94056e-05 Jy ! Component: 150 - total flux cleaned = 3.11375e-05 Jy ! Component: 200 - total flux cleaned = 3.31922e-05 Jy ! Total flux subtracted in 200 components = 3.31922e-05 Jy ! Clean residual min=-0.002542 max=0.002778 Jy/beam ! Clean residual mean=0.000005 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.449625 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 104 components and 0.449625 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.290636Jy sigma=0.000789 ! Fit after self-cal, rms=0.290635Jy sigma=0.000789 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.000117925 Jy ! Component: 100 - total flux cleaned = 0.000214641 Jy ! Component: 150 - total flux cleaned = 0.00021499 Jy ! Component: 200 - total flux cleaned = 0.00022602 Jy ! Total flux subtracted in 200 components = 0.00022602 Jy ! Clean residual min=-0.002473 max=0.002799 Jy/beam ! Clean residual mean=0.000005 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.449851 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 114 components and 0.449851 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.290634Jy sigma=0.000789 ! Fit after self-cal, rms=0.290636Jy sigma=0.000789 ! 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.258 mas, bmaj=6.522 mas, bpa=-4.236 degrees ! Estimated noise=645.712 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.258 x 6.522 at -4.236 degrees (North through East) ! Clean map min=-0.0019978 max=0.40649 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.751 mas, bmaj=5.585 mas, bpa=-3.589 degrees ! Estimated noise=803.676 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.311812 Jy ! Component: 100 - total flux cleaned = 0.382229 Jy ! Component: 150 - total flux cleaned = 0.409781 Jy ! Component: 200 - total flux cleaned = 0.424066 Jy ! Total flux subtracted in 200 components = 0.424066 Jy ! Clean residual min=-0.003857 max=0.006831 Jy/beam ! Clean residual mean=0.000006 rms=0.000985 Jy/beam ! Combined flux in latest and established models = 0.424066 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.424066 Jy ! Inverting map and beam ! Estimated beam: bmin=3.258 mas, bmaj=6.522 mas, bpa=-4.236 degrees ! Estimated noise=645.712 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.00969641 Jy ! Component: 100 - total flux cleaned = 0.0150729 Jy ! Component: 150 - total flux cleaned = 0.018438 Jy ! Component: 200 - total flux cleaned = 0.020745 Jy ! Total flux subtracted in 200 components = 0.020745 Jy ! Clean residual min=-0.002108 max=0.002077 Jy/beam ! Clean residual mean=0.000003 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.444811 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 38 components and 0.444811 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.051 mas, bmaj=9.725 mas, bpa=-4.944 degrees ! Estimated noise=843.046 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00225551 Jy ! Component: 100 - total flux cleaned = 0.00347853 Jy ! Component: 150 - total flux cleaned = 0.00420386 Jy ! Component: 200 - total flux cleaned = 0.00464834 Jy ! Total flux subtracted in 200 components = 0.00464834 Jy ! Clean residual min=-0.002446 max=0.002822 Jy/beam ! Clean residual mean=0.000005 rms=0.000661 Jy/beam ! Combined flux in latest and established models = 0.44946 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) ! Added new window around map position (-89, 85.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00244053 Jy ! Component: 100 - total flux cleaned = 0.00319789 Jy ! Component: 150 - total flux cleaned = 0.00374116 Jy ! Component: 200 - total flux cleaned = 0.00399458 Jy ! Total flux subtracted in 200 components = 0.00399458 Jy ! Clean residual min=-0.002102 max=0.002107 Jy/beam ! Clean residual mean=0.000007 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.453454 Jy ! Adding 72 model components to the UV plane model. ! The established model now contains 105 components and 0.453454 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.258 mas, bmaj=6.522 mas, bpa=-4.236 degrees ! Estimated noise=645.712 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00058898 Jy ! Component: 100 - total flux cleaned = 0.00067146 Jy ! Component: 150 - total flux cleaned = 0.000707394 Jy ! Component: 200 - total flux cleaned = 0.000778246 Jy ! Total flux subtracted in 200 components = 0.000778246 Jy ! Clean residual min=-0.002147 max=0.001864 Jy/beam ! Clean residual mean=0.000003 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.454233 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 132 components and 0.454233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.290560Jy sigma=0.000788 ! Fit after self-cal, rms=0.290553Jy sigma=0.000788 wmodel J2330+3348_S_2015_01_23_pus_map.mod ! Writing 132 model components to file: J2330+3348_S_2015_01_23_pus_map.mod wobs J2330+3348_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J2330+3348_S_2015_01_23_pus_uvs.fits wwins J2330+3348_S_2015_01_23_pus_map.win ! wwins: Wrote 3 windows to J2330+3348_S_2015_01_23_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.00048309 Jy ! Component: 100 - total flux cleaned = -0.000853563 Jy ! Component: 150 - total flux cleaned = -0.00107671 Jy ! Component: 200 - total flux cleaned = -0.00141391 Jy ! Component: 250 - total flux cleaned = -0.00173851 Jy ! Component: 300 - total flux cleaned = -0.00199594 Jy ! Component: 350 - total flux cleaned = -0.00224784 Jy ! Component: 400 - total flux cleaned = -0.00252167 Jy ! Component: 450 - total flux cleaned = -0.00273625 Jy ! Component: 500 - total flux cleaned = -0.00294652 Jy ! Component: 550 - total flux cleaned = -0.00294647 Jy ! Component: 600 - total flux cleaned = -0.00302347 Jy ! Component: 650 - total flux cleaned = -0.00304923 Jy ! Component: 700 - total flux cleaned = -0.00319773 Jy ! Component: 750 - total flux cleaned = -0.00317323 Jy ! Component: 800 - total flux cleaned = -0.00317349 Jy ! Component: 850 - total flux cleaned = -0.00315028 Jy ! Component: 900 - total flux cleaned = -0.00319787 Jy ! Component: 950 - total flux cleaned = -0.00317513 Jy ! Component: 1000 - total flux cleaned = -0.00324387 Jy ! Component: 1050 - total flux cleaned = -0.00322095 Jy ! Component: 1100 - total flux cleaned = -0.00319875 Jy ! Component: 1150 - total flux cleaned = -0.00322085 Jy ! Component: 1200 - total flux cleaned = -0.00319845 Jy ! Component: 1250 - total flux cleaned = -0.00315509 Jy ! Component: 1300 - total flux cleaned = -0.00313366 Jy ! Component: 1350 - total flux cleaned = -0.00309125 Jy ! Component: 1400 - total flux cleaned = -0.00311245 Jy ! Component: 1450 - total flux cleaned = -0.00304998 Jy ! Component: 1500 - total flux cleaned = -0.00307096 Jy ! Component: 1550 - total flux cleaned = -0.00309158 Jy ! Component: 1600 - total flux cleaned = -0.00307134 Jy ! Component: 1650 - total flux cleaned = -0.00305121 Jy ! Component: 1700 - total flux cleaned = -0.00305132 Jy ! Component: 1750 - total flux cleaned = -0.0030121 Jy ! Component: 1800 - total flux cleaned = -0.00303186 Jy ! Component: 1850 - total flux cleaned = -0.00295413 Jy ! Component: 1900 - total flux cleaned = -0.00297372 Jy ! Component: 1950 - total flux cleaned = -0.00289733 Jy ! Component: 2000 - total flux cleaned = -0.00293541 Jy ! Component: 2050 - total flux cleaned = -0.00287881 Jy ! Component: 2100 - total flux cleaned = -0.00286006 Jy ! Component: 2150 - total flux cleaned = -0.0028416 Jy ! Component: 2200 - total flux cleaned = -0.00276781 Jy ! Component: 2250 - total flux cleaned = -0.00276794 Jy ! Component: 2300 - total flux cleaned = -0.00278588 Jy ! Component: 2350 - total flux cleaned = -0.00273174 Jy ! Component: 2400 - total flux cleaned = -0.00271382 Jy ! Component: 2450 - total flux cleaned = -0.00264275 Jy ! Component: 2500 - total flux cleaned = -0.00264286 Jy ! Component: 2550 - total flux cleaned = -0.00264271 Jy ! Component: 2600 - total flux cleaned = -0.00250358 Jy ! Component: 2650 - total flux cleaned = -0.002521 Jy ! Component: 2700 - total flux cleaned = -0.00241789 Jy ! Component: 2750 - total flux cleaned = -0.00241783 Jy ! Component: 2800 - total flux cleaned = -0.00231623 Jy ! Component: 2850 - total flux cleaned = -0.0023333 Jy ! Component: 2900 - total flux cleaned = -0.00228311 Jy ! Component: 2950 - total flux cleaned = -0.00216656 Jy ! Component: 3000 - total flux cleaned = -0.00219963 Jy ! Component: 3050 - total flux cleaned = -0.00211734 Jy ! Component: 3100 - total flux cleaned = -0.00206819 Jy ! Component: 3150 - total flux cleaned = -0.00197059 Jy ! Component: 3200 - total flux cleaned = -0.00190584 Jy ! Component: 3250 - total flux cleaned = -0.00179323 Jy ! Component: 3300 - total flux cleaned = -0.00174526 Jy ! Component: 3350 - total flux cleaned = -0.00168161 Jy ! Component: 3400 - total flux cleaned = -0.00163403 Jy ! Component: 3450 - total flux cleaned = -0.00149214 Jy ! Component: 3500 - total flux cleaned = -0.00142944 Jy ! Component: 3550 - total flux cleaned = -0.00138267 Jy ! Component: 3600 - total flux cleaned = -0.00132066 Jy ! Component: 3650 - total flux cleaned = -0.00122791 Jy ! Component: 3700 - total flux cleaned = -0.00118176 Jy ! Component: 3750 - total flux cleaned = -0.00110507 Jy ! Component: 3800 - total flux cleaned = -0.00104414 Jy ! Component: 3850 - total flux cleaned = -0.000938142 Jy ! Component: 3900 - total flux cleaned = -0.000847746 Jy ! Component: 3950 - total flux cleaned = -0.000772715 Jy ! Component: 4000 - total flux cleaned = -0.000682988 Jy ! Component: 4050 - total flux cleaned = -0.000593637 Jy ! Total flux subtracted in 4096 components = -0.000549186 Jy ! Clean residual min=-0.000797 max=0.000883 Jy/beam ! Clean residual mean=0.000001 rms=0.000277 Jy/beam ! Combined flux in latest and established models = 0.453683 Jy keep ! Adding 292 model components to the UV plane model. ! The established model now contains 424 components and 0.453683 Jy ![Exited script file: muppet] wmap "J2330+3348_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.258 x 6.522 at -4.236 degrees (North through East) ! Clean map min=-0.0014911 max=0.40705 Jy/beam ! Writing clean map to FITS file: J2330+3348_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.407048 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000275107 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.202758 0.202758 0.405515 0.81103 1.62206 3.24412 6.48824 12.9765 25.953 51.9059 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.407 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.258 x 6.522 at -4.236 degrees (North through East) ! Clean map min=-0.0014911 max=0.40705 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 J2330+3348_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:38:47 2017