! Started logfile: J0737-3954_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:26:46 2016 obs J0737-3954_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J0737-3954_S_2014_12_20_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.266472 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0737-3954 ! ! 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 5468 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 J0737-3954_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 606 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 601 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 606 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 614 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.928710Jy sigma=0.007119 ! Fit after self-cal, rms=0.894537Jy sigma=0.006893 ! 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.712 mas, bmaj=24.61 mas, bpa=1.515 degrees ! Estimated noise=6668.34 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.0996628 Jy ! Component: 100 - total flux cleaned = 0.13388 Jy ! Total flux subtracted in 100 components = 0.13388 Jy ! Clean residual min=-0.020434 max=0.022746 Jy/beam ! Clean residual mean=-0.000125 rms=0.005817 Jy/beam ! Combined flux in latest and established models = 0.13388 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.13388 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110717Jy sigma=0.000776 ! Fit after self-cal, rms=0.110303Jy sigma=0.000773 ! 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.296 mas, bmaj=47.66 mas, bpa=-0.9524 degrees ! Estimated noise=1303.79 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.00530886 Jy ! Component: 100 - total flux cleaned = 0.00607625 Jy ! Component: 150 - total flux cleaned = 0.00678988 Jy ! Component: 200 - total flux cleaned = 0.00727783 Jy ! Total flux subtracted in 200 components = 0.00727783 Jy ! Clean residual min=-0.008029 max=0.011488 Jy/beam ! Clean residual mean=-0.000236 rms=0.002899 Jy/beam ! Combined flux in latest and established models = 0.141158 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 37 components and 0.141158 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109610Jy sigma=0.000769 ! Fit after self-cal, rms=0.109581Jy sigma=0.000769 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.83 HN 0.52 KP 1.09 ! LA 0.96 MK 1.00* NL 1.36 OV 1.08 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.07 HN 1.00* KP 1.08 ! LA 0.90 MK 1.00* NL 1.41 OV 1.22 ! PT 1.02 SC 1.00* ! ! ! Correcting IF 3. ! A total of 21 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.07 HN 1.00* KP 0.95 ! LA 0.75 MK 1.00* NL 1.45 OV 1.04 ! PT 0.95 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.00* FD 0.89 HN 1.00* KP 0.91 ! LA 0.80 MK 1.00* NL 1.40 OV 1.10 ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.109581Jy sigma=0.000769 ! Fit after self-cal, rms=0.122227Jy sigma=0.000748 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=10.23 mas, bmaj=50.93 mas, bpa=-0.3713 degrees ! Estimated noise=1376.7 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.000692596 Jy ! Component: 100 - total flux cleaned = -0.000406499 Jy ! Component: 150 - total flux cleaned = -0.000330533 Jy ! Component: 200 - total flux cleaned = -0.000329087 Jy ! Total flux subtracted in 200 components = -0.000329087 Jy ! Clean residual min=-0.004845 max=0.006318 Jy/beam ! Clean residual mean=-0.000042 rms=0.001814 Jy/beam ! Combined flux in latest and established models = 0.140829 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 52 components and 0.140829 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122059Jy sigma=0.000747 ! Fit after self-cal, rms=0.122318Jy sigma=0.000745 ! 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.122318Jy sigma=0.000745 ! Fit after self-cal, rms=0.125662Jy sigma=0.000741 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.27 mas, bmaj=50.67 mas, bpa=-0.4135 degrees ! Estimated noise=1377.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000668316 Jy ! Component: 100 - total flux cleaned = 0.000880613 Jy ! Component: 150 - total flux cleaned = 0.00092817 Jy ! Component: 200 - total flux cleaned = 0.00097364 Jy ! Total flux subtracted in 200 components = 0.00097364 Jy ! Clean residual min=-0.004211 max=0.004487 Jy/beam ! Clean residual mean=-0.000093 rms=0.001508 Jy/beam ! Combined flux in latest and established models = 0.141803 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 61 components and 0.141803 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125612Jy sigma=0.000741 ! Fit after self-cal, rms=0.125754Jy sigma=0.000741 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.36033e-05 Jy ! Component: 100 - total flux cleaned = 4.40051e-05 Jy ! Component: 150 - total flux cleaned = 8.46122e-05 Jy ! Component: 200 - total flux cleaned = 0.000122769 Jy ! Total flux subtracted in 200 components = 0.000122769 Jy ! Clean residual min=-0.004210 max=0.004382 Jy/beam ! Clean residual mean=-0.000085 rms=0.001494 Jy/beam ! Combined flux in latest and established models = 0.141926 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 66 components and 0.141926 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125721Jy sigma=0.000741 ! Fit after self-cal, rms=0.125675Jy sigma=0.000741 ! 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.125675Jy sigma=0.000741 ! Fit after self-cal, rms=0.125823Jy sigma=0.000740 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.23 mas, bmaj=50.6 mas, bpa=-0.3868 degrees ! Estimated noise=1377.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000435975 Jy ! Component: 100 - total flux cleaned = 0.0005193 Jy ! Component: 150 - total flux cleaned = 0.00055949 Jy ! Component: 200 - total flux cleaned = 0.000634353 Jy ! Total flux subtracted in 200 components = 0.000634353 Jy ! Clean residual min=-0.003965 max=0.004189 Jy/beam ! Clean residual mean=-0.000109 rms=0.001428 Jy/beam ! Combined flux in latest and established models = 0.14256 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 70 components and 0.14256 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125795Jy sigma=0.000740 ! Fit after self-cal, rms=0.125840Jy sigma=0.000740 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.05179e-05 Jy ! Component: 100 - total flux cleaned = 5.14081e-05 Jy ! Component: 150 - total flux cleaned = 0.000118768 Jy ! Component: 200 - total flux cleaned = 0.000151059 Jy ! Total flux subtracted in 200 components = 0.000151059 Jy ! Clean residual min=-0.003980 max=0.004057 Jy/beam ! Clean residual mean=-0.000105 rms=0.001411 Jy/beam ! Combined flux in latest and established models = 0.142711 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 72 components and 0.142711 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125819Jy sigma=0.000740 ! Fit after self-cal, rms=0.125818Jy sigma=0.000740 ! 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.125818Jy sigma=0.000740 ! Fit after self-cal, rms=0.125152Jy sigma=0.000740 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.49 mas, bmaj=55.53 mas, bpa=0.255 degrees ! Estimated noise=1351.18 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000838399 Jy ! Component: 100 - total flux cleaned = 0.000903609 Jy ! Component: 150 - total flux cleaned = 0.000935169 Jy ! Component: 200 - total flux cleaned = 0.000966911 Jy ! Total flux subtracted in 200 components = 0.000966911 Jy ! Clean residual min=-0.004011 max=0.004118 Jy/beam ! Clean residual mean=-0.000118 rms=0.001398 Jy/beam ! Combined flux in latest and established models = 0.143678 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 80 components and 0.143678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125131Jy sigma=0.000740 ! Fit after self-cal, rms=0.125125Jy sigma=0.000740 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 = -1.53114e-05 Jy ! Component: 100 - total flux cleaned = 1.40059e-05 Jy ! Component: 150 - total flux cleaned = 7.12715e-05 Jy ! Component: 200 - total flux cleaned = 0.000100457 Jy ! Total flux subtracted in 200 components = 0.000100457 Jy ! Clean residual min=-0.004016 max=0.004010 Jy/beam ! Clean residual mean=-0.000116 rms=0.001387 Jy/beam ! Combined flux in latest and established models = 0.143778 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 84 components and 0.143778 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125109Jy sigma=0.000740 ! Fit after self-cal, rms=0.125107Jy sigma=0.000740 ! 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.2 mas, bmaj=50.6 mas, bpa=-0.3726 degrees ! Estimated noise=1378.64 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 10.2 x 50.6 at -0.3726 degrees (North through East) ! Clean map min=-0.0039796 max=0.11601 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=5.811 mas, bmaj=26.53 mas, bpa=-0.3758 degrees ! Estimated noise=5613.58 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0920383 Jy ! Component: 100 - total flux cleaned = 0.121393 Jy ! Component: 150 - total flux cleaned = 0.132772 Jy ! Component: 200 - total flux cleaned = 0.135659 Jy ! Total flux subtracted in 200 components = 0.135659 Jy ! Clean residual min=-0.014202 max=0.013412 Jy/beam ! Clean residual mean=-0.000119 rms=0.003988 Jy/beam ! Combined flux in latest and established models = 0.135659 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.135659 Jy ! Inverting map and beam ! Estimated beam: bmin=10.2 mas, bmaj=50.6 mas, bpa=-0.3726 degrees ! Estimated noise=1378.64 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.00405612 Jy ! Component: 100 - total flux cleaned = 0.00437099 Jy ! Component: 150 - total flux cleaned = 0.00475055 Jy ! Component: 200 - total flux cleaned = 0.00506668 Jy ! Total flux subtracted in 200 components = 0.00506668 Jy ! Clean residual min=-0.004821 max=0.005778 Jy/beam ! Clean residual mean=-0.000137 rms=0.001714 Jy/beam ! Combined flux in latest and established models = 0.140725 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 57 components and 0.140725 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.49 mas, bmaj=55.53 mas, bpa=0.255 degrees ! Estimated noise=1351.18 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00103057 Jy ! Component: 100 - total flux cleaned = 0.0012311 Jy ! Component: 150 - total flux cleaned = 0.00135594 Jy ! Component: 200 - total flux cleaned = 0.00147614 Jy ! Total flux subtracted in 200 components = 0.00147614 Jy ! Clean residual min=-0.004343 max=0.005188 Jy/beam ! Clean residual mean=-0.000136 rms=0.001594 Jy/beam ! Combined flux in latest and established models = 0.142201 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.000117054 Jy ! Component: 100 - total flux cleaned = 0.000172578 Jy ! Component: 150 - total flux cleaned = 0.000279767 Jy ! Component: 200 - total flux cleaned = 0.000332221 Jy ! Total flux subtracted in 200 components = 0.000332221 Jy ! Clean residual min=-0.004205 max=0.004917 Jy/beam ! Clean residual mean=-0.000132 rms=0.001552 Jy/beam ! Combined flux in latest and established models = 0.142534 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 108 components and 0.142534 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=10.2 mas, bmaj=50.6 mas, bpa=-0.3726 degrees ! Estimated noise=1378.64 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000508412 Jy ! Component: 100 - total flux cleaned = -0.000387806 Jy ! Component: 150 - total flux cleaned = -0.000269781 Jy ! Component: 200 - total flux cleaned = -0.000158265 Jy ! Total flux subtracted in 200 components = -0.000158265 Jy ! Clean residual min=-0.004168 max=0.004769 Jy/beam ! Clean residual mean=-0.000120 rms=0.001523 Jy/beam ! Combined flux in latest and established models = 0.142375 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 120 components and 0.142375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125234Jy sigma=0.000740 ! Fit after self-cal, rms=0.125174Jy sigma=0.000740 wmodel J0737-3954_S_2014_12_20_pus_map.mod ! Writing 120 model components to file: J0737-3954_S_2014_12_20_pus_map.mod wobs J0737-3954_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J0737-3954_S_2014_12_20_pus_uvs.fits wwins J0737-3954_S_2014_12_20_pus_map.win ! wwins: Wrote 1 windows to J0737-3954_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.00165727 Jy ! Component: 100 - total flux cleaned = 0.00229798 Jy ! Component: 150 - total flux cleaned = 0.00293849 Jy ! Component: 200 - total flux cleaned = 0.00353879 Jy ! Component: 250 - total flux cleaned = 0.00427558 Jy ! Component: 300 - total flux cleaned = 0.00497326 Jy ! Component: 350 - total flux cleaned = 0.00548476 Jy ! Component: 400 - total flux cleaned = 0.00563205 Jy ! Component: 450 - total flux cleaned = 0.00567957 Jy ! Component: 500 - total flux cleaned = 0.00567882 Jy ! Component: 550 - total flux cleaned = 0.00558822 Jy ! Component: 600 - total flux cleaned = 0.0055881 Jy ! Component: 650 - total flux cleaned = 0.00554601 Jy ! Component: 700 - total flux cleaned = 0.00554611 Jy ! Component: 750 - total flux cleaned = 0.00558646 Jy ! Component: 800 - total flux cleaned = 0.00554698 Jy ! Component: 850 - total flux cleaned = 0.00558635 Jy ! Component: 900 - total flux cleaned = 0.00558679 Jy ! Component: 950 - total flux cleaned = 0.00562448 Jy ! Component: 1000 - total flux cleaned = 0.00555034 Jy ! Component: 1050 - total flux cleaned = 0.00544099 Jy ! Component: 1100 - total flux cleaned = 0.00536889 Jy ! Component: 1150 - total flux cleaned = 0.00529774 Jy ! Component: 1200 - total flux cleaned = 0.00508821 Jy ! Component: 1250 - total flux cleaned = 0.00495053 Jy ! Component: 1300 - total flux cleaned = 0.00481406 Jy ! Component: 1350 - total flux cleaned = 0.00467839 Jy ! Component: 1400 - total flux cleaned = 0.00451009 Jy ! Component: 1450 - total flux cleaned = 0.00431039 Jy ! Component: 1500 - total flux cleaned = 0.00411192 Jy ! Component: 1550 - total flux cleaned = 0.00391433 Jy ! Component: 1600 - total flux cleaned = 0.0037506 Jy ! Component: 1650 - total flux cleaned = 0.00355472 Jy ! Component: 1700 - total flux cleaned = 0.00342463 Jy ! Component: 1750 - total flux cleaned = 0.00326271 Jy ! Component: 1800 - total flux cleaned = 0.00310158 Jy ! Component: 1850 - total flux cleaned = 0.00297321 Jy ! Component: 1900 - total flux cleaned = 0.00284531 Jy ! Component: 1950 - total flux cleaned = 0.00271777 Jy ! Component: 2000 - total flux cleaned = 0.00262244 Jy ! Component: 2050 - total flux cleaned = 0.00246386 Jy ! Component: 2100 - total flux cleaned = 0.0024001 Jy ! Component: 2150 - total flux cleaned = 0.00230483 Jy ! Component: 2200 - total flux cleaned = 0.00224088 Jy ! Component: 2250 - total flux cleaned = 0.00217703 Jy ! Component: 2300 - total flux cleaned = 0.00211303 Jy ! Component: 2350 - total flux cleaned = 0.00211318 Jy ! Component: 2400 - total flux cleaned = 0.00204868 Jy ! Component: 2450 - total flux cleaned = 0.00201649 Jy ! Component: 2500 - total flux cleaned = 0.00191906 Jy ! Component: 2550 - total flux cleaned = 0.00185383 Jy ! Component: 2600 - total flux cleaned = 0.00175541 Jy ! Component: 2650 - total flux cleaned = 0.00168946 Jy ! Component: 2700 - total flux cleaned = 0.00152359 Jy ! Component: 2750 - total flux cleaned = 0.00145698 Jy ! Component: 2800 - total flux cleaned = 0.00132272 Jy ! Component: 2850 - total flux cleaned = 0.00118738 Jy ! Component: 2900 - total flux cleaned = 0.00105108 Jy ! Component: 2950 - total flux cleaned = 0.000913885 Jy ! Component: 3000 - total flux cleaned = 0.000810414 Jy ! Component: 3050 - total flux cleaned = 0.000740725 Jy ! Component: 3100 - total flux cleaned = 0.000635767 Jy ! Component: 3150 - total flux cleaned = 0.00053 Jy ! Component: 3200 - total flux cleaned = 0.000459052 Jy ! Component: 3250 - total flux cleaned = 0.000351466 Jy ! Component: 3300 - total flux cleaned = 0.000315546 Jy ! Component: 3350 - total flux cleaned = 0.000243189 Jy ! Component: 3400 - total flux cleaned = 0.000206393 Jy ! Component: 3450 - total flux cleaned = 0.000206414 Jy ! Component: 3500 - total flux cleaned = 0.000206468 Jy ! Component: 3550 - total flux cleaned = 0.000206293 Jy ! Component: 3600 - total flux cleaned = 0.000206481 Jy ! Component: 3650 - total flux cleaned = 0.000245284 Jy ! Component: 3700 - total flux cleaned = 0.000206278 Jy ! Component: 3750 - total flux cleaned = 0.000245484 Jy ! Component: 3800 - total flux cleaned = 0.000205546 Jy ! Component: 3850 - total flux cleaned = 0.000245443 Jy ! Component: 3900 - total flux cleaned = 0.000204789 Jy ! Component: 3950 - total flux cleaned = 0.000245784 Jy ! Component: 4000 - total flux cleaned = 0.000245983 Jy ! Component: 4050 - total flux cleaned = 0.000246269 Jy ! Total flux subtracted in 4096 components = 0.000204045 Jy ! Clean residual min=-0.002341 max=0.002399 Jy/beam ! Clean residual mean=0.000046 rms=0.000862 Jy/beam ! Combined flux in latest and established models = 0.142579 Jy keep ! Adding 300 model components to the UV plane model. ! The established model now contains 420 components and 0.14258 Jy ![Exited script file: muppet] wmap "J0737-3954_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 10.2 x 50.6 at -0.3726 degrees (North through East) ! Clean map min=-0.0038287 max=0.11723 Jy/beam ! Writing clean map to FITS file: J0737-3954_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.117234 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000838631 device "J0737-3954_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J0737-3954_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.14604 2.14604 4.29208 8.58416 17.1683 34.3366 68.6733 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0025 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.117 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.2 x 50.6 at -0.3726 degrees (North through East) ! Clean map min=-0.0038287 max=0.11723 Jy/beam quit ! Quitting program ! Log file J0737-3954_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:26:54 2016