! Started logfile: J1125+2610_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:24:54 2016 obs J1125+2610_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1125+2610_S_2014_05_31_pus_uva.fits ! AN table 1: 49 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.679819 visibilities/baseline/integration-bin. ! Found source: J1125+2610 ! ! 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 336 lines of history. ! ! Reading 5996 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 J1125+2610_S_2014_05_31_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 110 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 92 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 110 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 110 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.337439Jy sigma=0.003391 ! Fit after self-cal, rms=0.289129Jy sigma=0.002845 ! 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.685 mas, bmaj=6.97 mas, bpa=21.98 degrees ! Estimated noise=1129.78 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.610948 Jy ! Component: 100 - total flux cleaned = 0.758562 Jy ! Total flux subtracted in 100 components = 0.758562 Jy ! Clean residual min=-0.023948 max=0.058921 Jy/beam ! Clean residual mean=-0.000009 rms=0.007493 Jy/beam ! Combined flux in latest and established models = 0.758562 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.758562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.215533Jy sigma=0.001805 ! Fit after self-cal, rms=0.215481Jy sigma=0.001804 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0628025 Jy ! Component: 100 - total flux cleaned = 0.0932534 Jy ! Total flux subtracted in 100 components = 0.0932534 Jy ! Clean residual min=-0.014526 max=0.020635 Jy/beam ! Clean residual mean=0.000011 rms=0.004358 Jy/beam ! Combined flux in latest and established models = 0.851815 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 17 components and 0.851815 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.192382Jy sigma=0.001385 ! Fit after self-cal, rms=0.192283Jy sigma=0.001380 ! 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=4.573 mas, bmaj=7.851 mas, bpa=18.85 degrees ! Estimated noise=791.93 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, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0278741 Jy ! Component: 100 - total flux cleaned = 0.0415093 Jy ! Component: 150 - total flux cleaned = 0.0501866 Jy ! Component: 200 - total flux cleaned = 0.0561084 Jy ! Total flux subtracted in 200 components = 0.0561084 Jy ! Clean residual min=-0.012907 max=0.011547 Jy/beam ! Clean residual mean=0.000039 rms=0.003141 Jy/beam ! Combined flux in latest and established models = 0.907924 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 55 components and 0.907924 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.186839Jy sigma=0.001321 ! Fit after self-cal, rms=0.186523Jy sigma=0.001316 ! 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.99 FD 0.84 HN 0.98 KP 1.04 ! LA 1.18 MK 1.00* NL 0.97 OV 0.97 ! PT 1.03 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00 HN 1.02 KP 1.02 ! LA 1.14 MK 2.95 NL 1.03 OV 1.01 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.13 HN 1.02 KP 0.91 ! LA 0.90 MK 1.00* NL 1.04 OV 0.93 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.99 HN 1.01 KP 0.88 ! LA 0.87 MK 1.00* NL 1.05 OV 0.99 ! PT 1.02 SC 0.96 ! ! ! Fit before self-cal, rms=0.186523Jy sigma=0.001316 ! Fit after self-cal, rms=0.383552Jy sigma=0.000802 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.578 mas, bmaj=7.849 mas, bpa=18.84 degrees ! Estimated noise=789.68 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.00178223 Jy ! Component: 100 - total flux cleaned = 0.00190964 Jy ! Component: 150 - total flux cleaned = 0.00174536 Jy ! Component: 200 - total flux cleaned = 0.0016068 Jy ! Total flux subtracted in 200 components = 0.0016068 Jy ! Clean residual min=-0.003758 max=0.003895 Jy/beam ! Clean residual mean=0.000008 rms=0.000939 Jy/beam ! Combined flux in latest and established models = 0.909531 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 74 components and 0.909531 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.383390Jy sigma=0.000798 ! Fit after self-cal, rms=0.383356Jy sigma=0.000797 ! 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.383356Jy sigma=0.000797 ! Fit after self-cal, rms=0.382952Jy sigma=0.000774 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.579 mas, bmaj=7.851 mas, bpa=18.82 degrees ! Estimated noise=789.224 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00108934 Jy ! Component: 100 - total flux cleaned = 0.00117056 Jy ! Component: 150 - total flux cleaned = 0.00132249 Jy ! Component: 200 - total flux cleaned = 0.00149639 Jy ! Total flux subtracted in 200 components = 0.00149639 Jy ! Clean residual min=-0.003278 max=0.002885 Jy/beam ! Clean residual mean=0.000006 rms=0.000684 Jy/beam ! Combined flux in latest and established models = 0.911027 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 89 components and 0.911027 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.382892Jy sigma=0.000773 ! Fit after self-cal, rms=0.382842Jy sigma=0.000772 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.00021296 Jy ! Component: 100 - total flux cleaned = 0.000249567 Jy ! Component: 150 - total flux cleaned = 0.000317066 Jy ! Component: 200 - total flux cleaned = 0.000348238 Jy ! Total flux subtracted in 200 components = 0.000348238 Jy ! Clean residual min=-0.003042 max=0.002724 Jy/beam ! Clean residual mean=0.000006 rms=0.000662 Jy/beam ! Combined flux in latest and established models = 0.911375 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 106 components and 0.911375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.382825Jy sigma=0.000772 ! Fit after self-cal, rms=0.382824Jy sigma=0.000771 ! 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.382824Jy sigma=0.000771 ! Fit after self-cal, rms=0.382632Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.579 mas, bmaj=7.85 mas, bpa=18.83 degrees ! Estimated noise=789.225 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000368513 Jy ! Component: 100 - total flux cleaned = 0.000599657 Jy ! Component: 150 - total flux cleaned = 0.000711342 Jy ! Component: 200 - total flux cleaned = 0.000735342 Jy ! Total flux subtracted in 200 components = 0.000735342 Jy ! Clean residual min=-0.002874 max=0.002680 Jy/beam ! Clean residual mean=0.000007 rms=0.000643 Jy/beam ! Combined flux in latest and established models = 0.912111 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 117 components and 0.91211 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.382624Jy sigma=0.000771 ! Fit after self-cal, rms=0.382623Jy sigma=0.000771 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.97985e-05 Jy ! Component: 100 - total flux cleaned = 1.04065e-05 Jy ! Component: 150 - total flux cleaned = -3.30526e-05 Jy ! Component: 200 - total flux cleaned = -5.33217e-05 Jy ! Total flux subtracted in 200 components = -5.33217e-05 Jy ! Clean residual min=-0.002742 max=0.002623 Jy/beam ! Clean residual mean=0.000007 rms=0.000636 Jy/beam ! Combined flux in latest and established models = 0.912057 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 125 components and 0.912057 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.382620Jy sigma=0.000771 ! Fit after self-cal, rms=0.382622Jy sigma=0.000771 ! 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.382622Jy sigma=0.000771 ! Fit after self-cal, rms=0.382731Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.339 mas, bmaj=10.01 mas, bpa=0.000184 degrees ! Estimated noise=893.03 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000253031 Jy ! Component: 100 - total flux cleaned = 0.000269922 Jy ! Component: 150 - total flux cleaned = 0.000286177 Jy ! Component: 200 - total flux cleaned = 0.000300318 Jy ! Total flux subtracted in 200 components = 0.000300318 Jy ! Clean residual min=-0.002667 max=0.002522 Jy/beam ! Clean residual mean=0.000011 rms=0.000714 Jy/beam ! Combined flux in latest and established models = 0.912357 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 138 components and 0.912357 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.382734Jy sigma=0.000770 ! Fit after self-cal, rms=0.382726Jy sigma=0.000770 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.16699e-05 Jy ! Component: 100 - total flux cleaned = -0.000121678 Jy ! Component: 150 - total flux cleaned = -0.000121183 Jy ! Component: 200 - total flux cleaned = -0.000120919 Jy ! Total flux subtracted in 200 components = -0.000120919 Jy ! Clean residual min=-0.002676 max=0.002556 Jy/beam ! Clean residual mean=0.000011 rms=0.000711 Jy/beam ! Combined flux in latest and established models = 0.912236 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 145 components and 0.912236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.382726Jy sigma=0.000770 ! Fit after self-cal, rms=0.382723Jy sigma=0.000770 ! 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=4.579 mas, bmaj=7.85 mas, bpa=18.84 degrees ! Estimated noise=789.378 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.579 x 7.85 at 18.84 degrees (North through East) ! Clean map min=-0.0025886 max=0.80033 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.382723Jy sigma=0.000770 ! Fit after self-cal, rms=0.854822Jy sigma=0.000699 ! Inverting map and beam ! Estimated beam: bmin=4.579 mas, bmaj=7.85 mas, bpa=18.86 degrees ! Estimated noise=789.566 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000132128 Jy ! Component: 100 - total flux cleaned = 0.000205444 Jy ! Component: 150 - total flux cleaned = 0.000226896 Jy ! Component: 200 - total flux cleaned = 0.000226415 Jy ! Total flux subtracted in 200 components = 0.000226415 Jy ! Clean residual min=-0.002556 max=0.002308 Jy/beam ! Clean residual mean=0.000006 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.912463 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 155 components and 0.912463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.854819Jy sigma=0.000699 ! Fit after self-cal, rms=0.854824Jy sigma=0.000699 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.88762e-05 Jy ! Component: 100 - total flux cleaned = 1.87968e-05 Jy ! Component: 150 - total flux cleaned = 1.86346e-05 Jy ! Component: 200 - total flux cleaned = 1.83284e-05 Jy ! Total flux subtracted in 200 components = 1.83284e-05 Jy ! Clean residual min=-0.002499 max=0.002306 Jy/beam ! Clean residual mean=0.000006 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.912481 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 165 components and 0.912481 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.854826Jy sigma=0.000699 ! Fit after self-cal, rms=0.854832Jy sigma=0.000699 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.854832Jy sigma=0.000699 ! Fit after self-cal, rms=0.852734Jy sigma=0.000699 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.686 mas, bmaj=6.967 mas, bpa=21.85 degrees ! Estimated noise=1127.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.609279 Jy ! Component: 100 - total flux cleaned = 0.758465 Jy ! Component: 150 - total flux cleaned = 0.82184 Jy ! Component: 200 - total flux cleaned = 0.853014 Jy ! Total flux subtracted in 200 components = 0.853014 Jy ! Clean residual min=-0.006287 max=0.015560 Jy/beam ! Clean residual mean=-0.000008 rms=0.002127 Jy/beam ! Combined flux in latest and established models = 0.853014 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.853014 Jy ! Inverting map and beam ! Estimated beam: bmin=4.578 mas, bmaj=7.849 mas, bpa=18.87 degrees ! Estimated noise=789.667 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.0250629 Jy ! Component: 100 - total flux cleaned = 0.037705 Jy ! Component: 150 - total flux cleaned = 0.0445885 Jy ! Component: 200 - total flux cleaned = 0.0490265 Jy ! Total flux subtracted in 200 components = 0.0490265 Jy ! Clean residual min=-0.002865 max=0.002800 Jy/beam ! Clean residual mean=-0.000000 rms=0.000766 Jy/beam ! Combined flux in latest and established models = 0.902041 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 65 components and 0.902041 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.34 mas, bmaj=10 mas, bpa=0.06567 degrees ! Estimated noise=893.397 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00423841 Jy ! Component: 100 - total flux cleaned = 0.00677769 Jy ! Component: 150 - total flux cleaned = 0.00844915 Jy ! Component: 200 - total flux cleaned = 0.00935234 Jy ! Total flux subtracted in 200 components = 0.00935234 Jy ! Clean residual min=-0.002349 max=0.002537 Jy/beam ! Clean residual mean=0.000009 rms=0.000680 Jy/beam ! Combined flux in latest and established models = 0.911393 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.00036697 Jy ! Component: 100 - total flux cleaned = 0.000698673 Jy ! Component: 150 - total flux cleaned = 0.000948941 Jy ! Component: 200 - total flux cleaned = 0.00113899 Jy ! Total flux subtracted in 200 components = 0.00113899 Jy ! Clean residual min=-0.002292 max=0.002480 Jy/beam ! Clean residual mean=0.000010 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.912532 Jy ! Adding 90 model components to the UV plane model. ! The established model now contains 148 components and 0.912532 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.578 mas, bmaj=7.849 mas, bpa=18.87 degrees ! Estimated noise=789.667 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000539899 Jy ! Component: 100 - total flux cleaned = 0.000640828 Jy ! Component: 150 - total flux cleaned = 0.000670452 Jy ! Component: 200 - total flux cleaned = 0.000642137 Jy ! Total flux subtracted in 200 components = 0.000642137 Jy ! Clean residual min=-0.002669 max=0.002380 Jy/beam ! Clean residual mean=0.000006 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.913174 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 166 components and 0.913174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.852918Jy sigma=0.000699 ! Fit after self-cal, rms=0.852883Jy sigma=0.000699 wmodel J1125+2610_S_2014_05_31_pus_map.mod ! Writing 166 model components to file: J1125+2610_S_2014_05_31_pus_map.mod wobs J1125+2610_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1125+2610_S_2014_05_31_pus_uvs.fits wwins J1125+2610_S_2014_05_31_pus_map.win ! wwins: Wrote 2 windows to J1125+2610_S_2014_05_31_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 = 6.40432e-05 Jy ! Component: 100 - total flux cleaned = 0.00030754 Jy ! Component: 150 - total flux cleaned = 0.000756996 Jy ! Component: 200 - total flux cleaned = 0.00118445 Jy ! Component: 250 - total flux cleaned = 0.00152582 Jy ! Component: 300 - total flux cleaned = 0.00188706 Jy ! Component: 350 - total flux cleaned = 0.00204676 Jy ! Component: 400 - total flux cleaned = 0.00235496 Jy ! Component: 450 - total flux cleaned = 0.00259411 Jy ! Component: 500 - total flux cleaned = 0.00285584 Jy ! Component: 550 - total flux cleaned = 0.0030544 Jy ! Component: 600 - total flux cleaned = 0.00330385 Jy ! Component: 650 - total flux cleaned = 0.00343915 Jy ! Component: 700 - total flux cleaned = 0.00359834 Jy ! Component: 750 - total flux cleaned = 0.00372814 Jy ! Component: 800 - total flux cleaned = 0.00380463 Jy ! Component: 850 - total flux cleaned = 0.00390455 Jy ! Component: 900 - total flux cleaned = 0.00395381 Jy ! Component: 950 - total flux cleaned = 0.00400208 Jy ! Component: 1000 - total flux cleaned = 0.0041452 Jy ! Component: 1050 - total flux cleaned = 0.00423814 Jy ! Component: 1100 - total flux cleaned = 0.00435267 Jy ! Component: 1150 - total flux cleaned = 0.00446598 Jy ! Component: 1200 - total flux cleaned = 0.00457742 Jy ! Component: 1250 - total flux cleaned = 0.00462156 Jy ! Component: 1300 - total flux cleaned = 0.00479533 Jy ! Component: 1350 - total flux cleaned = 0.00488068 Jy ! Component: 1400 - total flux cleaned = 0.00496551 Jy ! Component: 1450 - total flux cleaned = 0.00506956 Jy ! Component: 1500 - total flux cleaned = 0.00515191 Jy ! Component: 1550 - total flux cleaned = 0.00529395 Jy ! Component: 1600 - total flux cleaned = 0.00535403 Jy ! Component: 1650 - total flux cleaned = 0.00535417 Jy ! Component: 1700 - total flux cleaned = 0.00547223 Jy ! Component: 1750 - total flux cleaned = 0.00551087 Jy ! Component: 1800 - total flux cleaned = 0.00560663 Jy ! Component: 1850 - total flux cleaned = 0.00568238 Jy ! Component: 1900 - total flux cleaned = 0.00577608 Jy ! Component: 1950 - total flux cleaned = 0.00581329 Jy ! Component: 2000 - total flux cleaned = 0.005887 Jy ! Component: 2050 - total flux cleaned = 0.00595975 Jy ! Component: 2100 - total flux cleaned = 0.00599593 Jy ! Component: 2150 - total flux cleaned = 0.0060852 Jy ! Component: 2200 - total flux cleaned = 0.00619091 Jy ! Component: 2250 - total flux cleaned = 0.0062081 Jy ! Component: 2300 - total flux cleaned = 0.0062773 Jy ! Component: 2350 - total flux cleaned = 0.00641424 Jy ! Component: 2400 - total flux cleaned = 0.00636327 Jy ! Component: 2450 - total flux cleaned = 0.00643058 Jy ! Component: 2500 - total flux cleaned = 0.0064973 Jy ! Component: 2550 - total flux cleaned = 0.00653056 Jy ! Component: 2600 - total flux cleaned = 0.00657984 Jy ! Component: 2650 - total flux cleaned = 0.0066123 Jy ! Component: 2700 - total flux cleaned = 0.00669302 Jy ! Component: 2750 - total flux cleaned = 0.00666091 Jy ! Component: 2800 - total flux cleaned = 0.0067403 Jy ! Component: 2850 - total flux cleaned = 0.00680314 Jy ! Component: 2900 - total flux cleaned = 0.00678757 Jy ! Component: 2950 - total flux cleaned = 0.00681882 Jy ! Component: 3000 - total flux cleaned = 0.00684963 Jy ! Component: 3050 - total flux cleaned = 0.00689555 Jy ! Component: 3100 - total flux cleaned = 0.00694122 Jy ! Component: 3150 - total flux cleaned = 0.0070016 Jy ! Component: 3200 - total flux cleaned = 0.00703172 Jy ! Component: 3250 - total flux cleaned = 0.00709131 Jy ! Component: 3300 - total flux cleaned = 0.00719477 Jy ! Component: 3350 - total flux cleaned = 0.00722425 Jy ! Component: 3400 - total flux cleaned = 0.00726781 Jy ! Component: 3450 - total flux cleaned = 0.00725329 Jy ! Component: 3500 - total flux cleaned = 0.00736859 Jy ! Component: 3550 - total flux cleaned = 0.00739713 Jy ! Component: 3600 - total flux cleaned = 0.00743976 Jy ! Component: 3650 - total flux cleaned = 0.00752446 Jy ! Component: 3700 - total flux cleaned = 0.00753849 Jy ! Component: 3750 - total flux cleaned = 0.00763624 Jy ! Component: 3800 - total flux cleaned = 0.00770555 Jy ! Component: 3850 - total flux cleaned = 0.00774677 Jy ! Component: 3900 - total flux cleaned = 0.00778777 Jy ! Component: 3950 - total flux cleaned = 0.00785584 Jy ! Component: 4000 - total flux cleaned = 0.00790997 Jy ! Component: 4050 - total flux cleaned = 0.00793698 Jy ! Total flux subtracted in 4096 components = 0.00801724 Jy ! Clean residual min=-0.000801 max=0.000973 Jy/beam ! Clean residual mean=0.000001 rms=0.000248 Jy/beam ! Combined flux in latest and established models = 0.921191 Jy keep ! Adding 266 model components to the UV plane model. ! The established model now contains 432 components and 0.921191 Jy ![Exited script file: muppet] wmap "J1125+2610_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.578 x 7.849 at 18.87 degrees (North through East) ! Clean map min=-0.0019394 max=0.80097 Jy/beam ! Writing clean map to FITS file: J1125+2610_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.800968 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000243688 device "J1125+2610_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1125+2610_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.0912727 0.0912727 0.182545 0.365091 0.730182 1.46036 2.92073 5.84145 11.6829 23.3658 46.7316 93.4633 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.8 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.578 x 7.849 at 18.87 degrees (North through East) ! Clean map min=-0.0019394 max=0.80097 Jy/beam quit ! Quitting program ! Log file J1125+2610_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:25:00 2016