! Started logfile: J1532+2344_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:02:49 2016 obs J1532+2344_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1532+2344_S_2015_03_17_pus_uva.fits ! AN table 1: 56 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.865476 visibilities/baseline/integration-bin. ! Found source: J1532+2344 ! ! 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 8724 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 J1532+2344_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 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.903664Jy sigma=0.011234 ! Fit after self-cal, rms=0.885912Jy sigma=0.011007 ! 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.864 mas, bmaj=5.788 mas, bpa=-5.386 degrees ! Estimated noise=770.068 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.0844591 Jy ! Component: 100 - total flux cleaned = 0.106297 Jy ! Total flux subtracted in 100 components = 0.106297 Jy ! Clean residual min=-0.004840 max=0.009552 Jy/beam ! Clean residual mean=-0.000012 rms=0.001278 Jy/beam ! Combined flux in latest and established models = 0.106297 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.106297 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077238Jy sigma=0.000810 ! Fit after self-cal, rms=0.077215Jy sigma=0.000810 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0104846 Jy ! Component: 100 - total flux cleaned = 0.0164283 Jy ! Total flux subtracted in 100 components = 0.0164283 Jy ! Clean residual min=-0.003898 max=0.004947 Jy/beam ! Clean residual mean=-0.000009 rms=0.000977 Jy/beam ! Combined flux in latest and established models = 0.122725 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 24 components and 0.122725 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074833Jy sigma=0.000789 ! Fit after self-cal, rms=0.074808Jy sigma=0.000789 ! 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.403 mas, bmaj=6.631 mas, bpa=-6.096 degrees ! Estimated noise=629.745 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 (-4, -0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00580034 Jy ! Component: 100 - total flux cleaned = 0.00915879 Jy ! Component: 150 - total flux cleaned = 0.0114338 Jy ! Component: 200 - total flux cleaned = 0.0130114 Jy ! Total flux subtracted in 200 components = 0.0130114 Jy ! Clean residual min=-0.004491 max=0.003336 Jy/beam ! Clean residual mean=-0.000008 rms=0.000915 Jy/beam ! Combined flux in latest and established models = 0.135737 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 61 components and 0.135737 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074031Jy sigma=0.000785 ! Fit after self-cal, rms=0.073998Jy sigma=0.000785 ! 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.80 HN 0.97 KP 1.09 ! LA 1.03 MK 0.95 NL 0.84 OV 1.02 ! PT 1.10 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.81 HN 1.04 KP 1.09 ! LA 0.98 MK 1.04 NL 0.99 OV 1.05 ! PT 1.06 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.85 HN 1.06 KP 1.00 ! LA 0.79 MK 1.02 NL 1.12 OV 0.98 ! PT 1.05 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.92 HN 0.95 KP 0.96 ! LA 0.87 MK 1.09 NL 1.05 OV 1.01 ! PT 1.09 SC 1.01 ! ! ! Fit before self-cal, rms=0.073998Jy sigma=0.000785 ! Fit after self-cal, rms=0.068191Jy sigma=0.000767 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.437 mas, bmaj=6.693 mas, bpa=-6.07 degrees ! Estimated noise=630.181 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.000147206 Jy ! Component: 100 - total flux cleaned = -0.0001501 Jy ! Component: 150 - total flux cleaned = -0.000232674 Jy ! Component: 200 - total flux cleaned = -0.000287803 Jy ! Total flux subtracted in 200 components = -0.000287803 Jy ! Clean residual min=-0.001908 max=0.001973 Jy/beam ! Clean residual mean=0.000002 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.135449 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 78 components and 0.135449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068171Jy sigma=0.000767 ! Fit after self-cal, rms=0.068087Jy sigma=0.000766 ! 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.068087Jy sigma=0.000766 ! Fit after self-cal, rms=0.066702Jy sigma=0.000764 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.437 mas, bmaj=6.678 mas, bpa=-6.311 degrees ! Estimated noise=629.038 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000490727 Jy ! Component: 100 - total flux cleaned = -0.000574957 Jy ! Component: 150 - total flux cleaned = -0.000622479 Jy ! Component: 200 - total flux cleaned = -0.000664926 Jy ! Total flux subtracted in 200 components = -0.000664926 Jy ! Clean residual min=-0.001869 max=0.001859 Jy/beam ! Clean residual mean=-0.000000 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.134784 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 91 components and 0.134784 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066682Jy sigma=0.000763 ! Fit after self-cal, rms=0.066671Jy sigma=0.000763 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.45876e-05 Jy ! Component: 100 - total flux cleaned = -4.22389e-05 Jy ! Component: 150 - total flux cleaned = -4.17713e-05 Jy ! Component: 200 - total flux cleaned = -2.70461e-05 Jy ! Total flux subtracted in 200 components = -2.70461e-05 Jy ! Clean residual min=-0.001848 max=0.001872 Jy/beam ! Clean residual mean=-0.000000 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.134757 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 97 components and 0.134757 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066662Jy sigma=0.000763 ! Fit after self-cal, rms=0.066662Jy sigma=0.000763 ! Inverting map ! Added new window around map position (-105, 56). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00157425 Jy ! Component: 100 - total flux cleaned = 0.00168903 Jy ! Component: 150 - total flux cleaned = 0.00168999 Jy ! Component: 200 - total flux cleaned = 0.00171423 Jy ! Total flux subtracted in 200 components = 0.00171423 Jy ! Clean residual min=-0.001645 max=0.001571 Jy/beam ! Clean residual mean=-0.000000 rms=0.000380 Jy/beam ! Combined flux in latest and established models = 0.136471 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 128 components and 0.136471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066610Jy sigma=0.000763 ! Fit after self-cal, rms=0.066607Jy sigma=0.000763 ! 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.066607Jy sigma=0.000763 ! Fit after self-cal, rms=0.066559Jy sigma=0.000762 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.441 mas, bmaj=6.676 mas, bpa=-6.319 degrees ! Estimated noise=628.671 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000199173 Jy ! Component: 100 - total flux cleaned = 7.25845e-05 Jy ! Component: 150 - total flux cleaned = -1.85339e-05 Jy ! Component: 200 - total flux cleaned = -8.21063e-05 Jy ! Total flux subtracted in 200 components = -8.21063e-05 Jy ! Clean residual min=-0.001516 max=0.001565 Jy/beam ! Clean residual mean=-0.000000 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.136389 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 138 components and 0.136389 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066541Jy sigma=0.000762 ! Fit after self-cal, rms=0.066541Jy sigma=0.000762 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (61.5, 82). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00118571 Jy ! Component: 100 - total flux cleaned = 0.00125355 Jy ! Component: 150 - total flux cleaned = 0.00130297 Jy ! Component: 200 - total flux cleaned = 0.00139435 Jy ! Total flux subtracted in 200 components = 0.00139435 Jy ! Clean residual min=-0.001441 max=0.001532 Jy/beam ! Clean residual mean=-0.000001 rms=0.000353 Jy/beam ! Combined flux in latest and established models = 0.137783 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 158 components and 0.137783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066504Jy sigma=0.000762 ! Fit after self-cal, rms=0.066503Jy sigma=0.000762 ! Inverting map ! Added new window around map position (4, 49.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000396802 Jy ! Component: 100 - total flux cleaned = 0.000359336 Jy ! Component: 150 - total flux cleaned = 0.000305079 Jy ! Component: 200 - total flux cleaned = 0.00018338 Jy ! Total flux subtracted in 200 components = 0.00018338 Jy ! Clean residual min=-0.001300 max=0.001211 Jy/beam ! Clean residual mean=-0.000000 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.137967 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 174 components and 0.137967 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066464Jy sigma=0.000761 ! Fit after self-cal, rms=0.066464Jy sigma=0.000761 ! 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.066464Jy sigma=0.000761 ! Fit after self-cal, rms=0.066343Jy sigma=0.000761 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.752 mas, bmaj=10.13 mas, bpa=-4.443 degrees ! Estimated noise=785.061 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000450019 Jy ! Component: 100 - total flux cleaned = -0.000553123 Jy ! Component: 150 - total flux cleaned = -0.000569912 Jy ! Component: 200 - total flux cleaned = -0.000570999 Jy ! Total flux subtracted in 200 components = -0.000570999 Jy ! Clean residual min=-0.001357 max=0.001300 Jy/beam ! Clean residual mean=-0.000001 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.137396 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 195 components and 0.137396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066337Jy sigma=0.000761 ! Fit after self-cal, rms=0.066337Jy sigma=0.000761 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.38366e-05 Jy ! Component: 100 - total flux cleaned = -7.32248e-06 Jy ! Component: 150 - total flux cleaned = 1.69818e-05 Jy ! Component: 200 - total flux cleaned = 3.98449e-05 Jy ! Total flux subtracted in 200 components = 3.98449e-05 Jy ! Clean residual min=-0.001332 max=0.001268 Jy/beam ! Clean residual mean=-0.000001 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.137436 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 207 components and 0.137436 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066334Jy sigma=0.000761 ! Fit after self-cal, rms=0.066334Jy sigma=0.000761 ! 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.442 mas, bmaj=6.678 mas, bpa=-6.422 degrees ! Estimated noise=627.651 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.442 x 6.678 at -6.422 degrees (North through East) ! Clean map min=-0.0011603 max=0.11062 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.887 mas, bmaj=5.834 mas, bpa=-5.835 degrees ! Estimated noise=768.215 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.084134 Jy ! Component: 100 - total flux cleaned = 0.105734 Jy ! Component: 150 - total flux cleaned = 0.115974 Jy ! Component: 200 - total flux cleaned = 0.121915 Jy ! Total flux subtracted in 200 components = 0.121915 Jy ! Clean residual min=-0.002712 max=0.003080 Jy/beam ! Clean residual mean=-0.000003 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.121915 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.121915 Jy ! Inverting map and beam ! Estimated beam: bmin=3.442 mas, bmaj=6.678 mas, bpa=-6.422 degrees ! Estimated noise=627.651 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.0047883 Jy ! Component: 100 - total flux cleaned = 0.00772758 Jy ! Component: 150 - total flux cleaned = 0.00992566 Jy ! Component: 200 - total flux cleaned = 0.0113846 Jy ! Total flux subtracted in 200 components = 0.0113846 Jy ! Clean residual min=-0.001756 max=0.001939 Jy/beam ! Clean residual mean=-0.000001 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.1333 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 66 components and 0.1333 Jy ! Inverting map ! Added new window around map position (5, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00158294 Jy ! Component: 100 - total flux cleaned = 0.00229278 Jy ! Component: 150 - total flux cleaned = 0.00262656 Jy ! Component: 200 - total flux cleaned = 0.00275253 Jy ! Total flux subtracted in 200 components = 0.00275253 Jy ! Clean residual min=-0.001505 max=0.001261 Jy/beam ! Clean residual mean=-0.000001 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.136052 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 88 components and 0.136052 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.752 mas, bmaj=10.13 mas, bpa=-4.443 degrees ! Estimated noise=785.061 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000483553 Jy ! Component: 100 - total flux cleaned = 0.000910192 Jy ! Component: 150 - total flux cleaned = 0.00105253 Jy ! Component: 200 - total flux cleaned = 0.00118201 Jy ! Total flux subtracted in 200 components = 0.00118201 Jy ! Clean residual min=-0.001470 max=0.001298 Jy/beam ! Clean residual mean=-0.000001 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.137234 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 = 9.53456e-05 Jy ! Component: 100 - total flux cleaned = 0.000247732 Jy ! Component: 150 - total flux cleaned = 0.000347869 Jy ! Component: 200 - total flux cleaned = 0.000366891 Jy ! Total flux subtracted in 200 components = 0.000366891 Jy ! Clean residual min=-0.001407 max=0.001266 Jy/beam ! Clean residual mean=-0.000001 rms=0.000353 Jy/beam ! Combined flux in latest and established models = 0.137601 Jy ! Adding 74 model components to the UV plane model. ! The established model now contains 152 components and 0.137601 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.442 mas, bmaj=6.678 mas, bpa=-6.422 degrees ! Estimated noise=627.651 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000316774 Jy ! Component: 100 - total flux cleaned = -0.000314745 Jy ! Component: 150 - total flux cleaned = -0.000342154 Jy ! Component: 200 - total flux cleaned = -0.000398321 Jy ! Total flux subtracted in 200 components = -0.000398321 Jy ! Clean residual min=-0.001303 max=0.001211 Jy/beam ! Clean residual mean=-0.000000 rms=0.000323 Jy/beam ! Combined flux in latest and established models = 0.137203 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 176 components and 0.137203 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066348Jy sigma=0.000761 ! Fit after self-cal, rms=0.066344Jy sigma=0.000761 wmodel J1532+2344_S_2015_03_17_pus_map.mod ! Writing 176 model components to file: J1532+2344_S_2015_03_17_pus_map.mod wobs J1532+2344_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1532+2344_S_2015_03_17_pus_uvs.fits wwins J1532+2344_S_2015_03_17_pus_map.win ! wwins: Wrote 6 windows to J1532+2344_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.000219049 Jy ! Component: 100 - total flux cleaned = -0.000352909 Jy ! Component: 150 - total flux cleaned = -0.000543472 Jy ! Component: 200 - total flux cleaned = -0.000686652 Jy ! Component: 250 - total flux cleaned = -0.000805516 Jy ! Component: 300 - total flux cleaned = -0.00086332 Jy ! Component: 350 - total flux cleaned = -0.000901558 Jy ! Component: 400 - total flux cleaned = -0.000994219 Jy ! Component: 450 - total flux cleaned = -0.00106648 Jy ! Component: 500 - total flux cleaned = -0.00106629 Jy ! Component: 550 - total flux cleaned = -0.00108376 Jy ! Component: 600 - total flux cleaned = -0.0011525 Jy ! Component: 650 - total flux cleaned = -0.00120322 Jy ! Component: 700 - total flux cleaned = -0.00115279 Jy ! Component: 750 - total flux cleaned = -0.00116944 Jy ! Component: 800 - total flux cleaned = -0.00112106 Jy ! Component: 850 - total flux cleaned = -0.00115337 Jy ! Component: 900 - total flux cleaned = -0.0011533 Jy ! Component: 950 - total flux cleaned = -0.00104419 Jy ! Component: 1000 - total flux cleaned = -0.00107513 Jy ! Component: 1050 - total flux cleaned = -0.0009535 Jy ! Component: 1100 - total flux cleaned = -0.000968803 Jy ! Component: 1150 - total flux cleaned = -0.00081991 Jy ! Component: 1200 - total flux cleaned = -0.000746743 Jy ! Component: 1250 - total flux cleaned = -0.000761482 Jy ! Component: 1300 - total flux cleaned = -0.000689499 Jy ! Component: 1350 - total flux cleaned = -0.00064673 Jy ! Component: 1400 - total flux cleaned = -0.000576352 Jy ! Component: 1450 - total flux cleaned = -0.000562541 Jy ! Component: 1500 - total flux cleaned = -0.000521393 Jy ! Component: 1550 - total flux cleaned = -0.000535196 Jy ! Component: 1600 - total flux cleaned = -0.000467628 Jy ! Component: 1650 - total flux cleaned = -0.000454319 Jy ! Component: 1700 - total flux cleaned = -0.000454105 Jy ! Component: 1750 - total flux cleaned = -0.000388409 Jy ! Component: 1800 - total flux cleaned = -0.000375408 Jy ! Component: 1850 - total flux cleaned = -0.000297873 Jy ! Component: 1900 - total flux cleaned = -0.000221247 Jy ! Component: 1950 - total flux cleaned = -0.00024645 Jy ! Component: 2000 - total flux cleaned = -0.000171151 Jy ! Component: 2050 - total flux cleaned = -0.000171259 Jy ! Component: 2100 - total flux cleaned = -0.000134268 Jy ! Component: 2150 - total flux cleaned = -9.75921e-05 Jy ! Component: 2200 - total flux cleaned = -3.71273e-05 Jy ! Component: 2250 - total flux cleaned = -3.7068e-05 Jy ! Component: 2300 - total flux cleaned = -3.72272e-05 Jy ! Component: 2350 - total flux cleaned = 6.90876e-05 Jy ! Component: 2400 - total flux cleaned = 9.26172e-05 Jy ! Component: 2450 - total flux cleaned = 0.000115873 Jy ! Component: 2500 - total flux cleaned = 0.000150423 Jy ! Component: 2550 - total flux cleaned = 0.000161738 Jy ! Component: 2600 - total flux cleaned = 0.000195703 Jy ! Component: 2650 - total flux cleaned = 0.000240951 Jy ! Component: 2700 - total flux cleaned = 0.000274605 Jy ! Component: 2750 - total flux cleaned = 0.000296806 Jy ! Component: 2800 - total flux cleaned = 0.000351984 Jy ! Component: 2850 - total flux cleaned = 0.000362867 Jy ! Component: 2900 - total flux cleaned = 0.000438986 Jy ! Component: 2950 - total flux cleaned = 0.000460636 Jy ! Component: 3000 - total flux cleaned = 0.000503633 Jy ! Component: 3050 - total flux cleaned = 0.000578171 Jy ! Component: 3100 - total flux cleaned = 0.000567535 Jy ! Component: 3150 - total flux cleaned = 0.000609644 Jy ! Component: 3200 - total flux cleaned = 0.000672239 Jy ! Component: 3250 - total flux cleaned = 0.000651513 Jy ! Component: 3300 - total flux cleaned = 0.000641253 Jy ! Component: 3350 - total flux cleaned = 0.000682245 Jy ! Component: 3400 - total flux cleaned = 0.000733017 Jy ! Component: 3450 - total flux cleaned = 0.000743123 Jy ! Component: 3500 - total flux cleaned = 0.00076323 Jy ! Component: 3550 - total flux cleaned = 0.000832994 Jy ! Component: 3600 - total flux cleaned = 0.00085277 Jy ! Component: 3650 - total flux cleaned = 0.000843016 Jy ! Component: 3700 - total flux cleaned = 0.000852846 Jy ! Component: 3750 - total flux cleaned = 0.000911345 Jy ! Component: 3800 - total flux cleaned = 0.000950059 Jy ! Component: 3850 - total flux cleaned = 0.000969356 Jy ! Component: 3900 - total flux cleaned = 0.00100763 Jy ! Component: 3950 - total flux cleaned = 0.000998211 Jy ! Component: 4000 - total flux cleaned = 0.00104553 Jy ! Component: 4050 - total flux cleaned = 0.00107377 Jy ! Total flux subtracted in 4096 components = 0.00110188 Jy ! Clean residual min=-0.000519 max=0.000580 Jy/beam ! Clean residual mean=0.000001 rms=0.000169 Jy/beam ! Combined flux in latest and established models = 0.138305 Jy keep ! Adding 279 model components to the UV plane model. ! The established model now contains 455 components and 0.138305 Jy ![Exited script file: muppet] wmap "J1532+2344_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.442 x 6.678 at -6.422 degrees (North through East) ! Clean map min=-0.00096762 max=0.11052 Jy/beam ! Writing clean map to FITS file: J1532+2344_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.110515 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00016738 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.454364 0.454364 0.908728 1.81746 3.63491 7.26982 14.5396 29.0793 58.1586 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.11 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.442 x 6.678 at -6.422 degrees (North through East) ! Clean map min=-0.00096762 max=0.11052 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 J1532+2344_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:02:54 2016