! Started logfile: J2126-0654_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:35:01 2017 obs J2126-0654_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J2126-0654_S_2015_01_23_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.692502 visibilities/baseline/integration-bin. ! Found source: J2126-0654 ! ! 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 15332 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 J2126-0654_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 201 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 201 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 201 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 201 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.003016Jy sigma=0.010537 ! Fit after self-cal, rms=0.956009Jy sigma=0.010056 ! 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.818 mas, bmaj=6.867 mas, bpa=4.588 degrees ! Estimated noise=713.157 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.0353589 Jy ! Component: 100 - total flux cleaned = 0.0432453 Jy ! Total flux subtracted in 100 components = 0.0432453 Jy ! Clean residual min=-0.002653 max=0.003521 Jy/beam ! Clean residual mean=0.000002 rms=0.000693 Jy/beam ! Combined flux in latest and established models = 0.0432453 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0432453 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080216Jy sigma=0.000787 ! Fit after self-cal, rms=0.078854Jy sigma=0.000772 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00448561 Jy ! Component: 100 - total flux cleaned = 0.00683943 Jy ! Total flux subtracted in 100 components = 0.00683943 Jy ! Clean residual min=-0.002517 max=0.003031 Jy/beam ! Clean residual mean=0.000000 rms=0.000673 Jy/beam ! Combined flux in latest and established models = 0.0500848 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 21 components and 0.0500848 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078481Jy sigma=0.000769 ! Fit after self-cal, rms=0.078465Jy sigma=0.000769 ! 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.305 mas, bmaj=7.87 mas, bpa=2.333 degrees ! Estimated noise=551.195 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.00229688 Jy ! Component: 100 - total flux cleaned = 0.00329905 Jy ! Component: 150 - total flux cleaned = 0.00339941 Jy ! Component: 200 - total flux cleaned = 0.00339927 Jy ! Total flux subtracted in 200 components = 0.00339927 Jy ! Clean residual min=-0.002173 max=0.002411 Jy/beam ! Clean residual mean=0.000003 rms=0.000675 Jy/beam ! Combined flux in latest and established models = 0.053484 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 31 components and 0.053484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078376Jy sigma=0.000769 ! Fit after self-cal, rms=0.078373Jy sigma=0.000768 ! 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 1.00* HN 0.94 KP 1.12 ! LA 1.11 MK 1.01 NL 1.06 OV 0.98 ! PT 1.00 SC 0.94 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.00* HN 1.06 KP 1.07 ! LA 0.88 MK 1.02 NL 1.22 OV 1.08 ! PT 1.01 SC 1.04 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.00* HN 0.95 KP 0.95 ! LA 0.87 MK 1.04 NL 1.18 OV 0.97 ! PT 1.00 SC 1.01 ! ! ! 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 1.00* HN 0.96 KP 0.80 ! LA 0.88 MK 1.00 NL 0.99 OV 1.03 ! PT 0.99 SC 0.98 ! ! ! Fit before self-cal, rms=0.078373Jy sigma=0.000768 ! Fit after self-cal, rms=0.075265Jy sigma=0.000766 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.305 mas, bmaj=7.867 mas, bpa=2.702 degrees ! Estimated noise=551.122 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.000327364 Jy ! Component: 100 - total flux cleaned = 0.000328721 Jy ! Component: 150 - total flux cleaned = 0.000329572 Jy ! Component: 200 - total flux cleaned = 0.000329533 Jy ! Total flux subtracted in 200 components = 0.000329533 Jy ! Clean residual min=-0.002006 max=0.002163 Jy/beam ! Clean residual mean=0.000001 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.0538136 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 37 components and 0.0538136 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075250Jy sigma=0.000766 ! Fit after self-cal, rms=0.075213Jy sigma=0.000765 ! 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.075213Jy sigma=0.000765 ! Fit after self-cal, rms=0.075519Jy sigma=0.000762 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.3 mas, bmaj=7.878 mas, bpa=2.8 degrees ! Estimated noise=551.466 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000141995 Jy ! Component: 100 - total flux cleaned = 0.000116106 Jy ! Component: 150 - total flux cleaned = 8.16427e-05 Jy ! Component: 200 - total flux cleaned = 3.87384e-05 Jy ! Total flux subtracted in 200 components = 3.87384e-05 Jy ! Clean residual min=-0.001685 max=0.002219 Jy/beam ! Clean residual mean=-0.000002 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.0538523 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 43 components and 0.0538523 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075515Jy sigma=0.000762 ! Fit after self-cal, rms=0.075780Jy sigma=0.000761 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.31645e-05 Jy ! Component: 100 - total flux cleaned = -0.000123562 Jy ! Component: 150 - total flux cleaned = -0.000170469 Jy ! Component: 200 - total flux cleaned = -0.000195736 Jy ! Total flux subtracted in 200 components = -0.000195736 Jy ! Clean residual min=-0.001776 max=0.001770 Jy/beam ! Clean residual mean=-0.000001 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.0536566 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 49 components and 0.0536566 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075777Jy sigma=0.000760 ! Fit after self-cal, rms=0.075781Jy sigma=0.000760 ! 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.075781Jy sigma=0.000760 ! Fit after self-cal, rms=0.078034Jy sigma=0.000760 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.29 mas, bmaj=7.866 mas, bpa=2.683 degrees ! Estimated noise=552.822 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000194431 Jy ! Component: 100 - total flux cleaned = 0.000184487 Jy ! Component: 150 - total flux cleaned = 0.000166719 Jy ! Component: 200 - total flux cleaned = 0.000141158 Jy ! Total flux subtracted in 200 components = 0.000141158 Jy ! Clean residual min=-0.001614 max=0.001850 Jy/beam ! Clean residual mean=-0.000002 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.0537977 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 50 components and 0.0537977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078029Jy sigma=0.000760 ! Fit after self-cal, rms=0.078193Jy sigma=0.000760 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.000156326 Jy ! Component: 100 - total flux cleaned = -0.000200181 Jy ! Component: 150 - total flux cleaned = -0.000232505 Jy ! Component: 200 - total flux cleaned = -0.000247148 Jy ! Total flux subtracted in 200 components = -0.000247148 Jy ! Clean residual min=-0.001633 max=0.001702 Jy/beam ! Clean residual mean=-0.000002 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.0535506 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 55 components and 0.0535506 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078191Jy sigma=0.000760 ! Fit after self-cal, rms=0.078192Jy sigma=0.000760 ! 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.078192Jy sigma=0.000760 ! Fit after self-cal, rms=0.079483Jy sigma=0.000760 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.313 mas, bmaj=12.89 mas, bpa=0.8789 degrees ! Estimated noise=700.104 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000325848 Jy ! Component: 100 - total flux cleaned = 0.000326354 Jy ! Component: 150 - total flux cleaned = 0.000326783 Jy ! Component: 200 - total flux cleaned = 0.000331779 Jy ! Total flux subtracted in 200 components = 0.000331779 Jy ! Clean residual min=-0.001861 max=0.002325 Jy/beam ! Clean residual mean=-0.000004 rms=0.000578 Jy/beam ! Combined flux in latest and established models = 0.0538823 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 57 components and 0.0538823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079482Jy sigma=0.000760 ! Fit after self-cal, rms=0.079548Jy sigma=0.000760 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 = -3.64219e-05 Jy ! Component: 100 - total flux cleaned = -4.21438e-05 Jy ! Component: 150 - total flux cleaned = -6.40301e-05 Jy ! Component: 200 - total flux cleaned = -6.89225e-05 Jy ! Total flux subtracted in 200 components = -6.89225e-05 Jy ! Clean residual min=-0.001855 max=0.002291 Jy/beam ! Clean residual mean=-0.000003 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.0538134 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 58 components and 0.0538134 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079548Jy sigma=0.000760 ! Fit after self-cal, rms=0.079551Jy sigma=0.000760 ! 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.285 mas, bmaj=7.86 mas, bpa=2.624 degrees ! Estimated noise=554.572 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.285 x 7.86 at 2.624 degrees (North through East) ! Clean map min=-0.0015397 max=0.04904 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.784 mas, bmaj=6.861 mas, bpa=4.776 degrees ! Estimated noise=708.191 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0362233 Jy ! Component: 100 - total flux cleaned = 0.0453252 Jy ! Component: 150 - total flux cleaned = 0.0497187 Jy ! Component: 200 - total flux cleaned = 0.0521795 Jy ! Total flux subtracted in 200 components = 0.0521795 Jy ! Clean residual min=-0.002132 max=0.002301 Jy/beam ! Clean residual mean=-0.000002 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.0521795 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0521795 Jy ! Inverting map and beam ! Estimated beam: bmin=3.285 mas, bmaj=7.86 mas, bpa=2.624 degrees ! Estimated noise=554.572 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.00163906 Jy ! Component: 100 - total flux cleaned = 0.00186328 Jy ! Component: 150 - total flux cleaned = 0.00189363 Jy ! Component: 200 - total flux cleaned = 0.00184454 Jy ! Total flux subtracted in 200 components = 0.00184454 Jy ! Clean residual min=-0.001586 max=0.001780 Jy/beam ! Clean residual mean=-0.000002 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.0540241 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 28 components and 0.0540241 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.313 mas, bmaj=12.89 mas, bpa=0.8789 degrees ! Estimated noise=700.104 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000163447 Jy ! Component: 100 - total flux cleaned = 9.25643e-05 Jy ! Component: 150 - total flux cleaned = 3.01265e-05 Jy ! Component: 200 - total flux cleaned = -1.43823e-05 Jy ! Total flux subtracted in 200 components = -1.43823e-05 Jy ! Clean residual min=-0.001894 max=0.002309 Jy/beam ! Clean residual mean=-0.000004 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.0540097 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 = -3.00155e-05 Jy ! Component: 100 - total flux cleaned = -4.9086e-05 Jy ! Component: 150 - total flux cleaned = -7.47269e-05 Jy ! Component: 200 - total flux cleaned = -8.26246e-05 Jy ! Total flux subtracted in 200 components = -8.26246e-05 Jy ! Clean residual min=-0.001880 max=0.002302 Jy/beam ! Clean residual mean=-0.000004 rms=0.000574 Jy/beam ! Combined flux in latest and established models = 0.0539271 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 36 components and 0.0539271 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.285 mas, bmaj=7.86 mas, bpa=2.624 degrees ! Estimated noise=554.572 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000151608 Jy ! Component: 100 - total flux cleaned = -0.000185084 Jy ! Component: 150 - total flux cleaned = -0.000185191 Jy ! Component: 200 - total flux cleaned = -0.000225676 Jy ! Total flux subtracted in 200 components = -0.000225676 Jy ! Clean residual min=-0.001589 max=0.001714 Jy/beam ! Clean residual mean=-0.000002 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.0537014 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 46 components and 0.0537014 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079556Jy sigma=0.000760 ! Fit after self-cal, rms=0.079556Jy sigma=0.000760 wmodel J2126-0654_S_2015_01_23_pus_map.mod ! Writing 46 model components to file: J2126-0654_S_2015_01_23_pus_map.mod wobs J2126-0654_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J2126-0654_S_2015_01_23_pus_uvs.fits wwins J2126-0654_S_2015_01_23_pus_map.win ! wwins: Wrote 1 windows to J2126-0654_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.000444604 Jy ! Component: 100 - total flux cleaned = 0.000735236 Jy ! Component: 150 - total flux cleaned = 0.000954616 Jy ! Component: 200 - total flux cleaned = 0.00113697 Jy ! Component: 250 - total flux cleaned = 0.00133835 Jy ! Component: 300 - total flux cleaned = 0.00155593 Jy ! Component: 350 - total flux cleaned = 0.00174262 Jy ! Component: 400 - total flux cleaned = 0.00187833 Jy ! Component: 450 - total flux cleaned = 0.00198816 Jy ! Component: 500 - total flux cleaned = 0.00213727 Jy ! Component: 550 - total flux cleaned = 0.00219932 Jy ! Component: 600 - total flux cleaned = 0.00217893 Jy ! Component: 650 - total flux cleaned = 0.00237702 Jy ! Component: 700 - total flux cleaned = 0.00237661 Jy ! Component: 750 - total flux cleaned = 0.0024718 Jy ! Component: 800 - total flux cleaned = 0.00252776 Jy ! Component: 850 - total flux cleaned = 0.00267454 Jy ! Component: 900 - total flux cleaned = 0.00281855 Jy ! Component: 950 - total flux cleaned = 0.00290677 Jy ! Component: 1000 - total flux cleaned = 0.00308068 Jy ! Component: 1050 - total flux cleaned = 0.00316577 Jy ! Component: 1100 - total flux cleaned = 0.00326649 Jy ! Component: 1150 - total flux cleaned = 0.00334932 Jy ! Component: 1200 - total flux cleaned = 0.00344735 Jy ! Component: 1250 - total flux cleaned = 0.00355949 Jy ! Component: 1300 - total flux cleaned = 0.00363847 Jy ! Component: 1350 - total flux cleaned = 0.00366981 Jy ! Component: 1400 - total flux cleaned = 0.00371583 Jy ! Component: 1450 - total flux cleaned = 0.00379134 Jy ! Component: 1500 - total flux cleaned = 0.00380609 Jy ! Component: 1550 - total flux cleaned = 0.00382095 Jy ! Component: 1600 - total flux cleaned = 0.00382081 Jy ! Component: 1650 - total flux cleaned = 0.00384946 Jy ! Component: 1700 - total flux cleaned = 0.00386368 Jy ! Component: 1750 - total flux cleaned = 0.00387789 Jy ! Component: 1800 - total flux cleaned = 0.00385053 Jy ! Component: 1850 - total flux cleaned = 0.00386431 Jy ! Component: 1900 - total flux cleaned = 0.00387781 Jy ! Component: 1950 - total flux cleaned = 0.00383787 Jy ! Component: 2000 - total flux cleaned = 0.00386433 Jy ! Component: 2050 - total flux cleaned = 0.00386441 Jy ! Component: 2100 - total flux cleaned = 0.00387731 Jy ! Component: 2150 - total flux cleaned = 0.00389003 Jy ! Component: 2200 - total flux cleaned = 0.00385215 Jy ! Component: 2250 - total flux cleaned = 0.00386462 Jy ! Component: 2300 - total flux cleaned = 0.00385209 Jy ! Component: 2350 - total flux cleaned = 0.00382749 Jy ! Component: 2400 - total flux cleaned = 0.00380335 Jy ! Component: 2450 - total flux cleaned = 0.00376744 Jy ! Component: 2500 - total flux cleaned = 0.00377935 Jy ! Component: 2550 - total flux cleaned = 0.00374415 Jy ! Component: 2600 - total flux cleaned = 0.00369754 Jy ! Component: 2650 - total flux cleaned = 0.00369767 Jy ! Component: 2700 - total flux cleaned = 0.00369754 Jy ! Component: 2750 - total flux cleaned = 0.00366353 Jy ! Component: 2800 - total flux cleaned = 0.00366352 Jy ! Component: 2850 - total flux cleaned = 0.0036412 Jy ! Component: 2900 - total flux cleaned = 0.00363027 Jy ! Component: 2950 - total flux cleaned = 0.00359753 Jy ! Component: 3000 - total flux cleaned = 0.00361937 Jy ! Component: 3050 - total flux cleaned = 0.00361927 Jy ! Component: 3100 - total flux cleaned = 0.00362991 Jy ! Component: 3150 - total flux cleaned = 0.0035875 Jy ! Component: 3200 - total flux cleaned = 0.00359801 Jy ! Component: 3250 - total flux cleaned = 0.00356682 Jy ! Component: 3300 - total flux cleaned = 0.00356687 Jy ! Component: 3350 - total flux cleaned = 0.00356691 Jy ! Component: 3400 - total flux cleaned = 0.00356686 Jy ! Component: 3450 - total flux cleaned = 0.00355671 Jy ! Component: 3500 - total flux cleaned = 0.00352649 Jy ! Component: 3550 - total flux cleaned = 0.00353658 Jy ! Component: 3600 - total flux cleaned = 0.0035268 Jy ! Component: 3650 - total flux cleaned = 0.00354654 Jy ! Component: 3700 - total flux cleaned = 0.00351719 Jy ! Component: 3750 - total flux cleaned = 0.00352683 Jy ! Component: 3800 - total flux cleaned = 0.00351721 Jy ! Component: 3850 - total flux cleaned = 0.00349797 Jy ! Component: 3900 - total flux cleaned = 0.00345983 Jy ! Component: 3950 - total flux cleaned = 0.00344095 Jy ! Component: 4000 - total flux cleaned = 0.00344102 Jy ! Component: 4050 - total flux cleaned = 0.0034037 Jy ! Total flux subtracted in 4096 components = 0.00340377 Jy ! Clean residual min=-0.000602 max=0.000522 Jy/beam ! Clean residual mean=-0.000001 rms=0.000171 Jy/beam ! Combined flux in latest and established models = 0.0571052 Jy keep ! Adding 323 model components to the UV plane model. ! The established model now contains 369 components and 0.0571052 Jy ![Exited script file: muppet] wmap "J2126-0654_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.285 x 7.86 at 2.624 degrees (North through East) ! Clean map min=-0.0010869 max=0.04894 Jy/beam ! Writing clean map to FITS file: J2126-0654_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.0489399 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000164629 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.00917 1.00917 2.01835 4.03669 8.07339 16.1468 32.2936 64.5871 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.048 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.285 x 7.86 at 2.624 degrees (North through East) ! Clean map min=-0.0010869 max=0.04894 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 J2126-0654_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:35:06 2017