! Started logfile: J0123+2615_S_2017_07_09_pus_uvs.log on Wed May 8 14:37:53 2019 obs J0123+2615_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J0123+2615_S_2017_07_09_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.923545 visibilities/baseline/integration-bin. ! Found source: J0123+2615 ! ! 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 594 lines of history. ! ! Reading 13964 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 J0123+2615_S_2017_07_09_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 50 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 63 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 441 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.905734Jy sigma=0.009383 ! Fit after self-cal, rms=0.900482Jy sigma=0.009332 ! 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.777 mas, bmaj=6.336 mas, bpa=-4.647 degrees ! Estimated noise=907.417 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.0777671 Jy ! Component: 100 - total flux cleaned = 0.0961575 Jy ! Total flux subtracted in 100 components = 0.0961575 Jy ! Clean residual min=-0.003571 max=0.006912 Jy/beam ! Clean residual mean=-0.000003 rms=0.000917 Jy/beam ! Combined flux in latest and established models = 0.0961575 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0961575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069838Jy sigma=0.000684 ! Fit after self-cal, rms=0.069835Jy sigma=0.000684 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00722614 Jy ! Component: 100 - total flux cleaned = 0.0106655 Jy ! Total flux subtracted in 100 components = 0.0106655 Jy ! Clean residual min=-0.002951 max=0.002984 Jy/beam ! Clean residual mean=-0.000001 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.106823 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 17 components and 0.106823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069053Jy sigma=0.000676 ! Fit after self-cal, rms=0.069054Jy sigma=0.000676 ! 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.351 mas, bmaj=7.056 mas, bpa=-4.146 degrees ! Estimated noise=665.219 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.00227093 Jy ! Component: 100 - total flux cleaned = 0.00351679 Jy ! Component: 150 - total flux cleaned = 0.0042725 Jy ! Component: 200 - total flux cleaned = 0.00469422 Jy ! Total flux subtracted in 200 components = 0.00469422 Jy ! Clean residual min=-0.002270 max=0.002574 Jy/beam ! Clean residual mean=0.000001 rms=0.000570 Jy/beam ! Combined flux in latest and established models = 0.111517 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 38 components and 0.111517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068965Jy sigma=0.000675 ! Fit after self-cal, rms=0.068969Jy sigma=0.000675 ! 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 1.01 HN 0.94 KP 1.03 ! LA 0.99 MK 1.00 NL 0.89 OV 1.04 ! PT 1.00 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.04 HN 1.00 KP 1.00 ! LA 0.95 MK 1.03 NL 1.06 OV 1.09 ! PT 0.97 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.79 FD 1.02 HN 0.96 KP 0.98 ! LA 1.00 MK 1.03 NL 1.05 OV 1.01 ! PT 0.98 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 0.95 KP 1.00* ! LA 0.93 MK 1.22 NL 1.00* OV 1.00* ! PT 1.07 SC 1.00* ! ! ! Fit before self-cal, rms=0.068969Jy sigma=0.000675 ! Fit after self-cal, rms=0.068112Jy sigma=0.000670 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.372 mas, bmaj=7.017 mas, bpa=-3.91 degrees ! Estimated noise=665.197 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.000674592 Jy ! Component: 100 - total flux cleaned = 0.000752288 Jy ! Component: 150 - total flux cleaned = 0.000840574 Jy ! Component: 200 - total flux cleaned = 0.000915247 Jy ! Total flux subtracted in 200 components = 0.000915247 Jy ! Clean residual min=-0.001959 max=0.001974 Jy/beam ! Clean residual mean=-0.000000 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.112432 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 46 components and 0.112432 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068093Jy sigma=0.000670 ! Fit after self-cal, rms=0.068096Jy sigma=0.000670 ! 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.068096Jy sigma=0.000670 ! Fit after self-cal, rms=0.068107Jy sigma=0.000667 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.375 mas, bmaj=7.024 mas, bpa=-3.92 degrees ! Estimated noise=666.287 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000282668 Jy ! Component: 100 - total flux cleaned = 0.000356587 Jy ! Component: 150 - total flux cleaned = 0.000332829 Jy ! Component: 200 - total flux cleaned = 0.000312873 Jy ! Total flux subtracted in 200 components = 0.000312873 Jy ! Clean residual min=-0.001657 max=0.001713 Jy/beam ! Clean residual mean=0.000000 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.112745 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 53 components and 0.112745 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068100Jy sigma=0.000667 ! Fit after self-cal, rms=0.068120Jy sigma=0.000667 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 = 1.37057e-05 Jy ! Component: 100 - total flux cleaned = 5.18615e-06 Jy ! Component: 150 - total flux cleaned = -2.0923e-06 Jy ! Component: 200 - total flux cleaned = -1.40501e-06 Jy ! Total flux subtracted in 200 components = -1.40501e-06 Jy ! Clean residual min=-0.001653 max=0.001718 Jy/beam ! Clean residual mean=0.000000 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.112744 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 56 components and 0.112744 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068117Jy sigma=0.000667 ! Fit after self-cal, rms=0.068118Jy sigma=0.000667 ! 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.068118Jy sigma=0.000667 ! Fit after self-cal, rms=0.068046Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.377 mas, bmaj=7.017 mas, bpa=-3.787 degrees ! Estimated noise=665.998 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000122972 Jy ! Component: 100 - total flux cleaned = 0.000143633 Jy ! Component: 150 - total flux cleaned = 0.000135519 Jy ! Component: 200 - total flux cleaned = 0.000142123 Jy ! Total flux subtracted in 200 components = 0.000142123 Jy ! Clean residual min=-0.001657 max=0.001719 Jy/beam ! Clean residual mean=0.000000 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.112886 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 59 components and 0.112886 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068043Jy sigma=0.000667 ! Fit after self-cal, rms=0.068045Jy sigma=0.000667 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 = 1.52756e-05 Jy ! Component: 100 - total flux cleaned = 1.87148e-06 Jy ! Component: 150 - total flux cleaned = 1.89851e-06 Jy ! Component: 200 - total flux cleaned = 7.41236e-06 Jy ! Total flux subtracted in 200 components = 7.41236e-06 Jy ! Clean residual min=-0.001663 max=0.001723 Jy/beam ! Clean residual mean=0.000000 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.112893 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 60 components and 0.112893 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068043Jy sigma=0.000667 ! Fit after self-cal, rms=0.068044Jy sigma=0.000667 ! 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.068044Jy sigma=0.000667 ! Fit after self-cal, rms=0.067977Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.379 mas, bmaj=10.68 mas, bpa=-6.791 degrees ! Estimated noise=830.183 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000102401 Jy ! Component: 100 - total flux cleaned = 0.000101128 Jy ! Component: 150 - total flux cleaned = 0.000100895 Jy ! Component: 200 - total flux cleaned = 0.000110693 Jy ! Total flux subtracted in 200 components = 0.000110693 Jy ! Clean residual min=-0.002261 max=0.001900 Jy/beam ! Clean residual mean=0.000000 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.113004 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 61 components and 0.113004 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067976Jy sigma=0.000667 ! Fit after self-cal, rms=0.067978Jy sigma=0.000667 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.83927e-06 Jy ! Component: 100 - total flux cleaned = -2.59097e-06 Jy ! Component: 150 - total flux cleaned = -2.50163e-06 Jy ! Component: 200 - total flux cleaned = 3.13499e-06 Jy ! Total flux subtracted in 200 components = 3.13499e-06 Jy ! Clean residual min=-0.002236 max=0.001904 Jy/beam ! Clean residual mean=0.000000 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.113007 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 64 components and 0.113007 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067979Jy sigma=0.000667 ! Fit after self-cal, rms=0.067966Jy sigma=0.000667 ! 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.378 mas, bmaj=7.009 mas, bpa=-3.686 degrees ! Estimated noise=665.72 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.378 x 7.009 at -3.686 degrees (North through East) ! Clean map min=-0.0016379 max=0.099526 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.802 mas, bmaj=6.283 mas, bpa=-4.275 degrees ! Estimated noise=909.383 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0778029 Jy ! Component: 100 - total flux cleaned = 0.0969752 Jy ! Component: 150 - total flux cleaned = 0.104195 Jy ! Component: 200 - total flux cleaned = 0.107492 Jy ! Total flux subtracted in 200 components = 0.107492 Jy ! Clean residual min=-0.002608 max=0.002420 Jy/beam ! Clean residual mean=-0.000001 rms=0.000642 Jy/beam ! Combined flux in latest and established models = 0.107492 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.107492 Jy ! Inverting map and beam ! Estimated beam: bmin=3.378 mas, bmaj=7.009 mas, bpa=-3.686 degrees ! Estimated noise=665.72 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.00224754 Jy ! Component: 100 - total flux cleaned = 0.00349951 Jy ! Component: 150 - total flux cleaned = 0.00427546 Jy ! Component: 200 - total flux cleaned = 0.00477383 Jy ! Total flux subtracted in 200 components = 0.00477383 Jy ! Clean residual min=-0.001684 max=0.001722 Jy/beam ! Clean residual mean=0.000000 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.112266 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 47 components and 0.112266 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.379 mas, bmaj=10.68 mas, bpa=-6.791 degrees ! Estimated noise=830.183 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00059649 Jy ! Component: 100 - total flux cleaned = 0.000667275 Jy ! Component: 150 - total flux cleaned = 0.000678357 Jy ! Component: 200 - total flux cleaned = 0.000678208 Jy ! Total flux subtracted in 200 components = 0.000678208 Jy ! Clean residual min=-0.002260 max=0.001922 Jy/beam ! Clean residual mean=0.000000 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.112944 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.23201e-07 Jy ! Component: 100 - total flux cleaned = 6.69236e-06 Jy ! Component: 150 - total flux cleaned = 6.5331e-06 Jy ! Component: 200 - total flux cleaned = 1.09136e-05 Jy ! Total flux subtracted in 200 components = 1.09136e-05 Jy ! Clean residual min=-0.002233 max=0.001916 Jy/beam ! Clean residual mean=0.000000 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.112955 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 52 components and 0.112955 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.378 mas, bmaj=7.009 mas, bpa=-3.686 degrees ! Estimated noise=665.72 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.92811e-05 Jy ! Component: 100 - total flux cleaned = 2.97621e-05 Jy ! Component: 150 - total flux cleaned = 5.46379e-05 Jy ! Component: 200 - total flux cleaned = 6.31818e-05 Jy ! Total flux subtracted in 200 components = 6.31818e-05 Jy ! Clean residual min=-0.001672 max=0.001762 Jy/beam ! Clean residual mean=0.000000 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.113019 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 62 components and 0.113019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067963Jy sigma=0.000667 ! Fit after self-cal, rms=0.067961Jy sigma=0.000667 wmodel J0123+2615_S_2017_07_09_pus_map.mod ! Writing 62 model components to file: J0123+2615_S_2017_07_09_pus_map.mod wobs J0123+2615_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J0123+2615_S_2017_07_09_pus_uvs.fits wwins J0123+2615_S_2017_07_09_pus_map.win ! wwins: Wrote 1 windows to J0123+2615_S_2017_07_09_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 = -4.77168e-05 Jy ! Component: 100 - total flux cleaned = 6.86572e-05 Jy ! Component: 150 - total flux cleaned = 1.43039e-05 Jy ! Component: 200 - total flux cleaned = 4.13689e-05 Jy ! Component: 250 - total flux cleaned = 1.46064e-05 Jy ! Component: 300 - total flux cleaned = 6.5616e-05 Jy ! Component: 350 - total flux cleaned = 0.000166042 Jy ! Component: 400 - total flux cleaned = 0.000288343 Jy ! Component: 450 - total flux cleaned = 0.000383841 Jy ! Component: 500 - total flux cleaned = 0.000454778 Jy ! Component: 550 - total flux cleaned = 0.00063888 Jy ! Component: 600 - total flux cleaned = 0.00077401 Jy ! Component: 650 - total flux cleaned = 0.000862647 Jy ! Component: 700 - total flux cleaned = 0.000993449 Jy ! Component: 750 - total flux cleaned = 0.00112152 Jy ! Component: 800 - total flux cleaned = 0.00118441 Jy ! Component: 850 - total flux cleaned = 0.00126723 Jy ! Component: 900 - total flux cleaned = 0.00136952 Jy ! Component: 950 - total flux cleaned = 0.00145026 Jy ! Component: 1000 - total flux cleaned = 0.00154998 Jy ! Component: 1050 - total flux cleaned = 0.001668 Jy ! Component: 1100 - total flux cleaned = 0.00178436 Jy ! Component: 1150 - total flux cleaned = 0.00186093 Jy ! Component: 1200 - total flux cleaned = 0.00197472 Jy ! Component: 1250 - total flux cleaned = 0.00212427 Jy ! Component: 1300 - total flux cleaned = 0.00223492 Jy ! Component: 1350 - total flux cleaned = 0.00236296 Jy ! Component: 1400 - total flux cleaned = 0.00248965 Jy ! Component: 1450 - total flux cleaned = 0.00261491 Jy ! Component: 1500 - total flux cleaned = 0.00279214 Jy ! Component: 1550 - total flux cleaned = 0.00294984 Jy ! Component: 1600 - total flux cleaned = 0.0030712 Jy ! Component: 1650 - total flux cleaned = 0.00319136 Jy ! Component: 1700 - total flux cleaned = 0.00336143 Jy ! Component: 1750 - total flux cleaned = 0.00347891 Jy ! Component: 1800 - total flux cleaned = 0.00362878 Jy ! Component: 1850 - total flux cleaned = 0.00379338 Jy ! Component: 1900 - total flux cleaned = 0.0038587 Jy ! Component: 1950 - total flux cleaned = 0.00397209 Jy ! Component: 2000 - total flux cleaned = 0.0041643 Jy ! Component: 2050 - total flux cleaned = 0.00427533 Jy ! Component: 2100 - total flux cleaned = 0.00440095 Jy ! Component: 2150 - total flux cleaned = 0.00452557 Jy ! Component: 2200 - total flux cleaned = 0.00463353 Jy ! Component: 2250 - total flux cleaned = 0.00474046 Jy ! Component: 2300 - total flux cleaned = 0.00486155 Jy ! Component: 2350 - total flux cleaned = 0.00492166 Jy ! Component: 2400 - total flux cleaned = 0.00507034 Jy ! Component: 2450 - total flux cleaned = 0.00511456 Jy ! Component: 2500 - total flux cleaned = 0.00520243 Jy ! Component: 2550 - total flux cleaned = 0.00527487 Jy ! Component: 2600 - total flux cleaned = 0.00537544 Jy ! Component: 2650 - total flux cleaned = 0.00538971 Jy ! Component: 2700 - total flux cleaned = 0.00544645 Jy ! Component: 2750 - total flux cleaned = 0.00553066 Jy ! Component: 2800 - total flux cleaned = 0.00558614 Jy ! Component: 2850 - total flux cleaned = 0.00559998 Jy ! Component: 2900 - total flux cleaned = 0.00568224 Jy ! Component: 2950 - total flux cleaned = 0.00566884 Jy ! Component: 3000 - total flux cleaned = 0.00577683 Jy ! Component: 3050 - total flux cleaned = 0.00581681 Jy ! Component: 3100 - total flux cleaned = 0.00585679 Jy ! Component: 3150 - total flux cleaned = 0.00587014 Jy ! Component: 3200 - total flux cleaned = 0.00596187 Jy ! Component: 3250 - total flux cleaned = 0.00602686 Jy ! Component: 3300 - total flux cleaned = 0.00602671 Jy ! Component: 3350 - total flux cleaned = 0.00606521 Jy ! Component: 3400 - total flux cleaned = 0.00611627 Jy ! Component: 3450 - total flux cleaned = 0.00612906 Jy ! Component: 3500 - total flux cleaned = 0.00621706 Jy ! Component: 3550 - total flux cleaned = 0.00621719 Jy ! Component: 3600 - total flux cleaned = 0.00625444 Jy ! Component: 3650 - total flux cleaned = 0.00631601 Jy ! Component: 3700 - total flux cleaned = 0.00630383 Jy ! Component: 3750 - total flux cleaned = 0.0062675 Jy ! Component: 3800 - total flux cleaned = 0.0063642 Jy ! Component: 3850 - total flux cleaned = 0.00632823 Jy ! Component: 3900 - total flux cleaned = 0.00636411 Jy ! Component: 3950 - total flux cleaned = 0.00638776 Jy ! Component: 4000 - total flux cleaned = 0.0064584 Jy ! Component: 4050 - total flux cleaned = 0.00637664 Jy ! Total flux subtracted in 4096 components = 0.00641168 Jy ! Clean residual min=-0.000687 max=0.000646 Jy/beam ! Clean residual mean=-0.000000 rms=0.000219 Jy/beam ! Combined flux in latest and established models = 0.11943 Jy keep ! Adding 312 model components to the UV plane model. ! The established model now contains 374 components and 0.11943 Jy ![Exited script file: muppet] wmap "J0123+2615_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.378 x 7.009 at -3.686 degrees (North through East) ! Clean map min=-0.0012122 max=0.099511 Jy/beam ! Writing clean map to FITS file: J0123+2615_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0995108 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000218642 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.65915 0.65915 1.3183 2.6366 5.2732 10.5464 21.0928 42.1856 84.3712 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.099 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.378 x 7.009 at -3.686 degrees (North through East) ! Clean map min=-0.0012122 max=0.099511 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 J0123+2615_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:37:58 2019