! Started logfile: J1730-0515_S_2017_06_15_pus_uvs.log on Tue May 7 15:25:02 2019 obs J1730-0515_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J1730-0515_S_2017_06_15_pus_uva.fits ! AN table 1: 144 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.88534 visibilities/baseline/integration-bin. ! Found source: J1730-0515 ! ! 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 603 lines of history. ! ! Reading 22948 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 J1730-0515_S_2017_06_15_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 112 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 235 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 322 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 934 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.875484Jy sigma=0.007380 ! Fit after self-cal, rms=0.858233Jy sigma=0.007261 ! 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.729 mas, bmaj=7.552 mas, bpa=-6.727 degrees ! Estimated noise=976.328 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.103298 Jy ! Component: 100 - total flux cleaned = 0.134839 Jy ! Total flux subtracted in 100 components = 0.134839 Jy ! Clean residual min=-0.015213 max=0.040394 Jy/beam ! Clean residual mean=0.000017 rms=0.003888 Jy/beam ! Combined flux in latest and established models = 0.134839 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.134839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115203Jy sigma=0.000948 ! Fit after self-cal, rms=0.115039Jy sigma=0.000947 ! Inverting map ! Added new window around map position (-7.5, 7.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0326917 Jy ! Component: 100 - total flux cleaned = 0.048561 Jy ! Total flux subtracted in 100 components = 0.048561 Jy ! Clean residual min=-0.011803 max=0.013447 Jy/beam ! Clean residual mean=0.000011 rms=0.002932 Jy/beam ! Combined flux in latest and established models = 0.183399 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 24 components and 0.1834 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103229Jy sigma=0.000835 ! Fit after self-cal, rms=0.101916Jy sigma=0.000823 ! 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.263 mas, bmaj=8.86 mas, bpa=-6.202 degrees ! Estimated noise=696.566 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.0231789 Jy ! Component: 100 - total flux cleaned = 0.0363475 Jy ! Component: 150 - total flux cleaned = 0.0442405 Jy ! Component: 200 - total flux cleaned = 0.0493468 Jy ! Total flux subtracted in 200 components = 0.0493468 Jy ! Clean residual min=-0.007316 max=0.010055 Jy/beam ! Clean residual mean=0.000014 rms=0.002420 Jy/beam ! Combined flux in latest and established models = 0.232746 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 44 components and 0.232746 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097013Jy sigma=0.000770 ! Fit after self-cal, rms=0.096813Jy sigma=0.000768 ! 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.36 FD 0.89 HN 1.07 KP 0.96 ! LA 0.95 MK 0.97 NL 0.83 OV 0.97 ! PT 1.06 SC 0.88 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 2.95 FD 0.91 HN 1.15 KP 0.95 ! LA 0.91 MK 0.99 NL 0.98 OV 1.08 ! PT 1.03 SC 0.93 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 1.17 KP 0.99 ! LA 0.88 MK 0.99 NL 0.97 OV 0.89 ! PT 1.02 SC 0.87 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 1.16 KP 1.00* ! LA 1.00* MK 1.08 NL 1.00* OV 1.00* ! PT 1.08 SC 1.00* ! ! ! Fit before self-cal, rms=0.096813Jy sigma=0.000768 ! Fit after self-cal, rms=0.102141Jy sigma=0.000741 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.256 mas, bmaj=8.826 mas, bpa=-5.393 degrees ! Estimated noise=681.392 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.00167921 Jy ! Component: 100 - total flux cleaned = -0.00244626 Jy ! Component: 150 - total flux cleaned = -0.00305967 Jy ! Component: 200 - total flux cleaned = -0.00358784 Jy ! Total flux subtracted in 200 components = -0.00358784 Jy ! Clean residual min=-0.006760 max=0.008685 Jy/beam ! Clean residual mean=0.000013 rms=0.001879 Jy/beam ! Combined flux in latest and established models = 0.229158 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 54 components and 0.229158 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101838Jy sigma=0.000739 ! Fit after self-cal, rms=0.102229Jy sigma=0.000738 ! 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.102229Jy sigma=0.000738 ! Fit after self-cal, rms=0.134546Jy sigma=0.000681 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.275 mas, bmaj=8.849 mas, bpa=-5.486 degrees ! Estimated noise=679.53 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00108193 Jy ! Component: 100 - total flux cleaned = -0.00152671 Jy ! Component: 150 - total flux cleaned = -0.00178326 Jy ! Component: 200 - total flux cleaned = -0.00203427 Jy ! Total flux subtracted in 200 components = -0.00203427 Jy ! Clean residual min=-0.003571 max=0.003740 Jy/beam ! Clean residual mean=0.000016 rms=0.000930 Jy/beam ! Combined flux in latest and established models = 0.227124 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 67 components and 0.227124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134464Jy sigma=0.000680 ! Fit after self-cal, rms=0.136112Jy sigma=0.000679 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 = -0.000272503 Jy ! Component: 100 - total flux cleaned = -0.000374898 Jy ! Component: 150 - total flux cleaned = -0.000472485 Jy ! Component: 200 - total flux cleaned = -0.000562105 Jy ! Total flux subtracted in 200 components = -0.000562105 Jy ! Clean residual min=-0.003607 max=0.003673 Jy/beam ! Clean residual mean=0.000017 rms=0.000924 Jy/beam ! Combined flux in latest and established models = 0.226562 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 73 components and 0.226562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136087Jy sigma=0.000679 ! Fit after self-cal, rms=0.136077Jy sigma=0.000679 ! 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.136077Jy sigma=0.000679 ! Fit after self-cal, rms=0.143235Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.277 mas, bmaj=8.895 mas, bpa=-5.798 degrees ! Estimated noise=676.205 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000856237 Jy ! Component: 100 - total flux cleaned = 0.000771216 Jy ! Component: 150 - total flux cleaned = 0.000736042 Jy ! Component: 200 - total flux cleaned = 0.000735634 Jy ! Total flux subtracted in 200 components = 0.000735634 Jy ! Clean residual min=-0.001691 max=0.001960 Jy/beam ! Clean residual mean=-0.000002 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.227298 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 88 components and 0.227298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143201Jy sigma=0.000669 ! Fit after self-cal, rms=0.143442Jy 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) ! Added new window around map position (0.5, 32.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00172445 Jy ! Component: 100 - total flux cleaned = 0.00184564 Jy ! Component: 150 - total flux cleaned = 0.00178159 Jy ! Component: 200 - total flux cleaned = 0.00172236 Jy ! Total flux subtracted in 200 components = 0.00172236 Jy ! Clean residual min=-0.001642 max=0.001488 Jy/beam ! Clean residual mean=-0.000001 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.22902 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 103 components and 0.22902 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143404Jy sigma=0.000669 ! Fit after self-cal, rms=0.143402Jy sigma=0.000669 ! 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.143402Jy sigma=0.000669 ! Fit after self-cal, rms=0.145019Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.973 mas, bmaj=15.12 mas, bpa=-2.973 degrees ! Estimated noise=829.522 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000283965 Jy ! Component: 100 - total flux cleaned = 0.000411703 Jy ! Component: 150 - total flux cleaned = 0.000431902 Jy ! Component: 200 - total flux cleaned = 0.000400704 Jy ! Total flux subtracted in 200 components = 0.000400704 Jy ! Clean residual min=-0.001844 max=0.001435 Jy/beam ! Clean residual mean=-0.000004 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.229421 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 116 components and 0.229421 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145003Jy sigma=0.000669 ! Fit after self-cal, rms=0.145078Jy 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 = -3.45084e-05 Jy ! Component: 100 - total flux cleaned = -7.75302e-05 Jy ! Component: 150 - total flux cleaned = -0.000127182 Jy ! Component: 200 - total flux cleaned = -0.000160039 Jy ! Total flux subtracted in 200 components = -0.000160039 Jy ! Clean residual min=-0.001833 max=0.001434 Jy/beam ! Clean residual mean=-0.000004 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.229261 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 136 components and 0.229261 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145072Jy sigma=0.000669 ! Fit after self-cal, rms=0.145067Jy sigma=0.000669 ! 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.282 mas, bmaj=8.908 mas, bpa=-5.817 degrees ! Estimated noise=675.822 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.282 x 8.908 at -5.817 degrees (North through East) ! Clean map min=-0.0017154 max=0.13921 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.704 mas, bmaj=7.548 mas, bpa=-6.263 degrees ! Estimated noise=987.816 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.105613 Jy ! Component: 100 - total flux cleaned = 0.150775 Jy ! Component: 150 - total flux cleaned = 0.176557 Jy ! Component: 200 - total flux cleaned = 0.193116 Jy ! Total flux subtracted in 200 components = 0.193116 Jy ! Clean residual min=-0.003974 max=0.008830 Jy/beam ! Clean residual mean=0.000004 rms=0.001188 Jy/beam ! Combined flux in latest and established models = 0.193116 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.193116 Jy ! Inverting map and beam ! Estimated beam: bmin=3.282 mas, bmaj=8.908 mas, bpa=-5.817 degrees ! Estimated noise=675.822 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.0148443 Jy ! Component: 100 - total flux cleaned = 0.0230553 Jy ! Component: 150 - total flux cleaned = 0.027898 Jy ! Component: 200 - total flux cleaned = 0.0308486 Jy ! Total flux subtracted in 200 components = 0.0308486 Jy ! Clean residual min=-0.001720 max=0.001829 Jy/beam ! Clean residual mean=-0.000002 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.223964 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 48 components and 0.223964 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.973 mas, bmaj=15.12 mas, bpa=-2.973 degrees ! Estimated noise=829.522 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00231277 Jy ! Component: 100 - total flux cleaned = 0.00333641 Jy ! Component: 150 - total flux cleaned = 0.00365282 Jy ! Component: 200 - total flux cleaned = 0.00380846 Jy ! Total flux subtracted in 200 components = 0.00380846 Jy ! Clean residual min=-0.001611 max=0.001540 Jy/beam ! Clean residual mean=-0.000004 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.227773 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.000137921 Jy ! Component: 100 - total flux cleaned = 0.000261512 Jy ! Component: 150 - total flux cleaned = 0.000401773 Jy ! Component: 200 - total flux cleaned = 0.000477868 Jy ! Total flux subtracted in 200 components = 0.000477868 Jy ! Clean residual min=-0.001606 max=0.001480 Jy/beam ! Clean residual mean=-0.000004 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.228251 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 102 components and 0.228251 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.282 mas, bmaj=8.908 mas, bpa=-5.817 degrees ! Estimated noise=675.822 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000623953 Jy ! Component: 100 - total flux cleaned = 0.000768438 Jy ! Component: 150 - total flux cleaned = 0.000897784 Jy ! Component: 200 - total flux cleaned = 0.000926963 Jy ! Total flux subtracted in 200 components = 0.000926963 Jy ! Clean residual min=-0.001627 max=0.001567 Jy/beam ! Clean residual mean=-0.000002 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.229178 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 115 components and 0.229178 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145099Jy sigma=0.000669 ! Fit after self-cal, rms=0.145101Jy sigma=0.000669 wmodel J1730-0515_S_2017_06_15_pus_map.mod ! Writing 115 model components to file: J1730-0515_S_2017_06_15_pus_map.mod wobs J1730-0515_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J1730-0515_S_2017_06_15_pus_uvs.fits wwins J1730-0515_S_2017_06_15_pus_map.win ! wwins: Wrote 3 windows to J1730-0515_S_2017_06_15_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.000569993 Jy ! Component: 100 - total flux cleaned = -0.000922002 Jy ! Component: 150 - total flux cleaned = -0.00128297 Jy ! Component: 200 - total flux cleaned = -0.00153076 Jy ! Component: 250 - total flux cleaned = -0.00167465 Jy ! Component: 300 - total flux cleaned = -0.00181409 Jy ! Component: 350 - total flux cleaned = -0.00199485 Jy ! Component: 400 - total flux cleaned = -0.00208259 Jy ! Component: 450 - total flux cleaned = -0.00221296 Jy ! Component: 500 - total flux cleaned = -0.00227731 Jy ! Component: 550 - total flux cleaned = -0.00242357 Jy ! Component: 600 - total flux cleaned = -0.0024439 Jy ! Component: 650 - total flux cleaned = -0.00248449 Jy ! Component: 700 - total flux cleaned = -0.00256449 Jy ! Component: 750 - total flux cleaned = -0.00266285 Jy ! Component: 800 - total flux cleaned = -0.00272126 Jy ! Component: 850 - total flux cleaned = -0.00283639 Jy ! Component: 900 - total flux cleaned = -0.00294975 Jy ! Component: 950 - total flux cleaned = -0.00309842 Jy ! Component: 1000 - total flux cleaned = -0.00315332 Jy ! Component: 1050 - total flux cleaned = -0.00324417 Jy ! Component: 1100 - total flux cleaned = -0.00331621 Jy ! Component: 1150 - total flux cleaned = -0.00340512 Jy ! Component: 1200 - total flux cleaned = -0.00347559 Jy ! Component: 1250 - total flux cleaned = -0.00358001 Jy ! Component: 1300 - total flux cleaned = -0.00366613 Jy ! Component: 1350 - total flux cleaned = -0.00375116 Jy ! Component: 1400 - total flux cleaned = -0.00381873 Jy ! Component: 1450 - total flux cleaned = -0.00385198 Jy ! Component: 1500 - total flux cleaned = -0.00390154 Jy ! Component: 1550 - total flux cleaned = -0.0039837 Jy ! Component: 1600 - total flux cleaned = -0.00403238 Jy ! Component: 1650 - total flux cleaned = -0.00406454 Jy ! Component: 1700 - total flux cleaned = -0.0040644 Jy ! Component: 1750 - total flux cleaned = -0.00409602 Jy ! Component: 1800 - total flux cleaned = -0.00414324 Jy ! Component: 1850 - total flux cleaned = -0.00414311 Jy ! Component: 1900 - total flux cleaned = -0.00415863 Jy ! Component: 1950 - total flux cleaned = -0.00423565 Jy ! Component: 2000 - total flux cleaned = -0.00417446 Jy ! Component: 2050 - total flux cleaned = -0.00426537 Jy ! Component: 2100 - total flux cleaned = -0.0042504 Jy ! Component: 2150 - total flux cleaned = -0.00423532 Jy ! Component: 2200 - total flux cleaned = -0.00427982 Jy ! Component: 2250 - total flux cleaned = -0.00429445 Jy ! Component: 2300 - total flux cleaned = -0.00427978 Jy ! Component: 2350 - total flux cleaned = -0.00429432 Jy ! Component: 2400 - total flux cleaned = -0.00426547 Jy ! Component: 2450 - total flux cleaned = -0.00427978 Jy ! Component: 2500 - total flux cleaned = -0.00420864 Jy ! Component: 2550 - total flux cleaned = -0.00425107 Jy ! Component: 2600 - total flux cleaned = -0.00425102 Jy ! Component: 2650 - total flux cleaned = -0.00425097 Jy ! Component: 2700 - total flux cleaned = -0.00430637 Jy ! Component: 2750 - total flux cleaned = -0.00423731 Jy ! Component: 2800 - total flux cleaned = -0.00422357 Jy ! Component: 2850 - total flux cleaned = -0.00427829 Jy ! Component: 2900 - total flux cleaned = -0.00427829 Jy ! Component: 2950 - total flux cleaned = -0.00426471 Jy ! Component: 3000 - total flux cleaned = -0.00426477 Jy ! Component: 3050 - total flux cleaned = -0.00427809 Jy ! Component: 3100 - total flux cleaned = -0.00433119 Jy ! Component: 3150 - total flux cleaned = -0.00429175 Jy ! Component: 3200 - total flux cleaned = -0.004318 Jy ! Component: 3250 - total flux cleaned = -0.00433108 Jy ! Component: 3300 - total flux cleaned = -0.00430506 Jy ! Component: 3350 - total flux cleaned = -0.00431793 Jy ! Component: 3400 - total flux cleaned = -0.00430514 Jy ! Component: 3450 - total flux cleaned = -0.0043307 Jy ! Component: 3500 - total flux cleaned = -0.0043054 Jy ! Component: 3550 - total flux cleaned = -0.00431804 Jy ! Component: 3600 - total flux cleaned = -0.00434315 Jy ! Component: 3650 - total flux cleaned = -0.00438071 Jy ! Component: 3700 - total flux cleaned = -0.00434337 Jy ! Component: 3750 - total flux cleaned = -0.00439288 Jy ! Component: 3800 - total flux cleaned = -0.00435594 Jy ! Component: 3850 - total flux cleaned = -0.00439282 Jy ! Component: 3900 - total flux cleaned = -0.00438066 Jy ! Component: 3950 - total flux cleaned = -0.00445352 Jy ! Component: 4000 - total flux cleaned = -0.00446553 Jy ! Component: 4050 - total flux cleaned = -0.0045137 Jy ! Total flux subtracted in 4096 components = -0.00447775 Jy ! Clean residual min=-0.000701 max=0.000647 Jy/beam ! Clean residual mean=-0.000001 rms=0.000220 Jy/beam ! Combined flux in latest and established models = 0.2247 Jy keep ! Adding 295 model components to the UV plane model. ! The established model now contains 410 components and 0.2247 Jy ![Exited script file: muppet] wmap "J1730-0515_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.282 x 8.908 at -5.817 degrees (North through East) ! Clean map min=-0.0013435 max=0.13884 Jy/beam ! Writing clean map to FITS file: J1730-0515_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.138836 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000218548 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.472244 0.472244 0.944488 1.88898 3.77795 7.55591 15.1118 30.2236 60.4472 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.138 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.282 x 8.908 at -5.817 degrees (North through East) ! Clean map min=-0.0013435 max=0.13884 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 J1730-0515_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:25:07 2019