! Started logfile: J2129-1538_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:09:11 2016 obs J2129-1538_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J2129-1538_S_2015_03_17_pus_uva.fits ! AN table 1: 245 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.870658 visibilities/baseline/integration-bin. ! Found source: J2129-1538 ! ! 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 330 lines of history. ! ! Reading 38396 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 J2129-1538_S_2015_03_17_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 231 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.595511Jy sigma=0.005885 ! Fit after self-cal, rms=0.331080Jy sigma=0.003405 ! 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.233 mas, bmaj=6.161 mas, bpa=-4.587 degrees ! Estimated noise=633.731 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.520497 Jy ! Component: 100 - total flux cleaned = 0.669275 Jy ! Total flux subtracted in 100 components = 0.669275 Jy ! Clean residual min=-0.022887 max=0.063707 Jy/beam ! Clean residual mean=0.000052 rms=0.005845 Jy/beam ! Combined flux in latest and established models = 0.669275 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.669275 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.226612Jy sigma=0.001884 ! Fit after self-cal, rms=0.226579Jy sigma=0.001884 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0686451 Jy ! Component: 100 - total flux cleaned = 0.108568 Jy ! Total flux subtracted in 100 components = 0.108568 Jy ! Clean residual min=-0.020727 max=0.022753 Jy/beam ! Clean residual mean=0.000045 rms=0.004363 Jy/beam ! Combined flux in latest and established models = 0.777843 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 31 components and 0.777843 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183545Jy sigma=0.001523 ! Fit after self-cal, rms=0.183530Jy sigma=0.001523 ! 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=2.889 mas, bmaj=7.428 mas, bpa=-4.398 degrees ! Estimated noise=382.293 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.0463302 Jy ! Component: 100 - total flux cleaned = 0.0731058 Jy ! Component: 150 - total flux cleaned = 0.0892461 Jy ! Component: 200 - total flux cleaned = 0.0993821 Jy ! Total flux subtracted in 200 components = 0.0993821 Jy ! Clean residual min=-0.022581 max=0.019024 Jy/beam ! Clean residual mean=0.000027 rms=0.004671 Jy/beam ! Combined flux in latest and established models = 0.877225 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 69 components and 0.877225 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.166128Jy sigma=0.001431 ! Fit after self-cal, rms=0.166124Jy sigma=0.001431 ! 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.04 FD 0.85 HN 0.98 KP 1.10 ! LA 0.99 MK 0.99 NL 0.95 OV 1.02 ! PT 1.06 SC 0.99 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.86 HN 1.20 KP 1.06 ! LA 0.95 MK 0.99 NL 1.07 OV 1.05 ! PT 1.04 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.94 FD 0.90 HN 1.16 KP 0.94 ! LA 0.78 MK 1.02 NL 1.15 OV 0.97 ! PT 1.01 SC 1.03 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.92 HN 1.16 KP 0.91 ! LA 0.83 MK 1.02 NL 0.99 OV 1.01 ! PT 1.05 SC 0.97 ! ! ! Fit before self-cal, rms=0.166124Jy sigma=0.001431 ! Fit after self-cal, rms=0.134628Jy sigma=0.001143 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.918 mas, bmaj=7.472 mas, bpa=-4.229 degrees ! Estimated noise=384.481 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 = -9.87089e-05 Jy ! Component: 100 - total flux cleaned = -0.000367714 Jy ! Component: 150 - total flux cleaned = -0.000735104 Jy ! Component: 200 - total flux cleaned = -0.000952416 Jy ! Total flux subtracted in 200 components = -0.000952416 Jy ! Clean residual min=-0.010253 max=0.012352 Jy/beam ! Clean residual mean=-0.000007 rms=0.002575 Jy/beam ! Combined flux in latest and established models = 0.876273 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 71 components and 0.876273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134419Jy sigma=0.001140 ! Fit after self-cal, rms=0.134379Jy sigma=0.001140 ! 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.134379Jy sigma=0.001140 ! Fit after self-cal, rms=0.133484Jy sigma=0.001112 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.92 mas, bmaj=7.464 mas, bpa=-4.224 degrees ! Estimated noise=386.187 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00354575 Jy ! Component: 100 - total flux cleaned = 0.00354365 Jy ! Component: 150 - total flux cleaned = 0.00353482 Jy ! Component: 200 - total flux cleaned = 0.00352589 Jy ! Total flux subtracted in 200 components = 0.00352589 Jy ! Clean residual min=-0.010271 max=0.011237 Jy/beam ! Clean residual mean=-0.000012 rms=0.002361 Jy/beam ! Combined flux in latest and established models = 0.879799 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 77 components and 0.879799 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133196Jy sigma=0.001110 ! Fit after self-cal, rms=0.133207Jy sigma=0.001110 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 (-73.5, 109.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00969645 Jy ! Component: 100 - total flux cleaned = 0.0116099 Jy ! Component: 150 - total flux cleaned = 0.0119609 Jy ! Component: 200 - total flux cleaned = 0.0118088 Jy ! Total flux subtracted in 200 components = 0.0118088 Jy ! Clean residual min=-0.010239 max=0.010300 Jy/beam ! Clean residual mean=-0.000012 rms=0.002219 Jy/beam ! Combined flux in latest and established models = 0.891608 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 113 components and 0.891608 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132132Jy sigma=0.001101 ! Fit after self-cal, rms=0.132017Jy sigma=0.001100 ! 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.132017Jy sigma=0.001100 ! Fit after self-cal, rms=0.133032Jy sigma=0.000935 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.92 mas, bmaj=7.465 mas, bpa=-4.183 degrees ! Estimated noise=386.456 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00320188 Jy ! Component: 100 - total flux cleaned = -0.00381126 Jy ! Component: 150 - total flux cleaned = -0.00396293 Jy ! Component: 200 - total flux cleaned = -0.00410171 Jy ! Total flux subtracted in 200 components = -0.00410171 Jy ! Clean residual min=-0.004421 max=0.003677 Jy/beam ! Clean residual mean=-0.000010 rms=0.000846 Jy/beam ! Combined flux in latest and established models = 0.887506 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 129 components and 0.887506 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132909Jy sigma=0.000934 ! Fit after self-cal, rms=0.132930Jy sigma=0.000934 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.000550727 Jy ! Component: 100 - total flux cleaned = -0.000741083 Jy ! Component: 150 - total flux cleaned = -0.000919537 Jy ! Component: 200 - total flux cleaned = -0.0010304 Jy ! Total flux subtracted in 200 components = -0.0010304 Jy ! Clean residual min=-0.004506 max=0.003673 Jy/beam ! Clean residual mean=-0.000010 rms=0.000837 Jy/beam ! Combined flux in latest and established models = 0.886476 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 134 components and 0.886476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132873Jy sigma=0.000933 ! Fit after self-cal, rms=0.132872Jy sigma=0.000933 ! 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.132872Jy sigma=0.000933 ! Fit after self-cal, rms=0.133261Jy sigma=0.000933 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.344 mas, bmaj=14.55 mas, bpa=3.743 degrees ! Estimated noise=510.878 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00325631 Jy ! Component: 100 - total flux cleaned = -0.00389388 Jy ! Component: 150 - total flux cleaned = -0.00410938 Jy ! Component: 200 - total flux cleaned = -0.00420269 Jy ! Total flux subtracted in 200 components = -0.00420269 Jy ! Clean residual min=-0.005244 max=0.005272 Jy/beam ! Clean residual mean=-0.000023 rms=0.001329 Jy/beam ! Combined flux in latest and established models = 0.882273 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 143 components and 0.882273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133207Jy sigma=0.000933 ! Fit after self-cal, rms=0.133205Jy sigma=0.000933 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.000175385 Jy ! Component: 100 - total flux cleaned = -0.000175708 Jy ! Component: 150 - total flux cleaned = -0.000176214 Jy ! Component: 200 - total flux cleaned = -0.000176741 Jy ! Total flux subtracted in 200 components = -0.000176741 Jy ! Clean residual min=-0.005042 max=0.005209 Jy/beam ! Clean residual mean=-0.000023 rms=0.001317 Jy/beam ! Combined flux in latest and established models = 0.882096 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 152 components and 0.882096 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133184Jy sigma=0.000933 ! Fit after self-cal, rms=0.133182Jy sigma=0.000933 ! 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=2.924 mas, bmaj=7.468 mas, bpa=-4.147 degrees ! Estimated noise=386.567 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.924 x 7.468 at -4.147 degrees (North through East) ! Clean map min=-0.0041649 max=0.71495 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.133182Jy sigma=0.000933 ! Fit after self-cal, rms=0.178395Jy sigma=0.000736 ! Inverting map and beam ! Estimated beam: bmin=2.931 mas, bmaj=7.473 mas, bpa=-4.071 degrees ! Estimated noise=386.423 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00188568 Jy ! Component: 100 - total flux cleaned = -0.00213927 Jy ! Component: 150 - total flux cleaned = -0.00236633 Jy ! Component: 200 - total flux cleaned = -0.00252099 Jy ! Total flux subtracted in 200 components = -0.00252099 Jy ! Clean residual min=-0.003910 max=0.003469 Jy/beam ! Clean residual mean=-0.000011 rms=0.000764 Jy/beam ! Combined flux in latest and established models = 0.879575 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 161 components and 0.879575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.178344Jy sigma=0.000735 ! Fit after self-cal, rms=0.178348Jy sigma=0.000735 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000205175 Jy ! Component: 100 - total flux cleaned = -0.000384624 Jy ! Component: 150 - total flux cleaned = -0.000467176 Jy ! Component: 200 - total flux cleaned = -0.00046691 Jy ! Total flux subtracted in 200 components = -0.00046691 Jy ! Clean residual min=-0.003959 max=0.003448 Jy/beam ! Clean residual mean=-0.000011 rms=0.000763 Jy/beam ! Combined flux in latest and established models = 0.879108 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 170 components and 0.879108 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.178328Jy sigma=0.000735 ! Fit after self-cal, rms=0.178328Jy sigma=0.000735 ! 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.178328Jy sigma=0.000735 ! Fit after self-cal, rms=0.178717Jy sigma=0.000735 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.257 mas, bmaj=6.163 mas, bpa=-4.234 degrees ! Estimated noise=645.438 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.530003 Jy ! Component: 100 - total flux cleaned = 0.67546 Jy ! Component: 150 - total flux cleaned = 0.742238 Jy ! Component: 200 - total flux cleaned = 0.780914 Jy ! Total flux subtracted in 200 components = 0.780914 Jy ! Clean residual min=-0.006674 max=0.020661 Jy/beam ! Clean residual mean=0.000008 rms=0.001962 Jy/beam ! Combined flux in latest and established models = 0.780914 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.780914 Jy ! Inverting map and beam ! Estimated beam: bmin=2.935 mas, bmaj=7.478 mas, bpa=-4.056 degrees ! Estimated noise=386.636 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.0400617 Jy ! Component: 100 - total flux cleaned = 0.0603552 Jy ! Component: 150 - total flux cleaned = 0.0713857 Jy ! Component: 200 - total flux cleaned = 0.0780677 Jy ! Total flux subtracted in 200 components = 0.0780677 Jy ! Clean residual min=-0.004008 max=0.004771 Jy/beam ! Clean residual mean=-0.000012 rms=0.001018 Jy/beam ! Combined flux in latest and established models = 0.858982 Jy ! Adding 64 model components to the UV plane model. ! The established model now contains 84 components and 0.858982 Jy ! Inverting map ! Added new window around map position (-25, 31.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00504848 Jy ! Component: 100 - total flux cleaned = 0.00868463 Jy ! Component: 150 - total flux cleaned = 0.0115241 Jy ! Component: 200 - total flux cleaned = 0.0131095 Jy ! Total flux subtracted in 200 components = 0.0131095 Jy ! Clean residual min=-0.003891 max=0.003374 Jy/beam ! Clean residual mean=-0.000009 rms=0.000771 Jy/beam ! Combined flux in latest and established models = 0.872091 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 128 components and 0.872091 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.357 mas, bmaj=14.58 mas, bpa=3.811 degrees ! Estimated noise=508.487 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00316488 Jy ! Component: 100 - total flux cleaned = 0.00445787 Jy ! Component: 150 - total flux cleaned = 0.00510087 Jy ! Component: 200 - total flux cleaned = 0.0056405 Jy ! Total flux subtracted in 200 components = 0.0056405 Jy ! Clean residual min=-0.003610 max=0.004405 Jy/beam ! Clean residual mean=-0.000016 rms=0.001094 Jy/beam ! Combined flux in latest and established models = 0.877732 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.000428598 Jy ! Component: 100 - total flux cleaned = 0.00069358 Jy ! Component: 150 - total flux cleaned = 0.000794127 Jy ! Component: 200 - total flux cleaned = 0.000817714 Jy ! Total flux subtracted in 200 components = 0.000817714 Jy ! Clean residual min=-0.003527 max=0.004397 Jy/beam ! Clean residual mean=-0.000016 rms=0.001069 Jy/beam ! Combined flux in latest and established models = 0.878549 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 191 components and 0.878549 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.935 mas, bmaj=7.478 mas, bpa=-4.056 degrees ! Estimated noise=386.636 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000486171 Jy ! Component: 100 - total flux cleaned = -0.000134371 Jy ! Component: 150 - total flux cleaned = 9.49545e-05 Jy ! Component: 200 - total flux cleaned = 0.00034959 Jy ! Total flux subtracted in 200 components = 0.00034959 Jy ! Clean residual min=-0.003612 max=0.003075 Jy/beam ! Clean residual mean=-0.000007 rms=0.000677 Jy/beam ! Combined flux in latest and established models = 0.878899 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 198 components and 0.878899 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.178664Jy sigma=0.000734 ! Fit after self-cal, rms=0.178649Jy sigma=0.000733 wmodel J2129-1538_S_2015_03_17_pus_map.mod ! Writing 198 model components to file: J2129-1538_S_2015_03_17_pus_map.mod wobs J2129-1538_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J2129-1538_S_2015_03_17_pus_uvs.fits wwins J2129-1538_S_2015_03_17_pus_map.win ! wwins: Wrote 3 windows to J2129-1538_S_2015_03_17_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.00103534 Jy ! Component: 100 - total flux cleaned = -0.00114948 Jy ! Component: 150 - total flux cleaned = -0.000849843 Jy ! Component: 200 - total flux cleaned = -0.000518545 Jy ! Component: 250 - total flux cleaned = -0.000115866 Jy ! Component: 300 - total flux cleaned = 0.000351643 Jy ! Component: 350 - total flux cleaned = 0.00067583 Jy ! Component: 400 - total flux cleaned = 0.000753693 Jy ! Component: 450 - total flux cleaned = 0.000828543 Jy ! Component: 500 - total flux cleaned = 0.000974237 Jy ! Component: 550 - total flux cleaned = 0.000973751 Jy ! Component: 600 - total flux cleaned = 0.000939302 Jy ! Component: 650 - total flux cleaned = 0.000906304 Jy ! Component: 700 - total flux cleaned = 0.00097213 Jy ! Component: 750 - total flux cleaned = 0.000907097 Jy ! Component: 800 - total flux cleaned = 0.000937804 Jy ! Component: 850 - total flux cleaned = 0.00084496 Jy ! Component: 900 - total flux cleaned = 0.000784496 Jy ! Component: 950 - total flux cleaned = 0.000665716 Jy ! Component: 1000 - total flux cleaned = 0.000607275 Jy ! Component: 1050 - total flux cleaned = 0.000435451 Jy ! Component: 1100 - total flux cleaned = 0.000210179 Jy ! Component: 1150 - total flux cleaned = 7.17898e-05 Jy ! Component: 1200 - total flux cleaned = -9.20044e-05 Jy ! Component: 1250 - total flux cleaned = -0.000333812 Jy ! Component: 1300 - total flux cleaned = -0.000518793 Jy ! Component: 1350 - total flux cleaned = -0.00067524 Jy ! Component: 1400 - total flux cleaned = -0.000804055 Jy ! Component: 1450 - total flux cleaned = -0.00100747 Jy ! Component: 1500 - total flux cleaned = -0.00118295 Jy ! Component: 1550 - total flux cleaned = -0.00133126 Jy ! Component: 1600 - total flux cleaned = -0.00147797 Jy ! Component: 1650 - total flux cleaned = -0.0016948 Jy ! Component: 1700 - total flux cleaned = -0.00183773 Jy ! Component: 1750 - total flux cleaned = -0.00204891 Jy ! Component: 1800 - total flux cleaned = -0.00209549 Jy ! Component: 1850 - total flux cleaned = -0.00234749 Jy ! Component: 1900 - total flux cleaned = -0.00259628 Jy ! Component: 1950 - total flux cleaned = -0.00268552 Jy ! Component: 2000 - total flux cleaned = -0.00288404 Jy ! Component: 2050 - total flux cleaned = -0.00292753 Jy ! Component: 2100 - total flux cleaned = -0.00310035 Jy ! Component: 2150 - total flux cleaned = -0.00324971 Jy ! Component: 2200 - total flux cleaned = -0.00339738 Jy ! Component: 2250 - total flux cleaned = -0.00345997 Jy ! Component: 2300 - total flux cleaned = -0.00348064 Jy ! Component: 2350 - total flux cleaned = -0.00354225 Jy ! Component: 2400 - total flux cleaned = -0.00356226 Jy ! Component: 2450 - total flux cleaned = -0.00360255 Jy ! Component: 2500 - total flux cleaned = -0.00364276 Jy ! Component: 2550 - total flux cleaned = -0.00372137 Jy ! Component: 2600 - total flux cleaned = -0.0037214 Jy ! Component: 2650 - total flux cleaned = -0.0038568 Jy ! Component: 2700 - total flux cleaned = -0.00393309 Jy ! Component: 2750 - total flux cleaned = -0.00393289 Jy ! Component: 2800 - total flux cleaned = -0.00397071 Jy ! Component: 2850 - total flux cleaned = -0.00395213 Jy ! Component: 2900 - total flux cleaned = -0.00404458 Jy ! Component: 2950 - total flux cleaned = -0.00402643 Jy ! Component: 3000 - total flux cleaned = -0.00411756 Jy ! Component: 3050 - total flux cleaned = -0.00411778 Jy ! Component: 3100 - total flux cleaned = -0.00420719 Jy ! Component: 3150 - total flux cleaned = -0.00424251 Jy ! Component: 3200 - total flux cleaned = -0.00424241 Jy ! Component: 3250 - total flux cleaned = -0.00431215 Jy ! Component: 3300 - total flux cleaned = -0.00438124 Jy ! Component: 3350 - total flux cleaned = -0.00441544 Jy ! Component: 3400 - total flux cleaned = -0.0043814 Jy ! Component: 3450 - total flux cleaned = -0.00444914 Jy ! Component: 3500 - total flux cleaned = -0.00448279 Jy ! Component: 3550 - total flux cleaned = -0.00458275 Jy ! Component: 3600 - total flux cleaned = -0.0046159 Jy ! Component: 3650 - total flux cleaned = -0.00458314 Jy ! Component: 3700 - total flux cleaned = -0.00461585 Jy ! Component: 3750 - total flux cleaned = -0.00471294 Jy ! Component: 3800 - total flux cleaned = -0.0046967 Jy ! Component: 3850 - total flux cleaned = -0.00469673 Jy ! Component: 3900 - total flux cleaned = -0.00480791 Jy ! Component: 3950 - total flux cleaned = -0.00474499 Jy ! Component: 4000 - total flux cleaned = -0.00483908 Jy ! Component: 4050 - total flux cleaned = -0.00483901 Jy ! Total flux subtracted in 4096 components = -0.0048853 Jy ! Clean residual min=-0.000777 max=0.000823 Jy/beam ! Clean residual mean=-0.000002 rms=0.000298 Jy/beam ! Combined flux in latest and established models = 0.874014 Jy keep ! Adding 311 model components to the UV plane model. ! The established model now contains 509 components and 0.874014 Jy ![Exited script file: muppet] wmap "J2129-1538_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.935 x 7.478 at -4.056 degrees (North through East) ! Clean map min=-0.0023739 max=0.72005 Jy/beam ! Writing clean map to FITS file: J2129-1538_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.72005 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000296365 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.123477 0.123477 0.246954 0.493908 0.987815 1.97563 3.95126 7.90252 15.805 31.6101 63.2202 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.72 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.935 x 7.478 at -4.056 degrees (North through East) ! Clean map min=-0.0023739 max=0.72005 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 J2129-1538_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:09:18 2016