! Started logfile: J0807-0541_S_2017_01_16_pus_uvs.log on Sun Apr 7 15:09:12 2019 obs J0807-0541_S_2017_01_16_pus_uva.fits ! Reading UV FITS file: J0807-0541_S_2017_01_16_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.76455 visibilities/baseline/integration-bin. ! Found source: J0807-0541 ! ! 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 11560 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 J0807-0541_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 104 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 104 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 104 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 232 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.890721Jy sigma=0.006504 ! Fit after self-cal, rms=0.872913Jy sigma=0.006463 ! 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.37 mas, bmaj=10.02 mas, bpa=17.96 degrees ! Estimated noise=1349.15 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.104421 Jy ! Component: 100 - total flux cleaned = 0.12897 Jy ! Total flux subtracted in 100 components = 0.12897 Jy ! Clean residual min=-0.008585 max=0.017635 Jy/beam ! Clean residual mean=0.000013 rms=0.002269 Jy/beam ! Combined flux in latest and established models = 0.12897 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.12897 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.217048Jy sigma=0.000765 ! Fit after self-cal, rms=0.217070Jy sigma=0.000765 ! Inverting map ! Added new window around map position (7, 7.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0160023 Jy ! Component: 100 - total flux cleaned = 0.0258734 Jy ! Total flux subtracted in 100 components = 0.0258734 Jy ! Clean residual min=-0.007408 max=0.009398 Jy/beam ! Clean residual mean=0.000015 rms=0.001821 Jy/beam ! Combined flux in latest and established models = 0.154844 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 30 components and 0.154844 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.214753Jy sigma=0.000739 ! Fit after self-cal, rms=0.214683Jy sigma=0.000737 ! 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=4.161 mas, bmaj=10.95 mas, bpa=17.61 degrees ! Estimated noise=959.496 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.0135327 Jy ! Component: 100 - total flux cleaned = 0.0222963 Jy ! Component: 150 - total flux cleaned = 0.0285898 Jy ! Component: 200 - total flux cleaned = 0.0332998 Jy ! Total flux subtracted in 200 components = 0.0332998 Jy ! Clean residual min=-0.005336 max=0.006065 Jy/beam ! Clean residual mean=0.000031 rms=0.001571 Jy/beam ! Combined flux in latest and established models = 0.188144 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 83 components and 0.188144 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.213199Jy sigma=0.000722 ! Fit after self-cal, rms=0.213228Jy sigma=0.000721 ! 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.07 FD 0.88 HN 1.02 KP 1.01 ! LA 1.02 MK 1.00* NL 0.95 OV 0.99 ! PT 1.00 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.45 FD 0.97 HN 1.04 KP 1.01 ! LA 1.00 MK 1.00* NL 1.06 OV 1.04 ! PT 0.97 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.96 HN 1.06 KP 1.04 ! LA 0.98 MK 1.00* NL 1.03 OV 0.95 ! PT 0.97 SC 1.00 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.91 HN 0.93 KP 0.88 ! LA 0.82 MK 1.00* NL 1.00* OV 1.04 ! PT 0.90 SC 1.19 ! ! ! Fit before self-cal, rms=0.213228Jy sigma=0.000721 ! Fit after self-cal, rms=0.191425Jy sigma=0.000710 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.19 mas, bmaj=11.03 mas, bpa=17.35 degrees ! Estimated noise=965.898 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 (17.5, 22.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00614649 Jy ! Component: 100 - total flux cleaned = 0.0083092 Jy ! Component: 150 - total flux cleaned = 0.00977112 Jy ! Component: 200 - total flux cleaned = 0.010241 Jy ! Total flux subtracted in 200 components = 0.010241 Jy ! Clean residual min=-0.004010 max=0.004033 Jy/beam ! Clean residual mean=0.000019 rms=0.001154 Jy/beam ! Combined flux in latest and established models = 0.198385 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 127 components and 0.198385 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.191016Jy sigma=0.000708 ! Fit after self-cal, rms=0.191139Jy sigma=0.000707 ! 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.191139Jy sigma=0.000707 ! Fit after self-cal, rms=0.148787Jy sigma=0.000698 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.187 mas, bmaj=11.03 mas, bpa=17.31 degrees ! Estimated noise=974.549 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00314289 Jy ! Component: 100 - total flux cleaned = 0.00507967 Jy ! Component: 150 - total flux cleaned = 0.00557833 Jy ! Component: 200 - total flux cleaned = 0.00579781 Jy ! Total flux subtracted in 200 components = 0.00579781 Jy ! Clean residual min=-0.003476 max=0.003220 Jy/beam ! Clean residual mean=0.000014 rms=0.001002 Jy/beam ! Combined flux in latest and established models = 0.204182 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 155 components and 0.204182 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148618Jy sigma=0.000697 ! Fit after self-cal, rms=0.148415Jy sigma=0.000697 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.00109853 Jy ! Component: 100 - total flux cleaned = 0.00116753 Jy ! Component: 150 - total flux cleaned = 0.00122639 Jy ! Component: 200 - total flux cleaned = 0.00122663 Jy ! Total flux subtracted in 200 components = 0.00122663 Jy ! Clean residual min=-0.003363 max=0.003180 Jy/beam ! Clean residual mean=0.000014 rms=0.000987 Jy/beam ! Combined flux in latest and established models = 0.205409 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 182 components and 0.205409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148339Jy sigma=0.000696 ! Fit after self-cal, rms=0.148339Jy sigma=0.000696 ! 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.148339Jy sigma=0.000696 ! Fit after self-cal, rms=0.130253Jy sigma=0.000692 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.194 mas, bmaj=11.03 mas, bpa=17.37 degrees ! Estimated noise=969.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00167535 Jy ! Component: 100 - total flux cleaned = 0.00211514 Jy ! Component: 150 - total flux cleaned = 0.00215527 Jy ! Component: 200 - total flux cleaned = 0.00211879 Jy ! Total flux subtracted in 200 components = 0.00211879 Jy ! Clean residual min=-0.003084 max=0.002971 Jy/beam ! Clean residual mean=0.000010 rms=0.000869 Jy/beam ! Combined flux in latest and established models = 0.207528 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 211 components and 0.207528 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130210Jy sigma=0.000691 ! Fit after self-cal, rms=0.130613Jy sigma=0.000690 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 = -4.27536e-05 Jy ! Component: 100 - total flux cleaned = -0.000150327 Jy ! Component: 150 - total flux cleaned = -0.000248949 Jy ! Component: 200 - total flux cleaned = -0.000369174 Jy ! Total flux subtracted in 200 components = -0.000369174 Jy ! Clean residual min=-0.003030 max=0.002909 Jy/beam ! Clean residual mean=0.000009 rms=0.000855 Jy/beam ! Combined flux in latest and established models = 0.207159 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 237 components and 0.207159 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130596Jy sigma=0.000690 ! Fit after self-cal, rms=0.130606Jy sigma=0.000690 ! 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.130606Jy sigma=0.000690 ! Fit after self-cal, rms=0.135396Jy sigma=0.000690 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.04 mas, bmaj=14.06 mas, bpa=9.151 degrees ! Estimated noise=1115.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000210707 Jy ! Component: 100 - total flux cleaned = -0.000252039 Jy ! Component: 150 - total flux cleaned = -0.000404751 Jy ! Component: 200 - total flux cleaned = -0.000542582 Jy ! Total flux subtracted in 200 components = -0.000542582 Jy ! Clean residual min=-0.003858 max=0.003857 Jy/beam ! Clean residual mean=0.000016 rms=0.001161 Jy/beam ! Combined flux in latest and established models = 0.206616 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 257 components and 0.206616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.135383Jy sigma=0.000690 ! Fit after self-cal, rms=0.135767Jy sigma=0.000690 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.000268057 Jy ! Component: 100 - total flux cleaned = -0.000458677 Jy ! Component: 150 - total flux cleaned = -0.000603074 Jy ! Component: 200 - total flux cleaned = -0.000739766 Jy ! Total flux subtracted in 200 components = -0.000739766 Jy ! Clean residual min=-0.003858 max=0.003756 Jy/beam ! Clean residual mean=0.000015 rms=0.001145 Jy/beam ! Combined flux in latest and established models = 0.205876 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 268 components and 0.205876 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.135761Jy sigma=0.000689 ! Fit after self-cal, rms=0.135766Jy sigma=0.000689 ! 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=4.195 mas, bmaj=11.04 mas, bpa=17.43 degrees ! Estimated noise=970.917 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.195 x 11.04 at 17.43 degrees (North through East) ! Clean map min=-0.0034944 max=0.13395 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.388 mas, bmaj=10.06 mas, bpa=17.73 degrees ! Estimated noise=1363.49 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.104389 Jy ! Component: 100 - total flux cleaned = 0.133421 Jy ! Component: 150 - total flux cleaned = 0.149804 Jy ! Component: 200 - total flux cleaned = 0.160856 Jy ! Total flux subtracted in 200 components = 0.160856 Jy ! Clean residual min=-0.004588 max=0.006173 Jy/beam ! Clean residual mean=0.000006 rms=0.001297 Jy/beam ! Combined flux in latest and established models = 0.160856 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.160856 Jy ! Inverting map and beam ! Estimated beam: bmin=4.195 mas, bmaj=11.04 mas, bpa=17.43 degrees ! Estimated noise=970.917 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.012492 Jy ! Component: 100 - total flux cleaned = 0.0206594 Jy ! Component: 150 - total flux cleaned = 0.0266229 Jy ! Component: 200 - total flux cleaned = 0.0312168 Jy ! Total flux subtracted in 200 components = 0.0312168 Jy ! Clean residual min=-0.003935 max=0.003423 Jy/beam ! Clean residual mean=0.000013 rms=0.001077 Jy/beam ! Combined flux in latest and established models = 0.192073 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 91 components and 0.192073 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.04 mas, bmaj=14.06 mas, bpa=9.151 degrees ! Estimated noise=1115.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00524383 Jy ! Component: 100 - total flux cleaned = 0.00709206 Jy ! Component: 150 - total flux cleaned = 0.00807641 Jy ! Component: 200 - total flux cleaned = 0.00869859 Jy ! Total flux subtracted in 200 components = 0.00869859 Jy ! Clean residual min=-0.004785 max=0.003673 Jy/beam ! Clean residual mean=0.000019 rms=0.001287 Jy/beam ! Combined flux in latest and established models = 0.200772 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.000620337 Jy ! Component: 100 - total flux cleaned = 0.00107394 Jy ! Component: 150 - total flux cleaned = 0.00146476 Jy ! Component: 200 - total flux cleaned = 0.00174925 Jy ! Total flux subtracted in 200 components = 0.00174925 Jy ! Clean residual min=-0.004103 max=0.003628 Jy/beam ! Clean residual mean=0.000016 rms=0.001196 Jy/beam ! Combined flux in latest and established models = 0.202521 Jy ! Adding 116 model components to the UV plane model. ! The established model now contains 201 components and 0.202521 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.195 mas, bmaj=11.04 mas, bpa=17.43 degrees ! Estimated noise=970.917 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000794576 Jy ! Component: 100 - total flux cleaned = 0.00126825 Jy ! Component: 150 - total flux cleaned = 0.00158824 Jy ! Component: 200 - total flux cleaned = 0.00182899 Jy ! Total flux subtracted in 200 components = 0.00182899 Jy ! Clean residual min=-0.003059 max=0.002871 Jy/beam ! Clean residual mean=0.000008 rms=0.000834 Jy/beam ! Combined flux in latest and established models = 0.20435 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 220 components and 0.20435 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.135813Jy sigma=0.000690 ! Fit after self-cal, rms=0.135849Jy sigma=0.000690 wmodel J0807-0541_S_2017_01_16_pus_map.mod ! Writing 220 model components to file: J0807-0541_S_2017_01_16_pus_map.mod wobs J0807-0541_S_2017_01_16_pus_uvs.fits ! Writing UV FITS file: J0807-0541_S_2017_01_16_pus_uvs.fits wwins J0807-0541_S_2017_01_16_pus_map.win ! wwins: Wrote 3 windows to J0807-0541_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.000948161 Jy ! Component: 100 - total flux cleaned = -0.00140635 Jy ! Component: 150 - total flux cleaned = -0.0017841 Jy ! Component: 200 - total flux cleaned = -0.00200831 Jy ! Component: 250 - total flux cleaned = -0.00209402 Jy ! Component: 300 - total flux cleaned = -0.0021357 Jy ! Component: 350 - total flux cleaned = -0.0022559 Jy ! Component: 400 - total flux cleaned = -0.00241225 Jy ! Component: 450 - total flux cleaned = -0.00260162 Jy ! Component: 500 - total flux cleaned = -0.00267464 Jy ! Component: 550 - total flux cleaned = -0.00274629 Jy ! Component: 600 - total flux cleaned = -0.00274543 Jy ! Component: 650 - total flux cleaned = -0.00278021 Jy ! Component: 700 - total flux cleaned = -0.00291705 Jy ! Component: 750 - total flux cleaned = -0.00298325 Jy ! Component: 800 - total flux cleaned = -0.00301525 Jy ! Component: 850 - total flux cleaned = -0.00301544 Jy ! Component: 900 - total flux cleaned = -0.00304694 Jy ! Component: 950 - total flux cleaned = -0.00292252 Jy ! Component: 1000 - total flux cleaned = -0.00301518 Jy ! Component: 1050 - total flux cleaned = -0.00289329 Jy ! Component: 1100 - total flux cleaned = -0.00283398 Jy ! Component: 1150 - total flux cleaned = -0.00268676 Jy ! Component: 1200 - total flux cleaned = -0.00265776 Jy ! Component: 1250 - total flux cleaned = -0.00245677 Jy ! Component: 1300 - total flux cleaned = -0.00228684 Jy ! Component: 1350 - total flux cleaned = -0.00231461 Jy ! Component: 1400 - total flux cleaned = -0.00214898 Jy ! Component: 1450 - total flux cleaned = -0.00214919 Jy ! Component: 1500 - total flux cleaned = -0.00198668 Jy ! Component: 1550 - total flux cleaned = -0.00198679 Jy ! Component: 1600 - total flux cleaned = -0.00193427 Jy ! Component: 1650 - total flux cleaned = -0.00180395 Jy ! Component: 1700 - total flux cleaned = -0.00177788 Jy ! Component: 1750 - total flux cleaned = -0.00164993 Jy ! Component: 1800 - total flux cleaned = -0.00162514 Jy ! Component: 1850 - total flux cleaned = -0.00154981 Jy ! Component: 1900 - total flux cleaned = -0.00154951 Jy ! Component: 1950 - total flux cleaned = -0.00150032 Jy ! Component: 2000 - total flux cleaned = -0.00147606 Jy ! Component: 2050 - total flux cleaned = -0.00142816 Jy ! Component: 2100 - total flux cleaned = -0.00140447 Jy ! Component: 2150 - total flux cleaned = -0.0014274 Jy ! Component: 2200 - total flux cleaned = -0.0013569 Jy ! Component: 2250 - total flux cleaned = -0.00133369 Jy ! Component: 2300 - total flux cleaned = -0.00121858 Jy ! Component: 2350 - total flux cleaned = -0.00112776 Jy ! Component: 2400 - total flux cleaned = -0.00108264 Jy ! Component: 2450 - total flux cleaned = -0.00101544 Jy ! Component: 2500 - total flux cleaned = -0.000970805 Jy ! Component: 2550 - total flux cleaned = -0.000904543 Jy ! Component: 2600 - total flux cleaned = -0.000839006 Jy ! Component: 2650 - total flux cleaned = -0.000730407 Jy ! Component: 2700 - total flux cleaned = -0.000601858 Jy ! Component: 2750 - total flux cleaned = -0.000622806 Jy ! Component: 2800 - total flux cleaned = -0.000538029 Jy ! Component: 2850 - total flux cleaned = -0.000516998 Jy ! Component: 2900 - total flux cleaned = -0.000412562 Jy ! Component: 2950 - total flux cleaned = -0.000309411 Jy ! Component: 3000 - total flux cleaned = -0.000247911 Jy ! Component: 3050 - total flux cleaned = -0.000125656 Jy ! Component: 3100 - total flux cleaned = -8.49775e-05 Jy ! Component: 3150 - total flux cleaned = -4.80055e-06 Jy ! Component: 3200 - total flux cleaned = 3.51416e-05 Jy ! Component: 3250 - total flux cleaned = 0.000212907 Jy ! Component: 3300 - total flux cleaned = 0.000173351 Jy ! Component: 3350 - total flux cleaned = 0.000270926 Jy ! Component: 3400 - total flux cleaned = 0.000386889 Jy ! Component: 3450 - total flux cleaned = 0.000348379 Jy ! Component: 3500 - total flux cleaned = 0.000443916 Jy ! Component: 3550 - total flux cleaned = 0.000500542 Jy ! Component: 3600 - total flux cleaned = 0.000688804 Jy ! Component: 3650 - total flux cleaned = 0.000613942 Jy ! Component: 3700 - total flux cleaned = 0.000688373 Jy ! Component: 3750 - total flux cleaned = 0.000817515 Jy ! Component: 3800 - total flux cleaned = 0.000817503 Jy ! Component: 3850 - total flux cleaned = 0.000890239 Jy ! Component: 3900 - total flux cleaned = 0.000926592 Jy ! Component: 3950 - total flux cleaned = 0.000944716 Jy ! Component: 4000 - total flux cleaned = 0.00105211 Jy ! Component: 4050 - total flux cleaned = 0.00108778 Jy ! Total flux subtracted in 4096 components = 0.00122929 Jy ! Clean residual min=-0.001051 max=0.001054 Jy/beam ! Clean residual mean=0.000003 rms=0.000358 Jy/beam ! Combined flux in latest and established models = 0.205579 Jy keep ! Adding 328 model components to the UV plane model. ! The established model now contains 548 components and 0.205579 Jy ![Exited script file: muppet] wmap "J0807-0541_S_2017_01_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.195 x 11.04 at 17.43 degrees (North through East) ! Clean map min=-0.0023326 max=0.13428 Jy/beam ! Writing clean map to FITS file: J0807-0541_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.134284 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000354711 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.79245 0.79245 1.5849 3.1698 6.3396 12.6792 25.3584 50.7168 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.134 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.195 x 11.04 at 17.43 degrees (North through East) ! Clean map min=-0.0023326 max=0.13428 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 J0807-0541_S_2017_01_16_pus_uvs.log closed on Sun Apr 7 15:09:18 2019