! Started logfile: J1153+0914_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:24:05 2017 obs J1153+0914_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1153+0914_S_2015_01_23_pus_uva.fits ! AN table 1: 82 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.952304 visibilities/baseline/integration-bin. ! Found source: J1153+0914 ! ! 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 14056 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 J1153+0914_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 61 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 61 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.991832Jy sigma=0.009387 ! Fit after self-cal, rms=0.903177Jy sigma=0.008540 ! 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.621 mas, bmaj=6.591 mas, bpa=-2.792 degrees ! Estimated noise=859.445 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.193108 Jy ! Component: 100 - total flux cleaned = 0.239862 Jy ! Total flux subtracted in 100 components = 0.239862 Jy ! Clean residual min=-0.011907 max=0.019656 Jy/beam ! Clean residual mean=0.000030 rms=0.003263 Jy/beam ! Combined flux in latest and established models = 0.239862 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.239862 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.555535Jy sigma=0.001034 ! Fit after self-cal, rms=0.555540Jy sigma=0.001033 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0228371 Jy ! Component: 100 - total flux cleaned = 0.0376532 Jy ! Total flux subtracted in 100 components = 0.0376532 Jy ! Clean residual min=-0.009621 max=0.012729 Jy/beam ! Clean residual mean=0.000008 rms=0.002605 Jy/beam ! Combined flux in latest and established models = 0.277515 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 28 components and 0.277515 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.553074Jy sigma=0.000951 ! Fit after self-cal, rms=0.553074Jy sigma=0.000950 ! 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.047 mas, bmaj=7.259 mas, bpa=-3.617 degrees ! Estimated noise=574.109 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.0124217 Jy ! Component: 100 - total flux cleaned = 0.0200317 Jy ! Component: 150 - total flux cleaned = 0.024929 Jy ! Component: 200 - total flux cleaned = 0.0281733 Jy ! Total flux subtracted in 200 components = 0.0281733 Jy ! Clean residual min=-0.009845 max=0.011432 Jy/beam ! Clean residual mean=-0.000016 rms=0.002994 Jy/beam ! Combined flux in latest and established models = 0.305689 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 48 components and 0.305689 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.552027Jy sigma=0.000929 ! Fit after self-cal, rms=0.552016Jy sigma=0.000929 ! 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.00 FD 1.18 HN 0.96 KP 1.05 ! LA 1.02 MK 0.99 NL 1.07 OV 0.94 ! PT 1.03 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.45 HN 1.04 KP 0.96 ! LA 1.01 MK 1.00 NL 1.18 OV 0.98 ! PT 1.02 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.47 HN 1.05 KP 0.83 ! LA 0.82 MK 1.02 NL 1.23 OV 0.92 ! PT 1.00 SC 1.07 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.52 HN 1.01 KP 0.77 ! LA 0.88 MK 1.01 NL 1.07 OV 0.99 ! PT 1.06 SC 1.03 ! ! ! Fit before self-cal, rms=0.552016Jy sigma=0.000929 ! Fit after self-cal, rms=0.804596Jy sigma=0.000852 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.07 mas, bmaj=7.343 mas, bpa=-3.798 degrees ! Estimated noise=579.887 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.00203035 Jy ! Component: 100 - total flux cleaned = 0.00212648 Jy ! Component: 150 - total flux cleaned = 0.00208551 Jy ! Component: 200 - total flux cleaned = 0.00208678 Jy ! Total flux subtracted in 200 components = 0.00208678 Jy ! Clean residual min=-0.008873 max=0.007907 Jy/beam ! Clean residual mean=-0.000035 rms=0.002425 Jy/beam ! Combined flux in latest and established models = 0.307775 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 58 components and 0.307775 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.804525Jy sigma=0.000851 ! Fit after self-cal, rms=0.804633Jy sigma=0.000850 ! 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.804633Jy sigma=0.000850 ! Fit after self-cal, rms=0.202253Jy sigma=0.000842 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.07 mas, bmaj=7.352 mas, bpa=-3.876 degrees ! Estimated noise=579.285 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000246621 Jy ! Component: 100 - total flux cleaned = 0.000136759 Jy ! Component: 150 - total flux cleaned = 3.61908e-05 Jy ! Component: 200 - total flux cleaned = -2.58068e-05 Jy ! Total flux subtracted in 200 components = -2.58068e-05 Jy ! Clean residual min=-0.008060 max=0.007935 Jy/beam ! Clean residual mean=-0.000036 rms=0.002323 Jy/beam ! Combined flux in latest and established models = 0.30775 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 64 components and 0.30775 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.202239Jy sigma=0.000842 ! Fit after self-cal, rms=0.202194Jy sigma=0.000842 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.9523e-05 Jy ! Component: 100 - total flux cleaned = -3.03386e-05 Jy ! Component: 150 - total flux cleaned = -2.98196e-05 Jy ! Component: 200 - total flux cleaned = -5.60245e-05 Jy ! Total flux subtracted in 200 components = -5.60245e-05 Jy ! Clean residual min=-0.008066 max=0.007926 Jy/beam ! Clean residual mean=-0.000036 rms=0.002321 Jy/beam ! Combined flux in latest and established models = 0.307694 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 67 components and 0.307694 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.202185Jy sigma=0.000841 ! Fit after self-cal, rms=0.202185Jy sigma=0.000841 ! 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.202185Jy sigma=0.000841 ! Fit after self-cal, rms=0.202067Jy sigma=0.000841 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.071 mas, bmaj=7.362 mas, bpa=-3.945 degrees ! Estimated noise=579.52 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000138377 Jy ! Component: 100 - total flux cleaned = -0.000226185 Jy ! Component: 150 - total flux cleaned = -0.000281204 Jy ! Component: 200 - total flux cleaned = -0.00033243 Jy ! Total flux subtracted in 200 components = -0.00033243 Jy ! Clean residual min=-0.008045 max=0.007915 Jy/beam ! Clean residual mean=-0.000036 rms=0.002317 Jy/beam ! Combined flux in latest and established models = 0.307361 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 67 components and 0.307361 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.202057Jy sigma=0.000841 ! Fit after self-cal, rms=0.202058Jy sigma=0.000841 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 = 5.00877e-06 Jy ! Component: 100 - total flux cleaned = -4.76637e-05 Jy ! Component: 150 - total flux cleaned = -4.79005e-05 Jy ! Component: 200 - total flux cleaned = -4.83432e-05 Jy ! Total flux subtracted in 200 components = -4.83432e-05 Jy ! Clean residual min=-0.008052 max=0.007909 Jy/beam ! Clean residual mean=-0.000036 rms=0.002316 Jy/beam ! Combined flux in latest and established models = 0.307313 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 68 components and 0.307313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.202051Jy sigma=0.000841 ! Fit after self-cal, rms=0.202052Jy sigma=0.000841 ! 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.202052Jy sigma=0.000841 ! Fit after self-cal, rms=0.202219Jy sigma=0.000841 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.099 mas, bmaj=11.19 mas, bpa=-4.376 degrees ! Estimated noise=763.398 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.84951e-05 Jy ! Component: 100 - total flux cleaned = -0.000112863 Jy ! Component: 150 - total flux cleaned = -0.000268697 Jy ! Component: 200 - total flux cleaned = -0.000417128 Jy ! Total flux subtracted in 200 components = -0.000417128 Jy ! Clean residual min=-0.015068 max=0.015917 Jy/beam ! Clean residual mean=-0.000081 rms=0.004986 Jy/beam ! Combined flux in latest and established models = 0.306896 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 73 components and 0.306896 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.202267Jy sigma=0.000841 ! Fit after self-cal, rms=0.202239Jy sigma=0.000841 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 = -6.64896e-05 Jy ! Component: 100 - total flux cleaned = -0.000207064 Jy ! Component: 150 - total flux cleaned = -0.000207613 Jy ! Component: 200 - total flux cleaned = -0.000243428 Jy ! Total flux subtracted in 200 components = -0.000243428 Jy ! Clean residual min=-0.015048 max=0.015835 Jy/beam ! Clean residual mean=-0.000080 rms=0.004981 Jy/beam ! Combined flux in latest and established models = 0.306652 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 74 components and 0.306652 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.202269Jy sigma=0.000842 ! Fit after self-cal, rms=0.202254Jy sigma=0.000841 ! 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.073 mas, bmaj=7.372 mas, bpa=-4.013 degrees ! Estimated noise=579.818 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.073 x 7.372 at -4.013 degrees (North through East) ! Clean map min=-0.0080242 max=0.25358 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.643 mas, bmaj=6.706 mas, bpa=-3.174 degrees ! Estimated noise=867.074 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.194554 Jy ! Component: 100 - total flux cleaned = 0.241041 Jy ! Component: 150 - total flux cleaned = 0.262484 Jy ! Component: 200 - total flux cleaned = 0.276275 Jy ! Total flux subtracted in 200 components = 0.276275 Jy ! Clean residual min=-0.007615 max=0.010070 Jy/beam ! Clean residual mean=-0.000004 rms=0.001868 Jy/beam ! Combined flux in latest and established models = 0.276275 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.276275 Jy ! Inverting map and beam ! Estimated beam: bmin=3.073 mas, bmaj=7.372 mas, bpa=-4.013 degrees ! Estimated noise=579.818 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) ! Added new window around map position (2, 7.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0128622 Jy ! Component: 100 - total flux cleaned = 0.0207865 Jy ! Component: 150 - total flux cleaned = 0.0248208 Jy ! Component: 200 - total flux cleaned = 0.0264825 Jy ! Total flux subtracted in 200 components = 0.0264825 Jy ! Clean residual min=-0.008309 max=0.007748 Jy/beam ! Clean residual mean=-0.000032 rms=0.002294 Jy/beam ! Combined flux in latest and established models = 0.302758 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 59 components and 0.302758 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.099 mas, bmaj=11.19 mas, bpa=-4.376 degrees ! Estimated noise=763.398 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00208786 Jy ! Component: 100 - total flux cleaned = -0.00221926 Jy ! Component: 150 - total flux cleaned = -0.00239661 Jy ! Component: 200 - total flux cleaned = -0.00270257 Jy ! Total flux subtracted in 200 components = -0.00270257 Jy ! Clean residual min=-0.014282 max=0.014945 Jy/beam ! Clean residual mean=-0.000075 rms=0.004842 Jy/beam ! Combined flux in latest and established models = 0.300055 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.000129817 Jy ! Component: 100 - total flux cleaned = -0.000425759 Jy ! Component: 150 - total flux cleaned = -0.000590162 Jy ! Component: 200 - total flux cleaned = -0.000796013 Jy ! Total flux subtracted in 200 components = -0.000796013 Jy ! Clean residual min=-0.014140 max=0.014703 Jy/beam ! Clean residual mean=-0.000074 rms=0.004823 Jy/beam ! Combined flux in latest and established models = 0.299259 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 88 components and 0.299259 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.073 mas, bmaj=7.372 mas, bpa=-4.013 degrees ! Estimated noise=579.818 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00166119 Jy ! Component: 100 - total flux cleaned = 0.00209032 Jy ! Component: 150 - total flux cleaned = 0.0025642 Jy ! Component: 200 - total flux cleaned = 0.00291479 Jy ! Total flux subtracted in 200 components = 0.00291479 Jy ! Clean residual min=-0.007772 max=0.008274 Jy/beam ! Clean residual mean=-0.000034 rms=0.002248 Jy/beam ! Combined flux in latest and established models = 0.302174 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 102 components and 0.302174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.202111Jy sigma=0.000837 ! Fit after self-cal, rms=0.202072Jy sigma=0.000837 wmodel J1153+0914_S_2015_01_23_pus_map.mod ! Writing 102 model components to file: J1153+0914_S_2015_01_23_pus_map.mod wobs J1153+0914_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1153+0914_S_2015_01_23_pus_uvs.fits wwins J1153+0914_S_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J1153+0914_S_2015_01_23_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.000297855 Jy ! Component: 100 - total flux cleaned = 0.00106892 Jy ! Component: 150 - total flux cleaned = 0.00237948 Jy ! Component: 200 - total flux cleaned = 0.00351034 Jy ! Component: 250 - total flux cleaned = 0.00480622 Jy ! Component: 300 - total flux cleaned = 0.00614787 Jy ! Component: 350 - total flux cleaned = 0.0073405 Jy ! Component: 400 - total flux cleaned = 0.00829842 Jy ! Component: 450 - total flux cleaned = 0.0093156 Jy ! Component: 500 - total flux cleaned = 0.00985203 Jy ! Component: 550 - total flux cleaned = 0.0104614 Jy ! Component: 600 - total flux cleaned = 0.0111364 Jy ! Component: 650 - total flux cleaned = 0.0116273 Jy ! Component: 700 - total flux cleaned = 0.012105 Jy ! Component: 750 - total flux cleaned = 0.0127251 Jy ! Component: 800 - total flux cleaned = 0.0132541 Jy ! Component: 850 - total flux cleaned = 0.0138416 Jy ! Component: 900 - total flux cleaned = 0.0142709 Jy ! Component: 950 - total flux cleaned = 0.0146899 Jy ! Component: 1000 - total flux cleaned = 0.0150303 Jy ! Component: 1050 - total flux cleaned = 0.015363 Jy ! Component: 1100 - total flux cleaned = 0.0157535 Jy ! Component: 1150 - total flux cleaned = 0.0161359 Jy ! Component: 1200 - total flux cleaned = 0.0165711 Jy ! Component: 1250 - total flux cleaned = 0.0168144 Jy ! Component: 1300 - total flux cleaned = 0.0173523 Jy ! Component: 1350 - total flux cleaned = 0.0177608 Jy ! Component: 1400 - total flux cleaned = 0.0182748 Jy ! Component: 1450 - total flux cleaned = 0.0184973 Jy ! Component: 1500 - total flux cleaned = 0.0188799 Jy ! Component: 1550 - total flux cleaned = 0.0191478 Jy ! Component: 1600 - total flux cleaned = 0.0192001 Jy ! Component: 1650 - total flux cleaned = 0.01946 Jy ! Component: 1700 - total flux cleaned = 0.019766 Jy ! Component: 1750 - total flux cleaned = 0.0199654 Jy ! Component: 1800 - total flux cleaned = 0.0201618 Jy ! Component: 1850 - total flux cleaned = 0.0203553 Jy ! Component: 1900 - total flux cleaned = 0.0205458 Jy ! Component: 1950 - total flux cleaned = 0.0207319 Jy ! Component: 2000 - total flux cleaned = 0.02087 Jy ! Component: 2050 - total flux cleaned = 0.0210062 Jy ! Component: 2100 - total flux cleaned = 0.0210075 Jy ! Component: 2150 - total flux cleaned = 0.0212273 Jy ! Component: 2200 - total flux cleaned = 0.021357 Jy ! Component: 2250 - total flux cleaned = 0.0213143 Jy ! Component: 2300 - total flux cleaned = 0.0212717 Jy ! Component: 2350 - total flux cleaned = 0.0212704 Jy ! Component: 2400 - total flux cleaned = 0.0209855 Jy ! Component: 2450 - total flux cleaned = 0.0209059 Jy ! Component: 2500 - total flux cleaned = 0.0207882 Jy ! Component: 2550 - total flux cleaned = 0.0208668 Jy ! Component: 2600 - total flux cleaned = 0.0208277 Jy ! Component: 2650 - total flux cleaned = 0.0207509 Jy ! Component: 2700 - total flux cleaned = 0.0207516 Jy ! Component: 2750 - total flux cleaned = 0.0206418 Jy ! Component: 2800 - total flux cleaned = 0.0207514 Jy ! Component: 2850 - total flux cleaned = 0.0206076 Jy ! Component: 2900 - total flux cleaned = 0.0206778 Jy ! Component: 2950 - total flux cleaned = 0.0205367 Jy ! Component: 3000 - total flux cleaned = 0.0204331 Jy ! Component: 3050 - total flux cleaned = 0.0202285 Jy ! Component: 3100 - total flux cleaned = 0.0202288 Jy ! Component: 3150 - total flux cleaned = 0.0201624 Jy ! Component: 3200 - total flux cleaned = 0.0199974 Jy ! Component: 3250 - total flux cleaned = 0.019965 Jy ! Component: 3300 - total flux cleaned = 0.0197403 Jy ! Component: 3350 - total flux cleaned = 0.01974 Jy ! Component: 3400 - total flux cleaned = 0.0196142 Jy ! Component: 3450 - total flux cleaned = 0.019552 Jy ! Component: 3500 - total flux cleaned = 0.0194286 Jy ! Component: 3550 - total flux cleaned = 0.019216 Jy ! Component: 3600 - total flux cleaned = 0.0191261 Jy ! Component: 3650 - total flux cleaned = 0.0191256 Jy ! Component: 3700 - total flux cleaned = 0.0188319 Jy ! Component: 3750 - total flux cleaned = 0.0186579 Jy ! Component: 3800 - total flux cleaned = 0.0185429 Jy ! Component: 3850 - total flux cleaned = 0.0183435 Jy ! Component: 3900 - total flux cleaned = 0.0182309 Jy ! Component: 3950 - total flux cleaned = 0.018063 Jy ! Component: 4000 - total flux cleaned = 0.0179524 Jy ! Component: 4050 - total flux cleaned = 0.017733 Jy ! Total flux subtracted in 4096 components = 0.017516 Jy ! Clean residual min=-0.001597 max=0.001650 Jy/beam ! Clean residual mean=-0.000016 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.31969 Jy keep ! Adding 520 model components to the UV plane model. ! The established model now contains 622 components and 0.31969 Jy ![Exited script file: muppet] wmap "J1153+0914_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.073 x 7.372 at -4.013 degrees (North through East) ! Clean map min=-0.0041001 max=0.25562 Jy/beam ! Writing clean map to FITS file: J1153+0914_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.255622 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000604652 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.709623 0.709623 1.41925 2.83849 5.67699 11.354 22.7079 45.4159 90.8318 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.255 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.073 x 7.372 at -4.013 degrees (North through East) ! Clean map min=-0.0041001 max=0.25562 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 J1153+0914_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:24:11 2017