! Started logfile: J0110-0415_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:14:40 2016 obs J0110-0415_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J0110-0415_S_2014_12_20_pus_uva.fits ! AN table 1: 105 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.966349 visibilities/baseline/integration-bin. ! Found source: J0110-0415 ! ! 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 18264 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 J0110-0415_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 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.908586Jy sigma=0.009670 ! Fit after self-cal, rms=0.878932Jy sigma=0.009374 ! 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.753 mas, bmaj=6.747 mas, bpa=-3.151 degrees ! Estimated noise=786.579 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.0949728 Jy ! Component: 100 - total flux cleaned = 0.115902 Jy ! Total flux subtracted in 100 components = 0.115902 Jy ! Clean residual min=-0.004212 max=0.006772 Jy/beam ! Clean residual mean=0.000007 rms=0.001065 Jy/beam ! Combined flux in latest and established models = 0.115902 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.115902 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080570Jy sigma=0.000798 ! Fit after self-cal, rms=0.080567Jy sigma=0.000798 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00689537 Jy ! Component: 100 - total flux cleaned = 0.0104141 Jy ! Total flux subtracted in 100 components = 0.0104141 Jy ! Clean residual min=-0.003988 max=0.003359 Jy/beam ! Clean residual mean=0.000007 rms=0.000938 Jy/beam ! Combined flux in latest and established models = 0.126316 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 19 components and 0.126316 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079846Jy sigma=0.000793 ! Fit after self-cal, rms=0.079851Jy sigma=0.000793 ! 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.337 mas, bmaj=7.698 mas, bpa=-2.999 degrees ! Estimated noise=499.814 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.00239932 Jy ! Component: 100 - total flux cleaned = 0.00374626 Jy ! Component: 150 - total flux cleaned = 0.00456328 Jy ! Component: 200 - total flux cleaned = 0.00506593 Jy ! Total flux subtracted in 200 components = 0.00506593 Jy ! Clean residual min=-0.003803 max=0.003227 Jy/beam ! Clean residual mean=0.000016 rms=0.000777 Jy/beam ! Combined flux in latest and established models = 0.131382 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 37 components and 0.131382 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079734Jy sigma=0.000793 ! Fit after self-cal, rms=0.079740Jy sigma=0.000793 ! 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 0.95 FD 0.86 HN 0.96 KP 1.08 ! LA 0.96 MK 1.00 NL 0.97 OV 1.02 ! PT 1.06 SC 0.98 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.02 HN 1.02 KP 1.03 ! LA 0.95 MK 1.01 NL 1.03 OV 1.04 ! PT 1.01 SC 1.05 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.16 HN 1.02 KP 0.93 ! LA 0.79 MK 0.99 NL 1.32 OV 0.97 ! PT 0.97 SC 1.05 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.00 HN 0.98 KP 0.90 ! LA 0.83 MK 1.00 NL 1.04 OV 1.05 ! PT 1.04 SC 0.96 ! ! ! Fit before self-cal, rms=0.079740Jy sigma=0.000793 ! Fit after self-cal, rms=0.077116Jy sigma=0.000780 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.345 mas, bmaj=7.729 mas, bpa=-2.944 degrees ! Estimated noise=500.42 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.000307347 Jy ! Component: 100 - total flux cleaned = -0.000369609 Jy ! Component: 150 - total flux cleaned = -0.000407234 Jy ! Component: 200 - total flux cleaned = -0.00042068 Jy ! Total flux subtracted in 200 components = -0.00042068 Jy ! Clean residual min=-0.001895 max=0.002149 Jy/beam ! Clean residual mean=0.000001 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.130961 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 51 components and 0.130961 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077113Jy sigma=0.000780 ! Fit after self-cal, rms=0.077090Jy sigma=0.000779 ! 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.077090Jy sigma=0.000779 ! Fit after self-cal, rms=0.076884Jy sigma=0.000776 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.348 mas, bmaj=7.725 mas, bpa=-2.95 degrees ! Estimated noise=499.931 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.55744e-05 Jy ! Component: 100 - total flux cleaned = -3.25168e-05 Jy ! Component: 150 - total flux cleaned = -1.95779e-05 Jy ! Component: 200 - total flux cleaned = -8.11216e-06 Jy ! Total flux subtracted in 200 components = -8.11216e-06 Jy ! Clean residual min=-0.001497 max=0.001576 Jy/beam ! Clean residual mean=0.000000 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.130953 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 61 components and 0.130953 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076882Jy sigma=0.000776 ! Fit after self-cal, rms=0.076896Jy sigma=0.000776 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-7, -8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00121577 Jy ! Component: 100 - total flux cleaned = 0.00136556 Jy ! Component: 150 - total flux cleaned = 0.00146111 Jy ! Component: 200 - total flux cleaned = 0.00148154 Jy ! Total flux subtracted in 200 components = 0.00148154 Jy ! Clean residual min=-0.001385 max=0.001412 Jy/beam ! Clean residual mean=0.000000 rms=0.000344 Jy/beam ! Combined flux in latest and established models = 0.132434 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 82 components and 0.132434 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076867Jy sigma=0.000776 ! Fit after self-cal, rms=0.076866Jy sigma=0.000776 ! 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.076866Jy sigma=0.000776 ! Fit after self-cal, rms=0.076767Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.342 mas, bmaj=7.717 mas, bpa=-2.981 degrees ! Estimated noise=499.64 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000623849 Jy ! Component: 100 - total flux cleaned = 0.000769837 Jy ! Component: 150 - total flux cleaned = 0.000785215 Jy ! Component: 200 - total flux cleaned = 0.000812017 Jy ! Total flux subtracted in 200 components = 0.000812017 Jy ! Clean residual min=-0.001340 max=0.001388 Jy/beam ! Clean residual mean=0.000000 rms=0.000335 Jy/beam ! Combined flux in latest and established models = 0.133246 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 98 components and 0.133246 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076757Jy sigma=0.000776 ! Fit after self-cal, rms=0.076756Jy sigma=0.000776 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.00028571 Jy ! Component: 100 - total flux cleaned = 0.000309494 Jy ! Component: 150 - total flux cleaned = 0.000309443 Jy ! Component: 200 - total flux cleaned = 0.000299861 Jy ! Total flux subtracted in 200 components = 0.000299861 Jy ! Clean residual min=-0.001350 max=0.001390 Jy/beam ! Clean residual mean=0.000000 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.133546 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 110 components and 0.133546 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076752Jy sigma=0.000776 ! Fit after self-cal, rms=0.076752Jy sigma=0.000776 ! 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.076752Jy sigma=0.000776 ! Fit after self-cal, rms=0.076725Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.453 mas, bmaj=12.42 mas, bpa=-2.86 degrees ! Estimated noise=622.609 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000654559 Jy ! Component: 100 - total flux cleaned = 0.000669559 Jy ! Component: 150 - total flux cleaned = 0.000628785 Jy ! Component: 200 - total flux cleaned = 0.000586494 Jy ! Total flux subtracted in 200 components = 0.000586494 Jy ! Clean residual min=-0.001305 max=0.001544 Jy/beam ! Clean residual mean=0.000000 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.134133 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 119 components and 0.134133 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076725Jy sigma=0.000776 ! Fit after self-cal, rms=0.076724Jy sigma=0.000776 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.000239008 Jy ! Component: 100 - total flux cleaned = 0.000224747 Jy ! Component: 150 - total flux cleaned = 0.000211378 Jy ! Component: 200 - total flux cleaned = 0.000199422 Jy ! Total flux subtracted in 200 components = 0.000199422 Jy ! Clean residual min=-0.001333 max=0.001530 Jy/beam ! Clean residual mean=0.000000 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.134332 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 130 components and 0.134332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076725Jy sigma=0.000776 ! Fit after self-cal, rms=0.076725Jy sigma=0.000776 ! 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.34 mas, bmaj=7.715 mas, bpa=-3 degrees ! Estimated noise=499.668 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.34 x 7.715 at -3 degrees (North through East) ! Clean map min=-0.001296 max=0.12176 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.754 mas, bmaj=6.762 mas, bpa=-3.151 degrees ! Estimated noise=783.575 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0945426 Jy ! Component: 100 - total flux cleaned = 0.115407 Jy ! Component: 150 - total flux cleaned = 0.122355 Jy ! Component: 200 - total flux cleaned = 0.125809 Jy ! Total flux subtracted in 200 components = 0.125809 Jy ! Clean residual min=-0.002747 max=0.002499 Jy/beam ! Clean residual mean=0.000002 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.125809 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.125809 Jy ! Inverting map and beam ! Estimated beam: bmin=3.34 mas, bmaj=7.715 mas, bpa=-3 degrees ! Estimated noise=499.668 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.0028396 Jy ! Component: 100 - total flux cleaned = 0.00466812 Jy ! Component: 150 - total flux cleaned = 0.00591616 Jy ! Component: 200 - total flux cleaned = 0.00655349 Jy ! Total flux subtracted in 200 components = 0.00655349 Jy ! Clean residual min=-0.001417 max=0.001419 Jy/beam ! Clean residual mean=-0.000000 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.132363 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 44 components and 0.132363 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.453 mas, bmaj=12.42 mas, bpa=-2.86 degrees ! Estimated noise=622.609 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00101799 Jy ! Component: 100 - total flux cleaned = 0.00127385 Jy ! Component: 150 - total flux cleaned = 0.00146011 Jy ! Component: 200 - total flux cleaned = 0.00157035 Jy ! Total flux subtracted in 200 components = 0.00157035 Jy ! Clean residual min=-0.001322 max=0.001534 Jy/beam ! Clean residual mean=-0.000000 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.133933 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.64694e-05 Jy ! Component: 100 - total flux cleaned = 0.000145518 Jy ! Component: 150 - total flux cleaned = 0.000185419 Jy ! Component: 200 - total flux cleaned = 0.000212918 Jy ! Total flux subtracted in 200 components = 0.000212918 Jy ! Clean residual min=-0.001343 max=0.001541 Jy/beam ! Clean residual mean=-0.000000 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.134146 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 101 components and 0.134146 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.34 mas, bmaj=7.715 mas, bpa=-3 degrees ! Estimated noise=499.668 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.61393e-05 Jy ! Component: 100 - total flux cleaned = -7.74563e-05 Jy ! Component: 150 - total flux cleaned = -4.42732e-05 Jy ! Component: 200 - total flux cleaned = -2.89464e-05 Jy ! Total flux subtracted in 200 components = -2.89464e-05 Jy ! Clean residual min=-0.001336 max=0.001420 Jy/beam ! Clean residual mean=-0.000000 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.134117 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 115 components and 0.134117 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076727Jy sigma=0.000776 ! Fit after self-cal, rms=0.076726Jy sigma=0.000776 wmodel J0110-0415_S_2014_12_20_pus_map.mod ! Writing 115 model components to file: J0110-0415_S_2014_12_20_pus_map.mod wobs J0110-0415_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J0110-0415_S_2014_12_20_pus_uvs.fits wwins J0110-0415_S_2014_12_20_pus_map.win ! wwins: Wrote 2 windows to J0110-0415_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.000211105 Jy ! Component: 100 - total flux cleaned = 0.000214631 Jy ! Component: 150 - total flux cleaned = 8.186e-05 Jy ! Component: 200 - total flux cleaned = -2.82895e-06 Jy ! Component: 250 - total flux cleaned = -2.72751e-06 Jy ! Component: 300 - total flux cleaned = -4.30529e-05 Jy ! Component: 350 - total flux cleaned = -8.21628e-05 Jy ! Component: 400 - total flux cleaned = -0.000120519 Jy ! Component: 450 - total flux cleaned = -0.000138688 Jy ! Component: 500 - total flux cleaned = -0.000193056 Jy ! Component: 550 - total flux cleaned = -0.00017531 Jy ! Component: 600 - total flux cleaned = -0.000263285 Jy ! Component: 650 - total flux cleaned = -0.000332172 Jy ! Component: 700 - total flux cleaned = -0.00039981 Jy ! Component: 750 - total flux cleaned = -0.000499591 Jy ! Component: 800 - total flux cleaned = -0.000565173 Jy ! Component: 850 - total flux cleaned = -0.000613681 Jy ! Component: 900 - total flux cleaned = -0.000661356 Jy ! Component: 950 - total flux cleaned = -0.000708345 Jy ! Component: 1000 - total flux cleaned = -0.000816355 Jy ! Component: 1050 - total flux cleaned = -0.000862213 Jy ! Component: 1100 - total flux cleaned = -0.000952213 Jy ! Component: 1150 - total flux cleaned = -0.00104112 Jy ! Component: 1200 - total flux cleaned = -0.00109966 Jy ! Component: 1250 - total flux cleaned = -0.00111394 Jy ! Component: 1300 - total flux cleaned = -0.00111437 Jy ! Component: 1350 - total flux cleaned = -0.00117092 Jy ! Component: 1400 - total flux cleaned = -0.00118481 Jy ! Component: 1450 - total flux cleaned = -0.00119869 Jy ! Component: 1500 - total flux cleaned = -0.00122596 Jy ! Component: 1550 - total flux cleaned = -0.00125313 Jy ! Component: 1600 - total flux cleaned = -0.00130634 Jy ! Component: 1650 - total flux cleaned = -0.00131968 Jy ! Component: 1700 - total flux cleaned = -0.00137175 Jy ! Component: 1750 - total flux cleaned = -0.00132009 Jy ! Component: 1800 - total flux cleaned = -0.00135854 Jy ! Component: 1850 - total flux cleaned = -0.00139645 Jy ! Component: 1900 - total flux cleaned = -0.00137115 Jy ! Component: 1950 - total flux cleaned = -0.0014087 Jy ! Component: 2000 - total flux cleaned = -0.00139622 Jy ! Component: 2050 - total flux cleaned = -0.00139623 Jy ! Component: 2100 - total flux cleaned = -0.00148111 Jy ! Component: 2150 - total flux cleaned = -0.00144492 Jy ! Component: 2200 - total flux cleaned = -0.00148051 Jy ! Component: 2250 - total flux cleaned = -0.00150415 Jy ! Component: 2300 - total flux cleaned = -0.00151571 Jy ! Component: 2350 - total flux cleaned = -0.00148088 Jy ! Component: 2400 - total flux cleaned = -0.00145814 Jy ! Component: 2450 - total flux cleaned = -0.00151519 Jy ! Component: 2500 - total flux cleaned = -0.00153781 Jy ! Component: 2550 - total flux cleaned = -0.00154898 Jy ! Component: 2600 - total flux cleaned = -0.00152679 Jy ! Component: 2650 - total flux cleaned = -0.00158197 Jy ! Component: 2700 - total flux cleaned = -0.00163671 Jy ! Component: 2750 - total flux cleaned = -0.00165834 Jy ! Component: 2800 - total flux cleaned = -0.00167983 Jy ! Component: 2850 - total flux cleaned = -0.00172244 Jy ! Component: 2900 - total flux cleaned = -0.00170118 Jy ! Component: 2950 - total flux cleaned = -0.00176427 Jy ! Component: 3000 - total flux cleaned = -0.00173294 Jy ! Component: 3050 - total flux cleaned = -0.00179524 Jy ! Component: 3100 - total flux cleaned = -0.00183646 Jy ! Component: 3150 - total flux cleaned = -0.0017954 Jy ! Component: 3200 - total flux cleaned = -0.00183617 Jy ! Component: 3250 - total flux cleaned = -0.0018564 Jy ! Component: 3300 - total flux cleaned = -0.0018665 Jy ! Component: 3350 - total flux cleaned = -0.0018665 Jy ! Component: 3400 - total flux cleaned = -0.00188644 Jy ! Component: 3450 - total flux cleaned = -0.00188652 Jy ! Component: 3500 - total flux cleaned = -0.00188645 Jy ! Component: 3550 - total flux cleaned = -0.00189629 Jy ! Component: 3600 - total flux cleaned = -0.00188671 Jy ! Component: 3650 - total flux cleaned = -0.00186757 Jy ! Component: 3700 - total flux cleaned = -0.00188669 Jy ! Component: 3750 - total flux cleaned = -0.00187717 Jy ! Component: 3800 - total flux cleaned = -0.00187715 Jy ! Component: 3850 - total flux cleaned = -0.00187703 Jy ! Component: 3900 - total flux cleaned = -0.00183053 Jy ! Component: 3950 - total flux cleaned = -0.00173827 Jy ! Component: 4000 - total flux cleaned = -0.00174763 Jy ! Component: 4050 - total flux cleaned = -0.00172016 Jy ! Total flux subtracted in 4096 components = -0.00169298 Jy ! Clean residual min=-0.000526 max=0.000702 Jy/beam ! Clean residual mean=-0.000000 rms=0.000165 Jy/beam ! Combined flux in latest and established models = 0.132424 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 401 components and 0.132424 Jy ![Exited script file: muppet] wmap "J0110-0415_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.34 x 7.715 at -3 degrees (North through East) ! Clean map min=-0.0010633 max=0.12186 Jy/beam ! Writing clean map to FITS file: J0110-0415_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.121862 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000163553 device "J0110-0415_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J0110-0415_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.402637 0.402637 0.805274 1.61055 3.2211 6.44219 12.8844 25.7688 51.5375 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.121 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.34 x 7.715 at -3 degrees (North through East) ! Clean map min=-0.0010633 max=0.12186 Jy/beam quit ! Quitting program ! Log file J0110-0415_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:14:48 2016