! Started logfile: J0448-2109_S_2014_08_09_pus_uvs.log on Tue Nov 29 22:54:37 2016 obs J0448-2109_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J0448-2109_S_2014_08_09_pus_uva.fits ! AN table 1: 105 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.776085 visibilities/baseline/integration-bin. ! Found source: J0448-2109 ! ! 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 342 lines of history. ! ! Reading 14668 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 J0448-2109_S_2014_08_09_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 125 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 125 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 125 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 125 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.917560Jy sigma=0.008678 ! Fit after self-cal, rms=0.892360Jy sigma=0.008452 ! 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=3.097 mas, bmaj=11.55 mas, bpa=10.12 degrees ! Estimated noise=915.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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0803764 Jy ! Component: 100 - total flux cleaned = 0.101102 Jy ! Total flux subtracted in 100 components = 0.101102 Jy ! Clean residual min=-0.005556 max=0.009654 Jy/beam ! Clean residual mean=-0.000008 rms=0.001530 Jy/beam ! Combined flux in latest and established models = 0.101102 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.101102 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091466Jy sigma=0.000816 ! Fit after self-cal, rms=0.091448Jy sigma=0.000815 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0113984 Jy ! Component: 100 - total flux cleaned = 0.017936 Jy ! Total flux subtracted in 100 components = 0.017936 Jy ! Clean residual min=-0.004672 max=0.004803 Jy/beam ! Clean residual mean=-0.000004 rms=0.001068 Jy/beam ! Combined flux in latest and established models = 0.119038 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 9 components and 0.119038 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089178Jy sigma=0.000794 ! Fit after self-cal, rms=0.089151Jy sigma=0.000794 ! 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.876 mas, bmaj=13.13 mas, bpa=9.646 degrees ! Estimated noise=624.727 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 (5.5, 3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00771842 Jy ! Component: 100 - total flux cleaned = 0.0120082 Jy ! Component: 150 - total flux cleaned = 0.0147104 Jy ! Component: 200 - total flux cleaned = 0.0164981 Jy ! Total flux subtracted in 200 components = 0.0164981 Jy ! Clean residual min=-0.003005 max=0.003282 Jy/beam ! Clean residual mean=-0.000009 rms=0.000805 Jy/beam ! Combined flux in latest and established models = 0.135536 Jy ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 75 components and 0.135537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088376Jy sigma=0.000788 ! Fit after self-cal, rms=0.088335Jy sigma=0.000788 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.82 HN 0.99 KP 1.09 ! LA 1.07 MK 1.00* NL 1.02 OV 1.02 ! PT 1.04 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.02 HN 1.02 KP 1.02 ! LA 1.07 MK 1.00* NL 1.03 OV 1.03 ! PT 1.00 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.12 HN 1.04 KP 0.90 ! LA 0.85 MK 1.00* NL 1.04 OV 0.96 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.01 HN 1.01 KP 0.86 ! LA 0.79 MK 1.00* NL 1.07 OV 1.01 ! PT 1.02 SC 0.99 ! ! ! Fit before self-cal, rms=0.088335Jy sigma=0.000788 ! Fit after self-cal, rms=0.085085Jy sigma=0.000779 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.884 mas, bmaj=13.21 mas, bpa=9.711 degrees ! Estimated noise=621.303 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.000829991 Jy ! Component: 100 - total flux cleaned = 0.000939056 Jy ! Component: 150 - total flux cleaned = 0.00088723 Jy ! Component: 200 - total flux cleaned = 0.000822142 Jy ! Total flux subtracted in 200 components = 0.000822142 Jy ! Clean residual min=-0.002371 max=0.002920 Jy/beam ! Clean residual mean=-0.000008 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.136359 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 101 components and 0.136359 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085060Jy sigma=0.000779 ! Fit after self-cal, rms=0.085025Jy 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.085025Jy sigma=0.000779 ! Fit after self-cal, rms=0.085052Jy sigma=0.000779 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.881 mas, bmaj=13.21 mas, bpa=9.739 degrees ! Estimated noise=621.524 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000463175 Jy ! Component: 100 - total flux cleaned = 0.000559976 Jy ! Component: 150 - total flux cleaned = 0.000506992 Jy ! Component: 200 - total flux cleaned = 0.00046057 Jy ! Total flux subtracted in 200 components = 0.00046057 Jy ! Clean residual min=-0.002305 max=0.002780 Jy/beam ! Clean residual mean=-0.000008 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.136819 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 117 components and 0.136819 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085041Jy sigma=0.000778 ! Fit after self-cal, rms=0.085038Jy sigma=0.000778 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 (23, 16). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00264943 Jy ! Component: 100 - total flux cleaned = 0.00409914 Jy ! Component: 150 - total flux cleaned = 0.00471103 Jy ! Component: 200 - total flux cleaned = 0.00493845 Jy ! Total flux subtracted in 200 components = 0.00493845 Jy ! Clean residual min=-0.001908 max=0.001810 Jy/beam ! Clean residual mean=-0.000005 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.141758 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 160 components and 0.141758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084957Jy sigma=0.000777 ! Fit after self-cal, rms=0.084950Jy sigma=0.000777 ! 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.084950Jy sigma=0.000777 ! Fit after self-cal, rms=0.084749Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.881 mas, bmaj=13.22 mas, bpa=9.764 degrees ! Estimated noise=620.532 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00106781 Jy ! Component: 100 - total flux cleaned = 0.00145503 Jy ! Component: 150 - total flux cleaned = 0.00162805 Jy ! Component: 200 - total flux cleaned = 0.00171374 Jy ! Total flux subtracted in 200 components = 0.00171374 Jy ! Clean residual min=-0.001835 max=0.001614 Jy/beam ! Clean residual mean=-0.000001 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.143471 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 191 components and 0.143471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084730Jy sigma=0.000777 ! Fit after self-cal, rms=0.084736Jy sigma=0.000777 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.000189001 Jy ! Component: 100 - total flux cleaned = 0.000308967 Jy ! Component: 150 - total flux cleaned = 0.000417216 Jy ! Component: 200 - total flux cleaned = 0.000483723 Jy ! Total flux subtracted in 200 components = 0.000483723 Jy ! Clean residual min=-0.001774 max=0.001561 Jy/beam ! Clean residual mean=-0.000001 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.143955 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 204 components and 0.143955 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084728Jy sigma=0.000777 ! Fit after self-cal, rms=0.084728Jy sigma=0.000777 ! 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.084728Jy sigma=0.000777 ! Fit after self-cal, rms=0.084685Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.108 mas, bmaj=18.06 mas, bpa=-0.6011 degrees ! Estimated noise=721.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000212239 Jy ! Component: 100 - total flux cleaned = 0.000314321 Jy ! Component: 150 - total flux cleaned = 0.000375944 Jy ! Component: 200 - total flux cleaned = 0.000431243 Jy ! Total flux subtracted in 200 components = 0.000431243 Jy ! Clean residual min=-0.001577 max=0.001636 Jy/beam ! Clean residual mean=-0.000001 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.144386 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 216 components and 0.144386 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084678Jy sigma=0.000776 ! Fit after self-cal, rms=0.084679Jy 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 = 9.6636e-05 Jy ! Component: 100 - total flux cleaned = 0.000196899 Jy ! Component: 150 - total flux cleaned = 0.000255835 Jy ! Component: 200 - total flux cleaned = 0.000322864 Jy ! Total flux subtracted in 200 components = 0.000322864 Jy ! Clean residual min=-0.001565 max=0.001624 Jy/beam ! Clean residual mean=-0.000001 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.144709 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 225 components and 0.144709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084676Jy sigma=0.000776 ! Fit after self-cal, rms=0.084676Jy 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.879 mas, bmaj=13.23 mas, bpa=9.79 degrees ! Estimated noise=619.915 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.879 x 13.23 at 9.79 degrees (North through East) ! Clean map min=-0.0016353 max=0.10827 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=3.087 mas, bmaj=11.62 mas, bpa=10.29 degrees ! Estimated noise=909.491 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.079569 Jy ! Component: 100 - total flux cleaned = 0.100617 Jy ! Component: 150 - total flux cleaned = 0.112085 Jy ! Component: 200 - total flux cleaned = 0.119293 Jy ! Total flux subtracted in 200 components = 0.119293 Jy ! Clean residual min=-0.003113 max=0.003920 Jy/beam ! Clean residual mean=-0.000002 rms=0.000919 Jy/beam ! Combined flux in latest and established models = 0.119293 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 11 model components to the UV plane model. ! The established model now contains 11 components and 0.119293 Jy ! Inverting map and beam ! Estimated beam: bmin=3.879 mas, bmaj=13.23 mas, bpa=9.79 degrees ! Estimated noise=619.915 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.00735825 Jy ! Component: 100 - total flux cleaned = 0.0115952 Jy ! Component: 150 - total flux cleaned = 0.0147439 Jy ! Component: 200 - total flux cleaned = 0.0172009 Jy ! Total flux subtracted in 200 components = 0.0172009 Jy ! Clean residual min=-0.002156 max=0.001981 Jy/beam ! Clean residual mean=-0.000002 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.136494 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 69 components and 0.136494 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=8.108 mas, bmaj=18.06 mas, bpa=-0.6011 degrees ! Estimated noise=721.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00290983 Jy ! Component: 100 - total flux cleaned = 0.00485321 Jy ! Component: 150 - total flux cleaned = 0.00620626 Jy ! Component: 200 - total flux cleaned = 0.00694917 Jy ! Total flux subtracted in 200 components = 0.00694917 Jy ! Clean residual min=-0.001870 max=0.001669 Jy/beam ! Clean residual mean=-0.000002 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.143443 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.000302216 Jy ! Component: 100 - total flux cleaned = 0.000561305 Jy ! Component: 150 - total flux cleaned = 0.000739808 Jy ! Component: 200 - total flux cleaned = 0.000831109 Jy ! Total flux subtracted in 200 components = 0.000831109 Jy ! Clean residual min=-0.001733 max=0.001671 Jy/beam ! Clean residual mean=-0.000001 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.144274 Jy ! Adding 97 model components to the UV plane model. ! The established model now contains 143 components and 0.144274 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.879 mas, bmaj=13.23 mas, bpa=9.79 degrees ! Estimated noise=619.915 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.35941e-05 Jy ! Component: 100 - total flux cleaned = 0.000205645 Jy ! Component: 150 - total flux cleaned = 0.00027883 Jy ! Component: 200 - total flux cleaned = 0.000329347 Jy ! Total flux subtracted in 200 components = 0.000329347 Jy ! Clean residual min=-0.001698 max=0.001549 Jy/beam ! Clean residual mean=-0.000001 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.144603 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 174 components and 0.144603 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084688Jy sigma=0.000777 ! Fit after self-cal, rms=0.084685Jy sigma=0.000777 wmodel J0448-2109_S_2014_08_09_pus_map.mod ! Writing 174 model components to file: J0448-2109_S_2014_08_09_pus_map.mod wobs J0448-2109_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J0448-2109_S_2014_08_09_pus_uvs.fits wwins J0448-2109_S_2014_08_09_pus_map.win ! wwins: Wrote 3 windows to J0448-2109_S_2014_08_09_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.000465375 Jy ! Component: 100 - total flux cleaned = -0.000688912 Jy ! Component: 150 - total flux cleaned = -0.0007955 Jy ! Component: 200 - total flux cleaned = -0.000820478 Jy ! Component: 250 - total flux cleaned = -0.000819565 Jy ! Component: 300 - total flux cleaned = -0.000842043 Jy ! Component: 350 - total flux cleaned = -0.000841684 Jy ! Component: 400 - total flux cleaned = -0.000886239 Jy ! Component: 450 - total flux cleaned = -0.0008864 Jy ! Component: 500 - total flux cleaned = -0.000844021 Jy ! Component: 550 - total flux cleaned = -0.000803031 Jy ! Component: 600 - total flux cleaned = -0.000802934 Jy ! Component: 650 - total flux cleaned = -0.000842506 Jy ! Component: 700 - total flux cleaned = -0.000881146 Jy ! Component: 750 - total flux cleaned = -0.000899875 Jy ! Component: 800 - total flux cleaned = -0.000863047 Jy ! Component: 850 - total flux cleaned = -0.000862977 Jy ! Component: 900 - total flux cleaned = -0.0008447 Jy ! Component: 950 - total flux cleaned = -0.000809423 Jy ! Component: 1000 - total flux cleaned = -0.000757904 Jy ! Component: 1050 - total flux cleaned = -0.000808581 Jy ! Component: 1100 - total flux cleaned = -0.000792013 Jy ! Component: 1150 - total flux cleaned = -0.000808466 Jy ! Component: 1200 - total flux cleaned = -0.000808012 Jy ! Component: 1250 - total flux cleaned = -0.000728202 Jy ! Component: 1300 - total flux cleaned = -0.000696626 Jy ! Component: 1350 - total flux cleaned = -0.000634664 Jy ! Component: 1400 - total flux cleaned = -0.000619634 Jy ! Component: 1450 - total flux cleaned = -0.000529572 Jy ! Component: 1500 - total flux cleaned = -0.000485054 Jy ! Component: 1550 - total flux cleaned = -0.000411668 Jy ! Component: 1600 - total flux cleaned = -0.000310437 Jy ! Component: 1650 - total flux cleaned = -0.00028197 Jy ! Component: 1700 - total flux cleaned = -0.000211197 Jy ! Component: 1750 - total flux cleaned = -0.000169147 Jy ! Component: 1800 - total flux cleaned = -0.000113597 Jy ! Component: 1850 - total flux cleaned = -1.78858e-05 Jy ! Component: 1900 - total flux cleaned = -4.22042e-06 Jy ! Component: 1950 - total flux cleaned = 0.000116057 Jy ! Component: 2000 - total flux cleaned = 0.000129235 Jy ! Component: 2050 - total flux cleaned = 0.00016867 Jy ! Component: 2100 - total flux cleaned = 0.000259227 Jy ! Component: 2150 - total flux cleaned = 0.000310334 Jy ! Component: 2200 - total flux cleaned = 0.000373689 Jy ! Component: 2250 - total flux cleaned = 0.000436379 Jy ! Component: 2300 - total flux cleaned = 0.000448726 Jy ! Component: 2350 - total flux cleaned = 0.000547247 Jy ! Component: 2400 - total flux cleaned = 0.00059608 Jy ! Component: 2450 - total flux cleaned = 0.00066868 Jy ! Component: 2500 - total flux cleaned = 0.000728496 Jy ! Component: 2550 - total flux cleaned = 0.000740533 Jy ! Component: 2600 - total flux cleaned = 0.000787742 Jy ! Component: 2650 - total flux cleaned = 0.000857766 Jy ! Component: 2700 - total flux cleaned = 0.000857808 Jy ! Component: 2750 - total flux cleaned = 0.000880905 Jy ! Component: 2800 - total flux cleaned = 0.00088107 Jy ! Component: 2850 - total flux cleaned = 0.000971403 Jy ! Component: 2900 - total flux cleaned = 0.000960121 Jy ! Component: 2950 - total flux cleaned = 0.00100464 Jy ! Component: 3000 - total flux cleaned = 0.000993627 Jy ! Component: 3050 - total flux cleaned = 0.00102669 Jy ! Component: 3100 - total flux cleaned = 0.00105939 Jy ! Component: 3150 - total flux cleaned = 0.00108084 Jy ! Component: 3200 - total flux cleaned = 0.00110226 Jy ! Component: 3250 - total flux cleaned = 0.00112356 Jy ! Component: 3300 - total flux cleaned = 0.00113416 Jy ! Component: 3350 - total flux cleaned = 0.00115522 Jy ! Component: 3400 - total flux cleaned = 0.00118662 Jy ! Component: 3450 - total flux cleaned = 0.0012281 Jy ! Component: 3500 - total flux cleaned = 0.00125905 Jy ! Component: 3550 - total flux cleaned = 0.00127958 Jy ! Component: 3600 - total flux cleaned = 0.00132034 Jy ! Component: 3650 - total flux cleaned = 0.00131031 Jy ! Component: 3700 - total flux cleaned = 0.0013807 Jy ! Component: 3750 - total flux cleaned = 0.00139068 Jy ! Component: 3800 - total flux cleaned = 0.0013708 Jy ! Component: 3850 - total flux cleaned = 0.00140048 Jy ! Component: 3900 - total flux cleaned = 0.00142012 Jy ! Component: 3950 - total flux cleaned = 0.00142994 Jy ! Component: 4000 - total flux cleaned = 0.00144929 Jy ! Component: 4050 - total flux cleaned = 0.00145894 Jy ! Total flux subtracted in 4096 components = 0.00143976 Jy ! Clean residual min=-0.000547 max=0.000667 Jy/beam ! Clean residual mean=0.000001 rms=0.000189 Jy/beam ! Combined flux in latest and established models = 0.146043 Jy keep ! Adding 309 model components to the UV plane model. ! The established model now contains 483 components and 0.146043 Jy ![Exited script file: muppet] wmap "J0448-2109_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.879 x 13.23 at 9.79 degrees (North through East) ! Clean map min=-0.0011276 max=0.10806 Jy/beam ! Writing clean map to FITS file: J0448-2109_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.10806 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000184743 device "J0448-2109_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0448-2109_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.512889 0.512889 1.02578 2.05156 4.10311 8.20623 16.4125 32.8249 65.6498 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.108 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.879 x 13.23 at 9.79 degrees (North through East) ! Clean map min=-0.0011276 max=0.10806 Jy/beam quit ! Quitting program ! Log file J0448-2109_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 22:54:42 2016