! Started logfile: J0244+1320_S_2017_08_05_pus_uvs.log on Thu May 9 19:17:55 2019 obs J0244+1320_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J0244+1320_S_2017_08_05_pus_uva.fits ! AN table 1: 112 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.960317 visibilities/baseline/integration-bin. ! Found source: J0244+1320 ! ! 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 513 lines of history. ! ! Reading 19360 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 J0244+1320_S_2017_08_05_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 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 702 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.827915Jy sigma=0.007811 ! Fit after self-cal, rms=0.813982Jy sigma=0.007699 ! 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.72 mas, bmaj=6.746 mas, bpa=-5.163 degrees ! Estimated noise=831.165 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.142656 Jy ! Component: 100 - total flux cleaned = 0.177427 Jy ! Total flux subtracted in 100 components = 0.177427 Jy ! Clean residual min=-0.005349 max=0.014111 Jy/beam ! Clean residual mean=-0.000007 rms=0.001538 Jy/beam ! Combined flux in latest and established models = 0.177427 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.177427 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086285Jy sigma=0.000727 ! Fit after self-cal, rms=0.086278Jy sigma=0.000727 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0152155 Jy ! Component: 100 - total flux cleaned = 0.0228307 Jy ! Total flux subtracted in 100 components = 0.0228307 Jy ! Clean residual min=-0.004697 max=0.005036 Jy/beam ! Clean residual mean=-0.000002 rms=0.001143 Jy/beam ! Combined flux in latest and established models = 0.200258 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 11 components and 0.200258 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083035Jy sigma=0.000705 ! Fit after self-cal, rms=0.083028Jy sigma=0.000705 ! 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.186 mas, bmaj=7.578 mas, bpa=-4.266 degrees ! Estimated noise=623.058 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.00377263 Jy ! Component: 100 - total flux cleaned = 0.00440641 Jy ! Component: 150 - total flux cleaned = 0.00461558 Jy ! Component: 200 - total flux cleaned = 0.00473368 Jy ! Total flux subtracted in 200 components = 0.00473368 Jy ! Clean residual min=-0.004435 max=0.003868 Jy/beam ! Clean residual mean=0.000009 rms=0.001011 Jy/beam ! Combined flux in latest and established models = 0.204992 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 23 components and 0.204992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082679Jy sigma=0.000704 ! Fit after self-cal, rms=0.082677Jy sigma=0.000704 ! 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.01 FD 0.99 HN 0.96 KP 1.05 ! LA 1.04 MK 1.00 NL 0.91 OV 1.04 ! PT 1.03 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.98 HN 0.98 KP 1.00 ! LA 0.99 MK 1.00 NL 1.06 OV 1.07 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.07 HN 0.98 KP 0.87 ! LA 0.78 MK 1.01 NL 1.24 OV 0.99 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.10 HN 0.95 KP 1.00* ! LA 1.00* MK 1.23 NL 1.00* OV 1.00* ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.082677Jy sigma=0.000704 ! Fit after self-cal, rms=0.077007Jy sigma=0.000680 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.211 mas, bmaj=7.567 mas, bpa=-4.108 degrees ! Estimated noise=623.167 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 = -1.76188e-05 Jy ! Component: 100 - total flux cleaned = 6.32128e-05 Jy ! Component: 150 - total flux cleaned = 0.000135557 Jy ! Component: 200 - total flux cleaned = 0.0002004 Jy ! Total flux subtracted in 200 components = 0.0002004 Jy ! Clean residual min=-0.003094 max=0.003016 Jy/beam ! Clean residual mean=0.000007 rms=0.000760 Jy/beam ! Combined flux in latest and established models = 0.205192 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 30 components and 0.205192 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076990Jy sigma=0.000679 ! Fit after self-cal, rms=0.076947Jy sigma=0.000679 ! 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.076947Jy sigma=0.000679 ! Fit after self-cal, rms=0.076162Jy sigma=0.000669 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.211 mas, bmaj=7.568 mas, bpa=-4.165 degrees ! Estimated noise=624.363 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000312563 Jy ! Component: 100 - total flux cleaned = 0.000395027 Jy ! Component: 150 - total flux cleaned = 0.000437353 Jy ! Component: 200 - total flux cleaned = 0.000449933 Jy ! Total flux subtracted in 200 components = 0.000449933 Jy ! Clean residual min=-0.001780 max=0.001693 Jy/beam ! Clean residual mean=0.000002 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.205642 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 43 components and 0.205642 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076155Jy sigma=0.000669 ! Fit after self-cal, rms=0.076174Jy sigma=0.000669 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.64099e-05 Jy ! Component: 100 - total flux cleaned = 2.80976e-05 Jy ! Component: 150 - total flux cleaned = 3.76545e-05 Jy ! Component: 200 - total flux cleaned = 4.63332e-05 Jy ! Total flux subtracted in 200 components = 4.63332e-05 Jy ! Clean residual min=-0.001775 max=0.001694 Jy/beam ! Clean residual mean=0.000002 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.205688 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 47 components and 0.205688 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076171Jy sigma=0.000669 ! Fit after self-cal, rms=0.076170Jy sigma=0.000669 ! 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.076170Jy sigma=0.000669 ! Fit after self-cal, rms=0.076340Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.215 mas, bmaj=7.568 mas, bpa=-4.12 degrees ! Estimated noise=624.656 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.12204e-05 Jy ! Component: 100 - total flux cleaned = -9.65468e-05 Jy ! Component: 150 - total flux cleaned = -0.000117069 Jy ! Component: 200 - total flux cleaned = -0.00013519 Jy ! Total flux subtracted in 200 components = -0.00013519 Jy ! Clean residual min=-0.001610 max=0.001412 Jy/beam ! Clean residual mean=0.000001 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.205553 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 53 components and 0.205553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076336Jy sigma=0.000668 ! Fit after self-cal, rms=0.076341Jy sigma=0.000668 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.5693e-06 Jy ! Component: 100 - total flux cleaned = 2.12852e-05 Jy ! Component: 150 - total flux cleaned = 3.60601e-05 Jy ! Component: 200 - total flux cleaned = 4.96953e-05 Jy ! Total flux subtracted in 200 components = 4.96953e-05 Jy ! Clean residual min=-0.001603 max=0.001415 Jy/beam ! Clean residual mean=0.000001 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.205603 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 56 components and 0.205603 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076339Jy sigma=0.000668 ! Fit after self-cal, rms=0.076339Jy sigma=0.000668 ! 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.076339Jy sigma=0.000668 ! Fit after self-cal, rms=0.076362Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.191 mas, bmaj=11.11 mas, bpa=-5.456 degrees ! Estimated noise=788.449 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000213494 Jy ! Component: 100 - total flux cleaned = 0.000202249 Jy ! Component: 150 - total flux cleaned = 0.000210931 Jy ! Component: 200 - total flux cleaned = 0.00021864 Jy ! Total flux subtracted in 200 components = 0.00021864 Jy ! Clean residual min=-0.001806 max=0.001747 Jy/beam ! Clean residual mean=0.000001 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.205821 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 61 components and 0.205821 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076362Jy sigma=0.000668 ! Fit after self-cal, rms=0.076362Jy sigma=0.000668 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.21276e-05 Jy ! Component: 100 - total flux cleaned = 2.48929e-05 Jy ! Component: 150 - total flux cleaned = 1.19154e-05 Jy ! Component: 200 - total flux cleaned = 2.21256e-07 Jy ! Total flux subtracted in 200 components = 2.21256e-07 Jy ! Clean residual min=-0.001799 max=0.001751 Jy/beam ! Clean residual mean=0.000001 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.205822 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 63 components and 0.205822 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076363Jy sigma=0.000668 ! Fit after self-cal, rms=0.076363Jy sigma=0.000668 ! 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.219 mas, bmaj=7.567 mas, bpa=-4.051 degrees ! Estimated noise=624.989 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.219 x 7.567 at -4.051 degrees (North through East) ! Clean map min=-0.0015417 max=0.18638 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.753 mas, bmaj=6.74 mas, bpa=-4.917 degrees ! Estimated noise=833.421 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.142879 Jy ! Component: 100 - total flux cleaned = 0.176643 Jy ! Component: 150 - total flux cleaned = 0.190746 Jy ! Component: 200 - total flux cleaned = 0.197652 Jy ! Total flux subtracted in 200 components = 0.197652 Jy ! Clean residual min=-0.002366 max=0.003189 Jy/beam ! Clean residual mean=-0.000002 rms=0.000572 Jy/beam ! Combined flux in latest and established models = 0.197652 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 11 model components to the UV plane model. ! The established model now contains 11 components and 0.197652 Jy ! Inverting map and beam ! Estimated beam: bmin=3.219 mas, bmaj=7.567 mas, bpa=-4.051 degrees ! Estimated noise=624.989 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.0042214 Jy ! Component: 100 - total flux cleaned = 0.00627254 Jy ! Component: 150 - total flux cleaned = 0.00731043 Jy ! Component: 200 - total flux cleaned = 0.0074865 Jy ! Total flux subtracted in 200 components = 0.0074865 Jy ! Clean residual min=-0.001662 max=0.001527 Jy/beam ! Clean residual mean=0.000000 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.205138 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 30 components and 0.205138 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.191 mas, bmaj=11.11 mas, bpa=-5.456 degrees ! Estimated noise=788.449 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000699733 Jy ! Component: 100 - total flux cleaned = 0.000738451 Jy ! Component: 150 - total flux cleaned = 0.000729384 Jy ! Component: 200 - total flux cleaned = 0.000721782 Jy ! Total flux subtracted in 200 components = 0.000721782 Jy ! Clean residual min=-0.001802 max=0.001783 Jy/beam ! Clean residual mean=0.000001 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.20586 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 = -2.88747e-07 Jy ! Component: 100 - total flux cleaned = -2.13923e-07 Jy ! Component: 150 - total flux cleaned = 6.17142e-06 Jy ! Component: 200 - total flux cleaned = 1.19266e-05 Jy ! Total flux subtracted in 200 components = 1.19266e-05 Jy ! Clean residual min=-0.001797 max=0.001774 Jy/beam ! Clean residual mean=0.000001 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.205872 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 36 components and 0.205872 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.219 mas, bmaj=7.567 mas, bpa=-4.051 degrees ! Estimated noise=624.989 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00015441 Jy ! Component: 100 - total flux cleaned = -0.000175073 Jy ! Component: 150 - total flux cleaned = -0.000192052 Jy ! Component: 200 - total flux cleaned = -0.000191894 Jy ! Total flux subtracted in 200 components = -0.000191894 Jy ! Clean residual min=-0.001601 max=0.001450 Jy/beam ! Clean residual mean=0.000000 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.20568 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 43 components and 0.20568 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076369Jy sigma=0.000668 ! Fit after self-cal, rms=0.076367Jy sigma=0.000668 wmodel J0244+1320_S_2017_08_05_pus_map.mod ! Writing 43 model components to file: J0244+1320_S_2017_08_05_pus_map.mod wobs J0244+1320_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J0244+1320_S_2017_08_05_pus_uvs.fits wwins J0244+1320_S_2017_08_05_pus_map.win ! wwins: Wrote 1 windows to J0244+1320_S_2017_08_05_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.000622467 Jy ! Component: 100 - total flux cleaned = -0.000705058 Jy ! Component: 150 - total flux cleaned = -0.000653781 Jy ! Component: 200 - total flux cleaned = -0.000654426 Jy ! Component: 250 - total flux cleaned = -0.000678807 Jy ! Component: 300 - total flux cleaned = -0.000702675 Jy ! Component: 350 - total flux cleaned = -0.000749661 Jy ! Component: 400 - total flux cleaned = -0.000727579 Jy ! Component: 450 - total flux cleaned = -0.000750449 Jy ! Component: 500 - total flux cleaned = -0.000728838 Jy ! Component: 550 - total flux cleaned = -0.000728973 Jy ! Component: 600 - total flux cleaned = -0.00075008 Jy ! Component: 650 - total flux cleaned = -0.000770982 Jy ! Component: 700 - total flux cleaned = -0.000791204 Jy ! Component: 750 - total flux cleaned = -0.000791134 Jy ! Component: 800 - total flux cleaned = -0.000830302 Jy ! Component: 850 - total flux cleaned = -0.000849617 Jy ! Component: 900 - total flux cleaned = -0.000906304 Jy ! Component: 950 - total flux cleaned = -0.00098078 Jy ! Component: 1000 - total flux cleaned = -0.00107149 Jy ! Component: 1050 - total flux cleaned = -0.00103533 Jy ! Component: 1100 - total flux cleaned = -0.00101776 Jy ! Component: 1150 - total flux cleaned = -0.00105283 Jy ! Component: 1200 - total flux cleaned = -0.00100115 Jy ! Component: 1250 - total flux cleaned = -0.00103515 Jy ! Component: 1300 - total flux cleaned = -0.00103495 Jy ! Component: 1350 - total flux cleaned = -0.00103467 Jy ! Component: 1400 - total flux cleaned = -0.0010669 Jy ! Component: 1450 - total flux cleaned = -0.000986039 Jy ! Component: 1500 - total flux cleaned = -0.00101782 Jy ! Component: 1550 - total flux cleaned = -0.000970202 Jy ! Component: 1600 - total flux cleaned = -0.00100162 Jy ! Component: 1650 - total flux cleaned = -0.000924614 Jy ! Component: 1700 - total flux cleaned = -0.000970364 Jy ! Component: 1750 - total flux cleaned = -0.000940039 Jy ! Component: 1800 - total flux cleaned = -0.000910157 Jy ! Component: 1850 - total flux cleaned = -0.000851102 Jy ! Component: 1900 - total flux cleaned = -0.000850998 Jy ! Component: 1950 - total flux cleaned = -0.000851016 Jy ! Component: 2000 - total flux cleaned = -0.000736263 Jy ! Component: 2050 - total flux cleaned = -0.000693521 Jy ! Component: 2100 - total flux cleaned = -0.00063718 Jy ! Component: 2150 - total flux cleaned = -0.000665068 Jy ! Component: 2200 - total flux cleaned = -0.000540579 Jy ! Component: 2250 - total flux cleaned = -0.00048588 Jy ! Component: 2300 - total flux cleaned = -0.000418274 Jy ! Component: 2350 - total flux cleaned = -0.000418095 Jy ! Component: 2400 - total flux cleaned = -0.000404689 Jy ! Component: 2450 - total flux cleaned = -0.000338531 Jy ! Component: 2500 - total flux cleaned = -0.000272908 Jy ! Component: 2550 - total flux cleaned = -0.000233842 Jy ! Component: 2600 - total flux cleaned = -0.000195327 Jy ! Component: 2650 - total flux cleaned = -0.000131475 Jy ! Component: 2700 - total flux cleaned = -0.000131507 Jy ! Component: 2750 - total flux cleaned = -6.87119e-05 Jy ! Component: 2800 - total flux cleaned = -1.88424e-05 Jy ! Component: 2850 - total flux cleaned = -4.344e-05 Jy ! Component: 2900 - total flux cleaned = 3.02081e-05 Jy ! Component: 2950 - total flux cleaned = 6.68363e-05 Jy ! Component: 3000 - total flux cleaned = 0.000127351 Jy ! Component: 3050 - total flux cleaned = 0.000163457 Jy ! Component: 3100 - total flux cleaned = 0.000187434 Jy ! Component: 3150 - total flux cleaned = 0.000258519 Jy ! Component: 3200 - total flux cleaned = 0.000293611 Jy ! Component: 3250 - total flux cleaned = 0.000293586 Jy ! Component: 3300 - total flux cleaned = 0.000351624 Jy ! Component: 3350 - total flux cleaned = 0.00035164 Jy ! Component: 3400 - total flux cleaned = 0.000397515 Jy ! Component: 3450 - total flux cleaned = 0.000408842 Jy ! Component: 3500 - total flux cleaned = 0.000363805 Jy ! Component: 3550 - total flux cleaned = 0.000442287 Jy ! Component: 3600 - total flux cleaned = 0.000453341 Jy ! Component: 3650 - total flux cleaned = 0.00042018 Jy ! Component: 3700 - total flux cleaned = 0.000431247 Jy ! Component: 3750 - total flux cleaned = 0.000420382 Jy ! Component: 3800 - total flux cleaned = 0.000409603 Jy ! Component: 3850 - total flux cleaned = 0.000398766 Jy ! Component: 3900 - total flux cleaned = 0.000420228 Jy ! Component: 3950 - total flux cleaned = 0.000430847 Jy ! Component: 4000 - total flux cleaned = 0.000388411 Jy ! Component: 4050 - total flux cleaned = 0.000388457 Jy ! Total flux subtracted in 4096 components = 0.000398995 Jy ! Clean residual min=-0.000542 max=0.000611 Jy/beam ! Clean residual mean=-0.000000 rms=0.000196 Jy/beam ! Combined flux in latest and established models = 0.206079 Jy keep ! Adding 313 model components to the UV plane model. ! The established model now contains 356 components and 0.206079 Jy ![Exited script file: muppet] wmap "J0244+1320_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.219 x 7.567 at -4.051 degrees (North through East) ! Clean map min=-0.0010721 max=0.1865 Jy/beam ! Writing clean map to FITS file: J0244+1320_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.186502 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000194748 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.313265 0.313265 0.626529 1.25306 2.50612 5.01224 10.0245 20.0489 40.0979 80.1958 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.186 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.219 x 7.567 at -4.051 degrees (North through East) ! Clean map min=-0.0010721 max=0.1865 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 J0244+1320_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:18:00 2019