! Started logfile: J0038+5035_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:38:25 2016 obs J0038+5035_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0038+5035_S_2015_03_17_pus_uva.fits ! AN table 1: 170 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.562092 visibilities/baseline/integration-bin. ! Found source: J0038+5035 ! ! 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 17200 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 J0038+5035_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 625 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 625 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 625 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 625 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.956451Jy sigma=0.011340 ! Fit after self-cal, rms=0.896462Jy sigma=0.010662 ! 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=3.086 mas, bmaj=6.373 mas, bpa=27.23 degrees ! Estimated noise=843.032 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.0778307 Jy ! Component: 100 - total flux cleaned = 0.100362 Jy ! Total flux subtracted in 100 components = 0.100362 Jy ! Clean residual min=-0.004740 max=0.009385 Jy/beam ! Clean residual mean=-0.000024 rms=0.001309 Jy/beam ! Combined flux in latest and established models = 0.100362 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.100362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076285Jy sigma=0.000830 ! Fit after self-cal, rms=0.076195Jy sigma=0.000829 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0101236 Jy ! Component: 100 - total flux cleaned = 0.0156099 Jy ! Total flux subtracted in 100 components = 0.0156099 Jy ! Clean residual min=-0.003927 max=0.004781 Jy/beam ! Clean residual mean=-0.000015 rms=0.001042 Jy/beam ! Combined flux in latest and established models = 0.115972 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 20 components and 0.115972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074255Jy sigma=0.000810 ! Fit after self-cal, rms=0.074240Jy sigma=0.000810 ! 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.699 mas, bmaj=6.677 mas, bpa=24.83 degrees ! Estimated noise=465.119 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, 1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0068062 Jy ! Component: 100 - total flux cleaned = 0.0112235 Jy ! Component: 150 - total flux cleaned = 0.014496 Jy ! Component: 200 - total flux cleaned = 0.0170022 Jy ! Total flux subtracted in 200 components = 0.0170022 Jy ! Clean residual min=-0.003550 max=0.003565 Jy/beam ! Clean residual mean=-0.000015 rms=0.000862 Jy/beam ! Combined flux in latest and established models = 0.132974 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 66 components and 0.132974 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073345Jy sigma=0.000801 ! Fit after self-cal, rms=0.073299Jy sigma=0.000801 ! 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.97 FD 0.91 HN 0.94 KP 1.07 ! LA 0.97 MK 1.14 NL 0.86 OV 1.00 ! PT 1.03 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.92 HN 0.95 KP 1.03 ! LA 0.93 MK 1.08 NL 1.23 OV 1.05 ! PT 1.05 SC 1.23 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 0.94 HN 1.25 KP 0.92 ! LA 0.74 MK 1.16 NL 1.12 OV 1.00 ! PT 1.01 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.98 HN 0.95 KP 0.91 ! LA 0.84 MK 1.16 NL 1.00 OV 1.01 ! PT 1.05 SC 0.95 ! ! ! Fit before self-cal, rms=0.073299Jy sigma=0.000801 ! Fit after self-cal, rms=0.070951Jy sigma=0.000783 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.805 mas, bmaj=6.691 mas, bpa=24.46 degrees ! Estimated noise=465.567 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.000284052 Jy ! Component: 100 - total flux cleaned = 0.00032773 Jy ! Component: 150 - total flux cleaned = 0.000408395 Jy ! Component: 200 - total flux cleaned = 0.000445494 Jy ! Total flux subtracted in 200 components = 0.000445494 Jy ! Clean residual min=-0.002313 max=0.002249 Jy/beam ! Clean residual mean=0.000005 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.13342 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 94 components and 0.13342 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070890Jy sigma=0.000782 ! Fit after self-cal, rms=0.070863Jy sigma=0.000782 ! 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.070863Jy sigma=0.000782 ! Fit after self-cal, rms=0.073372Jy sigma=0.000775 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.803 mas, bmaj=6.74 mas, bpa=24.89 degrees ! Estimated noise=465.336 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.27181e-05 Jy ! Component: 100 - total flux cleaned = -0.000147115 Jy ! Component: 150 - total flux cleaned = -0.000253863 Jy ! Component: 200 - total flux cleaned = -0.000323665 Jy ! Total flux subtracted in 200 components = -0.000323665 Jy ! Clean residual min=-0.001420 max=0.001760 Jy/beam ! Clean residual mean=-0.000001 rms=0.000380 Jy/beam ! Combined flux in latest and established models = 0.133096 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 110 components and 0.133096 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073344Jy sigma=0.000775 ! Fit after self-cal, rms=0.073438Jy 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 (10, 55.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000622546 Jy ! Component: 100 - total flux cleaned = 0.000510112 Jy ! Component: 150 - total flux cleaned = 0.00047908 Jy ! Component: 200 - total flux cleaned = 0.000503564 Jy ! Total flux subtracted in 200 components = 0.000503564 Jy ! Clean residual min=-0.001373 max=0.001429 Jy/beam ! Clean residual mean=0.000000 rms=0.000349 Jy/beam ! Combined flux in latest and established models = 0.133599 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 126 components and 0.133599 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073398Jy sigma=0.000774 ! Fit after self-cal, rms=0.073397Jy sigma=0.000774 ! 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.073397Jy sigma=0.000774 ! Fit after self-cal, rms=0.073689Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.81 mas, bmaj=6.75 mas, bpa=24.91 degrees ! Estimated noise=465.167 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.79572e-05 Jy ! Component: 100 - total flux cleaned = 7.19804e-05 Jy ! Component: 150 - total flux cleaned = 4.94947e-05 Jy ! Component: 200 - total flux cleaned = 4.85672e-05 Jy ! Total flux subtracted in 200 components = 4.85672e-05 Jy ! Clean residual min=-0.001321 max=0.001400 Jy/beam ! Clean residual mean=-0.000000 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.133648 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 143 components and 0.133648 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073675Jy sigma=0.000774 ! Fit after self-cal, rms=0.073681Jy 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 = 8.23643e-05 Jy ! Component: 100 - total flux cleaned = 0.000119573 Jy ! Component: 150 - total flux cleaned = 0.000154297 Jy ! Component: 200 - total flux cleaned = 0.000170321 Jy ! Total flux subtracted in 200 components = 0.000170321 Jy ! Clean residual min=-0.001303 max=0.001364 Jy/beam ! Clean residual mean=-0.000000 rms=0.000329 Jy/beam ! Combined flux in latest and established models = 0.133818 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 153 components and 0.133818 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073674Jy sigma=0.000774 ! Fit after self-cal, rms=0.073674Jy 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.073674Jy sigma=0.000774 ! Fit after self-cal, rms=0.073733Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.564 mas, bmaj=9.196 mas, bpa=10.74 degrees ! Estimated noise=557.803 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000203825 Jy ! Component: 100 - total flux cleaned = 0.000206376 Jy ! Component: 150 - total flux cleaned = 0.000264686 Jy ! Component: 200 - total flux cleaned = 0.000310609 Jy ! Total flux subtracted in 200 components = 0.000310609 Jy ! Clean residual min=-0.001324 max=0.001627 Jy/beam ! Clean residual mean=0.000000 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.134129 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 174 components and 0.134129 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073729Jy sigma=0.000774 ! Fit after self-cal, rms=0.073728Jy 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.43024e-05 Jy ! Component: 100 - total flux cleaned = 8.09389e-05 Jy ! Component: 150 - total flux cleaned = 7.33961e-05 Jy ! Component: 200 - total flux cleaned = 6.60952e-05 Jy ! Total flux subtracted in 200 components = 6.60952e-05 Jy ! Clean residual min=-0.001321 max=0.001606 Jy/beam ! Clean residual mean=0.000000 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.134195 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 188 components and 0.134195 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073727Jy sigma=0.000774 ! Fit after self-cal, rms=0.073726Jy 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.814 mas, bmaj=6.755 mas, bpa=24.92 degrees ! Estimated noise=464.855 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.814 x 6.755 at 24.92 degrees (North through East) ! Clean map min=-0.0014318 max=0.10189 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=3.202 mas, bmaj=6.356 mas, bpa=26.8 degrees ! Estimated noise=847.281 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0778418 Jy ! Component: 100 - total flux cleaned = 0.0990118 Jy ! Component: 150 - total flux cleaned = 0.108153 Jy ! Component: 200 - total flux cleaned = 0.113225 Jy ! Total flux subtracted in 200 components = 0.113225 Jy ! Clean residual min=-0.002893 max=0.003296 Jy/beam ! Clean residual mean=-0.000011 rms=0.000762 Jy/beam ! Combined flux in latest and established models = 0.113225 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.113225 Jy ! Inverting map and beam ! Estimated beam: bmin=3.814 mas, bmaj=6.755 mas, bpa=24.92 degrees ! Estimated noise=464.855 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.00540348 Jy ! Component: 100 - total flux cleaned = 0.00885338 Jy ! Component: 150 - total flux cleaned = 0.0113726 Jy ! Component: 200 - total flux cleaned = 0.0129795 Jy ! Total flux subtracted in 200 components = 0.0129795 Jy ! Clean residual min=-0.001570 max=0.001818 Jy/beam ! Clean residual mean=-0.000010 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.126204 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 69 components and 0.126204 Jy ! Inverting map ! Added new window around map position (103, -5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00154799 Jy ! Component: 100 - total flux cleaned = 0.00255183 Jy ! Component: 150 - total flux cleaned = 0.00317798 Jy ! Component: 200 - total flux cleaned = 0.00372876 Jy ! Total flux subtracted in 200 components = 0.00372876 Jy ! Clean residual min=-0.001332 max=0.001481 Jy/beam ! Clean residual mean=-0.000006 rms=0.000358 Jy/beam ! Combined flux in latest and established models = 0.129933 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 102 components and 0.129933 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.564 mas, bmaj=9.196 mas, bpa=10.74 degrees ! Estimated noise=557.803 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00150766 Jy ! Component: 100 - total flux cleaned = 0.00242325 Jy ! Component: 150 - total flux cleaned = 0.00308334 Jy ! Component: 200 - total flux cleaned = 0.00337943 Jy ! Total flux subtracted in 200 components = 0.00337943 Jy ! Clean residual min=-0.001351 max=0.001753 Jy/beam ! Clean residual mean=-0.000004 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.133312 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 (120, 68). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00148346 Jy ! Component: 100 - total flux cleaned = 0.00191839 Jy ! Component: 150 - total flux cleaned = 0.0023895 Jy ! Component: 200 - total flux cleaned = 0.00273296 Jy ! Total flux subtracted in 200 components = 0.00273296 Jy ! Clean residual min=-0.001227 max=0.001299 Jy/beam ! Clean residual mean=-0.000005 rms=0.000343 Jy/beam ! Combined flux in latest and established models = 0.136045 Jy ! Adding 95 model components to the UV plane model. ! The established model now contains 190 components and 0.136045 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.814 mas, bmaj=6.755 mas, bpa=24.92 degrees ! Estimated noise=464.855 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000123329 Jy ! Component: 100 - total flux cleaned = -0.000263814 Jy ! Component: 150 - total flux cleaned = -0.000238059 Jy ! Component: 200 - total flux cleaned = -0.000167037 Jy ! Total flux subtracted in 200 components = -0.000167037 Jy ! Clean residual min=-0.001072 max=0.001284 Jy/beam ! Clean residual mean=-0.000002 rms=0.000298 Jy/beam ! Combined flux in latest and established models = 0.135878 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 214 components and 0.135878 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073692Jy sigma=0.000774 ! Fit after self-cal, rms=0.073683Jy sigma=0.000774 wmodel J0038+5035_S_2015_03_17_pus_map.mod ! Writing 214 model components to file: J0038+5035_S_2015_03_17_pus_map.mod wobs J0038+5035_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0038+5035_S_2015_03_17_pus_uvs.fits wwins J0038+5035_S_2015_03_17_pus_map.win ! wwins: Wrote 5 windows to J0038+5035_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.000187089 Jy ! Component: 100 - total flux cleaned = 9.02649e-05 Jy ! Component: 150 - total flux cleaned = -4.02007e-05 Jy ! Component: 200 - total flux cleaned = -0.000130127 Jy ! Component: 250 - total flux cleaned = -0.000165072 Jy ! Component: 300 - total flux cleaned = -0.000147639 Jy ! Component: 350 - total flux cleaned = -0.000147548 Jy ! Component: 400 - total flux cleaned = -0.000147979 Jy ! Component: 450 - total flux cleaned = -0.000180203 Jy ! Component: 500 - total flux cleaned = -0.000164215 Jy ! Component: 550 - total flux cleaned = -0.000102796 Jy ! Component: 600 - total flux cleaned = -8.77684e-05 Jy ! Component: 650 - total flux cleaned = -2.82428e-05 Jy ! Component: 700 - total flux cleaned = 3.07512e-05 Jy ! Component: 750 - total flux cleaned = 8.89229e-05 Jy ! Component: 800 - total flux cleaned = 0.000160398 Jy ! Component: 850 - total flux cleaned = 0.000188522 Jy ! Component: 900 - total flux cleaned = 0.000326911 Jy ! Component: 950 - total flux cleaned = 0.000312788 Jy ! Component: 1000 - total flux cleaned = 0.000299449 Jy ! Component: 1050 - total flux cleaned = 0.00039295 Jy ! Component: 1100 - total flux cleaned = 0.000366717 Jy ! Component: 1150 - total flux cleaned = 0.00041874 Jy ! Component: 1200 - total flux cleaned = 0.000431368 Jy ! Component: 1250 - total flux cleaned = 0.000405907 Jy ! Component: 1300 - total flux cleaned = 0.000431056 Jy ! Component: 1350 - total flux cleaned = 0.000418592 Jy ! Component: 1400 - total flux cleaned = 0.000443182 Jy ! Component: 1450 - total flux cleaned = 0.000406556 Jy ! Component: 1500 - total flux cleaned = 0.000382486 Jy ! Component: 1550 - total flux cleaned = 0.000358675 Jy ! Component: 1600 - total flux cleaned = 0.000346737 Jy ! Component: 1650 - total flux cleaned = 0.000276637 Jy ! Component: 1700 - total flux cleaned = 0.000265038 Jy ! Component: 1750 - total flux cleaned = 0.000184951 Jy ! Component: 1800 - total flux cleaned = 0.000196276 Jy ! Component: 1850 - total flux cleaned = 0.000151071 Jy ! Component: 1900 - total flux cleaned = 7.34045e-05 Jy ! Component: 1950 - total flux cleaned = 8.43763e-05 Jy ! Component: 2000 - total flux cleaned = 7.34394e-05 Jy ! Component: 2050 - total flux cleaned = 8.38954e-06 Jy ! Component: 2100 - total flux cleaned = -2.25613e-06 Jy ! Component: 2150 - total flux cleaned = -2.34525e-05 Jy ! Component: 2200 - total flux cleaned = -3.40742e-05 Jy ! Component: 2250 - total flux cleaned = -4.45319e-05 Jy ! Component: 2300 - total flux cleaned = -9.64626e-05 Jy ! Component: 2350 - total flux cleaned = -8.60675e-05 Jy ! Component: 2400 - total flux cleaned = -0.000116765 Jy ! Component: 2450 - total flux cleaned = -0.000126838 Jy ! Component: 2500 - total flux cleaned = -0.000146917 Jy ! Component: 2550 - total flux cleaned = -0.000157058 Jy ! Component: 2600 - total flux cleaned = -0.000206807 Jy ! Component: 2650 - total flux cleaned = -0.00023631 Jy ! Component: 2700 - total flux cleaned = -0.000275488 Jy ! Component: 2750 - total flux cleaned = -0.000285144 Jy ! Component: 2800 - total flux cleaned = -0.000352789 Jy ! Component: 2850 - total flux cleaned = -0.00036244 Jy ! Component: 2900 - total flux cleaned = -0.000381607 Jy ! Component: 2950 - total flux cleaned = -0.000409985 Jy ! Component: 3000 - total flux cleaned = -0.000438201 Jy ! Component: 3050 - total flux cleaned = -0.000475604 Jy ! Component: 3100 - total flux cleaned = -0.000503473 Jy ! Component: 3150 - total flux cleaned = -0.000558864 Jy ! Component: 3200 - total flux cleaned = -0.000558812 Jy ! Component: 3250 - total flux cleaned = -0.000604351 Jy ! Component: 3300 - total flux cleaned = -0.000622432 Jy ! Component: 3350 - total flux cleaned = -0.000595438 Jy ! Component: 3400 - total flux cleaned = -0.000604331 Jy ! Component: 3450 - total flux cleaned = -0.00064001 Jy ! Component: 3500 - total flux cleaned = -0.000666532 Jy ! Component: 3550 - total flux cleaned = -0.000613771 Jy ! Component: 3600 - total flux cleaned = -0.000657491 Jy ! Component: 3650 - total flux cleaned = -0.000692323 Jy ! Component: 3700 - total flux cleaned = -0.000675042 Jy ! Component: 3750 - total flux cleaned = -0.000666343 Jy ! Component: 3800 - total flux cleaned = -0.000692022 Jy ! Component: 3850 - total flux cleaned = -0.000726138 Jy ! Component: 3900 - total flux cleaned = -0.00073457 Jy ! Component: 3950 - total flux cleaned = -0.000759913 Jy ! Component: 4000 - total flux cleaned = -0.000801934 Jy ! Component: 4050 - total flux cleaned = -0.000826963 Jy ! Total flux subtracted in 4096 components = -0.000802076 Jy ! Clean residual min=-0.000494 max=0.000486 Jy/beam ! Clean residual mean=-0.000000 rms=0.000153 Jy/beam ! Combined flux in latest and established models = 0.135076 Jy keep ! Adding 296 model components to the UV plane model. ! The established model now contains 510 components and 0.135076 Jy ![Exited script file: muppet] wmap "J0038+5035_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.814 x 6.755 at 24.92 degrees (North through East) ! Clean map min=-0.001149 max=0.10199 Jy/beam ! Writing clean map to FITS file: J0038+5035_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.101986 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000152725 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.449254 0.449254 0.898509 1.79702 3.59403 7.18807 14.3761 28.7523 57.5045 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.101 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.814 x 6.755 at 24.92 degrees (North through East) ! Clean map min=-0.001149 max=0.10199 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 J0038+5035_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:38:33 2016