! Started logfile: J0141-0928_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:40:42 2016 obs J0141-0928_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0141-0928_S_2015_03_17_pus_uva.fits ! AN table 1: 27 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.902881 visibilities/baseline/integration-bin. ! Found source: J0141-0928 ! ! 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 330 lines of history. ! ! Reading 4388 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 J0141-0928_S_2015_03_17_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 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.560759Jy sigma=0.005880 ! Fit after self-cal, rms=0.553175Jy sigma=0.005805 ! 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.661 mas, bmaj=6.642 mas, bpa=-5.027 degrees ! Estimated noise=1393.26 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.325515 Jy ! Component: 100 - total flux cleaned = 0.425243 Jy ! Total flux subtracted in 100 components = 0.425243 Jy ! Clean residual min=-0.016245 max=0.043498 Jy/beam ! Clean residual mean=-0.000123 rms=0.004759 Jy/beam ! Combined flux in latest and established models = 0.425243 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.425243 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147751Jy sigma=0.001290 ! Fit after self-cal, rms=0.147681Jy sigma=0.001289 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.04806 Jy ! Component: 100 - total flux cleaned = 0.0754411 Jy ! Total flux subtracted in 100 components = 0.0754411 Jy ! Clean residual min=-0.012485 max=0.016720 Jy/beam ! Clean residual mean=-0.000072 rms=0.003214 Jy/beam ! Combined flux in latest and established models = 0.500684 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 33 components and 0.500684 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118311Jy sigma=0.001043 ! Fit after self-cal, rms=0.118278Jy sigma=0.001043 ! 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.22 mas, bmaj=7.497 mas, bpa=-4.199 degrees ! Estimated noise=1077.63 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 (-2.5, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0291063 Jy ! Component: 100 - total flux cleaned = 0.0470817 Jy ! Component: 150 - total flux cleaned = 0.0589665 Jy ! Component: 200 - total flux cleaned = 0.0670284 Jy ! Total flux subtracted in 200 components = 0.0670284 Jy ! Clean residual min=-0.013180 max=0.013207 Jy/beam ! Clean residual mean=-0.000059 rms=0.003321 Jy/beam ! Combined flux in latest and established models = 0.567712 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 81 components and 0.567712 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107139Jy sigma=0.000978 ! Fit after self-cal, rms=0.107015Jy sigma=0.000977 ! 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.81 HN 0.97 KP 1.11 ! LA 0.97 MK 0.98 NL 1.00 OV 1.01 ! PT 1.07 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.85 HN 1.04 KP 1.07 ! LA 0.95 MK 1.00 NL 1.12 OV 1.05 ! PT 1.03 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.90 HN 1.04 KP 0.96 ! LA 0.78 MK 1.06 NL 1.22 OV 0.97 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.90 HN 1.00 KP 0.93 ! LA 0.84 MK 1.06 NL 0.98 OV 1.01 ! PT 1.08 SC 0.99 ! ! ! Fit before self-cal, rms=0.107015Jy sigma=0.000977 ! Fit after self-cal, rms=0.084640Jy sigma=0.000814 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.252 mas, bmaj=7.565 mas, bpa=-3.951 degrees ! Estimated noise=1076.69 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 (-41.5, 55.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00569646 Jy ! Component: 100 - total flux cleaned = 0.00595791 Jy ! Component: 150 - total flux cleaned = 0.00617261 Jy ! Component: 200 - total flux cleaned = 0.00566336 Jy ! Total flux subtracted in 200 components = 0.00566336 Jy ! Clean residual min=-0.006509 max=0.007150 Jy/beam ! Clean residual mean=-0.000006 rms=0.001534 Jy/beam ! Combined flux in latest and established models = 0.573376 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 123 components and 0.573376 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083303Jy sigma=0.000801 ! Fit after self-cal, rms=0.083150Jy sigma=0.000800 ! 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.083150Jy sigma=0.000800 ! Fit after self-cal, rms=0.080376Jy sigma=0.000771 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.249 mas, bmaj=7.564 mas, bpa=-4.046 degrees ! Estimated noise=1078.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000961899 Jy ! Component: 100 - total flux cleaned = -0.00152566 Jy ! Component: 150 - total flux cleaned = -0.00183903 Jy ! Component: 200 - total flux cleaned = -0.00202172 Jy ! Total flux subtracted in 200 components = -0.00202172 Jy ! Clean residual min=-0.003563 max=0.003168 Jy/beam ! Clean residual mean=-0.000007 rms=0.000831 Jy/beam ! Combined flux in latest and established models = 0.571354 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 138 components and 0.571354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080291Jy sigma=0.000770 ! Fit after self-cal, rms=0.080296Jy 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 = -7.85727e-05 Jy ! Component: 100 - total flux cleaned = -0.000160389 Jy ! Component: 150 - total flux cleaned = -0.000197687 Jy ! Component: 200 - total flux cleaned = -0.000196712 Jy ! Total flux subtracted in 200 components = -0.000196712 Jy ! Clean residual min=-0.003484 max=0.003167 Jy/beam ! Clean residual mean=-0.000007 rms=0.000826 Jy/beam ! Combined flux in latest and established models = 0.571157 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 147 components and 0.571157 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080261Jy sigma=0.000770 ! Fit after self-cal, rms=0.080261Jy 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.080261Jy sigma=0.000770 ! Fit after self-cal, rms=0.080260Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.253 mas, bmaj=7.567 mas, bpa=-4.003 degrees ! Estimated noise=1078.52 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00113268 Jy ! Component: 100 - total flux cleaned = -0.00149948 Jy ! Component: 150 - total flux cleaned = -0.0016064 Jy ! Component: 200 - total flux cleaned = -0.00164043 Jy ! Total flux subtracted in 200 components = -0.00164043 Jy ! Clean residual min=-0.003509 max=0.003248 Jy/beam ! Clean residual mean=-0.000007 rms=0.000815 Jy/beam ! Combined flux in latest and established models = 0.569517 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 153 components and 0.569517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080222Jy sigma=0.000769 ! Fit after self-cal, rms=0.080222Jy sigma=0.000769 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.94579e-05 Jy ! Component: 100 - total flux cleaned = -0.000132279 Jy ! Component: 150 - total flux cleaned = -0.000163727 Jy ! Component: 200 - total flux cleaned = -0.000194272 Jy ! Total flux subtracted in 200 components = -0.000194272 Jy ! Clean residual min=-0.003452 max=0.003237 Jy/beam ! Clean residual mean=-0.000007 rms=0.000810 Jy/beam ! Combined flux in latest and established models = 0.569323 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 161 components and 0.569323 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080198Jy sigma=0.000769 ! Fit after self-cal, rms=0.080198Jy sigma=0.000769 ! 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.080198Jy sigma=0.000769 ! Fit after self-cal, rms=0.080219Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.549 mas, bmaj=13.11 mas, bpa=-0.3651 degrees ! Estimated noise=1391.99 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00108469 Jy ! Component: 100 - total flux cleaned = -0.00133932 Jy ! Component: 150 - total flux cleaned = -0.00140547 Jy ! Component: 200 - total flux cleaned = -0.00144607 Jy ! Total flux subtracted in 200 components = -0.00144607 Jy ! Clean residual min=-0.003342 max=0.003792 Jy/beam ! Clean residual mean=-0.000013 rms=0.000987 Jy/beam ! Combined flux in latest and established models = 0.567877 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 182 components and 0.567877 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080213Jy sigma=0.000769 ! Fit after self-cal, rms=0.080212Jy sigma=0.000769 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.8982e-05 Jy ! Component: 100 - total flux cleaned = -5.67895e-05 Jy ! Component: 150 - total flux cleaned = -7.54787e-05 Jy ! Component: 200 - total flux cleaned = -0.000110458 Jy ! Total flux subtracted in 200 components = -0.000110458 Jy ! Clean residual min=-0.003352 max=0.003766 Jy/beam ! Clean residual mean=-0.000013 rms=0.000985 Jy/beam ! Combined flux in latest and established models = 0.567766 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 188 components and 0.567766 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080211Jy sigma=0.000769 ! Fit after self-cal, rms=0.080212Jy sigma=0.000769 ! 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.257 mas, bmaj=7.571 mas, bpa=-3.954 degrees ! Estimated noise=1078.86 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.257 x 7.571 at -3.954 degrees (North through East) ! Clean map min=-0.0032768 max=0.44095 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.683 mas, bmaj=6.689 mas, bpa=-4.835 degrees ! Estimated noise=1406.06 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.328074 Jy ! Component: 100 - total flux cleaned = 0.426648 Jy ! Component: 150 - total flux cleaned = 0.473675 Jy ! Component: 200 - total flux cleaned = 0.499689 Jy ! Total flux subtracted in 200 components = 0.499689 Jy ! Clean residual min=-0.008103 max=0.013388 Jy/beam ! Clean residual mean=-0.000047 rms=0.002118 Jy/beam ! Combined flux in latest and established models = 0.499689 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.499689 Jy ! Inverting map and beam ! Estimated beam: bmin=3.257 mas, bmaj=7.571 mas, bpa=-3.954 degrees ! Estimated noise=1078.86 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.0246174 Jy ! Component: 100 - total flux cleaned = 0.0390383 Jy ! Component: 150 - total flux cleaned = 0.0484583 Jy ! Component: 200 - total flux cleaned = 0.0549411 Jy ! Total flux subtracted in 200 components = 0.0549411 Jy ! Clean residual min=-0.003823 max=0.005013 Jy/beam ! Clean residual mean=-0.000019 rms=0.001007 Jy/beam ! Combined flux in latest and established models = 0.55463 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 79 components and 0.55463 Jy ! Inverting map ! Added new window around map position (-4, -17). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00521258 Jy ! Component: 100 - total flux cleaned = 0.00838172 Jy ! Component: 150 - total flux cleaned = 0.0100616 Jy ! Component: 200 - total flux cleaned = 0.0114579 Jy ! Total flux subtracted in 200 components = 0.0114579 Jy ! Clean residual min=-0.003493 max=0.003325 Jy/beam ! Clean residual mean=-0.000011 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.566088 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 106 components and 0.566088 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.549 mas, bmaj=13.11 mas, bpa=-0.3651 degrees ! Estimated noise=1391.99 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00267191 Jy ! Component: 100 - total flux cleaned = 0.00305433 Jy ! Component: 150 - total flux cleaned = 0.0032525 Jy ! Component: 200 - total flux cleaned = 0.00342471 Jy ! Total flux subtracted in 200 components = 0.00342471 Jy ! Clean residual min=-0.003679 max=0.003427 Jy/beam ! Clean residual mean=-0.000016 rms=0.000916 Jy/beam ! Combined flux in latest and established models = 0.569512 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.000200761 Jy ! Component: 100 - total flux cleaned = 0.000336341 Jy ! Component: 150 - total flux cleaned = 0.000458456 Jy ! Component: 200 - total flux cleaned = 0.000570099 Jy ! Total flux subtracted in 200 components = 0.000570099 Jy ! Clean residual min=-0.003513 max=0.003389 Jy/beam ! Clean residual mean=-0.000015 rms=0.000900 Jy/beam ! Combined flux in latest and established models = 0.570082 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 140 components and 0.570083 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.257 mas, bmaj=7.571 mas, bpa=-3.954 degrees ! Estimated noise=1078.86 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000454523 Jy ! Component: 100 - total flux cleaned = 0.000572893 Jy ! Component: 150 - total flux cleaned = 0.00062521 Jy ! Component: 200 - total flux cleaned = 0.000721458 Jy ! Total flux subtracted in 200 components = 0.000721458 Jy ! Clean residual min=-0.003247 max=0.003446 Jy/beam ! Clean residual mean=-0.000007 rms=0.000756 Jy/beam ! Combined flux in latest and established models = 0.570804 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 155 components and 0.570804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080103Jy sigma=0.000768 ! Fit after self-cal, rms=0.080090Jy sigma=0.000768 wmodel J0141-0928_S_2015_03_17_pus_map.mod ! Writing 155 model components to file: J0141-0928_S_2015_03_17_pus_map.mod wobs J0141-0928_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0141-0928_S_2015_03_17_pus_uvs.fits wwins J0141-0928_S_2015_03_17_pus_map.win ! wwins: Wrote 4 windows to J0141-0928_S_2015_03_17_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.000153762 Jy ! Component: 100 - total flux cleaned = -0.000642547 Jy ! Component: 150 - total flux cleaned = -0.000694144 Jy ! Component: 200 - total flux cleaned = -0.000793301 Jy ! Component: 250 - total flux cleaned = -0.000888911 Jy ! Component: 300 - total flux cleaned = -0.000935002 Jy ! Component: 350 - total flux cleaned = -0.00111383 Jy ! Component: 400 - total flux cleaned = -0.000981697 Jy ! Component: 450 - total flux cleaned = -0.00115468 Jy ! Component: 500 - total flux cleaned = -0.00128113 Jy ! Component: 550 - total flux cleaned = -0.00128159 Jy ! Component: 600 - total flux cleaned = -0.00136317 Jy ! Component: 650 - total flux cleaned = -0.00148286 Jy ! Component: 700 - total flux cleaned = -0.00167695 Jy ! Component: 750 - total flux cleaned = -0.00163855 Jy ! Component: 800 - total flux cleaned = -0.00178892 Jy ! Component: 850 - total flux cleaned = -0.00189976 Jy ! Component: 900 - total flux cleaned = -0.00193637 Jy ! Component: 950 - total flux cleaned = -0.00200822 Jy ! Component: 1000 - total flux cleaned = -0.00204332 Jy ! Component: 1050 - total flux cleaned = -0.00197331 Jy ! Component: 1100 - total flux cleaned = -0.00197374 Jy ! Component: 1150 - total flux cleaned = -0.0019741 Jy ! Component: 1200 - total flux cleaned = -0.00210866 Jy ! Component: 1250 - total flux cleaned = -0.00217459 Jy ! Component: 1300 - total flux cleaned = -0.00207558 Jy ! Component: 1350 - total flux cleaned = -0.00217292 Jy ! Component: 1400 - total flux cleaned = -0.00223681 Jy ! Component: 1450 - total flux cleaned = -0.00217353 Jy ! Component: 1500 - total flux cleaned = -0.00223658 Jy ! Component: 1550 - total flux cleaned = -0.00226703 Jy ! Component: 1600 - total flux cleaned = -0.00232903 Jy ! Component: 1650 - total flux cleaned = -0.00238929 Jy ! Component: 1700 - total flux cleaned = -0.00238928 Jy ! Component: 1750 - total flux cleaned = -0.00241905 Jy ! Component: 1800 - total flux cleaned = -0.00238969 Jy ! Component: 1850 - total flux cleaned = -0.00259455 Jy ! Component: 1900 - total flux cleaned = -0.00256541 Jy ! Component: 1950 - total flux cleaned = -0.00268011 Jy ! Component: 2000 - total flux cleaned = -0.0027367 Jy ! Component: 2050 - total flux cleaned = -0.0027367 Jy ! Component: 2100 - total flux cleaned = -0.00282062 Jy ! Component: 2150 - total flux cleaned = -0.00293143 Jy ! Component: 2200 - total flux cleaned = -0.00295883 Jy ! Component: 2250 - total flux cleaned = -0.00295886 Jy ! Component: 2300 - total flux cleaned = -0.00314777 Jy ! Component: 2350 - total flux cleaned = -0.00320134 Jy ! Component: 2400 - total flux cleaned = -0.00320085 Jy ! Component: 2450 - total flux cleaned = -0.00333224 Jy ! Component: 2500 - total flux cleaned = -0.00335804 Jy ! Component: 2550 - total flux cleaned = -0.00348747 Jy ! Component: 2600 - total flux cleaned = -0.00359026 Jy ! Component: 2650 - total flux cleaned = -0.00364121 Jy ! Component: 2700 - total flux cleaned = -0.0037173 Jy ! Component: 2750 - total flux cleaned = -0.0038675 Jy ! Component: 2800 - total flux cleaned = -0.0038674 Jy ! Component: 2850 - total flux cleaned = -0.00386736 Jy ! Component: 2900 - total flux cleaned = -0.00394088 Jy ! Component: 2950 - total flux cleaned = -0.00413578 Jy ! Component: 3000 - total flux cleaned = -0.00408736 Jy ! Component: 3050 - total flux cleaned = -0.00423101 Jy ! Component: 3100 - total flux cleaned = -0.00432614 Jy ! Component: 3150 - total flux cleaned = -0.00439711 Jy ! Component: 3200 - total flux cleaned = -0.00446757 Jy ! Component: 3250 - total flux cleaned = -0.00467734 Jy ! Component: 3300 - total flux cleaned = -0.00472352 Jy ! Component: 3350 - total flux cleaned = -0.00490724 Jy ! Component: 3400 - total flux cleaned = -0.00504407 Jy ! Component: 3450 - total flux cleaned = -0.00513517 Jy ! Component: 3500 - total flux cleaned = -0.00529249 Jy ! Component: 3550 - total flux cleaned = -0.00542667 Jy ! Component: 3600 - total flux cleaned = -0.00549356 Jy ! Component: 3650 - total flux cleaned = -0.00567008 Jy ! Component: 3700 - total flux cleaned = -0.00580168 Jy ! Component: 3750 - total flux cleaned = -0.00593262 Jy ! Component: 3800 - total flux cleaned = -0.00608428 Jy ! Component: 3850 - total flux cleaned = -0.00621329 Jy ! Component: 3900 - total flux cleaned = -0.00632004 Jy ! Component: 3950 - total flux cleaned = -0.00638397 Jy ! Component: 4000 - total flux cleaned = -0.00644724 Jy ! Component: 4050 - total flux cleaned = -0.00661517 Jy ! Total flux subtracted in 4096 components = -0.00669873 Jy ! Clean residual min=-0.001228 max=0.001123 Jy/beam ! Clean residual mean=-0.000002 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.564105 Jy keep ! Adding 291 model components to the UV plane model. ! The established model now contains 446 components and 0.564105 Jy ![Exited script file: muppet] wmap "J0141-0928_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.257 x 7.571 at -3.954 degrees (North through East) ! Clean map min=-0.0033927 max=0.44092 Jy/beam ! Writing clean map to FITS file: J0141-0928_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.440924 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000380664 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.259 0.259 0.517999 1.036 2.072 4.14399 8.28799 16.576 33.152 66.3039 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.44 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.257 x 7.571 at -3.954 degrees (North through East) ! Clean map min=-0.0033927 max=0.44092 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 J0141-0928_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:40:49 2016