! Started logfile: J0402-1458_S_2014_08_09_pus_uvs.log on Tue Nov 29 22:53:43 2016 obs J0402-1458_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J0402-1458_S_2014_08_09_pus_uva.fits ! AN table 1: 95 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.775205 visibilities/baseline/integration-bin. ! Found source: J0402-1458 ! ! 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 13256 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 J0402-1458_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 112 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 112 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 112 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 112 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.842004Jy sigma=0.008470 ! Fit after self-cal, rms=0.822979Jy sigma=0.008293 ! 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.306 mas, bmaj=10.35 mas, bpa=14.72 degrees ! Estimated noise=844.963 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.13388 Jy ! Component: 100 - total flux cleaned = 0.165947 Jy ! Total flux subtracted in 100 components = 0.165947 Jy ! Clean residual min=-0.006365 max=0.012593 Jy/beam ! Clean residual mean=-0.000047 rms=0.001689 Jy/beam ! Combined flux in latest and established models = 0.165947 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.165947 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091347Jy sigma=0.000827 ! Fit after self-cal, rms=0.091350Jy sigma=0.000827 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.013324 Jy ! Component: 100 - total flux cleaned = 0.020147 Jy ! Total flux subtracted in 100 components = 0.020147 Jy ! Clean residual min=-0.004519 max=0.004287 Jy/beam ! Clean residual mean=-0.000029 rms=0.001117 Jy/beam ! Combined flux in latest and established models = 0.186094 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 33 components and 0.186094 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088292Jy sigma=0.000802 ! Fit after self-cal, rms=0.088290Jy sigma=0.000802 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.964 mas, bmaj=11.6 mas, bpa=12.79 degrees ! Estimated noise=621.278 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.00642204 Jy ! Component: 100 - total flux cleaned = 0.00966902 Jy ! Component: 150 - total flux cleaned = 0.0114733 Jy ! Component: 200 - total flux cleaned = 0.0125254 Jy ! Total flux subtracted in 200 components = 0.0125254 Jy ! Clean residual min=-0.003527 max=0.002605 Jy/beam ! Clean residual mean=-0.000003 rms=0.000832 Jy/beam ! Combined flux in latest and established models = 0.198619 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 82 components and 0.198619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087580Jy sigma=0.000799 ! Fit after self-cal, rms=0.087585Jy sigma=0.000799 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.89 HN 0.96 KP 1.06 ! LA 1.11 MK 1.00* NL 0.97 OV 0.99 ! PT 1.04 SC 1.00 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.04 HN 1.05 KP 1.03 ! LA 1.06 MK 1.00* NL 1.05 OV 1.03 ! PT 1.02 SC 1.04 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.18 HN 1.03 KP 0.90 ! LA 0.85 MK 1.00* NL 1.00 OV 0.94 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 4. ! A total of 6 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.89 ! LA 0.81 MK 1.00* NL 1.10 OV 1.02 ! PT 1.04 SC 0.97 ! ! ! Fit before self-cal, rms=0.087585Jy sigma=0.000799 ! Fit after self-cal, rms=0.082461Jy sigma=0.000777 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.961 mas, bmaj=11.62 mas, bpa=12.83 degrees ! Estimated noise=622.857 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 = -3.11133e-05 Jy ! Component: 100 - total flux cleaned = -7.69798e-06 Jy ! Component: 150 - total flux cleaned = -6.42793e-06 Jy ! Component: 200 - total flux cleaned = -1.87559e-05 Jy ! Total flux subtracted in 200 components = -1.87559e-05 Jy ! Clean residual min=-0.002655 max=0.002205 Jy/beam ! Clean residual mean=-0.000002 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.1986 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 100 components and 0.1986 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082445Jy sigma=0.000777 ! Fit after self-cal, rms=0.082427Jy sigma=0.000777 ! 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.082427Jy sigma=0.000777 ! Fit after self-cal, rms=0.081243Jy sigma=0.000774 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.965 mas, bmaj=11.63 mas, bpa=12.78 degrees ! Estimated noise=624.367 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.65463e-05 Jy ! Component: 100 - total flux cleaned = -9.49555e-05 Jy ! Component: 150 - total flux cleaned = -0.000177774 Jy ! Component: 200 - total flux cleaned = -0.000234917 Jy ! Total flux subtracted in 200 components = -0.000234917 Jy ! Clean residual min=-0.002118 max=0.001637 Jy/beam ! Clean residual mean=0.000000 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.198365 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 107 components and 0.198365 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081235Jy sigma=0.000773 ! Fit after self-cal, rms=0.081227Jy sigma=0.000773 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.36939e-05 Jy ! Component: 100 - total flux cleaned = -7.06758e-05 Jy ! Component: 150 - total flux cleaned = -7.0626e-05 Jy ! Component: 200 - total flux cleaned = -7.07513e-05 Jy ! Total flux subtracted in 200 components = -7.07513e-05 Jy ! Clean residual min=-0.002115 max=0.001646 Jy/beam ! Clean residual mean=0.000000 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.198295 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 118 components and 0.198295 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081224Jy sigma=0.000773 ! Fit after self-cal, rms=0.081224Jy sigma=0.000773 ! 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.081224Jy sigma=0.000773 ! Fit after self-cal, rms=0.081267Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.97 mas, bmaj=11.64 mas, bpa=12.78 degrees ! Estimated noise=625.583 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.7772e-05 Jy ! Component: 100 - total flux cleaned = -0.000153029 Jy ! Component: 150 - total flux cleaned = -0.000192183 Jy ! Component: 200 - total flux cleaned = -0.000217394 Jy ! Total flux subtracted in 200 components = -0.000217394 Jy ! Clean residual min=-0.001994 max=0.001588 Jy/beam ! Clean residual mean=0.000000 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.198077 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 122 components and 0.198077 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081262Jy sigma=0.000773 ! Fit after self-cal, rms=0.081261Jy sigma=0.000773 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 = -1.57486e-05 Jy ! Component: 100 - total flux cleaned = -1.60104e-05 Jy ! Component: 150 - total flux cleaned = -2.91478e-05 Jy ! Component: 200 - total flux cleaned = -3.52931e-05 Jy ! Total flux subtracted in 200 components = -3.52931e-05 Jy ! Clean residual min=-0.001994 max=0.001591 Jy/beam ! Clean residual mean=0.000000 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.198042 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 127 components and 0.198042 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081260Jy sigma=0.000773 ! Fit after self-cal, rms=0.081260Jy sigma=0.000773 ! 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.081260Jy sigma=0.000773 ! Fit after self-cal, rms=0.081440Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.925 mas, bmaj=15.72 mas, bpa=1.769 degrees ! Estimated noise=728.911 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.90919e-05 Jy ! Component: 100 - total flux cleaned = -8.26526e-05 Jy ! Component: 150 - total flux cleaned = -0.00012107 Jy ! Component: 200 - total flux cleaned = -0.000148856 Jy ! Total flux subtracted in 200 components = -0.000148856 Jy ! Clean residual min=-0.001647 max=0.001797 Jy/beam ! Clean residual mean=0.000002 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.197893 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 138 components and 0.197893 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081437Jy sigma=0.000773 ! Fit after self-cal, rms=0.081438Jy sigma=0.000773 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.67989e-05 Jy ! Component: 100 - total flux cleaned = -5.15186e-05 Jy ! Component: 150 - total flux cleaned = -5.93116e-05 Jy ! Component: 200 - total flux cleaned = -6.67112e-05 Jy ! Total flux subtracted in 200 components = -6.67112e-05 Jy ! Clean residual min=-0.001640 max=0.001798 Jy/beam ! Clean residual mean=0.000001 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.197826 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 143 components and 0.197826 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081437Jy sigma=0.000773 ! Fit after self-cal, rms=0.081437Jy sigma=0.000773 ! 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.974 mas, bmaj=11.65 mas, bpa=12.78 degrees ! Estimated noise=626.773 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.974 x 11.65 at 12.78 degrees (North through East) ! Clean map min=-0.0019019 max=0.17861 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.3 mas, bmaj=10.41 mas, bpa=14.72 degrees ! Estimated noise=857.154 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.135688 Jy ! Component: 100 - total flux cleaned = 0.168466 Jy ! Component: 150 - total flux cleaned = 0.182083 Jy ! Component: 200 - total flux cleaned = 0.188866 Jy ! Total flux subtracted in 200 components = 0.188866 Jy ! Clean residual min=-0.002966 max=0.003265 Jy/beam ! Clean residual mean=-0.000010 rms=0.000845 Jy/beam ! Combined flux in latest and established models = 0.188866 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.188866 Jy ! Inverting map and beam ! Estimated beam: bmin=3.974 mas, bmaj=11.65 mas, bpa=12.78 degrees ! Estimated noise=626.773 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.00464051 Jy ! Component: 100 - total flux cleaned = 0.00682754 Jy ! Component: 150 - total flux cleaned = 0.00798819 Jy ! Component: 200 - total flux cleaned = 0.00846593 Jy ! Total flux subtracted in 200 components = 0.00846593 Jy ! Clean residual min=-0.001949 max=0.001549 Jy/beam ! Clean residual mean=0.000000 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.197332 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 54 components and 0.197332 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.925 mas, bmaj=15.72 mas, bpa=1.769 degrees ! Estimated noise=728.911 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000412752 Jy ! Component: 100 - total flux cleaned = 0.000475164 Jy ! Component: 150 - total flux cleaned = 0.000511494 Jy ! Component: 200 - total flux cleaned = 0.000521436 Jy ! Total flux subtracted in 200 components = 0.000521436 Jy ! Clean residual min=-0.001705 max=0.001773 Jy/beam ! Clean residual mean=0.000002 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.197853 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 = 3.56927e-07 Jy ! Component: 100 - total flux cleaned = -1.51788e-05 Jy ! Component: 150 - total flux cleaned = -2.94044e-05 Jy ! Component: 200 - total flux cleaned = -4.30191e-05 Jy ! Total flux subtracted in 200 components = -4.30191e-05 Jy ! Clean residual min=-0.001691 max=0.001785 Jy/beam ! Clean residual mean=0.000002 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.19781 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 78 components and 0.19781 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.974 mas, bmaj=11.65 mas, bpa=12.78 degrees ! Estimated noise=626.773 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.13545e-06 Jy ! Component: 100 - total flux cleaned = -7.8876e-06 Jy ! Component: 150 - total flux cleaned = -2.38578e-05 Jy ! Component: 200 - total flux cleaned = -3.80109e-05 Jy ! Total flux subtracted in 200 components = -3.80109e-05 Jy ! Clean residual min=-0.001960 max=0.001549 Jy/beam ! Clean residual mean=0.000000 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.197772 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 90 components and 0.197772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081437Jy sigma=0.000773 ! Fit after self-cal, rms=0.081435Jy sigma=0.000773 wmodel J0402-1458_S_2014_08_09_pus_map.mod ! Writing 90 model components to file: J0402-1458_S_2014_08_09_pus_map.mod wobs J0402-1458_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J0402-1458_S_2014_08_09_pus_uvs.fits wwins J0402-1458_S_2014_08_09_pus_map.win ! wwins: Wrote 1 windows to J0402-1458_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 = -0.000823285 Jy ! Component: 100 - total flux cleaned = -0.00117874 Jy ! Component: 150 - total flux cleaned = -0.00117974 Jy ! Component: 200 - total flux cleaned = -0.00117941 Jy ! Component: 250 - total flux cleaned = -0.00115512 Jy ! Component: 300 - total flux cleaned = -0.00108254 Jy ! Component: 350 - total flux cleaned = -0.000989257 Jy ! Component: 400 - total flux cleaned = -0.000966964 Jy ! Component: 450 - total flux cleaned = -0.00090015 Jy ! Component: 500 - total flux cleaned = -0.000812497 Jy ! Component: 550 - total flux cleaned = -0.000684302 Jy ! Component: 600 - total flux cleaned = -0.00053817 Jy ! Component: 650 - total flux cleaned = -0.000394877 Jy ! Component: 700 - total flux cleaned = -0.000214523 Jy ! Component: 750 - total flux cleaned = -0.00011555 Jy ! Component: 800 - total flux cleaned = 2.03653e-05 Jy ! Component: 850 - total flux cleaned = 0.000134852 Jy ! Component: 900 - total flux cleaned = 0.000134262 Jy ! Component: 950 - total flux cleaned = 0.000171367 Jy ! Component: 1000 - total flux cleaned = 0.000207813 Jy ! Component: 1050 - total flux cleaned = 0.000244008 Jy ! Component: 1100 - total flux cleaned = 0.000173682 Jy ! Component: 1150 - total flux cleaned = 0.000295832 Jy ! Component: 1200 - total flux cleaned = 0.000261183 Jy ! Component: 1250 - total flux cleaned = 0.000261347 Jy ! Component: 1300 - total flux cleaned = 0.000294485 Jy ! Component: 1350 - total flux cleaned = 0.000244772 Jy ! Component: 1400 - total flux cleaned = 0.00026103 Jy ! Component: 1450 - total flux cleaned = 0.000164646 Jy ! Component: 1500 - total flux cleaned = 0.000244333 Jy ! Component: 1550 - total flux cleaned = 0.000181485 Jy ! Component: 1600 - total flux cleaned = 0.000165827 Jy ! Component: 1650 - total flux cleaned = 0.000180921 Jy ! Component: 1700 - total flux cleaned = 0.000105241 Jy ! Component: 1750 - total flux cleaned = 0.000105082 Jy ! Component: 1800 - total flux cleaned = 9.01883e-05 Jy ! Component: 1850 - total flux cleaned = 0.000104674 Jy ! Component: 1900 - total flux cleaned = 3.87159e-06 Jy ! Component: 1950 - total flux cleaned = 3.99392e-06 Jy ! Component: 2000 - total flux cleaned = -3.79679e-05 Jy ! Component: 2050 - total flux cleaned = -6.5752e-05 Jy ! Component: 2100 - total flux cleaned = -7.9635e-05 Jy ! Component: 2150 - total flux cleaned = -0.000161299 Jy ! Component: 2200 - total flux cleaned = -0.000201818 Jy ! Component: 2250 - total flux cleaned = -0.000201705 Jy ! Component: 2300 - total flux cleaned = -0.000215009 Jy ! Component: 2350 - total flux cleaned = -0.000215151 Jy ! Component: 2400 - total flux cleaned = -0.000241159 Jy ! Component: 2450 - total flux cleaned = -0.000292516 Jy ! Component: 2500 - total flux cleaned = -0.000343319 Jy ! Component: 2550 - total flux cleaned = -0.000305647 Jy ! Component: 2600 - total flux cleaned = -0.000355553 Jy ! Component: 2650 - total flux cleaned = -0.000367952 Jy ! Component: 2700 - total flux cleaned = -0.000367906 Jy ! Component: 2750 - total flux cleaned = -0.000392131 Jy ! Component: 2800 - total flux cleaned = -0.000404296 Jy ! Component: 2850 - total flux cleaned = -0.0004044 Jy ! Component: 2900 - total flux cleaned = -0.000404595 Jy ! Component: 2950 - total flux cleaned = -0.000416279 Jy ! Component: 3000 - total flux cleaned = -0.000393085 Jy ! Component: 3050 - total flux cleaned = -0.000404651 Jy ! Component: 3100 - total flux cleaned = -0.000393346 Jy ! Component: 3150 - total flux cleaned = -0.000404537 Jy ! Component: 3200 - total flux cleaned = -0.000393309 Jy ! Component: 3250 - total flux cleaned = -0.000371211 Jy ! Component: 3300 - total flux cleaned = -0.000349124 Jy ! Component: 3350 - total flux cleaned = -0.000403809 Jy ! Component: 3400 - total flux cleaned = -0.000403698 Jy ! Component: 3450 - total flux cleaned = -0.000414284 Jy ! Component: 3500 - total flux cleaned = -0.000382086 Jy ! Component: 3550 - total flux cleaned = -0.000381973 Jy ! Component: 3600 - total flux cleaned = -0.000350478 Jy ! Component: 3650 - total flux cleaned = -0.000392433 Jy ! Component: 3700 - total flux cleaned = -0.000371638 Jy ! Component: 3750 - total flux cleaned = -0.000381978 Jy ! Component: 3800 - total flux cleaned = -0.00036151 Jy ! Component: 3850 - total flux cleaned = -0.000361555 Jy ! Component: 3900 - total flux cleaned = -0.00038175 Jy ! Component: 3950 - total flux cleaned = -0.000351727 Jy ! Component: 4000 - total flux cleaned = -0.000351885 Jy ! Component: 4050 - total flux cleaned = -0.00034192 Jy ! Total flux subtracted in 4096 components = -0.000361552 Jy ! Clean residual min=-0.000535 max=0.000520 Jy/beam ! Clean residual mean=0.000002 rms=0.000191 Jy/beam ! Combined flux in latest and established models = 0.197411 Jy keep ! Adding 299 model components to the UV plane model. ! The established model now contains 389 components and 0.197411 Jy ![Exited script file: muppet] wmap "J0402-1458_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.974 x 11.65 at 12.78 degrees (North through East) ! Clean map min=-0.0013035 max=0.17859 Jy/beam ! Writing clean map to FITS file: J0402-1458_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.178589 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000190306 device "J0402-1458_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0402-1458_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.319683 0.319683 0.639365 1.27873 2.55746 5.11492 10.2298 20.4597 40.9194 81.8387 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.178 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.974 x 11.65 at 12.78 degrees (North through East) ! Clean map min=-0.0013035 max=0.17859 Jy/beam quit ! Quitting program ! Log file J0402-1458_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 22:53:48 2016