! Started logfile: J0440+1437_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:46:19 2016 obs J0440+1437_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0440+1437_S_2015_03_17_pus_uva.fits ! AN table 1: 105 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.965079 visibilities/baseline/integration-bin. ! Found source: J0440+1437 ! ! 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 18240 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 J0440+1437_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 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.751926Jy sigma=0.009074 ! Fit after self-cal, rms=0.725982Jy sigma=0.008770 ! 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.72 mas, bmaj=6.082 mas, bpa=-3.784 degrees ! Estimated noise=682.706 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.200598 Jy ! Component: 100 - total flux cleaned = 0.255111 Jy ! Total flux subtracted in 100 components = 0.255111 Jy ! Clean residual min=-0.007833 max=0.023139 Jy/beam ! Clean residual mean=0.000023 rms=0.002425 Jy/beam ! Combined flux in latest and established models = 0.255111 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.255111 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093954Jy sigma=0.001005 ! Fit after self-cal, rms=0.093915Jy sigma=0.001005 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0249494 Jy ! Component: 100 - total flux cleaned = 0.0381407 Jy ! Total flux subtracted in 100 components = 0.0381407 Jy ! Clean residual min=-0.006329 max=0.007004 Jy/beam ! Clean residual mean=0.000021 rms=0.001638 Jy/beam ! Combined flux in latest and established models = 0.293252 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 26 components and 0.293252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082900Jy sigma=0.000888 ! Fit after self-cal, rms=0.082877Jy sigma=0.000888 ! 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.309 mas, bmaj=7.118 mas, bpa=-4.163 degrees ! Estimated noise=446.955 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 (-3, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0143835 Jy ! Component: 100 - total flux cleaned = 0.0233251 Jy ! Component: 150 - total flux cleaned = 0.0295655 Jy ! Component: 200 - total flux cleaned = 0.0340485 Jy ! Total flux subtracted in 200 components = 0.0340485 Jy ! Clean residual min=-0.007003 max=0.006561 Jy/beam ! Clean residual mean=0.000001 rms=0.001563 Jy/beam ! Combined flux in latest and established models = 0.3273 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 74 components and 0.3273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079302Jy sigma=0.000859 ! Fit after self-cal, rms=0.079253Jy sigma=0.000858 ! 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.99 FD 0.89 HN 0.93 KP 1.10 ! LA 0.97 MK 1.02 NL 0.92 OV 1.00 ! PT 1.04 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.92 HN 0.99 KP 1.05 ! LA 0.94 MK 1.08 NL 1.06 OV 1.02 ! PT 1.03 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.94 HN 0.98 KP 0.95 ! LA 0.78 MK 1.10 NL 1.16 OV 0.96 ! PT 1.02 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.98 HN 0.95 KP 0.92 ! LA 0.85 MK 1.11 NL 1.01 OV 1.01 ! PT 1.07 SC 0.99 ! ! ! Fit before self-cal, rms=0.079253Jy sigma=0.000858 ! Fit after self-cal, rms=0.070378Jy sigma=0.000791 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.372 mas, bmaj=7.196 mas, bpa=-3.765 degrees ! Estimated noise=446.078 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.00238442 Jy ! Component: 100 - total flux cleaned = -0.00309178 Jy ! Component: 150 - total flux cleaned = -0.00338557 Jy ! Component: 200 - total flux cleaned = -0.00358943 Jy ! Total flux subtracted in 200 components = -0.00358943 Jy ! Clean residual min=-0.003466 max=0.003378 Jy/beam ! Clean residual mean=0.000018 rms=0.000860 Jy/beam ! Combined flux in latest and established models = 0.323711 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 89 components and 0.323711 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070219Jy sigma=0.000789 ! Fit after self-cal, rms=0.070174Jy sigma=0.000789 ! 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.070174Jy sigma=0.000789 ! Fit after self-cal, rms=0.069937Jy sigma=0.000776 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.37 mas, bmaj=7.185 mas, bpa=-3.995 degrees ! Estimated noise=445.328 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00121546 Jy ! Component: 100 - total flux cleaned = -0.00190631 Jy ! Component: 150 - total flux cleaned = -0.00236553 Jy ! Component: 200 - total flux cleaned = -0.00250222 Jy ! Total flux subtracted in 200 components = -0.00250222 Jy ! Clean residual min=-0.001971 max=0.001929 Jy/beam ! Clean residual mean=0.000000 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.321208 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 103 components and 0.321208 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069875Jy sigma=0.000775 ! Fit after self-cal, rms=0.069899Jy 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) ! Added new window around map position (-21.5, -20.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00142306 Jy ! Component: 100 - total flux cleaned = 0.00194259 Jy ! Component: 150 - total flux cleaned = 0.00239364 Jy ! Component: 200 - total flux cleaned = 0.0026355 Jy ! Total flux subtracted in 200 components = 0.0026355 Jy ! Clean residual min=-0.001799 max=0.001589 Jy/beam ! Clean residual mean=0.000001 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.323844 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 118 components and 0.323844 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069845Jy sigma=0.000775 ! Fit after self-cal, rms=0.069844Jy 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.069844Jy sigma=0.000775 ! Fit after self-cal, rms=0.069847Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.377 mas, bmaj=7.192 mas, bpa=-3.905 degrees ! Estimated noise=445.261 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000648401 Jy ! Component: 100 - total flux cleaned = -0.000617683 Jy ! Component: 150 - total flux cleaned = -0.000561519 Jy ! Component: 200 - total flux cleaned = -0.000535582 Jy ! Total flux subtracted in 200 components = -0.000535582 Jy ! Clean residual min=-0.001665 max=0.001442 Jy/beam ! Clean residual mean=0.000001 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.323308 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 126 components and 0.323308 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069820Jy sigma=0.000774 ! Fit after self-cal, rms=0.069820Jy 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.91399e-05 Jy ! Component: 100 - total flux cleaned = 6.21784e-05 Jy ! Component: 150 - total flux cleaned = 0.000105062 Jy ! Component: 200 - total flux cleaned = 0.000146826 Jy ! Total flux subtracted in 200 components = 0.000146826 Jy ! Clean residual min=-0.001637 max=0.001415 Jy/beam ! Clean residual mean=0.000001 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.323455 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 136 components and 0.323455 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069807Jy sigma=0.000774 ! Fit after self-cal, rms=0.069807Jy 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.069807Jy sigma=0.000774 ! Fit after self-cal, rms=0.069812Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.201 mas, bmaj=10.64 mas, bpa=-4.477 degrees ! Estimated noise=560.272 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000181614 Jy ! Component: 100 - total flux cleaned = 0.000114957 Jy ! Component: 150 - total flux cleaned = 0.000105061 Jy ! Component: 200 - total flux cleaned = 3.54369e-05 Jy ! Total flux subtracted in 200 components = 3.54369e-05 Jy ! Clean residual min=-0.001976 max=0.001402 Jy/beam ! Clean residual mean=0.000002 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.323491 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 149 components and 0.323491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069808Jy sigma=0.000774 ! Fit after self-cal, rms=0.069807Jy 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 = 4.4446e-05 Jy ! Component: 100 - total flux cleaned = 3.40531e-05 Jy ! Component: 150 - total flux cleaned = 3.41648e-05 Jy ! Component: 200 - total flux cleaned = 3.43857e-05 Jy ! Total flux subtracted in 200 components = 3.43857e-05 Jy ! Clean residual min=-0.001991 max=0.001399 Jy/beam ! Clean residual mean=0.000002 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.323525 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 156 components and 0.323525 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069806Jy sigma=0.000774 ! Fit after self-cal, rms=0.069806Jy 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=3.383 mas, bmaj=7.197 mas, bpa=-3.83 degrees ! Estimated noise=445.277 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.383 x 7.197 at -3.83 degrees (North through East) ! Clean map min=-0.0015513 max=0.2682 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.768 mas, bmaj=6.117 mas, bpa=-3.397 degrees ! Estimated noise=690.802 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.202876 Jy ! Component: 100 - total flux cleaned = 0.254819 Jy ! Component: 150 - total flux cleaned = 0.277607 Jy ! Component: 200 - total flux cleaned = 0.289296 Jy ! Total flux subtracted in 200 components = 0.289296 Jy ! Clean residual min=-0.003329 max=0.005858 Jy/beam ! Clean residual mean=0.000010 rms=0.000965 Jy/beam ! Combined flux in latest and established models = 0.289296 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.289296 Jy ! Inverting map and beam ! Estimated beam: bmin=3.383 mas, bmaj=7.197 mas, bpa=-3.83 degrees ! Estimated noise=445.277 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.0110871 Jy ! Component: 100 - total flux cleaned = 0.0175874 Jy ! Component: 150 - total flux cleaned = 0.0216863 Jy ! Component: 200 - total flux cleaned = 0.0244359 Jy ! Total flux subtracted in 200 components = 0.0244359 Jy ! Clean residual min=-0.001826 max=0.001996 Jy/beam ! Clean residual mean=0.000000 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.313732 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 57 components and 0.313732 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.201 mas, bmaj=10.64 mas, bpa=-4.477 degrees ! Estimated noise=560.272 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00321428 Jy ! Component: 100 - total flux cleaned = 0.00529741 Jy ! Component: 150 - total flux cleaned = 0.0067798 Jy ! Component: 200 - total flux cleaned = 0.00782403 Jy ! Total flux subtracted in 200 components = 0.00782403 Jy ! Clean residual min=-0.001942 max=0.001454 Jy/beam ! Clean residual mean=0.000001 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.321556 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.000417003 Jy ! Component: 100 - total flux cleaned = 0.00071172 Jy ! Component: 150 - total flux cleaned = 0.000964394 Jy ! Component: 200 - total flux cleaned = 0.00114141 Jy ! Total flux subtracted in 200 components = 0.00114141 Jy ! Clean residual min=-0.001958 max=0.001357 Jy/beam ! Clean residual mean=0.000001 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.322697 Jy ! Adding 81 model components to the UV plane model. ! The established model now contains 131 components and 0.322697 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.383 mas, bmaj=7.197 mas, bpa=-3.83 degrees ! Estimated noise=445.277 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.94773e-05 Jy ! Component: 100 - total flux cleaned = -9.25924e-06 Jy ! Component: 150 - total flux cleaned = -7.55029e-05 Jy ! Component: 200 - total flux cleaned = -7.34878e-05 Jy ! Total flux subtracted in 200 components = -7.34878e-05 Jy ! Clean residual min=-0.001634 max=0.001447 Jy/beam ! Clean residual mean=0.000001 rms=0.000380 Jy/beam ! Combined flux in latest and established models = 0.322624 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 153 components and 0.322624 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069817Jy sigma=0.000774 ! Fit after self-cal, rms=0.069813Jy sigma=0.000774 wmodel J0440+1437_S_2015_03_17_pus_map.mod ! Writing 153 model components to file: J0440+1437_S_2015_03_17_pus_map.mod wobs J0440+1437_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0440+1437_S_2015_03_17_pus_uvs.fits wwins J0440+1437_S_2015_03_17_pus_map.win ! wwins: Wrote 3 windows to J0440+1437_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.000515575 Jy ! Component: 100 - total flux cleaned = -0.000882462 Jy ! Component: 150 - total flux cleaned = -0.00103185 Jy ! Component: 200 - total flux cleaned = -0.00122246 Jy ! Component: 250 - total flux cleaned = -0.00142795 Jy ! Component: 300 - total flux cleaned = -0.00162666 Jy ! Component: 350 - total flux cleaned = -0.00179838 Jy ! Component: 400 - total flux cleaned = -0.00192446 Jy ! Component: 450 - total flux cleaned = -0.0020878 Jy ! Component: 500 - total flux cleaned = -0.00228686 Jy ! Component: 550 - total flux cleaned = -0.00236459 Jy ! Component: 600 - total flux cleaned = -0.00245973 Jy ! Component: 650 - total flux cleaned = -0.00251582 Jy ! Component: 700 - total flux cleaned = -0.00260785 Jy ! Component: 750 - total flux cleaned = -0.00273463 Jy ! Component: 800 - total flux cleaned = -0.00287679 Jy ! Component: 850 - total flux cleaned = -0.00292921 Jy ! Component: 900 - total flux cleaned = -0.00304967 Jy ! Component: 950 - total flux cleaned = -0.00303238 Jy ! Component: 1000 - total flux cleaned = -0.00303255 Jy ! Component: 1050 - total flux cleaned = -0.00303274 Jy ! Component: 1100 - total flux cleaned = -0.00306536 Jy ! Component: 1150 - total flux cleaned = -0.00306509 Jy ! Component: 1200 - total flux cleaned = -0.00306517 Jy ! Component: 1250 - total flux cleaned = -0.00306496 Jy ! Component: 1300 - total flux cleaned = -0.00301867 Jy ! Component: 1350 - total flux cleaned = -0.00300287 Jy ! Component: 1400 - total flux cleaned = -0.00295774 Jy ! Component: 1450 - total flux cleaned = -0.00295767 Jy ! Component: 1500 - total flux cleaned = -0.00297244 Jy ! Component: 1550 - total flux cleaned = -0.00297241 Jy ! Component: 1600 - total flux cleaned = -0.00295797 Jy ! Component: 1650 - total flux cleaned = -0.00295795 Jy ! Component: 1700 - total flux cleaned = -0.00294352 Jy ! Component: 1750 - total flux cleaned = -0.00298588 Jy ! Component: 1800 - total flux cleaned = -0.00297203 Jy ! Component: 1850 - total flux cleaned = -0.00299963 Jy ! Component: 1900 - total flux cleaned = -0.00294527 Jy ! Component: 1950 - total flux cleaned = -0.0029993 Jy ! Component: 2000 - total flux cleaned = -0.00298589 Jy ! Component: 2050 - total flux cleaned = -0.00301258 Jy ! Component: 2100 - total flux cleaned = -0.00299948 Jy ! Component: 2150 - total flux cleaned = -0.00305146 Jy ! Component: 2200 - total flux cleaned = -0.00305136 Jy ! Component: 2250 - total flux cleaned = -0.00302577 Jy ! Component: 2300 - total flux cleaned = -0.00305095 Jy ! Component: 2350 - total flux cleaned = -0.00306349 Jy ! Component: 2400 - total flux cleaned = -0.00306361 Jy ! Component: 2450 - total flux cleaned = -0.00305122 Jy ! Component: 2500 - total flux cleaned = -0.0030878 Jy ! Component: 2550 - total flux cleaned = -0.00308769 Jy ! Component: 2600 - total flux cleaned = -0.00303966 Jy ! Component: 2650 - total flux cleaned = -0.00307521 Jy ! Component: 2700 - total flux cleaned = -0.00307499 Jy ! Component: 2750 - total flux cleaned = -0.00295774 Jy ! Component: 2800 - total flux cleaned = -0.00298101 Jy ! Component: 2850 - total flux cleaned = -0.00291188 Jy ! Component: 2900 - total flux cleaned = -0.00287777 Jy ! Component: 2950 - total flux cleaned = -0.00283261 Jy ! Component: 3000 - total flux cleaned = -0.00285503 Jy ! Component: 3050 - total flux cleaned = -0.00282151 Jy ! Component: 3100 - total flux cleaned = -0.0028215 Jy ! Component: 3150 - total flux cleaned = -0.00274456 Jy ! Component: 3200 - total flux cleaned = -0.0028209 Jy ! Component: 3250 - total flux cleaned = -0.00284244 Jy ! Component: 3300 - total flux cleaned = -0.00281011 Jy ! Component: 3350 - total flux cleaned = -0.00285286 Jy ! Component: 3400 - total flux cleaned = -0.00284209 Jy ! Component: 3450 - total flux cleaned = -0.00285263 Jy ! Component: 3500 - total flux cleaned = -0.00289447 Jy ! Component: 3550 - total flux cleaned = -0.00289437 Jy ! Component: 3600 - total flux cleaned = -0.00291505 Jy ! Component: 3650 - total flux cleaned = -0.00293559 Jy ! Component: 3700 - total flux cleaned = -0.0029661 Jy ! Component: 3750 - total flux cleaned = -0.00296605 Jy ! Component: 3800 - total flux cleaned = -0.00297616 Jy ! Component: 3850 - total flux cleaned = -0.00299615 Jy ! Component: 3900 - total flux cleaned = -0.00303564 Jy ! Component: 3950 - total flux cleaned = -0.00308486 Jy ! Component: 4000 - total flux cleaned = -0.00309464 Jy ! Component: 4050 - total flux cleaned = -0.00313355 Jy ! Total flux subtracted in 4096 components = -0.00314317 Jy ! Clean residual min=-0.000570 max=0.000728 Jy/beam ! Clean residual mean=0.000001 rms=0.000182 Jy/beam ! Combined flux in latest and established models = 0.31948 Jy keep ! Adding 308 model components to the UV plane model. ! The established model now contains 461 components and 0.31948 Jy ![Exited script file: muppet] wmap "J0440+1437_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.383 x 7.197 at -3.83 degrees (North through East) ! Clean map min=-0.0012566 max=0.26894 Jy/beam ! Writing clean map to FITS file: J0440+1437_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.268945 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000181356 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.202297 0.202297 0.404594 0.809188 1.61838 3.23675 6.4735 12.947 25.894 51.788 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.268 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.383 x 7.197 at -3.83 degrees (North through East) ! Clean map min=-0.0012566 max=0.26894 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 J0440+1437_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:46:26 2016