! Started logfile: J1112+3446_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:57:20 2016 obs J1112+3446_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1112+3446_S_2015_03_17_pus_uva.fits ! AN table 1: 71 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.697966 visibilities/baseline/integration-bin. ! Found source: J1112+3446 ! ! 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 8920 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 J1112+3446_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 113 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 113 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 113 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 113 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.823589Jy sigma=0.009961 ! Fit after self-cal, rms=0.810866Jy sigma=0.009812 ! 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.513 mas, bmaj=4.256 mas, bpa=25.16 degrees ! Estimated noise=922.365 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.136599 Jy ! Component: 100 - total flux cleaned = 0.170308 Jy ! Total flux subtracted in 100 components = 0.170308 Jy ! Clean residual min=-0.010715 max=0.022155 Jy/beam ! Clean residual mean=-0.000040 rms=0.002681 Jy/beam ! Combined flux in latest and established models = 0.170308 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.170308 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085654Jy sigma=0.000925 ! Fit after self-cal, rms=0.085645Jy sigma=0.000925 ! Inverting map ! Added new window around map position (-7.5, 2). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0208106 Jy ! Component: 100 - total flux cleaned = 0.0331699 Jy ! Total flux subtracted in 100 components = 0.0331699 Jy ! Clean residual min=-0.008299 max=0.011569 Jy/beam ! Clean residual mean=-0.000011 rms=0.001801 Jy/beam ! Combined flux in latest and established models = 0.203477 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 25 components and 0.203477 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077411Jy sigma=0.000840 ! Fit after self-cal, rms=0.077073Jy sigma=0.000836 ! 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=4.445 mas, bmaj=5.121 mas, bpa=21.69 degrees ! Estimated noise=633.544 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.0133294 Jy ! Component: 100 - total flux cleaned = 0.0209074 Jy ! Component: 150 - total flux cleaned = 0.0256585 Jy ! Component: 200 - total flux cleaned = 0.0288497 Jy ! Total flux subtracted in 200 components = 0.0288497 Jy ! Clean residual min=-0.006120 max=0.006348 Jy/beam ! Clean residual mean=0.000015 rms=0.001443 Jy/beam ! Combined flux in latest and established models = 0.232327 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 73 components and 0.232327 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073900Jy sigma=0.000813 ! Fit after self-cal, rms=0.073769Jy sigma=0.000811 ! 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.90 HN 0.94 KP 1.08 ! LA 1.00 MK 1.05 NL 0.88 OV 1.02 ! PT 1.07 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.92 HN 1.01 KP 1.09 ! LA 0.95 MK 1.06 NL 1.00 OV 1.06 ! PT 1.05 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.93 HN 1.00 KP 0.96 ! LA 0.79 MK 1.11 NL 1.13 OV 0.97 ! PT 1.03 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.95 HN 1.00 KP 0.93 ! LA 0.84 MK 1.13 NL 0.97 OV 1.01 ! PT 1.05 SC 0.97 ! ! ! Fit before self-cal, rms=0.073769Jy sigma=0.000811 ! Fit after self-cal, rms=0.067830Jy sigma=0.000775 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.496 mas, bmaj=5.244 mas, bpa=23.39 degrees ! Estimated noise=634.801 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.00123243 Jy ! Component: 100 - total flux cleaned = -0.00136096 Jy ! Component: 150 - total flux cleaned = -0.00121626 Jy ! Component: 200 - total flux cleaned = -0.00104828 Jy ! Total flux subtracted in 200 components = -0.00104828 Jy ! Clean residual min=-0.003130 max=0.003070 Jy/beam ! Clean residual mean=-0.000006 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.231279 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 82 components and 0.231279 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067733Jy sigma=0.000773 ! Fit after self-cal, rms=0.067684Jy sigma=0.000773 ! 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.067684Jy sigma=0.000773 ! Fit after self-cal, rms=0.067983Jy sigma=0.000770 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.529 mas, bmaj=5.206 mas, bpa=21.85 degrees ! Estimated noise=634.906 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.41161e-05 Jy ! Component: 100 - total flux cleaned = -9.22066e-05 Jy ! Component: 150 - total flux cleaned = -9.19026e-05 Jy ! Component: 200 - total flux cleaned = -9.30219e-05 Jy ! Total flux subtracted in 200 components = -9.30219e-05 Jy ! Clean residual min=-0.002439 max=0.002601 Jy/beam ! Clean residual mean=-0.000002 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.231186 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 88 components and 0.231186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067931Jy sigma=0.000770 ! Fit after self-cal, rms=0.067938Jy sigma=0.000770 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 (55, 76). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0021678 Jy ! Component: 100 - total flux cleaned = 0.00270106 Jy ! Component: 150 - total flux cleaned = 0.00320247 Jy ! Component: 200 - total flux cleaned = 0.00342038 Jy ! Total flux subtracted in 200 components = 0.00342038 Jy ! Clean residual min=-0.002450 max=0.002113 Jy/beam ! Clean residual mean=-0.000001 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.234606 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 112 components and 0.234606 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067854Jy sigma=0.000769 ! Fit after self-cal, rms=0.067851Jy sigma=0.000769 ! 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.067851Jy sigma=0.000769 ! Fit after self-cal, rms=0.067879Jy sigma=0.000768 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.533 mas, bmaj=5.211 mas, bpa=22.1 degrees ! Estimated noise=634.762 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.06856e-05 Jy ! Component: 100 - total flux cleaned = 8.52119e-06 Jy ! Component: 150 - total flux cleaned = 6.16046e-05 Jy ! Component: 200 - total flux cleaned = 0.000111542 Jy ! Total flux subtracted in 200 components = 0.000111542 Jy ! Clean residual min=-0.002272 max=0.002010 Jy/beam ! Clean residual mean=-0.000001 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.234718 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 115 components and 0.234718 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067856Jy sigma=0.000768 ! Fit after self-cal, rms=0.067855Jy sigma=0.000768 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 = 2.46299e-05 Jy ! Component: 100 - total flux cleaned = 1.05886e-06 Jy ! Component: 150 - total flux cleaned = 4.62207e-05 Jy ! Component: 200 - total flux cleaned = 6.76977e-05 Jy ! Total flux subtracted in 200 components = 6.76977e-05 Jy ! Clean residual min=-0.002250 max=0.002018 Jy/beam ! Clean residual mean=-0.000001 rms=0.000482 Jy/beam ! Combined flux in latest and established models = 0.234785 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 122 components and 0.234785 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067840Jy sigma=0.000768 ! Fit after self-cal, rms=0.067839Jy sigma=0.000768 ! 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.067839Jy sigma=0.000768 ! Fit after self-cal, rms=0.067917Jy sigma=0.000768 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.679 mas, bmaj=10.21 mas, bpa=38.82 degrees ! Estimated noise=778.697 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.21316e-05 Jy ! Component: 100 - total flux cleaned = -0.000150487 Jy ! Component: 150 - total flux cleaned = -0.000285842 Jy ! Component: 200 - total flux cleaned = -0.000390928 Jy ! Total flux subtracted in 200 components = -0.000390928 Jy ! Clean residual min=-0.002358 max=0.002427 Jy/beam ! Clean residual mean=-0.000000 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.234395 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 139 components and 0.234395 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067913Jy sigma=0.000768 ! Fit after self-cal, rms=0.067912Jy sigma=0.000768 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.06945e-06 Jy ! Component: 100 - total flux cleaned = -4.65601e-05 Jy ! Component: 150 - total flux cleaned = -0.000108899 Jy ! Component: 200 - total flux cleaned = -0.00015525 Jy ! Total flux subtracted in 200 components = -0.00015525 Jy ! Clean residual min=-0.002376 max=0.002423 Jy/beam ! Clean residual mean=-0.000000 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.234239 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 144 components and 0.234239 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067911Jy sigma=0.000768 ! Fit after self-cal, rms=0.067910Jy sigma=0.000768 ! 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=4.536 mas, bmaj=5.215 mas, bpa=22.25 degrees ! Estimated noise=634.993 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.536 x 5.215 at 22.25 degrees (North through East) ! Clean map min=-0.0022279 max=0.179 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.588 mas, bmaj=4.306 mas, bpa=25.31 degrees ! Estimated noise=942.861 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.139402 Jy ! Component: 100 - total flux cleaned = 0.174012 Jy ! Component: 150 - total flux cleaned = 0.191718 Jy ! Component: 200 - total flux cleaned = 0.202838 Jy ! Total flux subtracted in 200 components = 0.202838 Jy ! Clean residual min=-0.003907 max=0.005968 Jy/beam ! Clean residual mean=-0.000022 rms=0.001095 Jy/beam ! Combined flux in latest and established models = 0.202838 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.202838 Jy ! Inverting map and beam ! Estimated beam: bmin=4.536 mas, bmaj=5.215 mas, bpa=22.25 degrees ! Estimated noise=634.993 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.0108926 Jy ! Component: 100 - total flux cleaned = 0.0169857 Jy ! Component: 150 - total flux cleaned = 0.0206918 Jy ! Component: 200 - total flux cleaned = 0.0232326 Jy ! Total flux subtracted in 200 components = 0.0232326 Jy ! Clean residual min=-0.002070 max=0.002217 Jy/beam ! Clean residual mean=-0.000010 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.22607 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 84 components and 0.22607 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=8.679 mas, bmaj=10.21 mas, bpa=38.82 degrees ! Estimated noise=778.697 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00278237 Jy ! Component: 100 - total flux cleaned = 0.00454577 Jy ! Component: 150 - total flux cleaned = 0.00549512 Jy ! Component: 200 - total flux cleaned = 0.0060177 Jy ! Total flux subtracted in 200 components = 0.0060177 Jy ! Clean residual min=-0.002341 max=0.002258 Jy/beam ! Clean residual mean=-0.000004 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.232088 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.000304714 Jy ! Component: 100 - total flux cleaned = 0.000537705 Jy ! Component: 150 - total flux cleaned = 0.000716512 Jy ! Component: 200 - total flux cleaned = 0.000834126 Jy ! Total flux subtracted in 200 components = 0.000834126 Jy ! Clean residual min=-0.002384 max=0.002298 Jy/beam ! Clean residual mean=-0.000002 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.232922 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 143 components and 0.232922 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.536 mas, bmaj=5.215 mas, bpa=22.25 degrees ! Estimated noise=634.993 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000243233 Jy ! Component: 100 - total flux cleaned = -0.000110787 Jy ! Component: 150 - total flux cleaned = 3.78102e-05 Jy ! Component: 200 - total flux cleaned = 0.000196743 Jy ! Total flux subtracted in 200 components = 0.000196743 Jy ! Clean residual min=-0.002169 max=0.001989 Jy/beam ! Clean residual mean=-0.000002 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.233119 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 163 components and 0.233119 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067901Jy sigma=0.000768 ! Fit after self-cal, rms=0.067897Jy sigma=0.000768 wmodel J1112+3446_S_2015_03_17_pus_map.mod ! Writing 163 model components to file: J1112+3446_S_2015_03_17_pus_map.mod wobs J1112+3446_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1112+3446_S_2015_03_17_pus_uvs.fits wwins J1112+3446_S_2015_03_17_pus_map.win ! wwins: Wrote 3 windows to J1112+3446_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.00017049 Jy ! Component: 100 - total flux cleaned = 2.17247e-05 Jy ! Component: 150 - total flux cleaned = 0.000172048 Jy ! Component: 200 - total flux cleaned = 0.000230349 Jy ! Component: 250 - total flux cleaned = 0.000340205 Jy ! Component: 300 - total flux cleaned = 0.000366795 Jy ! Component: 350 - total flux cleaned = 0.0003919 Jy ! Component: 400 - total flux cleaned = 0.000415685 Jy ! Component: 450 - total flux cleaned = 0.00046368 Jy ! Component: 500 - total flux cleaned = 0.000579891 Jy ! Component: 550 - total flux cleaned = 0.000647674 Jy ! Component: 600 - total flux cleaned = 0.000691699 Jy ! Component: 650 - total flux cleaned = 0.000863741 Jy ! Component: 700 - total flux cleaned = 0.00096801 Jy ! Component: 750 - total flux cleaned = 0.00102931 Jy ! Component: 800 - total flux cleaned = 0.00115021 Jy ! Component: 850 - total flux cleaned = 0.00118977 Jy ! Component: 900 - total flux cleaned = 0.00128656 Jy ! Component: 950 - total flux cleaned = 0.00132473 Jy ! Component: 1000 - total flux cleaned = 0.00141815 Jy ! Component: 1050 - total flux cleaned = 0.0015283 Jy ! Component: 1100 - total flux cleaned = 0.00167197 Jy ! Component: 1150 - total flux cleaned = 0.00175995 Jy ! Component: 1200 - total flux cleaned = 0.00179487 Jy ! Component: 1250 - total flux cleaned = 0.0018976 Jy ! Component: 1300 - total flux cleaned = 0.00196475 Jy ! Component: 1350 - total flux cleaned = 0.00209683 Jy ! Component: 1400 - total flux cleaned = 0.00212889 Jy ! Component: 1450 - total flux cleaned = 0.00216102 Jy ! Component: 1500 - total flux cleaned = 0.00217693 Jy ! Component: 1550 - total flux cleaned = 0.00222364 Jy ! Component: 1600 - total flux cleaned = 0.00226971 Jy ! Component: 1650 - total flux cleaned = 0.00228463 Jy ! Component: 1700 - total flux cleaned = 0.00231436 Jy ! Component: 1750 - total flux cleaned = 0.00231424 Jy ! Component: 1800 - total flux cleaned = 0.00234363 Jy ! Component: 1850 - total flux cleaned = 0.00237236 Jy ! Component: 1900 - total flux cleaned = 0.00238634 Jy ! Component: 1950 - total flux cleaned = 0.00242825 Jy ! Component: 2000 - total flux cleaned = 0.00241438 Jy ! Component: 2050 - total flux cleaned = 0.00244168 Jy ! Component: 2100 - total flux cleaned = 0.00242829 Jy ! Component: 2150 - total flux cleaned = 0.00248134 Jy ! Component: 2200 - total flux cleaned = 0.0024288 Jy ! Component: 2250 - total flux cleaned = 0.00240318 Jy ! Component: 2300 - total flux cleaned = 0.00246759 Jy ! Component: 2350 - total flux cleaned = 0.00245481 Jy ! Component: 2400 - total flux cleaned = 0.00246734 Jy ! Component: 2450 - total flux cleaned = 0.00247978 Jy ! Component: 2500 - total flux cleaned = 0.00252901 Jy ! Component: 2550 - total flux cleaned = 0.00254131 Jy ! Component: 2600 - total flux cleaned = 0.0025051 Jy ! Component: 2650 - total flux cleaned = 0.00250535 Jy ! Component: 2700 - total flux cleaned = 0.00254061 Jy ! Component: 2750 - total flux cleaned = 0.00251741 Jy ! Component: 2800 - total flux cleaned = 0.00251754 Jy ! Component: 2850 - total flux cleaned = 0.00251736 Jy ! Component: 2900 - total flux cleaned = 0.00247236 Jy ! Component: 2950 - total flux cleaned = 0.00249459 Jy ! Component: 3000 - total flux cleaned = 0.00252789 Jy ! Component: 3050 - total flux cleaned = 0.0025389 Jy ! Component: 3100 - total flux cleaned = 0.00258211 Jy ! Component: 3150 - total flux cleaned = 0.00262513 Jy ! Component: 3200 - total flux cleaned = 0.00265718 Jy ! Component: 3250 - total flux cleaned = 0.00266779 Jy ! Component: 3300 - total flux cleaned = 0.00270956 Jy ! Component: 3350 - total flux cleaned = 0.00280264 Jy ! Component: 3400 - total flux cleaned = 0.00280262 Jy ! Component: 3450 - total flux cleaned = 0.00281276 Jy ! Component: 3500 - total flux cleaned = 0.00283292 Jy ! Component: 3550 - total flux cleaned = 0.00286307 Jy ! Component: 3600 - total flux cleaned = 0.0029028 Jy ! Component: 3650 - total flux cleaned = 0.00292242 Jy ! Component: 3700 - total flux cleaned = 0.00297113 Jy ! Component: 3750 - total flux cleaned = 0.00298073 Jy ! Component: 3800 - total flux cleaned = 0.00301922 Jy ! Component: 3850 - total flux cleaned = 0.00300978 Jy ! Component: 3900 - total flux cleaned = 0.00304757 Jy ! Component: 3950 - total flux cleaned = 0.0030474 Jy ! Component: 4000 - total flux cleaned = 0.00307537 Jy ! Component: 4050 - total flux cleaned = 0.00307544 Jy ! Total flux subtracted in 4096 components = 0.0030847 Jy ! Clean residual min=-0.000612 max=0.000553 Jy/beam ! Clean residual mean=0.000001 rms=0.000165 Jy/beam ! Combined flux in latest and established models = 0.236203 Jy keep ! Adding 295 model components to the UV plane model. ! The established model now contains 458 components and 0.236204 Jy ![Exited script file: muppet] wmap "J1112+3446_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.536 x 5.215 at 22.25 degrees (North through East) ! Clean map min=-0.0013624 max=0.18037 Jy/beam ! Writing clean map to FITS file: J1112+3446_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.180366 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000162283 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.269923 0.269923 0.539847 1.07969 2.15939 4.31877 8.63754 17.2751 34.5502 69.1004 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.18 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.536 x 5.215 at 22.25 degrees (North through East) ! Clean map min=-0.0013624 max=0.18037 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 J1112+3446_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:57:25 2016