! Started logfile: J1712-1820_S_2017_01_16_pus_uvs.log on Sun Apr 7 15:18:48 2019 obs J1712-1820_S_2017_01_16_pus_uva.fits ! Reading UV FITS file: J1712-1820_S_2017_01_16_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.776413 visibilities/baseline/integration-bin. ! Found source: J1712-1820 ! ! 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 622 lines of history. ! ! Reading 15932 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 J1712-1820_S_2017_01_16_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 131 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 141 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 131 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 279 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.856198Jy sigma=0.005529 ! Fit after self-cal, rms=0.834795Jy sigma=0.005390 ! 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.173 mas, bmaj=10.63 mas, bpa=17.33 degrees ! Estimated noise=1471.5 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.133757 Jy ! Component: 100 - total flux cleaned = 0.164869 Jy ! Total flux subtracted in 100 components = 0.164869 Jy ! Clean residual min=-0.006465 max=0.011522 Jy/beam ! Clean residual mean=0.000011 rms=0.001922 Jy/beam ! Combined flux in latest and established models = 0.164869 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.164869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138814Jy sigma=0.000696 ! Fit after self-cal, rms=0.138837Jy sigma=0.000696 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0118693 Jy ! Component: 100 - total flux cleaned = 0.0185911 Jy ! Total flux subtracted in 100 components = 0.0185911 Jy ! Clean residual min=-0.005821 max=0.006463 Jy/beam ! Clean residual mean=0.000012 rms=0.001622 Jy/beam ! Combined flux in latest and established models = 0.18346 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 21 components and 0.18346 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137627Jy sigma=0.000683 ! Fit after self-cal, rms=0.137662Jy sigma=0.000683 ! 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.964 mas, bmaj=12.24 mas, bpa=16.66 degrees ! Estimated noise=919.287 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.00622633 Jy ! Component: 100 - total flux cleaned = 0.0097493 Jy ! Component: 150 - total flux cleaned = 0.0117705 Jy ! Component: 200 - total flux cleaned = 0.012354 Jy ! Total flux subtracted in 200 components = 0.012354 Jy ! Clean residual min=-0.004903 max=0.005054 Jy/beam ! Clean residual mean=0.000018 rms=0.001490 Jy/beam ! Combined flux in latest and established models = 0.195815 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 33 components and 0.195814 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137426Jy sigma=0.000680 ! Fit after self-cal, rms=0.137443Jy sigma=0.000679 ! 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 0.91 HN 1.02 KP 0.98 ! LA 0.99 MK 1.00* NL 0.89 OV 0.99 ! PT 1.05 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.93 HN 1.02 KP 0.97 ! LA 0.98 MK 1.00* NL 1.00 OV 1.01 ! PT 1.01 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.97 HN 1.05 KP 0.99 ! LA 0.98 MK 1.00* NL 0.99 OV 0.96 ! PT 1.04 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.01 HN 1.01 KP 1.08 ! LA 1.13 MK 1.00* NL 1.00* OV 0.95 ! PT 1.05 SC 1.07 ! ! ! Fit before self-cal, rms=0.137443Jy sigma=0.000679 ! Fit after self-cal, rms=0.145125Jy sigma=0.000675 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.972 mas, bmaj=12.28 mas, bpa=16.75 degrees ! Estimated noise=911.465 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.0019129 Jy ! Component: 100 - total flux cleaned = -0.00262106 Jy ! Component: 150 - total flux cleaned = -0.00278887 Jy ! Component: 200 - total flux cleaned = -0.00290936 Jy ! Total flux subtracted in 200 components = -0.00290936 Jy ! Clean residual min=-0.005459 max=0.005371 Jy/beam ! Clean residual mean=0.000023 rms=0.001427 Jy/beam ! Combined flux in latest and established models = 0.192905 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 49 components and 0.192905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145104Jy sigma=0.000675 ! Fit after self-cal, rms=0.145198Jy sigma=0.000675 ! 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.145198Jy sigma=0.000675 ! Fit after self-cal, rms=0.158393Jy sigma=0.000663 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.956 mas, bmaj=12.19 mas, bpa=16.47 degrees ! Estimated noise=916.667 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00212751 Jy ! Component: 100 - total flux cleaned = 0.00203399 Jy ! Component: 150 - total flux cleaned = 0.00199886 Jy ! Component: 200 - total flux cleaned = 0.00200004 Jy ! Total flux subtracted in 200 components = 0.00200004 Jy ! Clean residual min=-0.002712 max=0.003294 Jy/beam ! Clean residual mean=0.000001 rms=0.000856 Jy/beam ! Combined flux in latest and established models = 0.194905 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 65 components and 0.194905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.158326Jy sigma=0.000662 ! Fit after self-cal, rms=0.158698Jy sigma=0.000662 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 = 7.90043e-05 Jy ! Component: 100 - total flux cleaned = 2.34914e-05 Jy ! Component: 150 - total flux cleaned = 1.09868e-06 Jy ! Component: 200 - total flux cleaned = 1.38768e-06 Jy ! Total flux subtracted in 200 components = 1.38768e-06 Jy ! Clean residual min=-0.002789 max=0.003274 Jy/beam ! Clean residual mean=0.000001 rms=0.000859 Jy/beam ! Combined flux in latest and established models = 0.194907 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 75 components and 0.194907 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.158687Jy sigma=0.000662 ! Fit after self-cal, rms=0.158685Jy sigma=0.000662 ! 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.158685Jy sigma=0.000662 ! Fit after self-cal, rms=0.146518Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.953 mas, bmaj=12.16 mas, bpa=16.3 degrees ! Estimated noise=917.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000444371 Jy ! Component: 100 - total flux cleaned = 0.000410574 Jy ! Component: 150 - total flux cleaned = 0.0003525 Jy ! Component: 200 - total flux cleaned = 0.000304528 Jy ! Total flux subtracted in 200 components = 0.000304528 Jy ! Clean residual min=-0.002522 max=0.003097 Jy/beam ! Clean residual mean=-0.000004 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.195211 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 80 components and 0.195211 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.146495Jy sigma=0.000659 ! Fit after self-cal, rms=0.146507Jy sigma=0.000659 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 = 7.83975e-05 Jy ! Component: 100 - total flux cleaned = 3.9984e-05 Jy ! Component: 150 - total flux cleaned = 3.92969e-05 Jy ! Component: 200 - total flux cleaned = 2.4464e-05 Jy ! Total flux subtracted in 200 components = 2.4464e-05 Jy ! Clean residual min=-0.002508 max=0.003094 Jy/beam ! Clean residual mean=-0.000004 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.195236 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 85 components and 0.195236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.146501Jy sigma=0.000659 ! Fit after self-cal, rms=0.146499Jy sigma=0.000659 ! 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.146499Jy sigma=0.000659 ! Fit after self-cal, rms=0.147062Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.007 mas, bmaj=17.11 mas, bpa=7.615 degrees ! Estimated noise=1068.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000354039 Jy ! Component: 100 - total flux cleaned = 0.000380454 Jy ! Component: 150 - total flux cleaned = 0.000393872 Jy ! Component: 200 - total flux cleaned = 0.000394329 Jy ! Total flux subtracted in 200 components = 0.000394329 Jy ! Clean residual min=-0.002889 max=0.004170 Jy/beam ! Clean residual mean=-0.000005 rms=0.000999 Jy/beam ! Combined flux in latest and established models = 0.19563 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 90 components and 0.19563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147052Jy sigma=0.000659 ! Fit after self-cal, rms=0.147045Jy sigma=0.000659 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.94288e-05 Jy ! Component: 100 - total flux cleaned = 3.14008e-05 Jy ! Component: 150 - total flux cleaned = 4.30665e-05 Jy ! Component: 200 - total flux cleaned = 5.25558e-05 Jy ! Total flux subtracted in 200 components = 5.25558e-05 Jy ! Clean residual min=-0.002868 max=0.004209 Jy/beam ! Clean residual mean=-0.000005 rms=0.001002 Jy/beam ! Combined flux in latest and established models = 0.195682 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 92 components and 0.195682 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147044Jy sigma=0.000659 ! Fit after self-cal, rms=0.147042Jy sigma=0.000659 ! 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.954 mas, bmaj=12.13 mas, bpa=16.19 degrees ! Estimated noise=917.91 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.954 x 12.13 at 16.19 degrees (North through East) ! Clean map min=-0.0024364 max=0.17578 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.172 mas, bmaj=10.55 mas, bpa=16.88 degrees ! Estimated noise=1464.73 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.132904 Jy ! Component: 100 - total flux cleaned = 0.163544 Jy ! Component: 150 - total flux cleaned = 0.176008 Jy ! Component: 200 - total flux cleaned = 0.183008 Jy ! Total flux subtracted in 200 components = 0.183008 Jy ! Clean residual min=-0.004056 max=0.004696 Jy/beam ! Clean residual mean=-0.000003 rms=0.001070 Jy/beam ! Combined flux in latest and established models = 0.183008 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.183008 Jy ! Inverting map and beam ! Estimated beam: bmin=3.954 mas, bmaj=12.13 mas, bpa=16.19 degrees ! Estimated noise=917.91 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.00611522 Jy ! Component: 100 - total flux cleaned = 0.0088845 Jy ! Component: 150 - total flux cleaned = 0.0103812 Jy ! Component: 200 - total flux cleaned = 0.0107025 Jy ! Total flux subtracted in 200 components = 0.0107025 Jy ! Clean residual min=-0.002408 max=0.003082 Jy/beam ! Clean residual mean=-0.000004 rms=0.000768 Jy/beam ! Combined flux in latest and established models = 0.19371 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 40 components and 0.19371 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=8.007 mas, bmaj=17.11 mas, bpa=7.615 degrees ! Estimated noise=1068.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000883605 Jy ! Component: 100 - total flux cleaned = 0.00104037 Jy ! Component: 150 - total flux cleaned = 0.00113825 Jy ! Component: 200 - total flux cleaned = 0.00122097 Jy ! Total flux subtracted in 200 components = 0.00122097 Jy ! Clean residual min=-0.002873 max=0.004201 Jy/beam ! Clean residual mean=-0.000005 rms=0.001032 Jy/beam ! Combined flux in latest and established models = 0.194931 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.328e-05 Jy ! Component: 100 - total flux cleaned = 0.000100987 Jy ! Component: 150 - total flux cleaned = 0.00014221 Jy ! Component: 200 - total flux cleaned = 0.000180323 Jy ! Total flux subtracted in 200 components = 0.000180323 Jy ! Clean residual min=-0.002869 max=0.004194 Jy/beam ! Clean residual mean=-0.000005 rms=0.001022 Jy/beam ! Combined flux in latest and established models = 0.195112 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 51 components and 0.195112 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.954 mas, bmaj=12.13 mas, bpa=16.19 degrees ! Estimated noise=917.91 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.55395e-05 Jy ! Component: 100 - total flux cleaned = 1.99648e-06 Jy ! Component: 150 - total flux cleaned = -7.26084e-05 Jy ! Component: 200 - total flux cleaned = -9.48385e-05 Jy ! Total flux subtracted in 200 components = -9.48385e-05 Jy ! Clean residual min=-0.002365 max=0.003098 Jy/beam ! Clean residual mean=-0.000003 rms=0.000743 Jy/beam ! Combined flux in latest and established models = 0.195017 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 62 components and 0.195017 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147046Jy sigma=0.000659 ! Fit after self-cal, rms=0.147039Jy sigma=0.000659 wmodel J1712-1820_S_2017_01_16_pus_map.mod ! Writing 62 model components to file: J1712-1820_S_2017_01_16_pus_map.mod wobs J1712-1820_S_2017_01_16_pus_uvs.fits ! Writing UV FITS file: J1712-1820_S_2017_01_16_pus_uvs.fits wwins J1712-1820_S_2017_01_16_pus_map.win ! wwins: Wrote 1 windows to J1712-1820_S_2017_01_16_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.00138033 Jy ! Component: 100 - total flux cleaned = 0.00244356 Jy ! Component: 150 - total flux cleaned = 0.00280124 Jy ! Component: 200 - total flux cleaned = 0.00318132 Jy ! Component: 250 - total flux cleaned = 0.00338272 Jy ! Component: 300 - total flux cleaned = 0.00357732 Jy ! Component: 350 - total flux cleaned = 0.00369061 Jy ! Component: 400 - total flux cleaned = 0.0038003 Jy ! Component: 450 - total flux cleaned = 0.00387062 Jy ! Component: 500 - total flux cleaned = 0.00400754 Jy ! Component: 550 - total flux cleaned = 0.00414085 Jy ! Component: 600 - total flux cleaned = 0.00430354 Jy ! Component: 650 - total flux cleaned = 0.00452527 Jy ! Component: 700 - total flux cleaned = 0.00464909 Jy ! Component: 750 - total flux cleaned = 0.00483086 Jy ! Component: 800 - total flux cleaned = 0.00488956 Jy ! Component: 850 - total flux cleaned = 0.00486003 Jy ! Component: 900 - total flux cleaned = 0.00494648 Jy ! Component: 950 - total flux cleaned = 0.00497484 Jy ! Component: 1000 - total flux cleaned = 0.00511419 Jy ! Component: 1050 - total flux cleaned = 0.00516827 Jy ! Component: 1100 - total flux cleaned = 0.00514081 Jy ! Component: 1150 - total flux cleaned = 0.00522086 Jy ! Component: 1200 - total flux cleaned = 0.00527364 Jy ! Component: 1250 - total flux cleaned = 0.00537787 Jy ! Component: 1300 - total flux cleaned = 0.0054295 Jy ! Component: 1350 - total flux cleaned = 0.00548022 Jy ! Component: 1400 - total flux cleaned = 0.00548037 Jy ! Component: 1450 - total flux cleaned = 0.00557917 Jy ! Component: 1500 - total flux cleaned = 0.00567644 Jy ! Component: 1550 - total flux cleaned = 0.00567638 Jy ! Component: 1600 - total flux cleaned = 0.00579565 Jy ! Component: 1650 - total flux cleaned = 0.00581953 Jy ! Component: 1700 - total flux cleaned = 0.00586646 Jy ! Component: 1750 - total flux cleaned = 0.00593575 Jy ! Component: 1800 - total flux cleaned = 0.00598152 Jy ! Component: 1850 - total flux cleaned = 0.00609414 Jy ! Component: 1900 - total flux cleaned = 0.00604969 Jy ! Component: 1950 - total flux cleaned = 0.00620439 Jy ! Component: 2000 - total flux cleaned = 0.00622638 Jy ! Component: 2050 - total flux cleaned = 0.00635609 Jy ! Component: 2100 - total flux cleaned = 0.00635608 Jy ! Component: 2150 - total flux cleaned = 0.00641976 Jy ! Component: 2200 - total flux cleaned = 0.006399 Jy ! Component: 2250 - total flux cleaned = 0.00652423 Jy ! Component: 2300 - total flux cleaned = 0.00658613 Jy ! Component: 2350 - total flux cleaned = 0.00660677 Jy ! Component: 2400 - total flux cleaned = 0.00672813 Jy ! Component: 2450 - total flux cleaned = 0.00674839 Jy ! Component: 2500 - total flux cleaned = 0.00674837 Jy ! Component: 2550 - total flux cleaned = 0.00672876 Jy ! Component: 2600 - total flux cleaned = 0.00684632 Jy ! Component: 2650 - total flux cleaned = 0.00686565 Jy ! Component: 2700 - total flux cleaned = 0.00686562 Jy ! Component: 2750 - total flux cleaned = 0.00686545 Jy ! Component: 2800 - total flux cleaned = 0.00690328 Jy ! Component: 2850 - total flux cleaned = 0.00694093 Jy ! Component: 2900 - total flux cleaned = 0.00694072 Jy ! Component: 2950 - total flux cleaned = 0.00697755 Jy ! Component: 3000 - total flux cleaned = 0.00695914 Jy ! Component: 3050 - total flux cleaned = 0.00701402 Jy ! Component: 3100 - total flux cleaned = 0.0069597 Jy ! Component: 3150 - total flux cleaned = 0.00704983 Jy ! Component: 3200 - total flux cleaned = 0.00710361 Jy ! Component: 3250 - total flux cleaned = 0.00715686 Jy ! Component: 3300 - total flux cleaned = 0.0071568 Jy ! Component: 3350 - total flux cleaned = 0.00717434 Jy ! Component: 3400 - total flux cleaned = 0.00724426 Jy ! Component: 3450 - total flux cleaned = 0.0073134 Jy ! Component: 3500 - total flux cleaned = 0.00726175 Jy ! Component: 3550 - total flux cleaned = 0.00729581 Jy ! Component: 3600 - total flux cleaned = 0.00727895 Jy ! Component: 3650 - total flux cleaned = 0.00731248 Jy ! Component: 3700 - total flux cleaned = 0.00732922 Jy ! Component: 3750 - total flux cleaned = 0.00729598 Jy ! Component: 3800 - total flux cleaned = 0.00736218 Jy ! Component: 3850 - total flux cleaned = 0.00726325 Jy ! Component: 3900 - total flux cleaned = 0.00729608 Jy ! Component: 3950 - total flux cleaned = 0.00727988 Jy ! Component: 4000 - total flux cleaned = 0.00734449 Jy ! Component: 4050 - total flux cleaned = 0.00737655 Jy ! Total flux subtracted in 4096 components = 0.00742446 Jy ! Clean residual min=-0.001025 max=0.000978 Jy/beam ! Clean residual mean=0.000000 rms=0.000326 Jy/beam ! Combined flux in latest and established models = 0.202441 Jy keep ! Adding 336 model components to the UV plane model. ! The established model now contains 398 components and 0.202441 Jy ![Exited script file: muppet] wmap "J1712-1820_S_2017_01_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.954 x 12.13 at 16.19 degrees (North through East) ! Clean map min=-0.0021812 max=0.17601 Jy/beam ! Writing clean map to FITS file: J1712-1820_S_2017_01_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.176013 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000323009 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.550543 0.550543 1.10109 2.20217 4.40435 8.80869 17.6174 35.2348 70.4695 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.176 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.954 x 12.13 at 16.19 degrees (North through East) ! Clean map min=-0.0021812 max=0.17601 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 J1712-1820_S_2017_01_16_pus_uvs.log closed on Sun Apr 7 15:18:53 2019