! Started logfile: J1332-0509_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:06:40 2016 obs J1332-0509_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J1332-0509_S_2014_08_09_pus_uva.fits ! AN table 1: 82 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.844715 visibilities/baseline/integration-bin. ! Found source: J1332-0509 ! ! 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 12468 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 J1332-0509_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 72 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 72 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 72 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 72 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.776289Jy sigma=0.006600 ! Fit after self-cal, rms=0.754424Jy sigma=0.006432 ! 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.936 mas, bmaj=6.944 mas, bpa=6.528 degrees ! Estimated noise=1031.8 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.223492 Jy ! Component: 100 - total flux cleaned = 0.276629 Jy ! Total flux subtracted in 100 components = 0.276629 Jy ! Clean residual min=-0.010032 max=0.029322 Jy/beam ! Clean residual mean=0.000022 rms=0.003275 Jy/beam ! Combined flux in latest and established models = 0.276629 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.276629 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.274285Jy sigma=0.000963 ! Fit after self-cal, rms=0.274034Jy sigma=0.000962 ! Inverting map ! Added new window around map position (4.5, 9). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0273454 Jy ! Component: 100 - total flux cleaned = 0.0411587 Jy ! Total flux subtracted in 100 components = 0.0411587 Jy ! Clean residual min=-0.008769 max=0.009440 Jy/beam ! Clean residual mean=0.000011 rms=0.002280 Jy/beam ! Combined flux in latest and established models = 0.317788 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 22 components and 0.317788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.270641Jy sigma=0.000885 ! Fit after self-cal, rms=0.270078Jy sigma=0.000882 ! 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.543 mas, bmaj=7.871 mas, bpa=6.118 degrees ! Estimated noise=764.727 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.0151652 Jy ! Component: 100 - total flux cleaned = 0.0242749 Jy ! Component: 150 - total flux cleaned = 0.0304669 Jy ! Component: 200 - total flux cleaned = 0.0348681 Jy ! Total flux subtracted in 200 components = 0.0348681 Jy ! Clean residual min=-0.006955 max=0.010316 Jy/beam ! Clean residual mean=0.000008 rms=0.001965 Jy/beam ! Combined flux in latest and established models = 0.352656 Jy ! Performing phase self-cal ! Adding 81 model components to the UV plane model. ! The established model now contains 96 components and 0.352656 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.269043Jy sigma=0.000861 ! Fit after self-cal, rms=0.268633Jy sigma=0.000860 ! 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 1.00 FD 0.78 HN 0.98 KP 1.05 ! LA 1.11 MK 0.98 NL 0.96 OV 0.97 ! PT 1.06 SC 0.99 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.97 HN 1.04 KP 1.00 ! LA 1.09 MK 0.99 NL 0.99 OV 1.00 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.14 HN 1.04 KP 0.94 ! LA 0.85 MK 1.01 NL 0.99 OV 0.93 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.97 HN 0.99 KP 0.87 ! LA 0.83 MK 1.04 NL 1.08 OV 0.98 ! PT 1.03 SC 0.97 ! ! ! Fit before self-cal, rms=0.268633Jy sigma=0.000860 ! Fit after self-cal, rms=0.247449Jy sigma=0.000814 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.555 mas, bmaj=7.912 mas, bpa=6.137 degrees ! Estimated noise=759.404 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (17.5, 30.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00912831 Jy ! Component: 100 - total flux cleaned = 0.0145623 Jy ! Component: 150 - total flux cleaned = 0.0183959 Jy ! Component: 200 - total flux cleaned = 0.0211872 Jy ! Total flux subtracted in 200 components = 0.0211872 Jy ! Clean residual min=-0.004130 max=0.004199 Jy/beam ! Clean residual mean=0.000000 rms=0.001109 Jy/beam ! Combined flux in latest and established models = 0.373843 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 141 components and 0.373843 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.247081Jy sigma=0.000805 ! Fit after self-cal, rms=0.246586Jy sigma=0.000804 ! 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.246586Jy sigma=0.000804 ! Fit after self-cal, rms=0.451923Jy sigma=0.000790 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.563 mas, bmaj=7.922 mas, bpa=6.176 degrees ! Estimated noise=763.054 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00288518 Jy ! Component: 100 - total flux cleaned = 0.00479979 Jy ! Component: 150 - total flux cleaned = 0.0062518 Jy ! Component: 200 - total flux cleaned = 0.00740861 Jy ! Total flux subtracted in 200 components = 0.00740861 Jy ! Clean residual min=-0.003292 max=0.002700 Jy/beam ! Clean residual mean=-0.000004 rms=0.000736 Jy/beam ! Combined flux in latest and established models = 0.381252 Jy selfcal ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 183 components and 0.381252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.451917Jy sigma=0.000789 ! Fit after self-cal, rms=0.453341Jy sigma=0.000789 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.00108016 Jy ! Component: 100 - total flux cleaned = 0.00156606 Jy ! Component: 150 - total flux cleaned = 0.00189538 Jy ! Component: 200 - total flux cleaned = 0.0021602 Jy ! Total flux subtracted in 200 components = 0.0021602 Jy ! Clean residual min=-0.003105 max=0.002594 Jy/beam ! Clean residual mean=-0.000004 rms=0.000710 Jy/beam ! Combined flux in latest and established models = 0.383412 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 203 components and 0.383412 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.453342Jy sigma=0.000788 ! Fit after self-cal, rms=0.453347Jy sigma=0.000788 ! 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.453347Jy sigma=0.000788 ! Fit after self-cal, rms=0.470619Jy sigma=0.000788 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.563 mas, bmaj=7.922 mas, bpa=6.16 degrees ! Estimated noise=764.019 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00100661 Jy ! Component: 100 - total flux cleaned = 0.00134786 Jy ! Component: 150 - total flux cleaned = 0.00153692 Jy ! Component: 200 - total flux cleaned = 0.00166011 Jy ! Total flux subtracted in 200 components = 0.00166011 Jy ! Clean residual min=-0.003048 max=0.002607 Jy/beam ! Clean residual mean=-0.000005 rms=0.000695 Jy/beam ! Combined flux in latest and established models = 0.385072 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 217 components and 0.385072 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.470609Jy sigma=0.000788 ! Fit after self-cal, rms=0.470672Jy sigma=0.000788 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.000170341 Jy ! Component: 100 - total flux cleaned = 0.00026338 Jy ! Component: 150 - total flux cleaned = 0.000392676 Jy ! Component: 200 - total flux cleaned = 0.000492604 Jy ! Total flux subtracted in 200 components = 0.000492604 Jy ! Clean residual min=-0.002972 max=0.002587 Jy/beam ! Clean residual mean=-0.000005 rms=0.000689 Jy/beam ! Combined flux in latest and established models = 0.385565 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 227 components and 0.385565 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.470672Jy sigma=0.000788 ! Fit after self-cal, rms=0.470676Jy sigma=0.000788 ! 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.470676Jy sigma=0.000788 ! Fit after self-cal, rms=0.472851Jy sigma=0.000788 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.303 mas, bmaj=12.62 mas, bpa=3.693 degrees ! Estimated noise=943.816 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00132267 Jy ! Component: 100 - total flux cleaned = 0.00181995 Jy ! Component: 150 - total flux cleaned = 0.00179225 Jy ! Component: 200 - total flux cleaned = 0.00171432 Jy ! Total flux subtracted in 200 components = 0.00171432 Jy ! Clean residual min=-0.003340 max=0.003552 Jy/beam ! Clean residual mean=-0.000010 rms=0.000969 Jy/beam ! Combined flux in latest and established models = 0.387279 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 237 components and 0.387279 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.472840Jy sigma=0.000788 ! Fit after self-cal, rms=0.472836Jy sigma=0.000788 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.000130038 Jy ! Component: 100 - total flux cleaned = 0.000131152 Jy ! Component: 150 - total flux cleaned = 5.96031e-05 Jy ! Component: 200 - total flux cleaned = 1.65993e-05 Jy ! Total flux subtracted in 200 components = 1.65993e-05 Jy ! Clean residual min=-0.003233 max=0.003505 Jy/beam ! Clean residual mean=-0.000010 rms=0.000958 Jy/beam ! Combined flux in latest and established models = 0.387296 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 246 components and 0.387296 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.472837Jy sigma=0.000788 ! Fit after self-cal, rms=0.472836Jy sigma=0.000788 ! 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.563 mas, bmaj=7.921 mas, bpa=6.159 degrees ! Estimated noise=765.394 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.563 x 7.921 at 6.159 degrees (North through East) ! Clean map min=-0.0025921 max=0.28374 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.95 mas, bmaj=6.973 mas, bpa=6.553 degrees ! Estimated noise=1037.33 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.224304 Jy ! Component: 100 - total flux cleaned = 0.280521 Jy ! Component: 150 - total flux cleaned = 0.30702 Jy ! Component: 200 - total flux cleaned = 0.321097 Jy ! Total flux subtracted in 200 components = 0.321097 Jy ! Clean residual min=-0.005092 max=0.006819 Jy/beam ! Clean residual mean=0.000006 rms=0.001484 Jy/beam ! Combined flux in latest and established models = 0.321097 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.321097 Jy ! Inverting map and beam ! Estimated beam: bmin=3.563 mas, bmaj=7.921 mas, bpa=6.159 degrees ! Estimated noise=765.394 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.0125793 Jy ! Component: 100 - total flux cleaned = 0.0216576 Jy ! Component: 150 - total flux cleaned = 0.0288205 Jy ! Component: 200 - total flux cleaned = 0.0346137 Jy ! Total flux subtracted in 200 components = 0.0346137 Jy ! Clean residual min=-0.004136 max=0.004436 Jy/beam ! Clean residual mean=0.000001 rms=0.001065 Jy/beam ! Combined flux in latest and established models = 0.35571 Jy ! Adding 66 model components to the UV plane model. ! The established model now contains 78 components and 0.355711 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.303 mas, bmaj=12.62 mas, bpa=3.693 degrees ! Estimated noise=943.816 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00778 Jy ! Component: 100 - total flux cleaned = 0.0131668 Jy ! Component: 150 - total flux cleaned = 0.0170993 Jy ! Component: 200 - total flux cleaned = 0.0200656 Jy ! Total flux subtracted in 200 components = 0.0200656 Jy ! Clean residual min=-0.003809 max=0.003233 Jy/beam ! Clean residual mean=-0.000006 rms=0.001033 Jy/beam ! Combined flux in latest and established models = 0.375776 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.00228023 Jy ! Component: 100 - total flux cleaned = 0.00406675 Jy ! Component: 150 - total flux cleaned = 0.00548541 Jy ! Component: 200 - total flux cleaned = 0.00662262 Jy ! Total flux subtracted in 200 components = 0.00662262 Jy ! Clean residual min=-0.003267 max=0.003202 Jy/beam ! Clean residual mean=-0.000008 rms=0.000946 Jy/beam ! Combined flux in latest and established models = 0.382399 Jy ! Adding 109 model components to the UV plane model. ! The established model now contains 180 components and 0.382399 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.563 mas, bmaj=7.921 mas, bpa=6.159 degrees ! Estimated noise=765.394 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000373269 Jy ! Component: 100 - total flux cleaned = 0.000871569 Jy ! Component: 150 - total flux cleaned = 0.00133949 Jy ! Component: 200 - total flux cleaned = 0.00165381 Jy ! Total flux subtracted in 200 components = 0.00165381 Jy ! Clean residual min=-0.002808 max=0.002628 Jy/beam ! Clean residual mean=-0.000005 rms=0.000684 Jy/beam ! Combined flux in latest and established models = 0.384052 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 193 components and 0.384052 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.472829Jy sigma=0.000788 ! Fit after self-cal, rms=0.472838Jy sigma=0.000788 wmodel J1332-0509_S_2014_08_09_pus_map.mod ! Writing 193 model components to file: J1332-0509_S_2014_08_09_pus_map.mod wobs J1332-0509_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J1332-0509_S_2014_08_09_pus_uvs.fits wwins J1332-0509_S_2014_08_09_pus_map.win ! wwins: Wrote 3 windows to J1332-0509_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.000720392 Jy ! Component: 100 - total flux cleaned = -0.000766781 Jy ! Component: 150 - total flux cleaned = -0.000636515 Jy ! Component: 200 - total flux cleaned = -0.000678106 Jy ! Component: 250 - total flux cleaned = -0.000718873 Jy ! Component: 300 - total flux cleaned = -0.000757188 Jy ! Component: 350 - total flux cleaned = -0.000572936 Jy ! Component: 400 - total flux cleaned = -0.00046597 Jy ! Component: 450 - total flux cleaned = -0.000466047 Jy ! Component: 500 - total flux cleaned = -0.000466103 Jy ! Component: 550 - total flux cleaned = -0.000565048 Jy ! Component: 600 - total flux cleaned = -0.000499958 Jy ! Component: 650 - total flux cleaned = -0.000563512 Jy ! Component: 700 - total flux cleaned = -0.000562961 Jy ! Component: 750 - total flux cleaned = -0.000532193 Jy ! Component: 800 - total flux cleaned = -0.000592026 Jy ! Component: 850 - total flux cleaned = -0.000650385 Jy ! Component: 900 - total flux cleaned = -0.000649654 Jy ! Component: 950 - total flux cleaned = -0.000677998 Jy ! Component: 1000 - total flux cleaned = -0.000706202 Jy ! Component: 1050 - total flux cleaned = -0.000761989 Jy ! Component: 1100 - total flux cleaned = -0.000788911 Jy ! Component: 1150 - total flux cleaned = -0.000788847 Jy ! Component: 1200 - total flux cleaned = -0.000814999 Jy ! Component: 1250 - total flux cleaned = -0.000788207 Jy ! Component: 1300 - total flux cleaned = -0.000736082 Jy ! Component: 1350 - total flux cleaned = -0.00078736 Jy ! Component: 1400 - total flux cleaned = -0.000661089 Jy ! Component: 1450 - total flux cleaned = -0.000711699 Jy ! Component: 1500 - total flux cleaned = -0.000686999 Jy ! Component: 1550 - total flux cleaned = -0.000613398 Jy ! Component: 1600 - total flux cleaned = -0.000637578 Jy ! Component: 1650 - total flux cleaned = -0.000565123 Jy ! Component: 1700 - total flux cleaned = -0.000493676 Jy ! Component: 1750 - total flux cleaned = -0.000446699 Jy ! Component: 1800 - total flux cleaned = -0.000376972 Jy ! Component: 1850 - total flux cleaned = -0.000423135 Jy ! Component: 1900 - total flux cleaned = -0.000331133 Jy ! Component: 1950 - total flux cleaned = -0.000285729 Jy ! Component: 2000 - total flux cleaned = -0.000128176 Jy ! Component: 2050 - total flux cleaned = -0.000106272 Jy ! Component: 2100 - total flux cleaned = -0.000128141 Jy ! Component: 2150 - total flux cleaned = 2.56596e-05 Jy ! Component: 2200 - total flux cleaned = 0.000112798 Jy ! Component: 2250 - total flux cleaned = 0.000198971 Jy ! Component: 2300 - total flux cleaned = 0.000220413 Jy ! Component: 2350 - total flux cleaned = 0.000347559 Jy ! Component: 2400 - total flux cleaned = 0.000410637 Jy ! Component: 2450 - total flux cleaned = 0.000452255 Jy ! Component: 2500 - total flux cleaned = 0.000535504 Jy ! Component: 2550 - total flux cleaned = 0.000658823 Jy ! Component: 2600 - total flux cleaned = 0.000679204 Jy ! Component: 2650 - total flux cleaned = 0.000780732 Jy ! Component: 2700 - total flux cleaned = 0.000841124 Jy ! Component: 2750 - total flux cleaned = 0.000881293 Jy ! Component: 2800 - total flux cleaned = 0.00100042 Jy ! Component: 2850 - total flux cleaned = 0.00102002 Jy ! Component: 2900 - total flux cleaned = 0.00107896 Jy ! Component: 2950 - total flux cleaned = 0.00105979 Jy ! Component: 3000 - total flux cleaned = 0.00115686 Jy ! Component: 3050 - total flux cleaned = 0.00119555 Jy ! Component: 3100 - total flux cleaned = 0.00131049 Jy ! Component: 3150 - total flux cleaned = 0.00136759 Jy ! Component: 3200 - total flux cleaned = 0.00140545 Jy ! Component: 3250 - total flux cleaned = 0.00146183 Jy ! Component: 3300 - total flux cleaned = 0.00148042 Jy ! Component: 3350 - total flux cleaned = 0.00155486 Jy ! Component: 3400 - total flux cleaned = 0.00155468 Jy ! Component: 3450 - total flux cleaned = 0.00168338 Jy ! Component: 3500 - total flux cleaned = 0.00162845 Jy ! Component: 3550 - total flux cleaned = 0.00162847 Jy ! Component: 3600 - total flux cleaned = 0.00170103 Jy ! Component: 3650 - total flux cleaned = 0.00177311 Jy ! Component: 3700 - total flux cleaned = 0.00177316 Jy ! Component: 3750 - total flux cleaned = 0.00179085 Jy ! Component: 3800 - total flux cleaned = 0.00184399 Jy ! Component: 3850 - total flux cleaned = 0.00180875 Jy ! Component: 3900 - total flux cleaned = 0.00180866 Jy ! Component: 3950 - total flux cleaned = 0.00184358 Jy ! Component: 4000 - total flux cleaned = 0.00184358 Jy ! Component: 4050 - total flux cleaned = 0.00186091 Jy ! Total flux subtracted in 4096 components = 0.00189551 Jy ! Clean residual min=-0.000962 max=0.001169 Jy/beam ! Clean residual mean=-0.000001 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.385948 Jy keep ! Adding 313 model components to the UV plane model. ! The established model now contains 506 components and 0.385948 Jy ![Exited script file: muppet] wmap "J1332-0509_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.563 x 7.921 at 6.159 degrees (North through East) ! Clean map min=-0.0021856 max=0.28522 Jy/beam ! Writing clean map to FITS file: J1332-0509_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.285215 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000330402 device "J1332-0509_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1332-0509_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.347529 0.347529 0.695058 1.39012 2.78023 5.56046 11.1209 22.2419 44.4837 88.9674 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.285 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.563 x 7.921 at 6.159 degrees (North through East) ! Clean map min=-0.0021856 max=0.28522 Jy/beam quit ! Quitting program ! Log file J1332-0509_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:06:45 2016