! Started logfile: J0158+1307_S_2014_08_09_pus_uvs.log on Tue Nov 29 22:51:48 2016 obs J0158+1307_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J0158+1307_S_2014_08_09_pus_uva.fits ! AN table 1: 56 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.756349 visibilities/baseline/integration-bin. ! Found source: J0158+1307 ! ! 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 342 lines of history. ! ! Reading 7624 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 J0158+1307_S_2014_08_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 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.725415Jy sigma=0.008614 ! Fit after self-cal, rms=0.695626Jy sigma=0.008271 ! 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.568 mas, bmaj=8.584 mas, bpa=16.48 degrees ! Estimated noise=871.063 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.23448 Jy ! Component: 100 - total flux cleaned = 0.287583 Jy ! Total flux subtracted in 100 components = 0.287583 Jy ! Clean residual min=-0.008625 max=0.019929 Jy/beam ! Clean residual mean=-0.000000 rms=0.002772 Jy/beam ! Combined flux in latest and established models = 0.287583 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.287583 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090775Jy sigma=0.000983 ! Fit after self-cal, rms=0.090740Jy sigma=0.000983 ! Inverting map ! Added new window around map position (4, 3.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0225901 Jy ! Component: 100 - total flux cleaned = 0.0352067 Jy ! Total flux subtracted in 100 components = 0.0352067 Jy ! Clean residual min=-0.006240 max=0.008171 Jy/beam ! Clean residual mean=0.000000 rms=0.001822 Jy/beam ! Combined flux in latest and established models = 0.32279 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 20 components and 0.32279 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082907Jy sigma=0.000893 ! Fit after self-cal, rms=0.082709Jy sigma=0.000890 ! 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.296 mas, bmaj=9.265 mas, bpa=15.11 degrees ! Estimated noise=696.406 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.0116238 Jy ! Component: 100 - total flux cleaned = 0.0183214 Jy ! Component: 150 - total flux cleaned = 0.0228224 Jy ! Component: 200 - total flux cleaned = 0.0260068 Jy ! Total flux subtracted in 200 components = 0.0260068 Jy ! Clean residual min=-0.005547 max=0.005926 Jy/beam ! Clean residual mean=-0.000000 rms=0.001413 Jy/beam ! Combined flux in latest and established models = 0.348796 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 60 components and 0.348796 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080554Jy sigma=0.000873 ! Fit after self-cal, rms=0.080501Jy sigma=0.000872 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.88 HN 0.99 KP 1.07 ! LA 1.12 MK 1.00* NL 0.92 OV 0.99 ! PT 1.02 SC 0.98 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.05 HN 1.06 KP 1.02 ! LA 1.05 MK 1.00* NL 1.01 OV 1.03 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.19 HN 1.06 KP 0.91 ! LA 0.85 MK 1.00* NL 1.01 OV 0.94 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.02 HN 1.00 KP 0.88 ! LA 0.80 MK 1.00* NL 1.10 OV 1.00 ! PT 1.03 SC 0.99 ! ! ! Fit before self-cal, rms=0.080501Jy sigma=0.000872 ! Fit after self-cal, rms=0.070518Jy sigma=0.000783 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.305 mas, bmaj=9.31 mas, bpa=15.18 degrees ! Estimated noise=696.259 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 (11.5, 2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00521957 Jy ! Component: 100 - total flux cleaned = 0.0079792 Jy ! Component: 150 - total flux cleaned = 0.00885468 Jy ! Component: 200 - total flux cleaned = 0.00919695 Jy ! Total flux subtracted in 200 components = 0.00919695 Jy ! Clean residual min=-0.002987 max=0.003467 Jy/beam ! Clean residual mean=-0.000003 rms=0.000732 Jy/beam ! Combined flux in latest and established models = 0.357993 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 83 components and 0.357993 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070141Jy sigma=0.000778 ! Fit after self-cal, rms=0.070106Jy sigma=0.000778 ! 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.070106Jy sigma=0.000778 ! Fit after self-cal, rms=0.069451Jy sigma=0.000772 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.301 mas, bmaj=9.305 mas, bpa=15.15 degrees ! Estimated noise=694.943 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000974278 Jy ! Component: 100 - total flux cleaned = 0.00116154 Jy ! Component: 150 - total flux cleaned = 0.00105281 Jy ! Component: 200 - total flux cleaned = 0.00103007 Jy ! Total flux subtracted in 200 components = 0.00103007 Jy ! Clean residual min=-0.002039 max=0.002464 Jy/beam ! Clean residual mean=-0.000002 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.359024 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 112 components and 0.359023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069420Jy sigma=0.000771 ! Fit after self-cal, rms=0.069417Jy sigma=0.000771 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 (23, -5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00220494 Jy ! Component: 100 - total flux cleaned = 0.00291569 Jy ! Component: 150 - total flux cleaned = 0.00322252 Jy ! Component: 200 - total flux cleaned = 0.00339815 Jy ! Total flux subtracted in 200 components = 0.00339815 Jy ! Clean residual min=-0.001841 max=0.002128 Jy/beam ! Clean residual mean=-0.000000 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.362422 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 138 components and 0.362422 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069341Jy sigma=0.000770 ! Fit after self-cal, rms=0.069338Jy sigma=0.000770 ! 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.069338Jy sigma=0.000770 ! Fit after self-cal, rms=0.069252Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.3 mas, bmaj=9.306 mas, bpa=15.15 degrees ! Estimated noise=694.191 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000851796 Jy ! Component: 100 - total flux cleaned = 0.000992208 Jy ! Component: 150 - total flux cleaned = 0.00104281 Jy ! Component: 200 - total flux cleaned = 0.00113564 Jy ! Total flux subtracted in 200 components = 0.00113564 Jy ! Clean residual min=-0.001778 max=0.001997 Jy/beam ! Clean residual mean=-0.000000 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.363557 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 163 components and 0.363557 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069230Jy sigma=0.000770 ! Fit after self-cal, rms=0.069229Jy sigma=0.000770 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.000147091 Jy ! Component: 100 - total flux cleaned = 0.000211635 Jy ! Component: 150 - total flux cleaned = 0.000191548 Jy ! Component: 200 - total flux cleaned = 0.000210783 Jy ! Total flux subtracted in 200 components = 0.000210783 Jy ! Clean residual min=-0.001768 max=0.001937 Jy/beam ! Clean residual mean=-0.000000 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.363768 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 176 components and 0.363768 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069218Jy sigma=0.000770 ! Fit after self-cal, rms=0.069218Jy sigma=0.000770 ! 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.069218Jy sigma=0.000770 ! Fit after self-cal, rms=0.069191Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.972 mas, bmaj=11.05 mas, bpa=5.833 degrees ! Estimated noise=786.58 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.88904e-05 Jy ! Component: 100 - total flux cleaned = 0.000198603 Jy ! Component: 150 - total flux cleaned = 0.000250274 Jy ! Component: 200 - total flux cleaned = 0.000251328 Jy ! Total flux subtracted in 200 components = 0.000251328 Jy ! Clean residual min=-0.002196 max=0.001861 Jy/beam ! Clean residual mean=-0.000000 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.364019 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 208 components and 0.364019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069185Jy sigma=0.000770 ! Fit after self-cal, rms=0.069183Jy sigma=0.000770 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 = 5.21934e-05 Jy ! Component: 100 - total flux cleaned = 6.63331e-05 Jy ! Component: 150 - total flux cleaned = 4.18635e-05 Jy ! Component: 200 - total flux cleaned = 1.90088e-05 Jy ! Total flux subtracted in 200 components = 1.90088e-05 Jy ! Clean residual min=-0.002177 max=0.001872 Jy/beam ! Clean residual mean=-0.000000 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.364038 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 236 components and 0.364038 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069181Jy sigma=0.000770 ! Fit after self-cal, rms=0.069180Jy sigma=0.000770 ! 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.3 mas, bmaj=9.308 mas, bpa=15.15 degrees ! Estimated noise=693.995 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.3 x 9.308 at 15.15 degrees (North through East) ! Clean map min=-0.0017404 max=0.30345 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.567 mas, bmaj=8.606 mas, bpa=16.46 degrees ! Estimated noise=866.704 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.233097 Jy ! Component: 100 - total flux cleaned = 0.286447 Jy ! Component: 150 - total flux cleaned = 0.309486 Jy ! Component: 200 - total flux cleaned = 0.322087 Jy ! Total flux subtracted in 200 components = 0.322087 Jy ! Clean residual min=-0.003651 max=0.006081 Jy/beam ! Clean residual mean=-0.000000 rms=0.001079 Jy/beam ! Combined flux in latest and established models = 0.322087 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.322087 Jy ! Inverting map and beam ! Estimated beam: bmin=4.3 mas, bmaj=9.308 mas, bpa=15.15 degrees ! Estimated noise=693.995 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.0106227 Jy ! Component: 100 - total flux cleaned = 0.0171555 Jy ! Component: 150 - total flux cleaned = 0.0217896 Jy ! Component: 200 - total flux cleaned = 0.0253465 Jy ! Total flux subtracted in 200 components = 0.0253465 Jy ! Clean residual min=-0.002609 max=0.002448 Jy/beam ! Clean residual mean=-0.000001 rms=0.000684 Jy/beam ! Combined flux in latest and established models = 0.347434 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 64 components and 0.347434 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.972 mas, bmaj=11.05 mas, bpa=5.833 degrees ! Estimated noise=786.58 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00413743 Jy ! Component: 100 - total flux cleaned = 0.00710308 Jy ! Component: 150 - total flux cleaned = 0.0093773 Jy ! Component: 200 - total flux cleaned = 0.011152 Jy ! Total flux subtracted in 200 components = 0.011152 Jy ! Clean residual min=-0.002196 max=0.001874 Jy/beam ! Clean residual mean=-0.000000 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.358586 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.00140433 Jy ! Component: 100 - total flux cleaned = 0.00252551 Jy ! Component: 150 - total flux cleaned = 0.00335924 Jy ! Component: 200 - total flux cleaned = 0.00384155 Jy ! Total flux subtracted in 200 components = 0.00384155 Jy ! Clean residual min=-0.002220 max=0.001922 Jy/beam ! Clean residual mean=0.000000 rms=0.000560 Jy/beam ! Combined flux in latest and established models = 0.362427 Jy ! Adding 121 model components to the UV plane model. ! The established model now contains 173 components and 0.362427 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.3 mas, bmaj=9.308 mas, bpa=15.15 degrees ! Estimated noise=693.995 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000553001 Jy ! Component: 100 - total flux cleaned = 0.000825573 Jy ! Component: 150 - total flux cleaned = 0.00109573 Jy ! Component: 200 - total flux cleaned = 0.00134292 Jy ! Total flux subtracted in 200 components = 0.00134292 Jy ! Clean residual min=-0.001831 max=0.001929 Jy/beam ! Clean residual mean=0.000000 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.36377 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 191 components and 0.36377 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069215Jy sigma=0.000770 ! Fit after self-cal, rms=0.069209Jy sigma=0.000770 wmodel J0158+1307_S_2014_08_09_pus_map.mod ! Writing 191 model components to file: J0158+1307_S_2014_08_09_pus_map.mod wobs J0158+1307_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J0158+1307_S_2014_08_09_pus_uvs.fits wwins J0158+1307_S_2014_08_09_pus_map.win ! wwins: Wrote 4 windows to J0158+1307_S_2014_08_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 = 8.51213e-05 Jy ! Component: 100 - total flux cleaned = -0.000107967 Jy ! Component: 150 - total flux cleaned = -0.000350284 Jy ! Component: 200 - total flux cleaned = -0.000437318 Jy ! Component: 250 - total flux cleaned = -0.000438105 Jy ! Component: 300 - total flux cleaned = -0.000357517 Jy ! Component: 350 - total flux cleaned = -0.000331442 Jy ! Component: 400 - total flux cleaned = -0.000305836 Jy ! Component: 450 - total flux cleaned = -0.000256023 Jy ! Component: 500 - total flux cleaned = -0.000256079 Jy ! Component: 550 - total flux cleaned = -0.000160589 Jy ! Component: 600 - total flux cleaned = -0.00016095 Jy ! Component: 650 - total flux cleaned = -9.21993e-05 Jy ! Component: 700 - total flux cleaned = -4.73534e-05 Jy ! Component: 750 - total flux cleaned = 1.89664e-05 Jy ! Component: 800 - total flux cleaned = 0.000105253 Jy ! Component: 850 - total flux cleaned = 0.000273798 Jy ! Component: 900 - total flux cleaned = 0.000231906 Jy ! Component: 950 - total flux cleaned = 0.000272443 Jy ! Component: 1000 - total flux cleaned = 0.00019258 Jy ! Component: 1050 - total flux cleaned = 0.000153321 Jy ! Component: 1100 - total flux cleaned = 0.000153243 Jy ! Component: 1150 - total flux cleaned = 5.71511e-05 Jy ! Component: 1200 - total flux cleaned = 3.82132e-05 Jy ! Component: 1250 - total flux cleaned = 1.93487e-05 Jy ! Component: 1300 - total flux cleaned = -3.56274e-05 Jy ! Component: 1350 - total flux cleaned = -0.00012579 Jy ! Component: 1400 - total flux cleaned = -0.00014355 Jy ! Component: 1450 - total flux cleaned = -0.000178962 Jy ! Component: 1500 - total flux cleaned = -0.000248566 Jy ! Component: 1550 - total flux cleaned = -0.000282839 Jy ! Component: 1600 - total flux cleaned = -0.000333911 Jy ! Component: 1650 - total flux cleaned = -0.000417825 Jy ! Component: 1700 - total flux cleaned = -0.000483956 Jy ! Component: 1750 - total flux cleaned = -0.000532998 Jy ! Component: 1800 - total flux cleaned = -0.000662384 Jy ! Component: 1850 - total flux cleaned = -0.000758571 Jy ! Component: 1900 - total flux cleaned = -0.000822249 Jy ! Component: 1950 - total flux cleaned = -0.000916608 Jy ! Component: 2000 - total flux cleaned = -0.0010101 Jy ! Component: 2050 - total flux cleaned = -0.00108667 Jy ! Component: 2100 - total flux cleaned = -0.00116282 Jy ! Component: 2150 - total flux cleaned = -0.00117804 Jy ! Component: 2200 - total flux cleaned = -0.00120828 Jy ! Component: 2250 - total flux cleaned = -0.00123796 Jy ! Component: 2300 - total flux cleaned = -0.00131112 Jy ! Component: 2350 - total flux cleaned = -0.0013399 Jy ! Component: 2400 - total flux cleaned = -0.00131118 Jy ! Component: 2450 - total flux cleaned = -0.00132529 Jy ! Component: 2500 - total flux cleaned = -0.00131101 Jy ! Component: 2550 - total flux cleaned = -0.00131108 Jy ! Component: 2600 - total flux cleaned = -0.00128335 Jy ! Component: 2650 - total flux cleaned = -0.00131095 Jy ! Component: 2700 - total flux cleaned = -0.00133838 Jy ! Component: 2750 - total flux cleaned = -0.001311 Jy ! Component: 2800 - total flux cleaned = -0.00133796 Jy ! Component: 2850 - total flux cleaned = -0.00131121 Jy ! Component: 2900 - total flux cleaned = -0.00136444 Jy ! Component: 2950 - total flux cleaned = -0.0013514 Jy ! Component: 3000 - total flux cleaned = -0.0013646 Jy ! Component: 3050 - total flux cleaned = -0.0013775 Jy ! Component: 3100 - total flux cleaned = -0.00139033 Jy ! Component: 3150 - total flux cleaned = -0.00137748 Jy ! Component: 3200 - total flux cleaned = -0.00136476 Jy ! Component: 3250 - total flux cleaned = -0.00136471 Jy ! Component: 3300 - total flux cleaned = -0.00135225 Jy ! Component: 3350 - total flux cleaned = -0.0013522 Jy ! Component: 3400 - total flux cleaned = -0.00131525 Jy ! Component: 3450 - total flux cleaned = -0.00137661 Jy ! Component: 3500 - total flux cleaned = -0.00138872 Jy ! Component: 3550 - total flux cleaned = -0.00141286 Jy ! Component: 3600 - total flux cleaned = -0.00140084 Jy ! Component: 3650 - total flux cleaned = -0.00144865 Jy ! Component: 3700 - total flux cleaned = -0.00147238 Jy ! Component: 3750 - total flux cleaned = -0.00150783 Jy ! Component: 3800 - total flux cleaned = -0.0015313 Jy ! Component: 3850 - total flux cleaned = -0.00154301 Jy ! Component: 3900 - total flux cleaned = -0.00153139 Jy ! Component: 3950 - total flux cleaned = -0.00156598 Jy ! Component: 4000 - total flux cleaned = -0.00156597 Jy ! Component: 4050 - total flux cleaned = -0.00158883 Jy ! Total flux subtracted in 4096 components = -0.00161153 Jy ! Clean residual min=-0.000678 max=0.000691 Jy/beam ! Clean residual mean=-0.000000 rms=0.000213 Jy/beam ! Combined flux in latest and established models = 0.362159 Jy keep ! Adding 265 model components to the UV plane model. ! The established model now contains 456 components and 0.362159 Jy ![Exited script file: muppet] wmap "J0158+1307_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.3 x 9.308 at 15.15 degrees (North through East) ! Clean map min=-0.0016693 max=0.30387 Jy/beam ! Writing clean map to FITS file: J0158+1307_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.303869 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000205753 device "J0158+1307_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0158+1307_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.203134 0.203134 0.406267 0.812535 1.62507 3.25014 6.50028 13.0006 26.0011 52.0022 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.303 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.3 x 9.308 at 15.15 degrees (North through East) ! Clean map min=-0.0016693 max=0.30387 Jy/beam quit ! Quitting program ! Log file J0158+1307_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 22:51:53 2016