! Started logfile: J1717-3948_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:33:07 2016 obs J1717-3948_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1717-3948_S_2014_08_05_pus_uva.fits ! AN table 1: 85 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.274771 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1717-3948 ! ! 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 360 lines of history. ! ! Reading 4204 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 J1717-3948_S_2014_08_05_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 425 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 434 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 435 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 435 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.947496Jy sigma=0.006657 ! Fit after self-cal, rms=0.892104Jy sigma=0.006303 ! 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=4.81 mas, bmaj=21.76 mas, bpa=-2.609 degrees ! Estimated noise=9828.5 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.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.127412 Jy ! Component: 100 - total flux cleaned = 0.178358 Jy ! Total flux subtracted in 100 components = 0.178358 Jy ! Clean residual min=-0.047268 max=0.051582 Jy/beam ! Clean residual mean=-0.003914 rms=0.016522 Jy/beam ! Combined flux in latest and established models = 0.178358 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.178358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.241225Jy sigma=0.001696 ! Fit after self-cal, rms=0.240091Jy sigma=0.001690 ! 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=9.843 mas, bmaj=70.69 mas, bpa=7.578 degrees ! Estimated noise=1645.23 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.0504171 Jy ! Component: 100 - total flux cleaned = 0.0766302 Jy ! Component: 150 - total flux cleaned = 0.0902677 Jy ! Component: 200 - total flux cleaned = 0.0933712 Jy ! Total flux subtracted in 200 components = 0.0933712 Jy ! Clean residual min=-0.065215 max=0.067417 Jy/beam ! Clean residual mean=-0.009853 rms=0.034913 Jy/beam ! Combined flux in latest and established models = 0.27173 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 25 components and 0.27173 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.230601Jy sigma=0.001618 ! Fit after self-cal, rms=0.228275Jy sigma=0.001606 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.82 HN 2.00 KP 4.85 ! LA 0.65 MK 1.00* NL 1.72 OV 3.42 ! PT 0.59 SC 1.00* ! ! ! Correcting IF 2. ! A total of 42 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 4.32 HN 1.13 KP 4.02 ! LA 0.72 MK 1.00* NL 2.50 OV 3.48 ! PT 0.46 SC 1.06 ! ! ! Correcting IF 3. ! A total of 48 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 5.12 HN 1.23 KP 3.63 ! LA 0.64 MK 1.00* NL 2.28 OV 4.25 ! PT 0.41 SC 1.00* ! ! ! Correcting IF 4. ! A total of 48 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 4.86 HN 0.88 KP 3.44 ! LA 0.68 MK 1.00* NL 2.99 OV 3.58 ! PT 0.38 SC 2.43 ! ! ! Fit before self-cal, rms=0.228275Jy sigma=0.001606 ! Fit after self-cal, rms=0.972355Jy sigma=0.000827 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=13.39 mas, bmaj=89.99 mas, bpa=6.429 degrees ! Estimated noise=2838.15 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.0127901 Jy ! Component: 100 - total flux cleaned = 0.0154879 Jy ! Component: 150 - total flux cleaned = 0.0158799 Jy ! Component: 200 - total flux cleaned = 0.016243 Jy ! Total flux subtracted in 200 components = 0.016243 Jy ! Clean residual min=-0.034386 max=0.034880 Jy/beam ! Clean residual mean=0.000493 rms=0.012552 Jy/beam ! Combined flux in latest and established models = 0.287973 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 39 components and 0.287973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.969942Jy sigma=0.000833 ! Fit after self-cal, rms=0.999980Jy sigma=0.000793 ! 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.999980Jy sigma=0.000793 ! Fit after self-cal, rms=1.212196Jy sigma=0.000724 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.71 mas, bmaj=87.57 mas, bpa=5.853 degrees ! Estimated noise=2913.44 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0012958 Jy ! Component: 100 - total flux cleaned = 0.000821972 Jy ! Component: 150 - total flux cleaned = 0.000421644 Jy ! Component: 200 - total flux cleaned = 0.000163878 Jy ! Total flux subtracted in 200 components = 0.000163878 Jy ! Clean residual min=-0.014728 max=0.013882 Jy/beam ! Clean residual mean=0.000026 rms=0.005930 Jy/beam ! Combined flux in latest and established models = 0.288137 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 43 components and 0.288137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.211972Jy sigma=0.000725 ! Fit after self-cal, rms=1.215399Jy sigma=0.000721 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.00313568 Jy ! Component: 100 - total flux cleaned = -0.00353547 Jy ! Component: 150 - total flux cleaned = -0.00368194 Jy ! Component: 200 - total flux cleaned = -0.00377153 Jy ! Total flux subtracted in 200 components = -0.00377153 Jy ! Clean residual min=-0.013318 max=0.012975 Jy/beam ! Clean residual mean=-0.000261 rms=0.005651 Jy/beam ! Combined flux in latest and established models = 0.284365 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 48 components and 0.284365 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.215402Jy sigma=0.000722 ! Fit after self-cal, rms=1.215437Jy sigma=0.000722 ! 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=1.215437Jy sigma=0.000722 ! Fit after self-cal, rms=1.567200Jy sigma=0.000718 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=13.07 mas, bmaj=87.35 mas, bpa=5.615 degrees ! Estimated noise=3005.08 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000452368 Jy ! Component: 100 - total flux cleaned = 0.000183385 Jy ! Component: 150 - total flux cleaned = -0.000128862 Jy ! Component: 200 - total flux cleaned = -0.000332002 Jy ! Total flux subtracted in 200 components = -0.000332002 Jy ! Clean residual min=-0.012528 max=0.010680 Jy/beam ! Clean residual mean=-0.000044 rms=0.004745 Jy/beam ! Combined flux in latest and established models = 0.284033 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 56 components and 0.284033 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.567072Jy sigma=0.000718 ! Fit after self-cal, rms=1.569527Jy sigma=0.000717 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.00225689 Jy ! Component: 100 - total flux cleaned = -0.00239356 Jy ! Component: 150 - total flux cleaned = -0.00247672 Jy ! Component: 200 - total flux cleaned = -0.00255575 Jy ! Total flux subtracted in 200 components = -0.00255575 Jy ! Clean residual min=-0.011630 max=0.011981 Jy/beam ! Clean residual mean=-0.000246 rms=0.004656 Jy/beam ! Combined flux in latest and established models = 0.281477 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 57 components and 0.281477 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.569510Jy sigma=0.000718 ! Fit after self-cal, rms=1.569565Jy sigma=0.000718 ! 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=1.569565Jy sigma=0.000718 ! Fit after self-cal, rms=1.937338Jy sigma=0.000716 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=15.41 mas, bmaj=106.5 mas, bpa=6.701 degrees ! Estimated noise=2863.92 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000251987 Jy ! Component: 100 - total flux cleaned = -0.000235867 Jy ! Component: 150 - total flux cleaned = -0.00045404 Jy ! Component: 200 - total flux cleaned = -0.000645365 Jy ! Total flux subtracted in 200 components = -0.000645365 Jy ! Clean residual min=-0.011288 max=0.010081 Jy/beam ! Clean residual mean=-0.000086 rms=0.004206 Jy/beam ! Combined flux in latest and established models = 0.280832 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 65 components and 0.280832 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.937227Jy sigma=0.000716 ! Fit after self-cal, rms=1.938857Jy sigma=0.000716 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.00170485 Jy ! Component: 100 - total flux cleaned = -0.00170004 Jy ! Component: 150 - total flux cleaned = -0.00177061 Jy ! Component: 200 - total flux cleaned = -0.00186481 Jy ! Total flux subtracted in 200 components = -0.00186481 Jy ! Clean residual min=-0.010793 max=0.011251 Jy/beam ! Clean residual mean=-0.000251 rms=0.004203 Jy/beam ! Combined flux in latest and established models = 0.278967 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 66 components and 0.278967 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.938812Jy sigma=0.000716 ! Fit after self-cal, rms=1.938912Jy sigma=0.000716 ! 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=13.39 mas, bmaj=87.07 mas, bpa=5.411 degrees ! Estimated noise=3083.3 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 13.39 x 87.07 at 5.411 degrees (North through East) ! Clean map min=-0.010423 max=0.20768 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=4.832 mas, bmaj=23.63 mas, bpa=-2.093 degrees ! Estimated noise=16605.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.173523 Jy ! Component: 100 - total flux cleaned = 0.229712 Jy ! Component: 150 - total flux cleaned = 0.241736 Jy ! Component: 200 - total flux cleaned = 0.248883 Jy ! Total flux subtracted in 200 components = 0.248883 Jy ! Clean residual min=-0.043043 max=0.057976 Jy/beam ! Clean residual mean=-0.000824 rms=0.013664 Jy/beam ! Combined flux in latest and established models = 0.248883 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.248883 Jy ! Inverting map and beam ! Estimated beam: bmin=13.39 mas, bmaj=87.07 mas, bpa=5.411 degrees ! Estimated noise=3083.3 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.0144076 Jy ! Component: 100 - total flux cleaned = 0.0165952 Jy ! Component: 150 - total flux cleaned = 0.01838 Jy ! Component: 200 - total flux cleaned = 0.0195111 Jy ! Total flux subtracted in 200 components = 0.0195111 Jy ! Clean residual min=-0.014731 max=0.018587 Jy/beam ! Clean residual mean=-0.001040 rms=0.007004 Jy/beam ! Combined flux in latest and established models = 0.268395 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 25 components and 0.268395 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=15.41 mas, bmaj=106.5 mas, bpa=6.701 degrees ! Estimated noise=2863.92 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00220816 Jy ! Component: 100 - total flux cleaned = 0.00297368 Jy ! Component: 150 - total flux cleaned = 0.00364443 Jy ! Component: 200 - total flux cleaned = 0.0042399 Jy ! Total flux subtracted in 200 components = 0.0042399 Jy ! Clean residual min=-0.013053 max=0.015341 Jy/beam ! Clean residual mean=-0.000759 rms=0.005572 Jy/beam ! Combined flux in latest and established models = 0.272634 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.000522143 Jy ! Component: 100 - total flux cleaned = 0.000986359 Jy ! Component: 150 - total flux cleaned = 0.00139629 Jy ! Component: 200 - total flux cleaned = 0.00175432 Jy ! Total flux subtracted in 200 components = 0.00175432 Jy ! Clean residual min=-0.012170 max=0.013866 Jy/beam ! Clean residual mean=-0.000613 rms=0.004996 Jy/beam ! Combined flux in latest and established models = 0.274389 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 30 components and 0.274389 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=13.39 mas, bmaj=87.07 mas, bpa=5.411 degrees ! Estimated noise=3083.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000202273 Jy ! Component: 100 - total flux cleaned = 0.000102667 Jy ! Component: 150 - total flux cleaned = 0.000444884 Jy ! Component: 200 - total flux cleaned = 0.000667555 Jy ! Total flux subtracted in 200 components = 0.000667555 Jy ! Clean residual min=-0.011798 max=0.013135 Jy/beam ! Clean residual mean=-0.000519 rms=0.004686 Jy/beam ! Combined flux in latest and established models = 0.275056 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 33 components and 0.275056 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.938505Jy sigma=0.000718 ! Fit after self-cal, rms=1.938674Jy sigma=0.000718 wmodel J1717-3948_S_2014_08_05_pus_map.mod ! Writing 33 model components to file: J1717-3948_S_2014_08_05_pus_map.mod wobs J1717-3948_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1717-3948_S_2014_08_05_pus_uvs.fits wwins J1717-3948_S_2014_08_05_pus_map.win ! wwins: Wrote 1 windows to J1717-3948_S_2014_08_05_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.00613866 Jy ! Component: 100 - total flux cleaned = 0.0106774 Jy ! Component: 150 - total flux cleaned = 0.0124263 Jy ! Component: 200 - total flux cleaned = 0.0148449 Jy ! Component: 250 - total flux cleaned = 0.0169849 Jy ! Component: 300 - total flux cleaned = 0.0192173 Jy ! Component: 350 - total flux cleaned = 0.0220725 Jy ! Component: 400 - total flux cleaned = 0.0240552 Jy ! Component: 450 - total flux cleaned = 0.0258593 Jy ! Component: 500 - total flux cleaned = 0.0276535 Jy ! Component: 550 - total flux cleaned = 0.0299337 Jy ! Component: 600 - total flux cleaned = 0.032063 Jy ! Component: 650 - total flux cleaned = 0.0330609 Jy ! Component: 700 - total flux cleaned = 0.0337385 Jy ! Component: 750 - total flux cleaned = 0.0344366 Jy ! Component: 800 - total flux cleaned = 0.0355072 Jy ! Component: 850 - total flux cleaned = 0.0367975 Jy ! Component: 900 - total flux cleaned = 0.037937 Jy ! Component: 950 - total flux cleaned = 0.0391055 Jy ! Component: 1000 - total flux cleaned = 0.0405103 Jy ! Component: 1050 - total flux cleaned = 0.0419626 Jy ! Component: 1100 - total flux cleaned = 0.0430321 Jy ! Component: 1150 - total flux cleaned = 0.0441285 Jy ! Component: 1200 - total flux cleaned = 0.0452566 Jy ! Component: 1250 - total flux cleaned = 0.0468907 Jy ! Component: 1300 - total flux cleaned = 0.0483409 Jy ! Component: 1350 - total flux cleaned = 0.0500819 Jy ! Component: 1400 - total flux cleaned = 0.0516311 Jy ! Component: 1450 - total flux cleaned = 0.0532261 Jy ! Component: 1500 - total flux cleaned = 0.0548679 Jy ! Component: 1550 - total flux cleaned = 0.0568424 Jy ! Component: 1600 - total flux cleaned = 0.0588894 Jy ! Component: 1650 - total flux cleaned = 0.0610038 Jy ! Component: 1700 - total flux cleaned = 0.0628658 Jy ! Component: 1750 - total flux cleaned = 0.0654441 Jy ! Component: 1800 - total flux cleaned = 0.0674428 Jy ! Component: 1850 - total flux cleaned = 0.0701896 Jy ! Component: 1900 - total flux cleaned = 0.0726743 Jy ! Component: 1950 - total flux cleaned = 0.075981 Jy ! Component: 2000 - total flux cleaned = 0.0790303 Jy ! Component: 2050 - total flux cleaned = 0.0821752 Jy ! Component: 2100 - total flux cleaned = 0.0850157 Jy ! Component: 2150 - total flux cleaned = 0.0887981 Jy ! Component: 2200 - total flux cleaned = 0.0922855 Jy ! Component: 2250 - total flux cleaned = 0.0954313 Jy ! Component: 2300 - total flux cleaned = 0.0996133 Jy ! Component: 2350 - total flux cleaned = 0.103462 Jy ! Component: 2400 - total flux cleaned = 0.107943 Jy ! Component: 2450 - total flux cleaned = 0.11207 Jy ! Component: 2500 - total flux cleaned = 0.116855 Jy ! Component: 2550 - total flux cleaned = 0.121809 Jy ! Component: 2600 - total flux cleaned = 0.126939 Jy ! Component: 2650 - total flux cleaned = 0.131653 Jy ! Component: 2700 - total flux cleaned = 0.137754 Jy ! Component: 2750 - total flux cleaned = 0.143451 Jy ! Component: 2800 - total flux cleaned = 0.149332 Jy ! Component: 2850 - total flux cleaned = 0.155416 Jy ! Component: 2900 - total flux cleaned = 0.162415 Jy ! Component: 2950 - total flux cleaned = 0.168932 Jy ! Component: 3000 - total flux cleaned = 0.17718 Jy ! Component: 3050 - total flux cleaned = 0.184201 Jy ! Component: 3100 - total flux cleaned = 0.191445 Jy ! Component: 3150 - total flux cleaned = 0.199776 Jy ! Component: 3200 - total flux cleaned = 0.207545 Jy ! Component: 3250 - total flux cleaned = 0.215576 Jy ! Component: 3300 - total flux cleaned = 0.224829 Jy ! Component: 3350 - total flux cleaned = 0.234408 Jy ! Component: 3400 - total flux cleaned = 0.244358 Jy ! Component: 3450 - total flux cleaned = 0.253617 Jy ! Component: 3500 - total flux cleaned = 0.264264 Jy ! Component: 3550 - total flux cleaned = 0.274182 Jy ! Component: 3600 - total flux cleaned = 0.285607 Jy ! Component: 3650 - total flux cleaned = 0.296245 Jy ! Component: 3700 - total flux cleaned = 0.308486 Jy ! Component: 3750 - total flux cleaned = 0.321181 Jy ! Component: 3800 - total flux cleaned = 0.334319 Jy ! Component: 3850 - total flux cleaned = 0.349318 Jy ! Component: 3900 - total flux cleaned = 0.360613 Jy ! Component: 3950 - total flux cleaned = 0.370869 Jy ! Component: 4000 - total flux cleaned = 0.379947 Jy ! Component: 4050 - total flux cleaned = 0.387809 Jy ! Total flux subtracted in 4096 components = 0.395932 Jy ! Clean residual min=-0.091076 max=0.090258 Jy/beam ! Clean residual mean=0.012954 rms=0.044605 Jy/beam ! Combined flux in latest and established models = 0.670988 Jy keep ! Adding 239 model components to the UV plane model. ! The established model now contains 272 components and 0.670988 Jy ![Exited script file: muppet] wmap "J1717-3948_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 13.39 x 87.07 at 5.411 degrees (North through East) ! Clean map min=-0.10345 max=0.20974 Jy/beam ! Writing clean map to FITS file: J1717-3948_S_2014_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.20974 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.0565513 device "J1717-3948_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1717-3948_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -80.8878 80.8878 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.1696 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.209 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 13.39 x 87.07 at 5.411 degrees (North through East) ! Clean map min=-0.10345 max=0.20974 Jy/beam quit ! Quitting program ! Log file J1717-3948_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:33:14 2016