! Started logfile: J1226+4340_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:25:21 2017 obs J1226+4340_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1226+4340_S_2015_01_23_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.693586 visibilities/baseline/integration-bin. ! Found source: J1226+4340 ! ! 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 15356 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 J1226+4340_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 200 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 200 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 200 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 200 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.932353Jy sigma=0.011792 ! Fit after self-cal, rms=0.900447Jy sigma=0.011360 ! 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.027 mas, bmaj=3.873 mas, bpa=0.802 degrees ! Estimated noise=959.043 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.0737304 Jy ! Component: 100 - total flux cleaned = 0.0945172 Jy ! Total flux subtracted in 100 components = 0.0945172 Jy ! Clean residual min=-0.005246 max=0.009331 Jy/beam ! Clean residual mean=0.000011 rms=0.001341 Jy/beam ! Combined flux in latest and established models = 0.0945172 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0945172 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072320Jy sigma=0.000833 ! Fit after self-cal, rms=0.072307Jy sigma=0.000833 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0107502 Jy ! Component: 100 - total flux cleaned = 0.0166509 Jy ! Total flux subtracted in 100 components = 0.0166509 Jy ! Clean residual min=-0.004054 max=0.004643 Jy/beam ! Clean residual mean=0.000008 rms=0.001008 Jy/beam ! Combined flux in latest and established models = 0.111168 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 16 components and 0.111168 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070081Jy sigma=0.000808 ! Fit after self-cal, rms=0.070064Jy sigma=0.000807 ! 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.77 mas, bmaj=4.733 mas, bpa=-0.6567 degrees ! Estimated noise=461.913 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.00514017 Jy ! Component: 100 - total flux cleaned = 0.00786387 Jy ! Component: 150 - total flux cleaned = 0.00954235 Jy ! Component: 200 - total flux cleaned = 0.010619 Jy ! Total flux subtracted in 200 components = 0.010619 Jy ! Clean residual min=-0.003773 max=0.005351 Jy/beam ! Clean residual mean=0.000003 rms=0.001082 Jy/beam ! Combined flux in latest and established models = 0.121787 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 28 components and 0.121787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069572Jy sigma=0.000804 ! Fit after self-cal, rms=0.069566Jy 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 1.04 FD 1.00* HN 0.96 KP 1.05 ! LA 0.96 MK 1.02 NL 1.01 OV 1.01 ! PT 1.01 SC 1.03 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00* HN 1.03 KP 1.01 ! LA 0.95 MK 1.00 NL 1.17 OV 1.01 ! PT 1.00 SC 1.06 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.00* HN 1.02 KP 0.85 ! LA 0.77 MK 1.03 NL 1.53 OV 0.96 ! PT 0.98 SC 1.08 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.00* HN 0.98 KP 0.81 ! LA 0.83 MK 1.03 NL 1.04 OV 1.00 ! PT 1.00 SC 1.04 ! ! ! Fit before self-cal, rms=0.069566Jy sigma=0.000804 ! Fit after self-cal, rms=0.067290Jy sigma=0.000780 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.806 mas, bmaj=4.798 mas, bpa=-1.192 degrees ! Estimated noise=466.32 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 (2, -9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00249999 Jy ! Component: 100 - total flux cleaned = 0.00308387 Jy ! Component: 150 - total flux cleaned = 0.00312669 Jy ! Component: 200 - total flux cleaned = 0.0031277 Jy ! Total flux subtracted in 200 components = 0.0031277 Jy ! Clean residual min=-0.001853 max=0.001618 Jy/beam ! Clean residual mean=-0.000006 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.124915 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 53 components and 0.124915 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067148Jy sigma=0.000778 ! Fit after self-cal, rms=0.067153Jy 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.067153Jy sigma=0.000777 ! Fit after self-cal, rms=0.066605Jy sigma=0.000773 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.801 mas, bmaj=4.78 mas, bpa=-0.3722 degrees ! Estimated noise=464.321 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.75304e-05 Jy ! Component: 100 - total flux cleaned = -8.09944e-05 Jy ! Component: 150 - total flux cleaned = -4.0498e-05 Jy ! Component: 200 - total flux cleaned = -2.27887e-05 Jy ! Total flux subtracted in 200 components = -2.27887e-05 Jy ! Clean residual min=-0.001373 max=0.001373 Jy/beam ! Clean residual mean=-0.000006 rms=0.000354 Jy/beam ! Combined flux in latest and established models = 0.124892 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 65 components and 0.124892 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066590Jy sigma=0.000773 ! Fit after self-cal, rms=0.066610Jy sigma=0.000773 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 = 9.40742e-06 Jy ! Component: 100 - total flux cleaned = 7.07616e-05 Jy ! Component: 150 - total flux cleaned = 9.82367e-05 Jy ! Component: 200 - total flux cleaned = 0.000136081 Jy ! Total flux subtracted in 200 components = 0.000136081 Jy ! Clean residual min=-0.001383 max=0.001374 Jy/beam ! Clean residual mean=-0.000006 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.125028 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 70 components and 0.125028 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066604Jy sigma=0.000773 ! Fit after self-cal, rms=0.066603Jy sigma=0.000773 ! 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.066603Jy sigma=0.000773 ! Fit after self-cal, rms=0.066519Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.802 mas, bmaj=4.781 mas, bpa=-0.4461 degrees ! Estimated noise=463.619 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000158147 Jy ! Component: 100 - total flux cleaned = -0.000145562 Jy ! Component: 150 - total flux cleaned = -0.000123084 Jy ! Component: 200 - total flux cleaned = -0.000123167 Jy ! Total flux subtracted in 200 components = -0.000123167 Jy ! Clean residual min=-0.001398 max=0.001361 Jy/beam ! Clean residual mean=-0.000006 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.124905 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 75 components and 0.124905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066515Jy sigma=0.000773 ! Fit after self-cal, rms=0.066515Jy sigma=0.000773 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.89401e-06 Jy ! Component: 100 - total flux cleaned = 3.24789e-05 Jy ! Component: 150 - total flux cleaned = 5.84322e-05 Jy ! Component: 200 - total flux cleaned = 5.836e-05 Jy ! Total flux subtracted in 200 components = 5.836e-05 Jy ! Clean residual min=-0.001401 max=0.001359 Jy/beam ! Clean residual mean=-0.000006 rms=0.000345 Jy/beam ! Combined flux in latest and established models = 0.124963 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 81 components and 0.124963 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066513Jy sigma=0.000773 ! Fit after self-cal, rms=0.066512Jy sigma=0.000773 ! 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.066512Jy sigma=0.000773 ! Fit after self-cal, rms=0.066472Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.811 mas, bmaj=8.678 mas, bpa=-9.536 degrees ! Estimated noise=573.449 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000101581 Jy ! Component: 100 - total flux cleaned = -5.35701e-05 Jy ! Component: 150 - total flux cleaned = -3.84746e-05 Jy ! Component: 200 - total flux cleaned = -2.60761e-05 Jy ! Total flux subtracted in 200 components = -2.60761e-05 Jy ! Clean residual min=-0.001702 max=0.001719 Jy/beam ! Clean residual mean=-0.000015 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.124937 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 90 components and 0.124937 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066471Jy sigma=0.000773 ! Fit after self-cal, rms=0.066473Jy sigma=0.000773 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.19439e-06 Jy ! Component: 100 - total flux cleaned = 3.86087e-05 Jy ! Component: 150 - total flux cleaned = 5.84595e-05 Jy ! Component: 200 - total flux cleaned = 7.17859e-05 Jy ! Total flux subtracted in 200 components = 7.17859e-05 Jy ! Clean residual min=-0.001710 max=0.001717 Jy/beam ! Clean residual mean=-0.000015 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.125009 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 96 components and 0.125009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066472Jy sigma=0.000773 ! Fit after self-cal, rms=0.066473Jy sigma=0.000773 ! 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.804 mas, bmaj=4.782 mas, bpa=-0.4631 degrees ! Estimated noise=463.18 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.804 x 4.782 at -0.4631 degrees (North through East) ! Clean map min=-0.0013809 max=0.098218 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.057 mas, bmaj=3.9 mas, bpa=0.1044 degrees ! Estimated noise=959.822 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0735129 Jy ! Component: 100 - total flux cleaned = 0.0943391 Jy ! Component: 150 - total flux cleaned = 0.104766 Jy ! Component: 200 - total flux cleaned = 0.110463 Jy ! Total flux subtracted in 200 components = 0.110463 Jy ! Clean residual min=-0.002800 max=0.002963 Jy/beam ! Clean residual mean=0.000002 rms=0.000746 Jy/beam ! Combined flux in latest and established models = 0.110463 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.110463 Jy ! Inverting map and beam ! Estimated beam: bmin=3.804 mas, bmaj=4.782 mas, bpa=-0.4631 degrees ! Estimated noise=463.18 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.00519906 Jy ! Component: 100 - total flux cleaned = 0.00817664 Jy ! Component: 150 - total flux cleaned = 0.010125 Jy ! Component: 200 - total flux cleaned = 0.0115003 Jy ! Total flux subtracted in 200 components = 0.0115003 Jy ! Clean residual min=-0.001550 max=0.001311 Jy/beam ! Clean residual mean=-0.000006 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.121963 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 56 components and 0.121963 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.811 mas, bmaj=8.678 mas, bpa=-9.536 degrees ! Estimated noise=573.449 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00155744 Jy ! Component: 100 - total flux cleaned = 0.0023467 Jy ! Component: 150 - total flux cleaned = 0.0025787 Jy ! Component: 200 - total flux cleaned = 0.00263741 Jy ! Total flux subtracted in 200 components = 0.00263741 Jy ! Clean residual min=-0.001762 max=0.001647 Jy/beam ! Clean residual mean=-0.000016 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.1246 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 = 5.09699e-05 Jy ! Component: 100 - total flux cleaned = 9.59441e-05 Jy ! Component: 150 - total flux cleaned = 0.000135971 Jy ! Component: 200 - total flux cleaned = 0.000163017 Jy ! Total flux subtracted in 200 components = 0.000163017 Jy ! Clean residual min=-0.001748 max=0.001672 Jy/beam ! Clean residual mean=-0.000016 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.124763 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 89 components and 0.124763 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.804 mas, bmaj=4.782 mas, bpa=-0.4631 degrees ! Estimated noise=463.18 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.88578e-05 Jy ! Component: 100 - total flux cleaned = 9.96733e-05 Jy ! Component: 150 - total flux cleaned = 0.000100046 Jy ! Component: 200 - total flux cleaned = 0.000116682 Jy ! Total flux subtracted in 200 components = 0.000116682 Jy ! Clean residual min=-0.001365 max=0.001385 Jy/beam ! Clean residual mean=-0.000007 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.12488 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 102 components and 0.12488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066485Jy sigma=0.000773 ! Fit after self-cal, rms=0.066480Jy sigma=0.000773 wmodel J1226+4340_S_2015_01_23_pus_map.mod ! Writing 102 model components to file: J1226+4340_S_2015_01_23_pus_map.mod wobs J1226+4340_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1226+4340_S_2015_01_23_pus_uvs.fits wwins J1226+4340_S_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J1226+4340_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 = -2.40757e-05 Jy ! Component: 100 - total flux cleaned = -0.000164603 Jy ! Component: 150 - total flux cleaned = -0.000253483 Jy ! Component: 200 - total flux cleaned = -0.000359219 Jy ! Component: 250 - total flux cleaned = -0.000503099 Jy ! Component: 300 - total flux cleaned = -0.000622992 Jy ! Component: 350 - total flux cleaned = -0.000738859 Jy ! Component: 400 - total flux cleaned = -0.000832488 Jy ! Component: 450 - total flux cleaned = -0.000887408 Jy ! Component: 500 - total flux cleaned = -0.00103058 Jy ! Component: 550 - total flux cleaned = -0.00113539 Jy ! Component: 600 - total flux cleaned = -0.0012554 Jy ! Component: 650 - total flux cleaned = -0.00137243 Jy ! Component: 700 - total flux cleaned = -0.00143786 Jy ! Component: 750 - total flux cleaned = -0.00150234 Jy ! Component: 800 - total flux cleaned = -0.00156572 Jy ! Component: 850 - total flux cleaned = -0.00162788 Jy ! Component: 900 - total flux cleaned = -0.00168896 Jy ! Component: 950 - total flux cleaned = -0.00173388 Jy ! Component: 1000 - total flux cleaned = -0.00182237 Jy ! Component: 1050 - total flux cleaned = -0.00180809 Jy ! Component: 1100 - total flux cleaned = -0.00190805 Jy ! Component: 1150 - total flux cleaned = -0.00196418 Jy ! Component: 1200 - total flux cleaned = -0.00203298 Jy ! Component: 1250 - total flux cleaned = -0.00206019 Jy ! Component: 1300 - total flux cleaned = -0.00210059 Jy ! Component: 1350 - total flux cleaned = -0.0022194 Jy ! Component: 1400 - total flux cleaned = -0.00225857 Jy ! Component: 1450 - total flux cleaned = -0.00233576 Jy ! Component: 1500 - total flux cleaned = -0.00242442 Jy ! Component: 1550 - total flux cleaned = -0.00251183 Jy ! Component: 1600 - total flux cleaned = -0.00254888 Jy ! Component: 1650 - total flux cleaned = -0.00260973 Jy ! Component: 1700 - total flux cleaned = -0.00266969 Jy ! Component: 1750 - total flux cleaned = -0.00266968 Jy ! Component: 1800 - total flux cleaned = -0.00273988 Jy ! Component: 1850 - total flux cleaned = -0.00271652 Jy ! Component: 1900 - total flux cleaned = -0.00278524 Jy ! Component: 1950 - total flux cleaned = -0.00281942 Jy ! Component: 2000 - total flux cleaned = -0.00287552 Jy ! Component: 2050 - total flux cleaned = -0.00294197 Jy ! Component: 2100 - total flux cleaned = -0.0030189 Jy ! Component: 2150 - total flux cleaned = -0.00308387 Jy ! Component: 2200 - total flux cleaned = -0.00310533 Jy ! Component: 2250 - total flux cleaned = -0.00319039 Jy ! Component: 2300 - total flux cleaned = -0.00326411 Jy ! Component: 2350 - total flux cleaned = -0.00330582 Jy ! Component: 2400 - total flux cleaned = -0.00336771 Jy ! Component: 2450 - total flux cleaned = -0.0034191 Jy ! Component: 2500 - total flux cleaned = -0.00349023 Jy ! Component: 2550 - total flux cleaned = -0.0035405 Jy ! Component: 2600 - total flux cleaned = -0.0036202 Jy ! Component: 2650 - total flux cleaned = -0.00367965 Jy ! Component: 2700 - total flux cleaned = -0.0037385 Jy ! Component: 2750 - total flux cleaned = -0.00379682 Jy ! Component: 2800 - total flux cleaned = -0.00385462 Jy ! Component: 2850 - total flux cleaned = -0.00387361 Jy ! Component: 2900 - total flux cleaned = -0.00393991 Jy ! Component: 2950 - total flux cleaned = -0.00395869 Jy ! Component: 3000 - total flux cleaned = -0.00398674 Jy ! Component: 3050 - total flux cleaned = -0.00404238 Jy ! Component: 3100 - total flux cleaned = -0.00408839 Jy ! Component: 3150 - total flux cleaned = -0.00409757 Jy ! Component: 3200 - total flux cleaned = -0.004152 Jy ! Component: 3250 - total flux cleaned = -0.00418796 Jy ! Component: 3300 - total flux cleaned = -0.00425048 Jy ! Component: 3350 - total flux cleaned = -0.00427704 Jy ! Component: 3400 - total flux cleaned = -0.00434757 Jy ! Component: 3450 - total flux cleaned = -0.00434751 Jy ! Component: 3500 - total flux cleaned = -0.00439104 Jy ! Component: 3550 - total flux cleaned = -0.00445157 Jy ! Component: 3600 - total flux cleaned = -0.00452031 Jy ! Component: 3650 - total flux cleaned = -0.00456301 Jy ! Component: 3700 - total flux cleaned = -0.00462236 Jy ! Component: 3750 - total flux cleaned = -0.00467296 Jy ! Component: 3800 - total flux cleaned = -0.00472317 Jy ! Component: 3850 - total flux cleaned = -0.00477317 Jy ! Component: 3900 - total flux cleaned = -0.00481458 Jy ! Component: 3950 - total flux cleaned = -0.004864 Jy ! Component: 4000 - total flux cleaned = -0.00490498 Jy ! Component: 4050 - total flux cleaned = -0.00495384 Jy ! Total flux subtracted in 4096 components = -0.00497817 Jy ! Clean residual min=-0.000575 max=0.000651 Jy/beam ! Clean residual mean=-0.000003 rms=0.000139 Jy/beam ! Combined flux in latest and established models = 0.119902 Jy keep ! Adding 269 model components to the UV plane model. ! The established model now contains 371 components and 0.119902 Jy ![Exited script file: muppet] wmap "J1226+4340_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.804 x 4.782 at -0.4631 degrees (North through East) ! Clean map min=-0.0008787 max=0.098635 Jy/beam ! Writing clean map to FITS file: J1226+4340_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.0986354 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000136766 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.415975 0.415975 0.831949 1.6639 3.3278 6.65559 13.3112 26.6224 53.2448 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.098 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.804 x 4.782 at -0.4631 degrees (North through East) ! Clean map min=-0.0008787 max=0.098635 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 J1226+4340_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:25:26 2017