! Started logfile: J1024+2332_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:20:56 2017 obs J1024+2332_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1024+2332_S_2015_01_23_pus_uva.fits ! AN table 1: 72 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.866975 visibilities/baseline/integration-bin. ! Found source: J1024+2332 ! ! 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 11236 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 J1024+2332_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 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.916381Jy sigma=0.010305 ! Fit after self-cal, rms=0.889657Jy sigma=0.010153 ! 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.922 mas, bmaj=5.709 mas, bpa=-5.579 degrees ! Estimated noise=893.722 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.0877661 Jy ! Component: 100 - total flux cleaned = 0.114846 Jy ! Total flux subtracted in 100 components = 0.114846 Jy ! Clean residual min=-0.005460 max=0.011400 Jy/beam ! Clean residual mean=-0.000015 rms=0.001821 Jy/beam ! Combined flux in latest and established models = 0.114846 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.114846 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.191079Jy sigma=0.000843 ! Fit after self-cal, rms=0.191042Jy sigma=0.000843 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0129536 Jy ! Component: 100 - total flux cleaned = 0.0196582 Jy ! Total flux subtracted in 100 components = 0.0196582 Jy ! Clean residual min=-0.005966 max=0.007273 Jy/beam ! Clean residual mean=-0.000006 rms=0.001468 Jy/beam ! Combined flux in latest and established models = 0.134504 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 22 components and 0.134504 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.189186Jy sigma=0.000820 ! Fit after self-cal, rms=0.189181Jy sigma=0.000820 ! 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.405 mas, bmaj=6.777 mas, bpa=-5.925 degrees ! Estimated noise=637.672 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 (5, 5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00920235 Jy ! Component: 100 - total flux cleaned = 0.0146091 Jy ! Component: 150 - total flux cleaned = 0.018566 Jy ! Component: 200 - total flux cleaned = 0.0214289 Jy ! Total flux subtracted in 200 components = 0.0214289 Jy ! Clean residual min=-0.005788 max=0.005945 Jy/beam ! Clean residual mean=0.000006 rms=0.001344 Jy/beam ! Combined flux in latest and established models = 0.155933 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 61 components and 0.155933 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.188355Jy sigma=0.000805 ! Fit after self-cal, rms=0.188312Jy sigma=0.000804 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.93 HN 0.92 KP 1.09 ! LA 0.97 MK 1.04 NL 1.12 OV 0.97 ! PT 1.04 SC 1.04 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.25 HN 1.04 KP 1.02 ! LA 0.95 MK 1.01 NL 1.24 OV 1.00 ! PT 1.04 SC 1.03 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.52 HN 1.03 KP 0.90 ! LA 0.73 MK 1.09 NL 1.35 OV 0.93 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.58 HN 0.98 KP 0.82 ! LA 0.81 MK 0.99 NL 0.94 OV 0.99 ! PT 1.06 SC 1.02 ! ! ! Fit before self-cal, rms=0.188312Jy sigma=0.000804 ! Fit after self-cal, rms=0.166610Jy sigma=0.000776 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.435 mas, bmaj=6.838 mas, bpa=-5.674 degrees ! Estimated noise=643.635 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.00155662 Jy ! Component: 100 - total flux cleaned = -0.00184752 Jy ! Component: 150 - total flux cleaned = -0.00198444 Jy ! Component: 200 - total flux cleaned = -0.00202355 Jy ! Total flux subtracted in 200 components = -0.00202355 Jy ! Clean residual min=-0.003056 max=0.003210 Jy/beam ! Clean residual mean=0.000014 rms=0.000801 Jy/beam ! Combined flux in latest and established models = 0.15391 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 80 components and 0.15391 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.166538Jy sigma=0.000776 ! Fit after self-cal, rms=0.166562Jy sigma=0.000775 ! 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.166562Jy sigma=0.000775 ! Fit after self-cal, rms=0.137663Jy sigma=0.000767 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.448 mas, bmaj=6.854 mas, bpa=-5.286 degrees ! Estimated noise=643.175 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000898678 Jy ! Component: 100 - total flux cleaned = -0.00113843 Jy ! Component: 150 - total flux cleaned = -0.00116798 Jy ! Component: 200 - total flux cleaned = -0.00119262 Jy ! Total flux subtracted in 200 components = -0.00119262 Jy ! Clean residual min=-0.001936 max=0.001988 Jy/beam ! Clean residual mean=-0.000001 rms=0.000482 Jy/beam ! Combined flux in latest and established models = 0.152717 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 98 components and 0.152717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137639Jy sigma=0.000767 ! Fit after self-cal, rms=0.137657Jy sigma=0.000767 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.000211304 Jy ! Component: 100 - total flux cleaned = -0.000233041 Jy ! Component: 150 - total flux cleaned = -0.000232876 Jy ! Component: 200 - total flux cleaned = -0.000233179 Jy ! Total flux subtracted in 200 components = -0.000233179 Jy ! Clean residual min=-0.001906 max=0.001996 Jy/beam ! Clean residual mean=-0.000000 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.152484 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 115 components and 0.152484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137647Jy sigma=0.000767 ! Fit after self-cal, rms=0.137643Jy sigma=0.000767 ! 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.137643Jy sigma=0.000767 ! Fit after self-cal, rms=0.137536Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.446 mas, bmaj=6.858 mas, bpa=-5.248 degrees ! Estimated noise=642.816 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000520305 Jy ! Component: 100 - total flux cleaned = -0.000584324 Jy ! Component: 150 - total flux cleaned = -0.000584924 Jy ! Component: 200 - total flux cleaned = -0.000602101 Jy ! Total flux subtracted in 200 components = -0.000602101 Jy ! Clean residual min=-0.001928 max=0.001973 Jy/beam ! Clean residual mean=0.000000 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.151882 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 119 components and 0.151882 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137526Jy sigma=0.000767 ! Fit after self-cal, rms=0.137520Jy sigma=0.000767 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.000117888 Jy ! Component: 100 - total flux cleaned = -0.000167391 Jy ! Component: 150 - total flux cleaned = -0.000182586 Jy ! Component: 200 - total flux cleaned = -0.000211114 Jy ! Total flux subtracted in 200 components = -0.000211114 Jy ! Clean residual min=-0.001905 max=0.001965 Jy/beam ! Clean residual mean=0.000000 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.151671 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 122 components and 0.151671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137515Jy sigma=0.000767 ! Fit after self-cal, rms=0.137509Jy sigma=0.000767 ! 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.137509Jy sigma=0.000767 ! Fit after self-cal, rms=0.137466Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.978 mas, bmaj=11.21 mas, bpa=-2.627 degrees ! Estimated noise=823.142 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.09424e-06 Jy ! Component: 100 - total flux cleaned = -6.21844e-05 Jy ! Component: 150 - total flux cleaned = -6.25029e-05 Jy ! Component: 200 - total flux cleaned = -5.03483e-05 Jy ! Total flux subtracted in 200 components = -5.03483e-05 Jy ! Clean residual min=-0.002205 max=0.002180 Jy/beam ! Clean residual mean=-0.000000 rms=0.000636 Jy/beam ! Combined flux in latest and established models = 0.15162 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 136 components and 0.15162 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137466Jy sigma=0.000766 ! Fit after self-cal, rms=0.137455Jy sigma=0.000766 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 = -7.20435e-06 Jy ! Component: 100 - total flux cleaned = 1.53665e-05 Jy ! Component: 150 - total flux cleaned = 2.52985e-05 Jy ! Component: 200 - total flux cleaned = 2.57149e-05 Jy ! Total flux subtracted in 200 components = 2.57149e-05 Jy ! Clean residual min=-0.002198 max=0.002158 Jy/beam ! Clean residual mean=-0.000000 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.151646 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 147 components and 0.151646 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137455Jy sigma=0.000766 ! Fit after self-cal, rms=0.137451Jy sigma=0.000766 ! 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.445 mas, bmaj=6.858 mas, bpa=-5.203 degrees ! Estimated noise=642.406 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.445 x 6.858 at -5.203 degrees (North through East) ! Clean map min=-0.0018783 max=0.11482 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.947 mas, bmaj=5.756 mas, bpa=-4.685 degrees ! Estimated noise=899.017 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0878973 Jy ! Component: 100 - total flux cleaned = 0.115324 Jy ! Component: 150 - total flux cleaned = 0.128209 Jy ! Component: 200 - total flux cleaned = 0.135285 Jy ! Total flux subtracted in 200 components = 0.135285 Jy ! Clean residual min=-0.003353 max=0.003706 Jy/beam ! Clean residual mean=-0.000008 rms=0.000862 Jy/beam ! Combined flux in latest and established models = 0.135285 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.135285 Jy ! Inverting map and beam ! Estimated beam: bmin=3.445 mas, bmaj=6.858 mas, bpa=-5.203 degrees ! Estimated noise=642.406 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.00596287 Jy ! Component: 100 - total flux cleaned = 0.00947038 Jy ! Component: 150 - total flux cleaned = 0.0117448 Jy ! Component: 200 - total flux cleaned = 0.0133439 Jy ! Total flux subtracted in 200 components = 0.0133439 Jy ! Clean residual min=-0.002012 max=0.002011 Jy/beam ! Clean residual mean=-0.000001 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.148629 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 58 components and 0.148629 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=6.978 mas, bmaj=11.21 mas, bpa=-2.627 degrees ! Estimated noise=823.142 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00181117 Jy ! Component: 100 - total flux cleaned = 0.00233268 Jy ! Component: 150 - total flux cleaned = 0.00243213 Jy ! Component: 200 - total flux cleaned = 0.0024875 Jy ! Total flux subtracted in 200 components = 0.0024875 Jy ! Clean residual min=-0.002127 max=0.002045 Jy/beam ! Clean residual mean=-0.000000 rms=0.000660 Jy/beam ! Combined flux in latest and established models = 0.151116 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 = 2.30222e-05 Jy ! Component: 100 - total flux cleaned = 4.3448e-05 Jy ! Component: 150 - total flux cleaned = 9.90257e-05 Jy ! Component: 200 - total flux cleaned = 0.000131914 Jy ! Total flux subtracted in 200 components = 0.000131914 Jy ! Clean residual min=-0.002151 max=0.001996 Jy/beam ! Clean residual mean=-0.000000 rms=0.000645 Jy/beam ! Combined flux in latest and established models = 0.151248 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 86 components and 0.151248 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.445 mas, bmaj=6.858 mas, bpa=-5.203 degrees ! Estimated noise=642.406 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.62133e-06 Jy ! Component: 100 - total flux cleaned = -8.67701e-05 Jy ! Component: 150 - total flux cleaned = -0.000113839 Jy ! Component: 200 - total flux cleaned = -0.000137487 Jy ! Total flux subtracted in 200 components = -0.000137487 Jy ! Clean residual min=-0.001832 max=0.001876 Jy/beam ! Clean residual mean=0.000000 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.151111 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 101 components and 0.151111 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137471Jy sigma=0.000767 ! Fit after self-cal, rms=0.137460Jy sigma=0.000767 wmodel J1024+2332_S_2015_01_23_pus_map.mod ! Writing 101 model components to file: J1024+2332_S_2015_01_23_pus_map.mod wobs J1024+2332_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1024+2332_S_2015_01_23_pus_uvs.fits wwins J1024+2332_S_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J1024+2332_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.000453195 Jy ! Component: 100 - total flux cleaned = 0.000773 Jy ! Component: 150 - total flux cleaned = 0.00101492 Jy ! Component: 200 - total flux cleaned = 0.00115897 Jy ! Component: 250 - total flux cleaned = 0.00121431 Jy ! Component: 300 - total flux cleaned = 0.00129509 Jy ! Component: 350 - total flux cleaned = 0.00139989 Jy ! Component: 400 - total flux cleaned = 0.00150207 Jy ! Component: 450 - total flux cleaned = 0.0016019 Jy ! Component: 500 - total flux cleaned = 0.00165119 Jy ! Component: 550 - total flux cleaned = 0.00172292 Jy ! Component: 600 - total flux cleaned = 0.00179319 Jy ! Component: 650 - total flux cleaned = 0.00181624 Jy ! Component: 700 - total flux cleaned = 0.0018161 Jy ! Component: 750 - total flux cleaned = 0.0018161 Jy ! Component: 800 - total flux cleaned = 0.00185933 Jy ! Component: 850 - total flux cleaned = 0.00190228 Jy ! Component: 900 - total flux cleaned = 0.00194453 Jy ! Component: 950 - total flux cleaned = 0.00196531 Jy ! Component: 1000 - total flux cleaned = 0.00200576 Jy ! Component: 1050 - total flux cleaned = 0.0020259 Jy ! Component: 1100 - total flux cleaned = 0.00204566 Jy ! Component: 1150 - total flux cleaned = 0.0020458 Jy ! Component: 1200 - total flux cleaned = 0.00210376 Jy ! Component: 1250 - total flux cleaned = 0.0020849 Jy ! Component: 1300 - total flux cleaned = 0.00212244 Jy ! Component: 1350 - total flux cleaned = 0.00210412 Jy ! Component: 1400 - total flux cleaned = 0.002141 Jy ! Component: 1450 - total flux cleaned = 0.00221286 Jy ! Component: 1500 - total flux cleaned = 0.00221288 Jy ! Component: 1550 - total flux cleaned = 0.00228272 Jy ! Component: 1600 - total flux cleaned = 0.00224788 Jy ! Component: 1650 - total flux cleaned = 0.00229909 Jy ! Component: 1700 - total flux cleaned = 0.00226545 Jy ! Component: 1750 - total flux cleaned = 0.00229925 Jy ! Component: 1800 - total flux cleaned = 0.00231593 Jy ! Component: 1850 - total flux cleaned = 0.00229962 Jy ! Component: 1900 - total flux cleaned = 0.00228365 Jy ! Component: 1950 - total flux cleaned = 0.00231601 Jy ! Component: 2000 - total flux cleaned = 0.00233214 Jy ! Component: 2050 - total flux cleaned = 0.0023321 Jy ! Component: 2100 - total flux cleaned = 0.00231646 Jy ! Component: 2150 - total flux cleaned = 0.00231636 Jy ! Component: 2200 - total flux cleaned = 0.00231635 Jy ! Component: 2250 - total flux cleaned = 0.00233161 Jy ! Component: 2300 - total flux cleaned = 0.00230161 Jy ! Component: 2350 - total flux cleaned = 0.00236141 Jy ! Component: 2400 - total flux cleaned = 0.00231675 Jy ! Component: 2450 - total flux cleaned = 0.00233156 Jy ! Component: 2500 - total flux cleaned = 0.00230259 Jy ! Component: 2550 - total flux cleaned = 0.00233176 Jy ! Component: 2600 - total flux cleaned = 0.00237481 Jy ! Component: 2650 - total flux cleaned = 0.00237479 Jy ! Component: 2700 - total flux cleaned = 0.00236059 Jy ! Component: 2750 - total flux cleaned = 0.00234651 Jy ! Component: 2800 - total flux cleaned = 0.00237426 Jy ! Component: 2850 - total flux cleaned = 0.00238802 Jy ! Component: 2900 - total flux cleaned = 0.00236052 Jy ! Component: 2950 - total flux cleaned = 0.00237417 Jy ! Component: 3000 - total flux cleaned = 0.00238768 Jy ! Component: 3050 - total flux cleaned = 0.00237426 Jy ! Component: 3100 - total flux cleaned = 0.00240093 Jy ! Component: 3150 - total flux cleaned = 0.00238764 Jy ! Component: 3200 - total flux cleaned = 0.00234808 Jy ! Component: 3250 - total flux cleaned = 0.00230888 Jy ! Component: 3300 - total flux cleaned = 0.00230893 Jy ! Component: 3350 - total flux cleaned = 0.00234756 Jy ! Component: 3400 - total flux cleaned = 0.00232176 Jy ! Component: 3450 - total flux cleaned = 0.00225787 Jy ! Component: 3500 - total flux cleaned = 0.00225791 Jy ! Component: 3550 - total flux cleaned = 0.00223271 Jy ! Component: 3600 - total flux cleaned = 0.00220768 Jy ! Component: 3650 - total flux cleaned = 0.00220766 Jy ! Component: 3700 - total flux cleaned = 0.00219517 Jy ! Component: 3750 - total flux cleaned = 0.00219511 Jy ! Component: 3800 - total flux cleaned = 0.0021706 Jy ! Component: 3850 - total flux cleaned = 0.00217054 Jy ! Component: 3900 - total flux cleaned = 0.00210988 Jy ! Component: 3950 - total flux cleaned = 0.00204964 Jy ! Component: 4000 - total flux cleaned = 0.00204963 Jy ! Component: 4050 - total flux cleaned = 0.00207361 Jy ! Total flux subtracted in 4096 components = 0.00204982 Jy ! Clean residual min=-0.000685 max=0.000772 Jy/beam ! Clean residual mean=-0.000002 rms=0.000219 Jy/beam ! Combined flux in latest and established models = 0.15316 Jy keep ! Adding 281 model components to the UV plane model. ! The established model now contains 382 components and 0.15316 Jy ![Exited script file: muppet] wmap "J1024+2332_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.445 x 6.858 at -5.203 degrees (North through East) ! Clean map min=-0.0015048 max=0.11509 Jy/beam ! Writing clean map to FITS file: J1024+2332_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.115091 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000217735 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.567552 0.567552 1.1351 2.27021 4.54042 9.08083 18.1617 36.3233 72.6467 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.115 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.445 x 6.858 at -5.203 degrees (North through East) ! Clean map min=-0.0015048 max=0.11509 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 J1024+2332_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:21:01 2017