! Started logfile: J0742-3829_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:26:54 2016 obs J0742-3829_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J0742-3829_S_2014_12_20_pus_uva.fits ! AN table 1: 118 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.36403 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0742-3829 ! ! 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 344 lines of history. ! ! Reading 7732 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 J0742-3829_S_2014_12_20_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 550 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 581 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 564 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 503 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.902509Jy sigma=0.007096 ! Fit after self-cal, rms=0.875356Jy sigma=0.006907 ! 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=6.21 mas, bmaj=26.58 mas, bpa=3.6 degrees ! Estimated noise=4574.6 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.101313 Jy ! Component: 100 - total flux cleaned = 0.13213 Jy ! Total flux subtracted in 100 components = 0.13213 Jy ! Clean residual min=-0.016499 max=0.021689 Jy/beam ! Clean residual mean=-0.000306 rms=0.004802 Jy/beam ! Combined flux in latest and established models = 0.13213 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.13213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112321Jy sigma=0.000815 ! Fit after self-cal, rms=0.112138Jy sigma=0.000813 ! 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.591 mas, bmaj=42.57 mas, bpa=3.157 degrees ! Estimated noise=1121.3 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.0206761 Jy ! Component: 100 - total flux cleaned = 0.0301587 Jy ! Component: 150 - total flux cleaned = 0.0346342 Jy ! Component: 200 - total flux cleaned = 0.0353931 Jy ! Total flux subtracted in 200 components = 0.0353931 Jy ! Clean residual min=-0.007267 max=0.004952 Jy/beam ! Clean residual mean=-0.000105 rms=0.002136 Jy/beam ! Combined flux in latest and established models = 0.167523 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 39 components and 0.167523 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108393Jy sigma=0.000787 ! Fit after self-cal, rms=0.108244Jy sigma=0.000785 ! 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.02 FD 0.88 HN 1.00* KP 1.07 ! LA 0.91 MK 1.00* NL 1.21 OV 1.03 ! PT 1.01 SC 1.00* ! ! ! Correcting IF 2. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.05 HN 1.00* KP 1.05 ! LA 0.89 MK 1.00* NL 1.23 OV 1.07 ! PT 0.99 SC 1.00* ! ! ! Correcting IF 3. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.06 HN 1.00* KP 0.97 ! LA 0.77 MK 1.00* NL 1.53 OV 1.05 ! PT 1.20 SC 1.00* ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.99 HN 0.88 KP 1.04 ! LA 0.81 MK 1.00* NL 1.18 OV 1.01 ! PT 1.03 SC 0.77 ! ! ! Fit before self-cal, rms=0.108244Jy sigma=0.000785 ! Fit after self-cal, rms=0.111636Jy sigma=0.000771 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=10.01 mas, bmaj=44.54 mas, bpa=3.971 degrees ! Estimated noise=1158.04 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.000658019 Jy ! Component: 100 - total flux cleaned = -0.00061935 Jy ! Component: 150 - total flux cleaned = -0.000582343 Jy ! Component: 200 - total flux cleaned = -0.000548081 Jy ! Total flux subtracted in 200 components = -0.000548081 Jy ! Clean residual min=-0.004717 max=0.004769 Jy/beam ! Clean residual mean=0.000019 rms=0.001426 Jy/beam ! Combined flux in latest and established models = 0.166975 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 58 components and 0.166975 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111602Jy sigma=0.000771 ! Fit after self-cal, rms=0.111631Jy sigma=0.000770 ! 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.111631Jy sigma=0.000770 ! Fit after self-cal, rms=0.117273Jy sigma=0.000758 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.03 mas, bmaj=45.05 mas, bpa=4.165 degrees ! Estimated noise=1167 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00142553 Jy ! Component: 100 - total flux cleaned = 0.00146395 Jy ! Component: 150 - total flux cleaned = 0.00149708 Jy ! Component: 200 - total flux cleaned = 0.00149644 Jy ! Total flux subtracted in 200 components = 0.00149644 Jy ! Clean residual min=-0.003226 max=0.003172 Jy/beam ! Clean residual mean=0.000024 rms=0.000926 Jy/beam ! Combined flux in latest and established models = 0.168471 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 80 components and 0.168471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117233Jy sigma=0.000757 ! Fit after self-cal, rms=0.117705Jy sigma=0.000757 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.86468e-05 Jy ! Component: 100 - total flux cleaned = 5.47831e-05 Jy ! Component: 150 - total flux cleaned = 7.87437e-05 Jy ! Component: 200 - total flux cleaned = 7.81042e-05 Jy ! Total flux subtracted in 200 components = 7.81042e-05 Jy ! Clean residual min=-0.003265 max=0.002957 Jy/beam ! Clean residual mean=0.000024 rms=0.000917 Jy/beam ! Combined flux in latest and established models = 0.168549 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 98 components and 0.168549 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117693Jy sigma=0.000757 ! Fit after self-cal, rms=0.117695Jy sigma=0.000757 ! 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.117695Jy sigma=0.000757 ! Fit after self-cal, rms=0.123272Jy sigma=0.000756 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.02 mas, bmaj=45.45 mas, bpa=4.335 degrees ! Estimated noise=1166.14 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000250137 Jy ! Component: 100 - total flux cleaned = 0.000247254 Jy ! Component: 150 - total flux cleaned = 0.000246793 Jy ! Component: 200 - total flux cleaned = 0.000245027 Jy ! Total flux subtracted in 200 components = 0.000245027 Jy ! Clean residual min=-0.002711 max=0.002874 Jy/beam ! Clean residual mean=0.000028 rms=0.000842 Jy/beam ! Combined flux in latest and established models = 0.168794 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 123 components and 0.168794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123248Jy sigma=0.000756 ! Fit after self-cal, rms=0.123467Jy sigma=0.000756 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 = -5.09395e-06 Jy ! Component: 100 - total flux cleaned = -5.98093e-06 Jy ! Component: 150 - total flux cleaned = -6.40724e-06 Jy ! Component: 200 - total flux cleaned = -6.94133e-06 Jy ! Total flux subtracted in 200 components = -6.94133e-06 Jy ! Clean residual min=-0.002707 max=0.002906 Jy/beam ! Clean residual mean=0.000027 rms=0.000836 Jy/beam ! Combined flux in latest and established models = 0.168787 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 130 components and 0.168787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123459Jy sigma=0.000756 ! Fit after self-cal, rms=0.123460Jy sigma=0.000756 ! 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.123460Jy sigma=0.000756 ! Fit after self-cal, rms=0.124551Jy sigma=0.000756 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.26 mas, bmaj=49.5 mas, bpa=4.969 degrees ! Estimated noise=1155.17 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.13729e-05 Jy ! Component: 100 - total flux cleaned = -2.10671e-05 Jy ! Component: 150 - total flux cleaned = -2.18859e-05 Jy ! Component: 200 - total flux cleaned = -3.93737e-05 Jy ! Total flux subtracted in 200 components = -3.93737e-05 Jy ! Clean residual min=-0.002493 max=0.002737 Jy/beam ! Clean residual mean=0.000032 rms=0.000799 Jy/beam ! Combined flux in latest and established models = 0.168748 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 148 components and 0.168748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124539Jy sigma=0.000755 ! Fit after self-cal, rms=0.124563Jy sigma=0.000755 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.31765e-07 Jy ! Component: 100 - total flux cleaned = -1.55952e-05 Jy ! Component: 150 - total flux cleaned = -2.99288e-05 Jy ! Component: 200 - total flux cleaned = -4.3066e-05 Jy ! Total flux subtracted in 200 components = -4.3066e-05 Jy ! Clean residual min=-0.002515 max=0.002753 Jy/beam ! Clean residual mean=0.000032 rms=0.000798 Jy/beam ! Combined flux in latest and established models = 0.168705 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 157 components and 0.168705 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124558Jy sigma=0.000755 ! Fit after self-cal, rms=0.124557Jy sigma=0.000755 ! 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=10.01 mas, bmaj=45.8 mas, bpa=4.466 degrees ! Estimated noise=1165.36 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 10.01 x 45.8 at 4.466 degrees (North through East) ! Clean map min=-0.0026513 max=0.13381 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=6.392 mas, bmaj=27.98 mas, bpa=4.95 degrees ! Estimated noise=4221.9 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.100393 Jy ! Component: 100 - total flux cleaned = 0.13083 Jy ! Component: 150 - total flux cleaned = 0.147665 Jy ! Component: 200 - total flux cleaned = 0.156173 Jy ! Total flux subtracted in 200 components = 0.156173 Jy ! Clean residual min=-0.013147 max=0.013148 Jy/beam ! Clean residual mean=-0.000061 rms=0.003609 Jy/beam ! Combined flux in latest and established models = 0.156174 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 44 model components to the UV plane model. ! The established model now contains 44 components and 0.156174 Jy ! Inverting map and beam ! Estimated beam: bmin=10.01 mas, bmaj=45.8 mas, bpa=4.466 degrees ! Estimated noise=1165.36 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) ! Added new window around map position (-7, -5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0080187 Jy ! Component: 100 - total flux cleaned = 0.0098838 Jy ! Component: 150 - total flux cleaned = 0.0113686 Jy ! Component: 200 - total flux cleaned = 0.0113703 Jy ! Total flux subtracted in 200 components = 0.0113703 Jy ! Clean residual min=-0.002966 max=0.002773 Jy/beam ! Clean residual mean=0.000015 rms=0.000879 Jy/beam ! Combined flux in latest and established models = 0.167544 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 90 components and 0.167544 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=11.26 mas, bmaj=49.5 mas, bpa=4.969 degrees ! Estimated noise=1155.17 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00128193 Jy ! Component: 100 - total flux cleaned = -0.00153328 Jy ! Component: 150 - total flux cleaned = -0.00174448 Jy ! Component: 200 - total flux cleaned = -0.00188665 Jy ! Total flux subtracted in 200 components = -0.00188665 Jy ! Clean residual min=-0.002550 max=0.002557 Jy/beam ! Clean residual mean=0.000008 rms=0.000759 Jy/beam ! Combined flux in latest and established models = 0.165657 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 = -8.8022e-05 Jy ! Component: 100 - total flux cleaned = -0.000126878 Jy ! Component: 150 - total flux cleaned = -8.84194e-05 Jy ! Component: 200 - total flux cleaned = -0.000122387 Jy ! Total flux subtracted in 200 components = -0.000122387 Jy ! Clean residual min=-0.002364 max=0.002536 Jy/beam ! Clean residual mean=0.000008 rms=0.000741 Jy/beam ! Combined flux in latest and established models = 0.165535 Jy ! Adding 109 model components to the UV plane model. ! The established model now contains 194 components and 0.165535 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=10.01 mas, bmaj=45.8 mas, bpa=4.466 degrees ! Estimated noise=1165.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000117316 Jy ! Component: 100 - total flux cleaned = 0.00021254 Jy ! Component: 150 - total flux cleaned = 0.000212212 Jy ! Component: 200 - total flux cleaned = 0.000213957 Jy ! Total flux subtracted in 200 components = 0.000213957 Jy ! Clean residual min=-0.002643 max=0.002542 Jy/beam ! Clean residual mean=0.000010 rms=0.000754 Jy/beam ! Combined flux in latest and established models = 0.165749 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 227 components and 0.165749 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124446Jy sigma=0.000755 ! Fit after self-cal, rms=0.124399Jy sigma=0.000755 wmodel J0742-3829_S_2014_12_20_pus_map.mod ! Writing 227 model components to file: J0742-3829_S_2014_12_20_pus_map.mod wobs J0742-3829_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J0742-3829_S_2014_12_20_pus_uvs.fits wwins J0742-3829_S_2014_12_20_pus_map.win ! wwins: Wrote 2 windows to J0742-3829_S_2014_12_20_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.000429082 Jy ! Component: 100 - total flux cleaned = -0.000553995 Jy ! Component: 150 - total flux cleaned = -0.000780442 Jy ! Component: 200 - total flux cleaned = -0.0010963 Jy ! Component: 250 - total flux cleaned = -0.00142908 Jy ! Component: 300 - total flux cleaned = -0.00180922 Jy ! Component: 350 - total flux cleaned = -0.00217371 Jy ! Component: 400 - total flux cleaned = -0.00255117 Jy ! Component: 450 - total flux cleaned = -0.00285906 Jy ! Component: 500 - total flux cleaned = -0.0031581 Jy ! Component: 550 - total flux cleaned = -0.00339474 Jy ! Component: 600 - total flux cleaned = -0.00352246 Jy ! Component: 650 - total flux cleaned = -0.00367182 Jy ! Component: 700 - total flux cleaned = -0.00376894 Jy ! Component: 750 - total flux cleaned = -0.00386378 Jy ! Component: 800 - total flux cleaned = -0.00400242 Jy ! Component: 850 - total flux cleaned = -0.00406998 Jy ! Component: 900 - total flux cleaned = -0.00420265 Jy ! Component: 950 - total flux cleaned = -0.00433183 Jy ! Component: 1000 - total flux cleaned = -0.00441671 Jy ! Component: 1050 - total flux cleaned = -0.00454097 Jy ! Component: 1100 - total flux cleaned = -0.00458132 Jy ! Component: 1150 - total flux cleaned = -0.00464143 Jy ! Component: 1200 - total flux cleaned = -0.00472003 Jy ! Component: 1250 - total flux cleaned = -0.00479661 Jy ! Component: 1300 - total flux cleaned = -0.00483424 Jy ! Component: 1350 - total flux cleaned = -0.00488981 Jy ! Component: 1400 - total flux cleaned = -0.00492633 Jy ! Component: 1450 - total flux cleaned = -0.00490836 Jy ! Component: 1500 - total flux cleaned = -0.00496201 Jy ! Component: 1550 - total flux cleaned = -0.00497959 Jy ! Component: 1600 - total flux cleaned = -0.00499713 Jy ! Component: 1650 - total flux cleaned = -0.0050484 Jy ! Component: 1700 - total flux cleaned = -0.00499732 Jy ! Component: 1750 - total flux cleaned = -0.00496377 Jy ! Component: 1800 - total flux cleaned = -0.00496386 Jy ! Component: 1850 - total flux cleaned = -0.004931 Jy ! Component: 1900 - total flux cleaned = -0.00491497 Jy ! Component: 1950 - total flux cleaned = -0.00494735 Jy ! Component: 2000 - total flux cleaned = -0.00494724 Jy ! Component: 2050 - total flux cleaned = -0.0049474 Jy ! Component: 2100 - total flux cleaned = -0.00496314 Jy ! Component: 2150 - total flux cleaned = -0.00494741 Jy ! Component: 2200 - total flux cleaned = -0.00490079 Jy ! Component: 2250 - total flux cleaned = -0.00485441 Jy ! Component: 2300 - total flux cleaned = -0.00482365 Jy ! Component: 2350 - total flux cleaned = -0.00479313 Jy ! Component: 2400 - total flux cleaned = -0.0047932 Jy ! Component: 2450 - total flux cleaned = -0.00479311 Jy ! Component: 2500 - total flux cleaned = -0.00474823 Jy ! Component: 2550 - total flux cleaned = -0.00473342 Jy ! Component: 2600 - total flux cleaned = -0.00473344 Jy ! Component: 2650 - total flux cleaned = -0.00474822 Jy ! Component: 2700 - total flux cleaned = -0.00474827 Jy ! Component: 2750 - total flux cleaned = -0.00473359 Jy ! Component: 2800 - total flux cleaned = -0.00469002 Jy ! Component: 2850 - total flux cleaned = -0.0046611 Jy ! Component: 2900 - total flux cleaned = -0.00464675 Jy ! Component: 2950 - total flux cleaned = -0.00464684 Jy ! Component: 3000 - total flux cleaned = -0.00471874 Jy ! Component: 3050 - total flux cleaned = -0.00474752 Jy ! Component: 3100 - total flux cleaned = -0.00476189 Jy ! Component: 3150 - total flux cleaned = -0.00480493 Jy ! Component: 3200 - total flux cleaned = -0.0048336 Jy ! Component: 3250 - total flux cleaned = -0.00486223 Jy ! Component: 3300 - total flux cleaned = -0.00486224 Jy ! Component: 3350 - total flux cleaned = -0.00489092 Jy ! Component: 3400 - total flux cleaned = -0.00490509 Jy ! Component: 3450 - total flux cleaned = -0.00493367 Jy ! Component: 3500 - total flux cleaned = -0.0049051 Jy ! Component: 3550 - total flux cleaned = -0.00491939 Jy ! Component: 3600 - total flux cleaned = -0.00491946 Jy ! Component: 3650 - total flux cleaned = -0.00489084 Jy ! Component: 3700 - total flux cleaned = -0.00489093 Jy ! Component: 3750 - total flux cleaned = -0.0048478 Jy ! Component: 3800 - total flux cleaned = -0.00481898 Jy ! Component: 3850 - total flux cleaned = -0.00479004 Jy ! Component: 3900 - total flux cleaned = -0.00477559 Jy ! Component: 3950 - total flux cleaned = -0.00474667 Jy ! Component: 4000 - total flux cleaned = -0.00473211 Jy ! Component: 4050 - total flux cleaned = -0.00473226 Jy ! Total flux subtracted in 4096 components = -0.00471768 Jy ! Clean residual min=-0.000804 max=0.000860 Jy/beam ! Clean residual mean=0.000017 rms=0.000308 Jy/beam ! Combined flux in latest and established models = 0.161031 Jy keep ! Adding 333 model components to the UV plane model. ! The established model now contains 560 components and 0.161031 Jy ![Exited script file: muppet] wmap "J0742-3829_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 10.01 x 45.8 at 4.466 degrees (North through East) ! Clean map min=-0.0027825 max=0.13374 Jy/beam ! Writing clean map to FITS file: J0742-3829_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.133744 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000311276 device "J0742-3829_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J0742-3829_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.698223 0.698223 1.39645 2.79289 5.58579 11.1716 22.3431 44.6863 89.3726 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.133 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 10.01 x 45.8 at 4.466 degrees (North through East) ! Clean map min=-0.0027825 max=0.13374 Jy/beam quit ! Quitting program ! Log file J0742-3829_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:27:04 2016