! Started logfile: J0536-2005_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:48:06 2016 obs J0536-2005_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0536-2005_S_2015_03_17_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.957013 visibilities/baseline/integration-bin. ! Found source: J0536-2005 ! ! 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 21016 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 J0536-2005_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 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.971251Jy sigma=0.009578 ! Fit after self-cal, rms=0.919055Jy sigma=0.009065 ! 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.398 mas, bmaj=6.311 mas, bpa=-5.058 degrees ! Estimated noise=819.345 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.0613167 Jy ! Component: 100 - total flux cleaned = 0.0773642 Jy ! Total flux subtracted in 100 components = 0.0773642 Jy ! Clean residual min=-0.004111 max=0.006640 Jy/beam ! Clean residual mean=-0.000003 rms=0.001000 Jy/beam ! Combined flux in latest and established models = 0.0773643 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0773643 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086560Jy sigma=0.000794 ! Fit after self-cal, rms=0.086431Jy sigma=0.000793 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00760511 Jy ! Component: 100 - total flux cleaned = 0.0121703 Jy ! Total flux subtracted in 100 components = 0.0121703 Jy ! Clean residual min=-0.003771 max=0.003312 Jy/beam ! Clean residual mean=0.000000 rms=0.000848 Jy/beam ! Combined flux in latest and established models = 0.0895346 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 32 components and 0.0895345 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085401Jy sigma=0.000785 ! Fit after self-cal, rms=0.085377Jy sigma=0.000785 ! 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=2.946 mas, bmaj=7.653 mas, bpa=-5.507 degrees ! Estimated noise=503.448 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.00388254 Jy ! Component: 100 - total flux cleaned = 0.0058102 Jy ! Component: 150 - total flux cleaned = 0.00685327 Jy ! Component: 200 - total flux cleaned = 0.00743267 Jy ! Total flux subtracted in 200 components = 0.00743267 Jy ! Clean residual min=-0.002712 max=0.001883 Jy/beam ! Clean residual mean=0.000004 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.0969672 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 59 components and 0.0969672 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085148Jy sigma=0.000783 ! Fit after self-cal, rms=0.085137Jy sigma=0.000783 ! 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.04 FD 0.85 HN 0.99 KP 1.15 ! LA 1.01 MK 0.97 NL 0.91 OV 1.03 ! PT 1.09 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.88 HN 1.03 KP 1.07 ! LA 0.96 MK 1.01 NL 1.04 OV 1.02 ! PT 1.02 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.93 HN 1.06 KP 0.98 ! LA 0.81 MK 1.05 NL 1.12 OV 0.96 ! PT 1.04 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.92 HN 0.99 KP 0.91 ! LA 0.86 MK 1.06 NL 1.07 OV 1.00 ! PT 1.04 SC 0.98 ! ! ! Fit before self-cal, rms=0.085137Jy sigma=0.000783 ! Fit after self-cal, rms=0.082841Jy sigma=0.000779 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.969 mas, bmaj=7.714 mas, bpa=-5.401 degrees ! Estimated noise=505.908 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.000220586 Jy ! Component: 100 - total flux cleaned = -0.000236113 Jy ! Component: 150 - total flux cleaned = -0.00025759 Jy ! Component: 200 - total flux cleaned = -0.000276307 Jy ! Total flux subtracted in 200 components = -0.000276307 Jy ! Clean residual min=-0.001507 max=0.001552 Jy/beam ! Clean residual mean=-0.000000 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.0966909 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 67 components and 0.0966909 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082839Jy sigma=0.000779 ! Fit after self-cal, rms=0.082775Jy sigma=0.000779 ! 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.082775Jy sigma=0.000779 ! Fit after self-cal, rms=0.082785Jy sigma=0.000778 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.976 mas, bmaj=7.727 mas, bpa=-5.408 degrees ! Estimated noise=506.314 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000183042 Jy ! Component: 100 - total flux cleaned = -0.000198756 Jy ! Component: 150 - total flux cleaned = -0.00021187 Jy ! Component: 200 - total flux cleaned = -0.000228963 Jy ! Total flux subtracted in 200 components = -0.000228963 Jy ! Clean residual min=-0.001503 max=0.001472 Jy/beam ! Clean residual mean=-0.000000 rms=0.000370 Jy/beam ! Combined flux in latest and established models = 0.096462 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 73 components and 0.096462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082784Jy sigma=0.000778 ! Fit after self-cal, rms=0.082786Jy sigma=0.000778 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.78896e-05 Jy ! Component: 100 - total flux cleaned = -3.78911e-05 Jy ! Component: 150 - total flux cleaned = -4.29653e-05 Jy ! Component: 200 - total flux cleaned = -5.2148e-05 Jy ! Total flux subtracted in 200 components = -5.2148e-05 Jy ! Clean residual min=-0.001509 max=0.001466 Jy/beam ! Clean residual mean=-0.000000 rms=0.000370 Jy/beam ! Combined flux in latest and established models = 0.0964098 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 78 components and 0.0964098 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082786Jy sigma=0.000778 ! Fit after self-cal, rms=0.082786Jy sigma=0.000778 ! 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.082786Jy sigma=0.000778 ! Fit after self-cal, rms=0.082899Jy sigma=0.000778 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.982 mas, bmaj=7.74 mas, bpa=-5.401 degrees ! Estimated noise=506.659 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000215746 Jy ! Component: 100 - total flux cleaned = -0.000242012 Jy ! Component: 150 - total flux cleaned = -0.000253813 Jy ! Component: 200 - total flux cleaned = -0.000269577 Jy ! Total flux subtracted in 200 components = -0.000269577 Jy ! Clean residual min=-0.001498 max=0.001472 Jy/beam ! Clean residual mean=-0.000000 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.0961402 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 81 components and 0.0961402 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082898Jy sigma=0.000778 ! Fit after self-cal, rms=0.082900Jy sigma=0.000778 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 = -2.20266e-05 Jy ! Component: 100 - total flux cleaned = -3.21229e-05 Jy ! Component: 150 - total flux cleaned = -3.66078e-05 Jy ! Component: 200 - total flux cleaned = -4.09605e-05 Jy ! Total flux subtracted in 200 components = -4.09605e-05 Jy ! Clean residual min=-0.001501 max=0.001469 Jy/beam ! Clean residual mean=-0.000000 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.0960993 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 81 components and 0.0960992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082900Jy sigma=0.000778 ! Fit after self-cal, rms=0.082900Jy sigma=0.000778 ! 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.082900Jy sigma=0.000778 ! Fit after self-cal, rms=0.082955Jy sigma=0.000778 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.451 mas, bmaj=16.15 mas, bpa=0.3857 degrees ! Estimated noise=664.779 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000375179 Jy ! Component: 100 - total flux cleaned = -0.000453353 Jy ! Component: 150 - total flux cleaned = -0.000470741 Jy ! Component: 200 - total flux cleaned = -0.000481605 Jy ! Total flux subtracted in 200 components = -0.000481605 Jy ! Clean residual min=-0.001650 max=0.001955 Jy/beam ! Clean residual mean=-0.000001 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.0956176 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 88 components and 0.0956176 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082955Jy sigma=0.000778 ! Fit after self-cal, rms=0.082954Jy sigma=0.000778 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 = -2.0634e-05 Jy ! Component: 100 - total flux cleaned = -3.1127e-05 Jy ! Component: 150 - total flux cleaned = -4.13165e-05 Jy ! Component: 200 - total flux cleaned = -5.11186e-05 Jy ! Total flux subtracted in 200 components = -5.11186e-05 Jy ! Clean residual min=-0.001650 max=0.001951 Jy/beam ! Clean residual mean=-0.000001 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.0955665 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 89 components and 0.0955665 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082954Jy sigma=0.000778 ! Fit after self-cal, rms=0.082954Jy sigma=0.000778 ! 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=2.987 mas, bmaj=7.752 mas, bpa=-5.394 degrees ! Estimated noise=506.925 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.987 x 7.752 at -5.394 degrees (North through East) ! Clean map min=-0.0014256 max=0.082012 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.425 mas, bmaj=6.366 mas, bpa=-4.902 degrees ! Estimated noise=828.899 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.061792 Jy ! Component: 100 - total flux cleaned = 0.0779058 Jy ! Component: 150 - total flux cleaned = 0.0851656 Jy ! Component: 200 - total flux cleaned = 0.0894219 Jy ! Total flux subtracted in 200 components = 0.0894219 Jy ! Clean residual min=-0.003013 max=0.003025 Jy/beam ! Clean residual mean=-0.000001 rms=0.000764 Jy/beam ! Combined flux in latest and established models = 0.0894219 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.0894219 Jy ! Inverting map and beam ! Estimated beam: bmin=2.987 mas, bmaj=7.752 mas, bpa=-5.394 degrees ! Estimated noise=506.925 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.00343372 Jy ! Component: 100 - total flux cleaned = 0.0050302 Jy ! Component: 150 - total flux cleaned = 0.00585539 Jy ! Component: 200 - total flux cleaned = 0.00620815 Jy ! Total flux subtracted in 200 components = 0.00620815 Jy ! Clean residual min=-0.001574 max=0.001476 Jy/beam ! Clean residual mean=-0.000001 rms=0.000370 Jy/beam ! Combined flux in latest and established models = 0.09563 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 46 components and 0.09563 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.451 mas, bmaj=16.15 mas, bpa=0.3857 degrees ! Estimated noise=664.779 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.38386e-05 Jy ! Component: 100 - total flux cleaned = -3.35463e-06 Jy ! Component: 150 - total flux cleaned = -3.11602e-06 Jy ! Component: 200 - total flux cleaned = 5.48179e-06 Jy ! Total flux subtracted in 200 components = 5.48179e-06 Jy ! Clean residual min=-0.001656 max=0.001953 Jy/beam ! Clean residual mean=-0.000001 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.0956355 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.55665e-07 Jy ! Component: 100 - total flux cleaned = -1.25951e-05 Jy ! Component: 150 - total flux cleaned = -2.49499e-05 Jy ! Component: 200 - total flux cleaned = -3.09424e-05 Jy ! Total flux subtracted in 200 components = -3.09424e-05 Jy ! Clean residual min=-0.001649 max=0.001952 Jy/beam ! Clean residual mean=-0.000001 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.0956046 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 55 components and 0.0956046 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.987 mas, bmaj=7.752 mas, bpa=-5.394 degrees ! Estimated noise=506.925 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000140105 Jy ! Component: 100 - total flux cleaned = 0.00012713 Jy ! Component: 150 - total flux cleaned = 0.000136008 Jy ! Component: 200 - total flux cleaned = 0.000153337 Jy ! Total flux subtracted in 200 components = 0.000153337 Jy ! Clean residual min=-0.001502 max=0.001484 Jy/beam ! Clean residual mean=-0.000001 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.0957579 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 60 components and 0.0957579 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082958Jy sigma=0.000778 ! Fit after self-cal, rms=0.082958Jy sigma=0.000778 wmodel J0536-2005_S_2015_03_17_pus_map.mod ! Writing 60 model components to file: J0536-2005_S_2015_03_17_pus_map.mod wobs J0536-2005_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0536-2005_S_2015_03_17_pus_uvs.fits wwins J0536-2005_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J0536-2005_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 = 2.4997e-05 Jy ! Component: 100 - total flux cleaned = 2.55993e-05 Jy ! Component: 150 - total flux cleaned = 1.01804e-06 Jy ! Component: 200 - total flux cleaned = -4.64569e-05 Jy ! Component: 250 - total flux cleaned = -6.92903e-05 Jy ! Component: 300 - total flux cleaned = -0.000113118 Jy ! Component: 350 - total flux cleaned = -0.000176342 Jy ! Component: 400 - total flux cleaned = -0.000175964 Jy ! Component: 450 - total flux cleaned = -0.000155304 Jy ! Component: 500 - total flux cleaned = -0.000134849 Jy ! Component: 550 - total flux cleaned = -9.60163e-05 Jy ! Component: 600 - total flux cleaned = -5.84192e-05 Jy ! Component: 650 - total flux cleaned = 1.5517e-05 Jy ! Component: 700 - total flux cleaned = 6.99594e-05 Jy ! Component: 750 - total flux cleaned = 0.000141826 Jy ! Component: 800 - total flux cleaned = 0.000282987 Jy ! Component: 850 - total flux cleaned = 0.000317365 Jy ! Component: 900 - total flux cleaned = 0.000385866 Jy ! Component: 950 - total flux cleaned = 0.000436373 Jy ! Component: 1000 - total flux cleaned = 0.00048633 Jy ! Component: 1050 - total flux cleaned = 0.00050264 Jy ! Component: 1100 - total flux cleaned = 0.000567468 Jy ! Component: 1150 - total flux cleaned = 0.000567545 Jy ! Component: 1200 - total flux cleaned = 0.000630506 Jy ! Component: 1250 - total flux cleaned = 0.000568521 Jy ! Component: 1300 - total flux cleaned = 0.000661159 Jy ! Component: 1350 - total flux cleaned = 0.000737291 Jy ! Component: 1400 - total flux cleaned = 0.000782148 Jy ! Component: 1450 - total flux cleaned = 0.00076741 Jy ! Component: 1500 - total flux cleaned = 0.000825939 Jy ! Component: 1550 - total flux cleaned = 0.000912783 Jy ! Component: 1600 - total flux cleaned = 0.000970046 Jy ! Component: 1650 - total flux cleaned = 0.00105509 Jy ! Component: 1700 - total flux cleaned = 0.0010831 Jy ! Component: 1750 - total flux cleaned = 0.0011527 Jy ! Component: 1800 - total flux cleaned = 0.00122121 Jy ! Component: 1850 - total flux cleaned = 0.0012486 Jy ! Component: 1900 - total flux cleaned = 0.00132947 Jy ! Component: 1950 - total flux cleaned = 0.00132946 Jy ! Component: 2000 - total flux cleaned = 0.00142202 Jy ! Component: 2050 - total flux cleaned = 0.00143532 Jy ! Component: 2100 - total flux cleaned = 0.00151325 Jy ! Component: 2150 - total flux cleaned = 0.00155191 Jy ! Component: 2200 - total flux cleaned = 0.00160286 Jy ! Component: 2250 - total flux cleaned = 0.00164071 Jy ! Component: 2300 - total flux cleaned = 0.00165307 Jy ! Component: 2350 - total flux cleaned = 0.00171533 Jy ! Component: 2400 - total flux cleaned = 0.00171539 Jy ! Component: 2450 - total flux cleaned = 0.0017644 Jy ! Component: 2500 - total flux cleaned = 0.00183712 Jy ! Component: 2550 - total flux cleaned = 0.00188506 Jy ! Component: 2600 - total flux cleaned = 0.00186119 Jy ! Component: 2650 - total flux cleaned = 0.00196724 Jy ! Component: 2700 - total flux cleaned = 0.0019321 Jy ! Component: 2750 - total flux cleaned = 0.00195543 Jy ! Component: 2800 - total flux cleaned = 0.00200166 Jy ! Component: 2850 - total flux cleaned = 0.00203596 Jy ! Component: 2900 - total flux cleaned = 0.0020361 Jy ! Component: 2950 - total flux cleaned = 0.00212631 Jy ! Component: 3000 - total flux cleaned = 0.0021822 Jy ! Component: 3050 - total flux cleaned = 0.0022154 Jy ! Component: 3100 - total flux cleaned = 0.00227041 Jy ! Component: 3150 - total flux cleaned = 0.00227048 Jy ! Component: 3200 - total flux cleaned = 0.00233566 Jy ! Component: 3250 - total flux cleaned = 0.00238967 Jy ! Component: 3300 - total flux cleaned = 0.00237898 Jy ! Component: 3350 - total flux cleaned = 0.00246396 Jy ! Component: 3400 - total flux cleaned = 0.00247445 Jy ! Component: 3450 - total flux cleaned = 0.00246393 Jy ! Component: 3500 - total flux cleaned = 0.00251609 Jy ! Component: 3550 - total flux cleaned = 0.00249536 Jy ! Component: 3600 - total flux cleaned = 0.00253655 Jy ! Component: 3650 - total flux cleaned = 0.00254681 Jy ! Component: 3700 - total flux cleaned = 0.00257721 Jy ! Component: 3750 - total flux cleaned = 0.00254693 Jy ! Component: 3800 - total flux cleaned = 0.00257713 Jy ! Component: 3850 - total flux cleaned = 0.00262691 Jy ! Component: 3900 - total flux cleaned = 0.00260709 Jy ! Component: 3950 - total flux cleaned = 0.00262678 Jy ! Component: 4000 - total flux cleaned = 0.00265604 Jy ! Component: 4050 - total flux cleaned = 0.00269492 Jy ! Total flux subtracted in 4096 components = 0.00263692 Jy ! Clean residual min=-0.000542 max=0.000564 Jy/beam ! Clean residual mean=-0.000001 rms=0.000177 Jy/beam ! Combined flux in latest and established models = 0.0983948 Jy keep ! Adding 309 model components to the UV plane model. ! The established model now contains 369 components and 0.0983948 Jy ![Exited script file: muppet] wmap "J0536-2005_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.987 x 7.752 at -5.394 degrees (North through East) ! Clean map min=-0.0010268 max=0.081977 Jy/beam ! Writing clean map to FITS file: J0536-2005_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.0819766 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000177216 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.648538 0.648538 1.29708 2.59415 5.1883 10.3766 20.7532 41.5064 83.0129 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.081 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.987 x 7.752 at -5.394 degrees (North through East) ! Clean map min=-0.0010268 max=0.081977 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 J0536-2005_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:48:12 2016