! Started logfile: J1512+0203_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:02:30 2016 obs J1512+0203_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1512+0203_S_2015_03_17_pus_uva.fits ! AN table 1: 94 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.877305 visibilities/baseline/integration-bin. ! Found source: J1512+0203 ! ! 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 14844 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 J1512+0203_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 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.925408Jy sigma=0.010550 ! Fit after self-cal, rms=0.907447Jy sigma=0.010363 ! 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.799 mas, bmaj=6.601 mas, bpa=-2.665 degrees ! Estimated noise=688.469 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.0699165 Jy ! Component: 100 - total flux cleaned = 0.086415 Jy ! Total flux subtracted in 100 components = 0.086415 Jy ! Clean residual min=-0.003468 max=0.006568 Jy/beam ! Clean residual mean=0.000013 rms=0.000957 Jy/beam ! Combined flux in latest and established models = 0.086415 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.086415 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075333Jy sigma=0.000798 ! Fit after self-cal, rms=0.075313Jy sigma=0.000798 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00753477 Jy ! Component: 100 - total flux cleaned = 0.0121115 Jy ! Total flux subtracted in 100 components = 0.0121115 Jy ! Clean residual min=-0.002934 max=0.002556 Jy/beam ! Clean residual mean=0.000010 rms=0.000733 Jy/beam ! Combined flux in latest and established models = 0.0985265 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 32 components and 0.0985265 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074164Jy sigma=0.000787 ! Fit after self-cal, rms=0.074153Jy sigma=0.000787 ! 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.435 mas, bmaj=7.431 mas, bpa=-2.754 degrees ! Estimated noise=517.526 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.00418998 Jy ! Component: 100 - total flux cleaned = 0.00649335 Jy ! Component: 150 - total flux cleaned = 0.00785031 Jy ! Component: 200 - total flux cleaned = 0.00866588 Jy ! Total flux subtracted in 200 components = 0.00866588 Jy ! Clean residual min=-0.002594 max=0.002544 Jy/beam ! Clean residual mean=0.000015 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.107192 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 59 components and 0.107192 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073833Jy sigma=0.000785 ! Fit after self-cal, rms=0.073828Jy sigma=0.000785 ! 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 1.02 FD 0.90 HN 0.95 KP 1.12 ! LA 1.02 MK 0.97 NL 0.91 OV 1.04 ! PT 1.05 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.91 HN 1.04 KP 1.03 ! LA 0.98 MK 1.02 NL 0.99 OV 1.04 ! PT 1.04 SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.96 HN 1.05 KP 0.93 ! LA 0.77 MK 1.04 NL 1.15 OV 1.00 ! PT 1.06 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.98 HN 1.00 KP 0.95 ! LA 0.84 MK 1.05 NL 0.97 OV 1.01 ! PT 1.05 SC 1.00 ! ! ! Fit before self-cal, rms=0.073828Jy sigma=0.000785 ! Fit after self-cal, rms=0.071292Jy sigma=0.000778 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.464 mas, bmaj=7.5 mas, bpa=-2.7 degrees ! Estimated noise=518.774 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.00051654 Jy ! Component: 100 - total flux cleaned = -0.000634737 Jy ! Component: 150 - total flux cleaned = -0.000698916 Jy ! Component: 200 - total flux cleaned = -0.000763158 Jy ! Total flux subtracted in 200 components = -0.000763158 Jy ! Clean residual min=-0.001789 max=0.001845 Jy/beam ! Clean residual mean=0.000001 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.106429 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 74 components and 0.106429 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071288Jy sigma=0.000778 ! Fit after self-cal, rms=0.071236Jy sigma=0.000777 ! 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.071236Jy sigma=0.000777 ! Fit after self-cal, rms=0.071334Jy sigma=0.000776 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.469 mas, bmaj=7.515 mas, bpa=-2.75 degrees ! Estimated noise=518.474 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000406526 Jy ! Component: 100 - total flux cleaned = -0.000498871 Jy ! Component: 150 - total flux cleaned = -0.000559115 Jy ! Component: 200 - total flux cleaned = -0.000603495 Jy ! Total flux subtracted in 200 components = -0.000603495 Jy ! Clean residual min=-0.001844 max=0.001720 Jy/beam ! Clean residual mean=0.000003 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.105826 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 84 components and 0.105826 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071331Jy sigma=0.000776 ! Fit after self-cal, rms=0.071345Jy sigma=0.000776 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.07455e-05 Jy ! Component: 100 - total flux cleaned = -6.70826e-05 Jy ! Component: 150 - total flux cleaned = -9.70494e-05 Jy ! Component: 200 - total flux cleaned = -0.000118714 Jy ! Total flux subtracted in 200 components = -0.000118714 Jy ! Clean residual min=-0.001829 max=0.001719 Jy/beam ! Clean residual mean=0.000003 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.105707 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 87 components and 0.105707 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071344Jy sigma=0.000776 ! Fit after self-cal, rms=0.071344Jy sigma=0.000776 ! 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.071344Jy sigma=0.000776 ! Fit after self-cal, rms=0.071438Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.478 mas, bmaj=7.53 mas, bpa=-2.763 degrees ! Estimated noise=518.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000262731 Jy ! Component: 100 - total flux cleaned = -0.00033365 Jy ! Component: 150 - total flux cleaned = -0.000386304 Jy ! Component: 200 - total flux cleaned = -0.000425644 Jy ! Total flux subtracted in 200 components = -0.000425644 Jy ! Clean residual min=-0.001798 max=0.001699 Jy/beam ! Clean residual mean=0.000003 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.105281 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 87 components and 0.105281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071435Jy sigma=0.000776 ! Fit after self-cal, rms=0.071436Jy sigma=0.000776 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.32974e-05 Jy ! Component: 100 - total flux cleaned = -6.15629e-05 Jy ! Component: 150 - total flux cleaned = -8.18269e-05 Jy ! Component: 200 - total flux cleaned = -0.000104986 Jy ! Total flux subtracted in 200 components = -0.000104986 Jy ! Clean residual min=-0.001794 max=0.001699 Jy/beam ! Clean residual mean=0.000003 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.105176 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 87 components and 0.105176 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071435Jy sigma=0.000776 ! Fit after self-cal, rms=0.071435Jy sigma=0.000776 ! 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.071435Jy sigma=0.000776 ! Fit after self-cal, rms=0.071512Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.897 mas, bmaj=11.86 mas, bpa=-3.619 degrees ! Estimated noise=640.218 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000446116 Jy ! Component: 100 - total flux cleaned = -0.000523443 Jy ! Component: 150 - total flux cleaned = -0.000561397 Jy ! Component: 200 - total flux cleaned = -0.00058718 Jy ! Total flux subtracted in 200 components = -0.00058718 Jy ! Clean residual min=-0.001455 max=0.001565 Jy/beam ! Clean residual mean=0.000005 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.104589 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 90 components and 0.104589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071513Jy sigma=0.000776 ! Fit after self-cal, rms=0.071513Jy sigma=0.000776 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.1708e-05 Jy ! Component: 100 - total flux cleaned = -4.99773e-05 Jy ! Component: 150 - total flux cleaned = -6.99496e-05 Jy ! Component: 200 - total flux cleaned = -9.17502e-05 Jy ! Total flux subtracted in 200 components = -9.17502e-05 Jy ! Clean residual min=-0.001443 max=0.001563 Jy/beam ! Clean residual mean=0.000005 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.104497 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 91 components and 0.104497 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071514Jy sigma=0.000776 ! Fit after self-cal, rms=0.071514Jy sigma=0.000776 ! 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.485 mas, bmaj=7.543 mas, bpa=-2.766 degrees ! Estimated noise=519.202 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.485 x 7.543 at -2.766 degrees (North through East) ! Clean map min=-0.0016806 max=0.093277 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.836 mas, bmaj=6.681 mas, bpa=-2.66 degrees ! Estimated noise=700.513 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0710195 Jy ! Component: 100 - total flux cleaned = 0.087366 Jy ! Component: 150 - total flux cleaned = 0.0941665 Jy ! Component: 200 - total flux cleaned = 0.0981647 Jy ! Total flux subtracted in 200 components = 0.0981647 Jy ! Clean residual min=-0.002356 max=0.002125 Jy/beam ! Clean residual mean=0.000004 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.0981646 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.0981646 Jy ! Inverting map and beam ! Estimated beam: bmin=3.485 mas, bmaj=7.543 mas, bpa=-2.766 degrees ! Estimated noise=519.202 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.00317647 Jy ! Component: 100 - total flux cleaned = 0.00487275 Jy ! Component: 150 - total flux cleaned = 0.00583501 Jy ! Component: 200 - total flux cleaned = 0.0062619 Jy ! Total flux subtracted in 200 components = 0.0062619 Jy ! Clean residual min=-0.001745 max=0.001658 Jy/beam ! Clean residual mean=0.000003 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.104427 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 54 components and 0.104427 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.897 mas, bmaj=11.86 mas, bpa=-3.619 degrees ! Estimated noise=640.218 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000215803 Jy ! Component: 100 - total flux cleaned = 0.000199504 Jy ! Component: 150 - total flux cleaned = 0.000177272 Jy ! Component: 200 - total flux cleaned = 0.000157422 Jy ! Total flux subtracted in 200 components = 0.000157422 Jy ! Clean residual min=-0.001465 max=0.001531 Jy/beam ! Clean residual mean=0.000005 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.104584 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 = -1.26364e-05 Jy ! Component: 100 - total flux cleaned = -2.96987e-05 Jy ! Component: 150 - total flux cleaned = -4.52889e-05 Jy ! Component: 200 - total flux cleaned = -5.47645e-05 Jy ! Total flux subtracted in 200 components = -5.47645e-05 Jy ! Clean residual min=-0.001462 max=0.001536 Jy/beam ! Clean residual mean=0.000005 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.104529 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 69 components and 0.104529 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.485 mas, bmaj=7.543 mas, bpa=-2.766 degrees ! Estimated noise=519.202 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.63248e-05 Jy ! Component: 100 - total flux cleaned = 7.01351e-05 Jy ! Component: 150 - total flux cleaned = 0.000105638 Jy ! Component: 200 - total flux cleaned = 0.00013659 Jy ! Total flux subtracted in 200 components = 0.00013659 Jy ! Clean residual min=-0.001718 max=0.001659 Jy/beam ! Clean residual mean=0.000003 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.104666 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 76 components and 0.104666 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071513Jy sigma=0.000776 ! Fit after self-cal, rms=0.071511Jy sigma=0.000776 wmodel J1512+0203_S_2015_03_17_pus_map.mod ! Writing 76 model components to file: J1512+0203_S_2015_03_17_pus_map.mod wobs J1512+0203_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1512+0203_S_2015_03_17_pus_uvs.fits wwins J1512+0203_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J1512+0203_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 = 5.02124e-05 Jy ! Component: 100 - total flux cleaned = 0.000294384 Jy ! Component: 150 - total flux cleaned = 0.000678536 Jy ! Component: 200 - total flux cleaned = 0.000971004 Jy ! Component: 250 - total flux cleaned = 0.00125123 Jy ! Component: 300 - total flux cleaned = 0.00136456 Jy ! Component: 350 - total flux cleaned = 0.00156087 Jy ! Component: 400 - total flux cleaned = 0.0017297 Jy ! Component: 450 - total flux cleaned = 0.00187321 Jy ! Component: 500 - total flux cleaned = 0.00203332 Jy ! Component: 550 - total flux cleaned = 0.00220837 Jy ! Component: 600 - total flux cleaned = 0.00226545 Jy ! Component: 650 - total flux cleaned = 0.00239701 Jy ! Component: 700 - total flux cleaned = 0.002581 Jy ! Component: 750 - total flux cleaned = 0.00272521 Jy ! Component: 800 - total flux cleaned = 0.0027784 Jy ! Component: 850 - total flux cleaned = 0.00286616 Jy ! Component: 900 - total flux cleaned = 0.00302136 Jy ! Component: 950 - total flux cleaned = 0.00313959 Jy ! Component: 1000 - total flux cleaned = 0.00320619 Jy ! Component: 1050 - total flux cleaned = 0.00328845 Jy ! Component: 1100 - total flux cleaned = 0.00336977 Jy ! Component: 1150 - total flux cleaned = 0.00346596 Jy ! Component: 1200 - total flux cleaned = 0.003545 Jy ! Component: 1250 - total flux cleaned = 0.00362295 Jy ! Component: 1300 - total flux cleaned = 0.00368449 Jy ! Component: 1350 - total flux cleaned = 0.00380566 Jy ! Component: 1400 - total flux cleaned = 0.00388041 Jy ! Component: 1450 - total flux cleaned = 0.00395455 Jy ! Component: 1500 - total flux cleaned = 0.00402766 Jy ! Component: 1550 - total flux cleaned = 0.00415772 Jy ! Component: 1600 - total flux cleaned = 0.00427179 Jy ! Component: 1650 - total flux cleaned = 0.00432803 Jy ! Component: 1700 - total flux cleaned = 0.00432807 Jy ! Component: 1750 - total flux cleaned = 0.00439746 Jy ! Component: 1800 - total flux cleaned = 0.00446582 Jy ! Component: 1850 - total flux cleaned = 0.00450648 Jy ! Component: 1900 - total flux cleaned = 0.0046139 Jy ! Component: 1950 - total flux cleaned = 0.00468021 Jy ! Component: 2000 - total flux cleaned = 0.00471959 Jy ! Component: 2050 - total flux cleaned = 0.00475851 Jy ! Component: 2100 - total flux cleaned = 0.00481008 Jy ! Component: 2150 - total flux cleaned = 0.00487395 Jy ! Component: 2200 - total flux cleaned = 0.00488659 Jy ! Component: 2250 - total flux cleaned = 0.0049493 Jy ! Component: 2300 - total flux cleaned = 0.00501127 Jy ! Component: 2350 - total flux cleaned = 0.00504819 Jy ! Component: 2400 - total flux cleaned = 0.00509667 Jy ! Component: 2450 - total flux cleaned = 0.00512085 Jy ! Component: 2500 - total flux cleaned = 0.00515676 Jy ! Component: 2550 - total flux cleaned = 0.00521614 Jy ! Component: 2600 - total flux cleaned = 0.00521634 Jy ! Component: 2650 - total flux cleaned = 0.00528612 Jy ! Component: 2700 - total flux cleaned = 0.00533219 Jy ! Component: 2750 - total flux cleaned = 0.00534362 Jy ! Component: 2800 - total flux cleaned = 0.00535497 Jy ! Component: 2850 - total flux cleaned = 0.00544487 Jy ! Component: 2900 - total flux cleaned = 0.00542258 Jy ! Component: 2950 - total flux cleaned = 0.00547785 Jy ! Component: 3000 - total flux cleaned = 0.00551069 Jy ! Component: 3050 - total flux cleaned = 0.00554316 Jy ! Component: 3100 - total flux cleaned = 0.00555402 Jy ! Component: 3150 - total flux cleaned = 0.00561833 Jy ! Component: 3200 - total flux cleaned = 0.0056394 Jy ! Component: 3250 - total flux cleaned = 0.00563945 Jy ! Component: 3300 - total flux cleaned = 0.00570218 Jy ! Component: 3350 - total flux cleaned = 0.0057228 Jy ! Component: 3400 - total flux cleaned = 0.00575369 Jy ! Component: 3450 - total flux cleaned = 0.00573316 Jy ! Component: 3500 - total flux cleaned = 0.00573313 Jy ! Component: 3550 - total flux cleaned = 0.00577346 Jy ! Component: 3600 - total flux cleaned = 0.00577346 Jy ! Component: 3650 - total flux cleaned = 0.00581327 Jy ! Component: 3700 - total flux cleaned = 0.0058231 Jy ! Component: 3750 - total flux cleaned = 0.0058329 Jy ! Component: 3800 - total flux cleaned = 0.00585238 Jy ! Component: 3850 - total flux cleaned = 0.00581374 Jy ! Component: 3900 - total flux cleaned = 0.00588091 Jy ! Component: 3950 - total flux cleaned = 0.00585235 Jy ! Component: 4000 - total flux cleaned = 0.00587127 Jy ! Component: 4050 - total flux cleaned = 0.0058806 Jy ! Total flux subtracted in 4096 components = 0.00586192 Jy ! Clean residual min=-0.000603 max=0.000565 Jy/beam ! Clean residual mean=-0.000000 rms=0.000172 Jy/beam ! Combined flux in latest and established models = 0.110528 Jy keep ! Adding 293 model components to the UV plane model. ! The established model now contains 369 components and 0.110528 Jy ![Exited script file: muppet] wmap "J1512+0203_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.485 x 7.543 at -2.766 degrees (North through East) ! Clean map min=-0.0010303 max=0.093559 Jy/beam ! Writing clean map to FITS file: J1512+0203_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.0935591 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00017042 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.546458 0.546458 1.09292 2.18583 4.37166 8.74332 17.4866 34.9733 69.9466 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.093 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.485 x 7.543 at -2.766 degrees (North through East) ! Clean map min=-0.0010303 max=0.093559 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 J1512+0203_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:02:35 2016