! Started logfile: J0637-1052_S_2015_01_23_pus_uvs.log on Mon Jan 2 18:08:50 2017 obs J0637-1052_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0637-1052_S_2015_01_23_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.694309 visibilities/baseline/integration-bin. ! Found source: J0637-1052 ! ! 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 338 lines of history. ! ! Reading 15372 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 J0637-1052_S_2015_01_23_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 199 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 199 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 199 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 199 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.965371Jy sigma=0.010130 ! Fit after self-cal, rms=0.929325Jy sigma=0.009862 ! 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.589 mas, bmaj=7.007 mas, bpa=-0.08361 degrees ! Estimated noise=774.825 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.0525712 Jy ! Component: 100 - total flux cleaned = 0.0717786 Jy ! Total flux subtracted in 100 components = 0.0717786 Jy ! Clean residual min=-0.004582 max=0.009396 Jy/beam ! Clean residual mean=-0.000014 rms=0.001357 Jy/beam ! Combined flux in latest and established models = 0.0717786 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 23 components and 0.0717786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108851Jy sigma=0.000788 ! Fit after self-cal, rms=0.108759Jy sigma=0.000787 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0112463 Jy ! Component: 100 - total flux cleaned = 0.0177433 Jy ! Total flux subtracted in 100 components = 0.0177433 Jy ! Clean residual min=-0.003328 max=0.003617 Jy/beam ! Clean residual mean=-0.000014 rms=0.000986 Jy/beam ! Combined flux in latest and established models = 0.0895219 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 33 components and 0.0895219 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106977Jy sigma=0.000765 ! Fit after self-cal, rms=0.106943Jy sigma=0.000765 ! 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.074 mas, bmaj=7.817 mas, bpa=0.4326 degrees ! Estimated noise=561.529 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.00634015 Jy ! Component: 100 - total flux cleaned = 0.0095738 Jy ! Component: 150 - total flux cleaned = 0.0113993 Jy ! Component: 200 - total flux cleaned = 0.0125119 Jy ! Total flux subtracted in 200 components = 0.0125119 Jy ! Clean residual min=-0.002650 max=0.003311 Jy/beam ! Clean residual mean=-0.000015 rms=0.000843 Jy/beam ! Combined flux in latest and established models = 0.102034 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 68 components and 0.102034 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106434Jy sigma=0.000761 ! Fit after self-cal, rms=0.106419Jy sigma=0.000761 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.77 HN 1.00 KP 1.04 ! LA 1.08 MK 1.03 NL 1.13 OV 0.97 ! PT 1.03 SC 1.07 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.06 HN 1.03 KP 1.00 ! LA 1.02 MK 1.06 NL 1.21 OV 0.98 ! PT 1.03 SC 1.06 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.99 HN 1.01 KP 0.89 ! LA 0.86 MK 1.03 NL 1.22 OV 0.89 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.83 HN 0.98 KP 0.85 ! LA 0.88 MK 1.11 NL 1.04 OV 0.95 ! PT 0.99 SC 1.02 ! ! ! Fit before self-cal, rms=0.106419Jy sigma=0.000761 ! Fit after self-cal, rms=0.100122Jy sigma=0.000754 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.114 mas, bmaj=7.938 mas, bpa=0.6304 degrees ! Estimated noise=569.818 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 = 1.44156e-05 Jy ! Component: 100 - total flux cleaned = 0.000190186 Jy ! Component: 150 - total flux cleaned = 0.000314247 Jy ! Component: 200 - total flux cleaned = 0.000343998 Jy ! Total flux subtracted in 200 components = 0.000343998 Jy ! Clean residual min=-0.002318 max=0.002412 Jy/beam ! Clean residual mean=-0.000006 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.102378 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 84 components and 0.102378 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100114Jy sigma=0.000754 ! Fit after self-cal, rms=0.100095Jy sigma=0.000753 ! 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.100095Jy sigma=0.000753 ! Fit after self-cal, rms=0.100465Jy sigma=0.000750 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.117 mas, bmaj=7.965 mas, bpa=0.6453 degrees ! Estimated noise=571.485 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.91388e-05 Jy ! Component: 100 - total flux cleaned = 0.000197249 Jy ! Component: 150 - total flux cleaned = 0.000282934 Jy ! Component: 200 - total flux cleaned = 0.000307678 Jy ! Total flux subtracted in 200 components = 0.000307678 Jy ! Clean residual min=-0.001646 max=0.001549 Jy/beam ! Clean residual mean=0.000003 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.102685 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 87 components and 0.102685 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100457Jy sigma=0.000750 ! Fit after self-cal, rms=0.100488Jy sigma=0.000750 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.000111799 Jy ! Component: 100 - total flux cleaned = 0.000139259 Jy ! Component: 150 - total flux cleaned = 0.00017691 Jy ! Component: 200 - total flux cleaned = 0.000199659 Jy ! Total flux subtracted in 200 components = 0.000199659 Jy ! Clean residual min=-0.001685 max=0.001641 Jy/beam ! Clean residual mean=0.000001 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.102885 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 90 components and 0.102885 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100484Jy sigma=0.000750 ! Fit after self-cal, rms=0.100486Jy sigma=0.000750 ! 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.100486Jy sigma=0.000750 ! Fit after self-cal, rms=0.100800Jy sigma=0.000750 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.116 mas, bmaj=7.971 mas, bpa=0.5445 degrees ! Estimated noise=571.822 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.86953e-05 Jy ! Component: 100 - total flux cleaned = 0.00012038 Jy ! Component: 150 - total flux cleaned = 0.000143834 Jy ! Component: 200 - total flux cleaned = 0.000185687 Jy ! Total flux subtracted in 200 components = 0.000185687 Jy ! Clean residual min=-0.001681 max=0.001595 Jy/beam ! Clean residual mean=0.000002 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.103071 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 91 components and 0.103071 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100796Jy sigma=0.000750 ! Fit after self-cal, rms=0.100801Jy sigma=0.000750 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 = 9.71355e-06 Jy ! Component: 100 - total flux cleaned = 3.12437e-05 Jy ! Component: 150 - total flux cleaned = 5.10924e-05 Jy ! Component: 200 - total flux cleaned = 7.82717e-05 Jy ! Total flux subtracted in 200 components = 7.82717e-05 Jy ! Clean residual min=-0.001679 max=0.001604 Jy/beam ! Clean residual mean=0.000002 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.103149 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 92 components and 0.103149 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100798Jy sigma=0.000750 ! Fit after self-cal, rms=0.100800Jy sigma=0.000750 ! 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.100800Jy sigma=0.000750 ! Fit after self-cal, rms=0.100956Jy sigma=0.000750 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.034 mas, bmaj=13.37 mas, bpa=-1.239 degrees ! Estimated noise=747.666 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.20148e-05 Jy ! Component: 100 - total flux cleaned = 8.09188e-05 Jy ! Component: 150 - total flux cleaned = 8.10255e-05 Jy ! Component: 200 - total flux cleaned = 8.87046e-05 Jy ! Total flux subtracted in 200 components = 8.87046e-05 Jy ! Clean residual min=-0.001764 max=0.001514 Jy/beam ! Clean residual mean=0.000004 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.103238 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 97 components and 0.103238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100954Jy sigma=0.000750 ! Fit after self-cal, rms=0.100954Jy sigma=0.000750 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.60714e-05 Jy ! Component: 100 - total flux cleaned = 3.11834e-06 Jy ! Component: 150 - total flux cleaned = 3.55035e-06 Jy ! Component: 200 - total flux cleaned = 4.09075e-06 Jy ! Total flux subtracted in 200 components = 4.09075e-06 Jy ! Clean residual min=-0.001763 max=0.001516 Jy/beam ! Clean residual mean=0.000004 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.103242 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 98 components and 0.103242 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100952Jy sigma=0.000750 ! Fit after self-cal, rms=0.100951Jy sigma=0.000750 ! 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.114 mas, bmaj=7.973 mas, bpa=0.4421 degrees ! Estimated noise=571.854 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.114 x 7.973 at 0.4421 degrees (North through East) ! Clean map min=-0.0015901 max=0.072181 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.612 mas, bmaj=7.127 mas, bpa=-0.08517 degrees ! Estimated noise=795.817 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0532615 Jy ! Component: 100 - total flux cleaned = 0.0733226 Jy ! Component: 150 - total flux cleaned = 0.0846309 Jy ! Component: 200 - total flux cleaned = 0.0911747 Jy ! Total flux subtracted in 200 components = 0.0911747 Jy ! Clean residual min=-0.002921 max=0.003293 Jy/beam ! Clean residual mean=-0.000002 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.0911747 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.0911747 Jy ! Inverting map and beam ! Estimated beam: bmin=3.114 mas, bmaj=7.973 mas, bpa=0.4421 degrees ! Estimated noise=571.854 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.00542755 Jy ! Component: 100 - total flux cleaned = 0.00826262 Jy ! Component: 150 - total flux cleaned = 0.00991166 Jy ! Component: 200 - total flux cleaned = 0.0108998 Jy ! Total flux subtracted in 200 components = 0.0108998 Jy ! Clean residual min=-0.001717 max=0.001655 Jy/beam ! Clean residual mean=0.000002 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.102074 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 61 components and 0.102074 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.034 mas, bmaj=13.37 mas, bpa=-1.239 degrees ! Estimated noise=747.666 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000805199 Jy ! Component: 100 - total flux cleaned = 0.00112336 Jy ! Component: 150 - total flux cleaned = 0.0011527 Jy ! Component: 200 - total flux cleaned = 0.00115864 Jy ! Total flux subtracted in 200 components = 0.00115864 Jy ! Clean residual min=-0.001803 max=0.001555 Jy/beam ! Clean residual mean=0.000005 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.103233 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 = 5.94669e-06 Jy ! Component: 100 - total flux cleaned = 1.58316e-05 Jy ! Component: 150 - total flux cleaned = 2.00584e-05 Jy ! Component: 200 - total flux cleaned = 2.41386e-05 Jy ! Total flux subtracted in 200 components = 2.41386e-05 Jy ! Clean residual min=-0.001800 max=0.001559 Jy/beam ! Clean residual mean=0.000005 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.103257 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 72 components and 0.103257 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.114 mas, bmaj=7.973 mas, bpa=0.4421 degrees ! Estimated noise=571.854 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000175983 Jy ! Component: 100 - total flux cleaned = -0.000198087 Jy ! Component: 150 - total flux cleaned = -0.000197684 Jy ! Component: 200 - total flux cleaned = -0.000197184 Jy ! Total flux subtracted in 200 components = -0.000197184 Jy ! Clean residual min=-0.001681 max=0.001629 Jy/beam ! Clean residual mean=0.000002 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.10306 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 81 components and 0.10306 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100958Jy sigma=0.000750 ! Fit after self-cal, rms=0.100954Jy sigma=0.000750 wmodel J0637-1052_S_2015_01_23_pus_map.mod ! Writing 81 model components to file: J0637-1052_S_2015_01_23_pus_map.mod wobs J0637-1052_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0637-1052_S_2015_01_23_pus_uvs.fits wwins J0637-1052_S_2015_01_23_pus_map.win ! wwins: Wrote 1 windows to J0637-1052_S_2015_01_23_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.000331683 Jy ! Component: 100 - total flux cleaned = -0.000571153 Jy ! Component: 150 - total flux cleaned = -0.000695902 Jy ! Component: 200 - total flux cleaned = -0.000768025 Jy ! Component: 250 - total flux cleaned = -0.000814954 Jy ! Component: 300 - total flux cleaned = -0.000792845 Jy ! Component: 350 - total flux cleaned = -0.000815548 Jy ! Component: 400 - total flux cleaned = -0.000879551 Jy ! Component: 450 - total flux cleaned = -0.000920528 Jy ! Component: 500 - total flux cleaned = -0.000940247 Jy ! Component: 550 - total flux cleaned = -0.000920011 Jy ! Component: 600 - total flux cleaned = -0.000861609 Jy ! Component: 650 - total flux cleaned = -0.000842574 Jy ! Component: 700 - total flux cleaned = -0.000805134 Jy ! Component: 750 - total flux cleaned = -0.000732186 Jy ! Component: 800 - total flux cleaned = -0.000696492 Jy ! Component: 850 - total flux cleaned = -0.000713649 Jy ! Component: 900 - total flux cleaned = -0.00071349 Jy ! Component: 950 - total flux cleaned = -0.000679369 Jy ! Component: 1000 - total flux cleaned = -0.000695761 Jy ! Component: 1050 - total flux cleaned = -0.000728609 Jy ! Component: 1100 - total flux cleaned = -0.000712327 Jy ! Component: 1150 - total flux cleaned = -0.000776167 Jy ! Component: 1200 - total flux cleaned = -0.000807641 Jy ! Component: 1250 - total flux cleaned = -0.000823163 Jy ! Component: 1300 - total flux cleaned = -0.000853638 Jy ! Component: 1350 - total flux cleaned = -0.000868646 Jy ! Component: 1400 - total flux cleaned = -0.00089851 Jy ! Component: 1450 - total flux cleaned = -0.000913219 Jy ! Component: 1500 - total flux cleaned = -0.00097064 Jy ! Component: 1550 - total flux cleaned = -0.000984728 Jy ! Component: 1600 - total flux cleaned = -0.000984523 Jy ! Component: 1650 - total flux cleaned = -0.000984317 Jy ! Component: 1700 - total flux cleaned = -0.00101184 Jy ! Component: 1750 - total flux cleaned = -0.00105242 Jy ! Component: 1800 - total flux cleaned = -0.00105252 Jy ! Component: 1850 - total flux cleaned = -0.0010922 Jy ! Component: 1900 - total flux cleaned = -0.00113107 Jy ! Component: 1950 - total flux cleaned = -0.00113121 Jy ! Component: 2000 - total flux cleaned = -0.00114389 Jy ! Component: 2050 - total flux cleaned = -0.00120678 Jy ! Component: 2100 - total flux cleaned = -0.00121917 Jy ! Component: 2150 - total flux cleaned = -0.0012559 Jy ! Component: 2200 - total flux cleaned = -0.00126801 Jy ! Component: 2250 - total flux cleaned = -0.0013161 Jy ! Component: 2300 - total flux cleaned = -0.00133978 Jy ! Component: 2350 - total flux cleaned = -0.00139866 Jy ! Component: 2400 - total flux cleaned = -0.00145681 Jy ! Component: 2450 - total flux cleaned = -0.00146812 Jy ! Component: 2500 - total flux cleaned = -0.00150244 Jy ! Component: 2550 - total flux cleaned = -0.00150252 Jy ! Component: 2600 - total flux cleaned = -0.00153625 Jy ! Component: 2650 - total flux cleaned = -0.00158091 Jy ! Component: 2700 - total flux cleaned = -0.0016362 Jy ! Component: 2750 - total flux cleaned = -0.00166905 Jy ! Component: 2800 - total flux cleaned = -0.00169087 Jy ! Component: 2850 - total flux cleaned = -0.00174467 Jy ! Component: 2900 - total flux cleaned = -0.00174465 Jy ! Component: 2950 - total flux cleaned = -0.00179762 Jy ! Component: 3000 - total flux cleaned = -0.00182908 Jy ! Component: 3050 - total flux cleaned = -0.0018499 Jy ! Component: 3100 - total flux cleaned = -0.00188093 Jy ! Component: 3150 - total flux cleaned = -0.0019014 Jy ! Component: 3200 - total flux cleaned = -0.00193173 Jy ! Component: 3250 - total flux cleaned = -0.0019719 Jy ! Component: 3300 - total flux cleaned = -0.00200173 Jy ! Component: 3350 - total flux cleaned = -0.00200169 Jy ! Component: 3400 - total flux cleaned = -0.00197217 Jy ! Component: 3450 - total flux cleaned = -0.00201131 Jy ! Component: 3500 - total flux cleaned = -0.00201141 Jy ! Component: 3550 - total flux cleaned = -0.00207887 Jy ! Component: 3600 - total flux cleaned = -0.00210744 Jy ! Component: 3650 - total flux cleaned = -0.00210744 Jy ! Component: 3700 - total flux cleaned = -0.00214507 Jy ! Component: 3750 - total flux cleaned = -0.00218247 Jy ! Component: 3800 - total flux cleaned = -0.0021917 Jy ! Component: 3850 - total flux cleaned = -0.00223775 Jy ! Component: 3900 - total flux cleaned = -0.00226508 Jy ! Component: 3950 - total flux cleaned = -0.00226506 Jy ! Component: 4000 - total flux cleaned = -0.0023011 Jy ! Component: 4050 - total flux cleaned = -0.00231001 Jy ! Total flux subtracted in 4096 components = -0.0023101 Jy ! Clean residual min=-0.000536 max=0.000461 Jy/beam ! Clean residual mean=0.000001 rms=0.000162 Jy/beam ! Combined flux in latest and established models = 0.10075 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 368 components and 0.10075 Jy ![Exited script file: muppet] wmap "J0637-1052_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.114 x 7.973 at 0.4421 degrees (North through East) ! Clean map min=-0.0011713 max=0.072342 Jy/beam ! Writing clean map to FITS file: J0637-1052_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0723416 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000159282 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.660541 0.660541 1.32108 2.64217 5.28433 10.5687 21.1373 42.2746 84.5493 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.072 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.114 x 7.973 at 0.4421 degrees (North through East) ! Clean map min=-0.0011713 max=0.072342 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 J0637-1052_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 18:08:55 2017