! Started logfile: J0930+3503_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:23:09 2017 obs J0930+3503_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J0930+3503_S_2014_01_04_pus_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.583333 visibilities/baseline/integration-bin. ! Found source: J0930+3503 ! ! 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 370 lines of history. ! ! Reading 5040 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 J0930+3503_S_2014_01_04_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 120 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 120 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 120 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 120 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.962171Jy sigma=0.014352 ! Fit after self-cal, rms=0.943899Jy sigma=0.014052 ! 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.939 mas, bmaj=4.386 mas, bpa=51.9 degrees ! Estimated noise=1039.42 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0438949 Jy ! Component: 100 - total flux cleaned = 0.0562801 Jy ! Total flux subtracted in 100 components = 0.0562801 Jy ! Clean residual min=-0.005986 max=0.012579 Jy/beam ! Clean residual mean=-0.000018 rms=0.001801 Jy/beam ! Combined flux in latest and established models = 0.0562801 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0562801 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071447Jy sigma=0.000945 ! Fit after self-cal, rms=0.071445Jy sigma=0.000942 ! Inverting map ! Added new window around map position (6, -2). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0115535 Jy ! Component: 100 - total flux cleaned = 0.0178115 Jy ! Total flux subtracted in 100 components = 0.0178115 Jy ! Clean residual min=-0.004457 max=0.004686 Jy/beam ! Clean residual mean=-0.000016 rms=0.001176 Jy/beam ! Combined flux in latest and established models = 0.0740916 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 24 components and 0.0740916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069393Jy sigma=0.000908 ! Fit after self-cal, rms=0.068777Jy sigma=0.000903 ! 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.747 mas, bmaj=5.032 mas, bpa=46.84 degrees ! Estimated noise=701.81 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.00711459 Jy ! Component: 100 - total flux cleaned = 0.0108927 Jy ! Component: 150 - total flux cleaned = 0.013319 Jy ! Component: 200 - total flux cleaned = 0.0150522 Jy ! Total flux subtracted in 200 components = 0.0150522 Jy ! Clean residual min=-0.003886 max=0.004770 Jy/beam ! Clean residual mean=-0.000025 rms=0.001054 Jy/beam ! Combined flux in latest and established models = 0.0891438 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 44 components and 0.0891438 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067965Jy sigma=0.000891 ! Fit after self-cal, rms=0.067652Jy sigma=0.000889 ! 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.92 FD 0.95 KP 1.00* LA 0.98 ! MK 0.95 NL 1.05 OV 1.03 PT 0.97 ! SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.27 KP 1.00* LA 0.97 ! MK 0.86 NL 1.02 OV 0.99 PT 0.99 ! SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.30 KP 1.00* LA 0.78 ! MK 1.04 NL 1.02 OV 0.95 PT 0.94 ! SC 0.95 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.19 KP 1.00* LA 0.84 ! MK 0.92 NL 1.09 OV 1.03 PT 1.01 ! SC 1.02 ! ! ! Fit before self-cal, rms=0.067652Jy sigma=0.000889 ! Fit after self-cal, rms=0.064823Jy sigma=0.000882 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.701 mas, bmaj=4.98 mas, bpa=46.34 degrees ! Estimated noise=686.767 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.00166559 Jy ! Component: 100 - total flux cleaned = 0.00197075 Jy ! Component: 150 - total flux cleaned = 0.00191334 Jy ! Component: 200 - total flux cleaned = 0.00188676 Jy ! Total flux subtracted in 200 components = 0.00188676 Jy ! Clean residual min=-0.003622 max=0.003671 Jy/beam ! Clean residual mean=-0.000013 rms=0.000847 Jy/beam ! Combined flux in latest and established models = 0.0910305 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 55 components and 0.0910305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064745Jy sigma=0.000881 ! Fit after self-cal, rms=0.064567Jy sigma=0.000880 ! 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.064567Jy sigma=0.000880 ! Fit after self-cal, rms=0.063618Jy sigma=0.000879 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.642 mas, bmaj=4.998 mas, bpa=43.5 degrees ! Estimated noise=680.734 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000851821 Jy ! Component: 100 - total flux cleaned = 0.00108763 Jy ! Component: 150 - total flux cleaned = 0.00124885 Jy ! Component: 200 - total flux cleaned = 0.00134251 Jy ! Total flux subtracted in 200 components = 0.00134251 Jy ! Clean residual min=-0.003523 max=0.003251 Jy/beam ! Clean residual mean=-0.000007 rms=0.000797 Jy/beam ! Combined flux in latest and established models = 0.092373 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 60 components and 0.092373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063563Jy sigma=0.000878 ! Fit after self-cal, rms=0.063495Jy sigma=0.000878 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.000417398 Jy ! Component: 100 - total flux cleaned = 0.00044408 Jy ! Component: 150 - total flux cleaned = 0.000465883 Jy ! Component: 200 - total flux cleaned = 0.000465572 Jy ! Total flux subtracted in 200 components = 0.000465572 Jy ! Clean residual min=-0.003533 max=0.003247 Jy/beam ! Clean residual mean=-0.000007 rms=0.000794 Jy/beam ! Combined flux in latest and established models = 0.0928386 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 60 components and 0.0928386 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063467Jy sigma=0.000878 ! Fit after self-cal, rms=0.063433Jy sigma=0.000878 ! 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.063433Jy sigma=0.000878 ! Fit after self-cal, rms=0.062541Jy sigma=0.000877 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.577 mas, bmaj=5.015 mas, bpa=42.19 degrees ! Estimated noise=672.276 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000477172 Jy ! Component: 100 - total flux cleaned = 0.000660763 Jy ! Component: 150 - total flux cleaned = 0.000817304 Jy ! Component: 200 - total flux cleaned = 0.000917075 Jy ! Total flux subtracted in 200 components = 0.000917075 Jy ! Clean residual min=-0.003417 max=0.003117 Jy/beam ! Clean residual mean=-0.000007 rms=0.000773 Jy/beam ! Combined flux in latest and established models = 0.0937557 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 63 components and 0.0937557 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062510Jy sigma=0.000877 ! Fit after self-cal, rms=0.062497Jy sigma=0.000877 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.000164786 Jy ! Component: 100 - total flux cleaned = 0.000261261 Jy ! Component: 150 - total flux cleaned = 0.000294232 Jy ! Component: 200 - total flux cleaned = 0.000278449 Jy ! Total flux subtracted in 200 components = 0.000278449 Jy ! Clean residual min=-0.003402 max=0.003088 Jy/beam ! Clean residual mean=-0.000007 rms=0.000770 Jy/beam ! Combined flux in latest and established models = 0.0940341 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 65 components and 0.0940341 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062481Jy sigma=0.000877 ! Fit after self-cal, rms=0.062470Jy sigma=0.000877 ! 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.062470Jy sigma=0.000877 ! Fit after self-cal, rms=0.061920Jy sigma=0.000877 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.131 mas, bmaj=10.12 mas, bpa=28.53 degrees ! Estimated noise=795.447 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0010442 Jy ! Component: 100 - total flux cleaned = 0.00150923 Jy ! Component: 150 - total flux cleaned = 0.00158335 Jy ! Component: 200 - total flux cleaned = 0.00162534 Jy ! Total flux subtracted in 200 components = 0.00162534 Jy ! Clean residual min=-0.003533 max=0.004023 Jy/beam ! Clean residual mean=-0.000013 rms=0.001031 Jy/beam ! Combined flux in latest and established models = 0.0956595 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 71 components and 0.0956595 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061925Jy sigma=0.000877 ! Fit after self-cal, rms=0.061912Jy sigma=0.000877 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.000135306 Jy ! Component: 100 - total flux cleaned = 0.000179641 Jy ! Component: 150 - total flux cleaned = 0.000199858 Jy ! Component: 200 - total flux cleaned = 0.000209241 Jy ! Total flux subtracted in 200 components = 0.000209241 Jy ! Clean residual min=-0.003539 max=0.003952 Jy/beam ! Clean residual mean=-0.000013 rms=0.001026 Jy/beam ! Combined flux in latest and established models = 0.0958687 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 73 components and 0.0958687 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061916Jy sigma=0.000877 ! Fit after self-cal, rms=0.061908Jy sigma=0.000877 ! 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.525 mas, bmaj=5.031 mas, bpa=41.79 degrees ! Estimated noise=666.536 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.525 x 5.031 at 41.79 degrees (North through East) ! Clean map min=-0.0032252 max=0.052403 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.799 mas, bmaj=4.401 mas, bpa=46.48 degrees ! Estimated noise=978.588 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0418786 Jy ! Component: 100 - total flux cleaned = 0.0591416 Jy ! Component: 150 - total flux cleaned = 0.0697426 Jy ! Component: 200 - total flux cleaned = 0.0767239 Jy ! Total flux subtracted in 200 components = 0.0767239 Jy ! Clean residual min=-0.003993 max=0.004688 Jy/beam ! Clean residual mean=-0.000006 rms=0.001174 Jy/beam ! Combined flux in latest and established models = 0.0767239 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.0767239 Jy ! Inverting map and beam ! Estimated beam: bmin=4.525 mas, bmaj=5.031 mas, bpa=41.79 degrees ! Estimated noise=666.536 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.00620803 Jy ! Component: 100 - total flux cleaned = 0.00998036 Jy ! Component: 150 - total flux cleaned = 0.0125415 Jy ! Component: 200 - total flux cleaned = 0.0143836 Jy ! Total flux subtracted in 200 components = 0.0143836 Jy ! Clean residual min=-0.003572 max=0.003159 Jy/beam ! Clean residual mean=-0.000007 rms=0.000800 Jy/beam ! Combined flux in latest and established models = 0.0911075 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 60 components and 0.0911075 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.131 mas, bmaj=10.12 mas, bpa=28.53 degrees ! Estimated noise=795.447 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00190101 Jy ! Component: 100 - total flux cleaned = 0.00305165 Jy ! Component: 150 - total flux cleaned = 0.0037874 Jy ! Component: 200 - total flux cleaned = 0.00426026 Jy ! Total flux subtracted in 200 components = 0.00426026 Jy ! Clean residual min=-0.003521 max=0.003940 Jy/beam ! Clean residual mean=-0.000013 rms=0.001029 Jy/beam ! Combined flux in latest and established models = 0.0953678 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.000304084 Jy ! Component: 100 - total flux cleaned = 0.000385131 Jy ! Component: 150 - total flux cleaned = 0.000425943 Jy ! Component: 200 - total flux cleaned = 0.00047115 Jy ! Total flux subtracted in 200 components = 0.00047115 Jy ! Clean residual min=-0.003451 max=0.003929 Jy/beam ! Clean residual mean=-0.000013 rms=0.001025 Jy/beam ! Combined flux in latest and established models = 0.0958389 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 74 components and 0.0958389 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.525 mas, bmaj=5.031 mas, bpa=41.79 degrees ! Estimated noise=666.536 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000630633 Jy ! Component: 100 - total flux cleaned = -0.000664642 Jy ! Component: 150 - total flux cleaned = -0.000633781 Jy ! Component: 200 - total flux cleaned = -0.000663105 Jy ! Total flux subtracted in 200 components = -0.000663105 Jy ! Clean residual min=-0.003148 max=0.003179 Jy/beam ! Clean residual mean=-0.000007 rms=0.000765 Jy/beam ! Combined flux in latest and established models = 0.0951758 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 83 components and 0.0951758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061917Jy sigma=0.000877 ! Fit after self-cal, rms=0.061906Jy sigma=0.000877 wmodel J0930+3503_S_2014_01_04_pus_map.mod ! Writing 83 model components to file: J0930+3503_S_2014_01_04_pus_map.mod wobs J0930+3503_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J0930+3503_S_2014_01_04_pus_uvs.fits wwins J0930+3503_S_2014_01_04_pus_map.win ! wwins: Wrote 2 windows to J0930+3503_S_2014_01_04_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.000436707 Jy ! Component: 100 - total flux cleaned = 0.000649491 Jy ! Component: 150 - total flux cleaned = 0.000837961 Jy ! Component: 200 - total flux cleaned = 0.000794226 Jy ! Component: 250 - total flux cleaned = 0.000710893 Jy ! Component: 300 - total flux cleaned = 0.000592309 Jy ! Component: 350 - total flux cleaned = 0.000479796 Jy ! Component: 400 - total flux cleaned = 0.000479088 Jy ! Component: 450 - total flux cleaned = 0.000546847 Jy ! Component: 500 - total flux cleaned = 0.000546543 Jy ! Component: 550 - total flux cleaned = 0.000546699 Jy ! Component: 600 - total flux cleaned = 0.000697409 Jy ! Component: 650 - total flux cleaned = 0.000725931 Jy ! Component: 700 - total flux cleaned = 0.000697819 Jy ! Component: 750 - total flux cleaned = 0.00072526 Jy ! Component: 800 - total flux cleaned = 0.000644633 Jy ! Component: 850 - total flux cleaned = 0.000722978 Jy ! Component: 900 - total flux cleaned = 0.000722657 Jy ! Component: 950 - total flux cleaned = 0.000723108 Jy ! Component: 1000 - total flux cleaned = 0.000674757 Jy ! Component: 1050 - total flux cleaned = 0.000626964 Jy ! Component: 1100 - total flux cleaned = 0.000603471 Jy ! Component: 1150 - total flux cleaned = 0.000535649 Jy ! Component: 1200 - total flux cleaned = 0.000513764 Jy ! Component: 1250 - total flux cleaned = 0.000491693 Jy ! Component: 1300 - total flux cleaned = 0.00042769 Jy ! Component: 1350 - total flux cleaned = 0.000386153 Jy ! Component: 1400 - total flux cleaned = 0.000366071 Jy ! Component: 1450 - total flux cleaned = 0.000385799 Jy ! Component: 1500 - total flux cleaned = 0.000346416 Jy ! Component: 1550 - total flux cleaned = 0.000269514 Jy ! Component: 1600 - total flux cleaned = 0.000231329 Jy ! Component: 1650 - total flux cleaned = 0.000119244 Jy ! Component: 1700 - total flux cleaned = 8.26035e-05 Jy ! Component: 1750 - total flux cleaned = -7.27316e-06 Jy ! Component: 1800 - total flux cleaned = -6.01862e-05 Jy ! Component: 1850 - total flux cleaned = -0.000164765 Jy ! Component: 1900 - total flux cleaned = -0.000216192 Jy ! Component: 1950 - total flux cleaned = -0.000267119 Jy ! Component: 2000 - total flux cleaned = -0.000400719 Jy ! Component: 2050 - total flux cleaned = -0.000515501 Jy ! Component: 2100 - total flux cleaned = -0.000596033 Jy ! Component: 2150 - total flux cleaned = -0.000707577 Jy ! Component: 2200 - total flux cleaned = -0.000786249 Jy ! Component: 2250 - total flux cleaned = -0.000925257 Jy ! Component: 2300 - total flux cleaned = -0.000970994 Jy ! Component: 2350 - total flux cleaned = -0.00104602 Jy ! Component: 2400 - total flux cleaned = -0.00114956 Jy ! Component: 2450 - total flux cleaned = -0.00114963 Jy ! Component: 2500 - total flux cleaned = -0.00127939 Jy ! Component: 2550 - total flux cleaned = -0.00136454 Jy ! Component: 2600 - total flux cleaned = -0.00143477 Jy ! Component: 2650 - total flux cleaned = -0.0015457 Jy ! Component: 2700 - total flux cleaned = -0.00164143 Jy ! Component: 2750 - total flux cleaned = -0.00174948 Jy ! Component: 2800 - total flux cleaned = -0.00180282 Jy ! Component: 2850 - total flux cleaned = -0.00189522 Jy ! Component: 2900 - total flux cleaned = -0.00190803 Jy ! Component: 2950 - total flux cleaned = -0.00192076 Jy ! Component: 3000 - total flux cleaned = -0.00197156 Jy ! Component: 3050 - total flux cleaned = -0.00195877 Jy ! Component: 3100 - total flux cleaned = -0.00197141 Jy ! Component: 3150 - total flux cleaned = -0.00198383 Jy ! Component: 3200 - total flux cleaned = -0.00197163 Jy ! Component: 3250 - total flux cleaned = -0.00200791 Jy ! Component: 3300 - total flux cleaned = -0.00201983 Jy ! Component: 3350 - total flux cleaned = -0.00204359 Jy ! Component: 3400 - total flux cleaned = -0.00200803 Jy ! Component: 3450 - total flux cleaned = -0.00201981 Jy ! Component: 3500 - total flux cleaned = -0.00203133 Jy ! Component: 3550 - total flux cleaned = -0.00204275 Jy ! Component: 3600 - total flux cleaned = -0.00206567 Jy ! Component: 3650 - total flux cleaned = -0.00211108 Jy ! Component: 3700 - total flux cleaned = -0.00208857 Jy ! Component: 3750 - total flux cleaned = -0.00216686 Jy ! Component: 3800 - total flux cleaned = -0.00221093 Jy ! Component: 3850 - total flux cleaned = -0.00215599 Jy ! Component: 3900 - total flux cleaned = -0.00223236 Jy ! Component: 3950 - total flux cleaned = -0.00219978 Jy ! Component: 4000 - total flux cleaned = -0.00223209 Jy ! Component: 4050 - total flux cleaned = -0.00224277 Jy ! Total flux subtracted in 4096 components = -0.00223205 Jy ! Clean residual min=-0.000703 max=0.000756 Jy/beam ! Clean residual mean=-0.000002 rms=0.000184 Jy/beam ! Combined flux in latest and established models = 0.0929438 Jy keep ! Adding 266 model components to the UV plane model. ! The established model now contains 349 components and 0.0929437 Jy ![Exited script file: muppet] wmap "J0930+3503_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.525 x 5.031 at 41.79 degrees (North through East) ! Clean map min=-0.0018068 max=0.051326 Jy/beam ! Writing clean map to FITS file: J0930+3503_S_2014_01_04_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0513264 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000176699 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.03279 1.03279 2.06559 4.13117 8.26234 16.5247 33.0494 66.0988 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.051 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.525 x 5.031 at 41.79 degrees (North through East) ! Clean map min=-0.0018068 max=0.051326 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 J0930+3503_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:23:14 2017