! Started logfile: J1639+5357_S_2015_01_22_pus_uvs.log on Tue Jan 3 22:59:30 2017 obs J1639+5357_S_2015_01_22_pus_uva.fits ! Reading UV FITS file: J1639+5357_S_2015_01_22_pus_uva.fits ! AN table 1: 43 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.8 visibilities/baseline/integration-bin. ! Found source: J1639+5357 ! ! 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 281 lines of history. ! ! Reading 6192 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 J1639+5357_S_2015_01_22_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 43 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 43 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 43 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 43 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.708320Jy sigma=0.008791 ! Fit after self-cal, rms=0.699401Jy sigma=0.008691 ! 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.48 mas, bmaj=9.914 mas, bpa=37.99 degrees ! Estimated noise=1134.48 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.227389 Jy ! Component: 100 - total flux cleaned = 0.278477 Jy ! Total flux subtracted in 100 components = 0.278477 Jy ! Clean residual min=-0.011145 max=0.018400 Jy/beam ! Clean residual mean=-0.000056 rms=0.003021 Jy/beam ! Combined flux in latest and established models = 0.278477 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.278477 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085016Jy sigma=0.000957 ! Fit after self-cal, rms=0.085019Jy sigma=0.000957 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.020801 Jy ! Component: 100 - total flux cleaned = 0.0323743 Jy ! Total flux subtracted in 100 components = 0.0323743 Jy ! Clean residual min=-0.010465 max=0.008197 Jy/beam ! Clean residual mean=-0.000023 rms=0.002022 Jy/beam ! Combined flux in latest and established models = 0.310852 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 13 components and 0.310852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077235Jy sigma=0.000870 ! Fit after self-cal, rms=0.077229Jy sigma=0.000870 ! 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.078 mas, bmaj=9.626 mas, bpa=37.61 degrees ! Estimated noise=737.15 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.0102086 Jy ! Component: 100 - total flux cleaned = 0.0167372 Jy ! Component: 150 - total flux cleaned = 0.021515 Jy ! Component: 200 - total flux cleaned = 0.0252248 Jy ! Total flux subtracted in 200 components = 0.0252248 Jy ! Clean residual min=-0.007076 max=0.006394 Jy/beam ! Clean residual mean=-0.000013 rms=0.001778 Jy/beam ! Combined flux in latest and established models = 0.336076 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 49 components and 0.336076 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075128Jy sigma=0.000854 ! Fit after self-cal, rms=0.075123Jy sigma=0.000853 ! 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.97 FD 1.00* HN 0.95 KP 1.08 ! LA 1.06 MK 1.00 NL 1.04 OV 0.95 ! PT 1.05 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00* HN 1.04 KP 1.02 ! LA 1.03 MK 1.01 NL 1.06 OV 1.00 ! PT 1.04 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.00* HN 1.02 KP 0.88 ! LA 0.84 MK 1.04 NL 1.07 OV 0.90 ! PT 1.01 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.00* HN 0.99 KP 0.82 ! LA 0.93 MK 1.02 NL 0.98 OV 0.98 ! PT 1.06 SC 1.01 ! ! ! Fit before self-cal, rms=0.075123Jy sigma=0.000853 ! Fit after self-cal, rms=0.066365Jy sigma=0.000779 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.099 mas, bmaj=9.612 mas, bpa=37.49 degrees ! Estimated noise=733.677 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.000649932 Jy ! Component: 100 - total flux cleaned = 0.000560602 Jy ! Component: 150 - total flux cleaned = 0.000278525 Jy ! Component: 200 - total flux cleaned = 0.000120484 Jy ! Total flux subtracted in 200 components = 0.000120484 Jy ! Clean residual min=-0.002459 max=0.002722 Jy/beam ! Clean residual mean=0.000005 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.336197 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 61 components and 0.336197 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066287Jy sigma=0.000778 ! Fit after self-cal, rms=0.066266Jy sigma=0.000778 ! 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.066266Jy sigma=0.000778 ! Fit after self-cal, rms=0.066377Jy sigma=0.000778 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.104 mas, bmaj=9.603 mas, bpa=37.47 degrees ! Estimated noise=734.251 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000110871 Jy ! Component: 100 - total flux cleaned = -0.000133936 Jy ! Component: 150 - total flux cleaned = -0.000281086 Jy ! Component: 200 - total flux cleaned = -0.000407465 Jy ! Total flux subtracted in 200 components = -0.000407465 Jy ! Clean residual min=-0.002364 max=0.002509 Jy/beam ! Clean residual mean=0.000004 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.33579 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 70 components and 0.335789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066352Jy sigma=0.000778 ! Fit after self-cal, rms=0.066353Jy sigma=0.000778 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.75483e-05 Jy ! Component: 100 - total flux cleaned = -0.000111286 Jy ! Component: 150 - total flux cleaned = -0.000127091 Jy ! Component: 200 - total flux cleaned = -0.000171051 Jy ! Total flux subtracted in 200 components = -0.000171051 Jy ! Clean residual min=-0.002372 max=0.002459 Jy/beam ! Clean residual mean=0.000004 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.335618 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 77 components and 0.335618 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066345Jy sigma=0.000778 ! Fit after self-cal, rms=0.066345Jy sigma=0.000778 ! 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.066345Jy sigma=0.000778 ! Fit after self-cal, rms=0.066379Jy sigma=0.000778 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.107 mas, bmaj=9.597 mas, bpa=37.46 degrees ! Estimated noise=734.214 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000423754 Jy ! Component: 100 - total flux cleaned = -0.000579676 Jy ! Component: 150 - total flux cleaned = -0.000675206 Jy ! Component: 200 - total flux cleaned = -0.000716844 Jy ! Total flux subtracted in 200 components = -0.000716844 Jy ! Clean residual min=-0.002339 max=0.002354 Jy/beam ! Clean residual mean=0.000004 rms=0.000580 Jy/beam ! Combined flux in latest and established models = 0.334902 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 85 components and 0.334902 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066369Jy sigma=0.000778 ! Fit after self-cal, rms=0.066370Jy sigma=0.000778 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.21758e-05 Jy ! Component: 100 - total flux cleaned = -2.43873e-05 Jy ! Component: 150 - total flux cleaned = -3.64793e-05 Jy ! Component: 200 - total flux cleaned = -4.78246e-05 Jy ! Total flux subtracted in 200 components = -4.78246e-05 Jy ! Clean residual min=-0.002329 max=0.002328 Jy/beam ! Clean residual mean=0.000004 rms=0.000578 Jy/beam ! Combined flux in latest and established models = 0.334854 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 91 components and 0.334854 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066365Jy sigma=0.000778 ! Fit after self-cal, rms=0.066365Jy sigma=0.000778 ! 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.066365Jy sigma=0.000778 ! Fit after self-cal, rms=0.066377Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.399 mas, bmaj=10.41 mas, bpa=33.87 degrees ! Estimated noise=931.015 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000520452 Jy ! Component: 100 - total flux cleaned = -0.000731598 Jy ! Component: 150 - total flux cleaned = -0.000852894 Jy ! Component: 200 - total flux cleaned = -0.000917698 Jy ! Total flux subtracted in 200 components = -0.000917698 Jy ! Clean residual min=-0.002669 max=0.002594 Jy/beam ! Clean residual mean=0.000009 rms=0.000754 Jy/beam ! Combined flux in latest and established models = 0.333936 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 104 components and 0.333936 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066375Jy sigma=0.000777 ! Fit after self-cal, rms=0.066376Jy sigma=0.000777 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.61983e-05 Jy ! Component: 100 - total flux cleaned = -5.52552e-05 Jy ! Component: 150 - total flux cleaned = -9.04982e-05 Jy ! Component: 200 - total flux cleaned = -0.000109776 Jy ! Total flux subtracted in 200 components = -0.000109776 Jy ! Clean residual min=-0.002698 max=0.002583 Jy/beam ! Clean residual mean=0.000009 rms=0.000753 Jy/beam ! Combined flux in latest and established models = 0.333826 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 108 components and 0.333826 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066377Jy sigma=0.000777 ! Fit after self-cal, rms=0.066376Jy sigma=0.000777 ! 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.109 mas, bmaj=9.595 mas, bpa=37.46 degrees ! Estimated noise=734.04 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.109 x 9.595 at 37.46 degrees (North through East) ! Clean map min=-0.0022595 max=0.30092 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.501 mas, bmaj=9.836 mas, bpa=37.84 degrees ! Estimated noise=1138.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.228167 Jy ! Component: 100 - total flux cleaned = 0.278797 Jy ! Component: 150 - total flux cleaned = 0.298112 Jy ! Component: 200 - total flux cleaned = 0.308979 Jy ! Total flux subtracted in 200 components = 0.308979 Jy ! Clean residual min=-0.004809 max=0.005387 Jy/beam ! Clean residual mean=-0.000027 rms=0.001146 Jy/beam ! Combined flux in latest and established models = 0.308979 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.308979 Jy ! Inverting map and beam ! Estimated beam: bmin=3.109 mas, bmaj=9.595 mas, bpa=37.46 degrees ! Estimated noise=734.04 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.00814401 Jy ! Component: 100 - total flux cleaned = 0.0126299 Jy ! Component: 150 - total flux cleaned = 0.01571 Jy ! Component: 200 - total flux cleaned = 0.0179681 Jy ! Total flux subtracted in 200 components = 0.0179681 Jy ! Clean residual min=-0.002243 max=0.002518 Jy/beam ! Clean residual mean=-0.000014 rms=0.000667 Jy/beam ! Combined flux in latest and established models = 0.326947 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 49 components and 0.326947 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=6.399 mas, bmaj=10.41 mas, bpa=33.87 degrees ! Estimated noise=931.015 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0027885 Jy ! Component: 100 - total flux cleaned = 0.00441997 Jy ! Component: 150 - total flux cleaned = 0.00546212 Jy ! Component: 200 - total flux cleaned = 0.00613527 Jy ! Total flux subtracted in 200 components = 0.00613527 Jy ! Clean residual min=-0.002832 max=0.002689 Jy/beam ! Clean residual mean=0.000004 rms=0.000774 Jy/beam ! Combined flux in latest and established models = 0.333082 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.000267 Jy ! Component: 100 - total flux cleaned = 0.000386936 Jy ! Component: 150 - total flux cleaned = 0.000476074 Jy ! Component: 200 - total flux cleaned = 0.000509147 Jy ! Total flux subtracted in 200 components = 0.000509147 Jy ! Clean residual min=-0.002801 max=0.002619 Jy/beam ! Clean residual mean=0.000007 rms=0.000765 Jy/beam ! Combined flux in latest and established models = 0.333591 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 87 components and 0.333591 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.109 mas, bmaj=9.595 mas, bpa=37.46 degrees ! Estimated noise=734.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.12676e-05 Jy ! Component: 100 - total flux cleaned = 4.05745e-05 Jy ! Component: 150 - total flux cleaned = -2.15043e-05 Jy ! Component: 200 - total flux cleaned = -2.08434e-05 Jy ! Total flux subtracted in 200 components = -2.08434e-05 Jy ! Clean residual min=-0.002211 max=0.002257 Jy/beam ! Clean residual mean=0.000003 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.33357 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 100 components and 0.33357 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066385Jy sigma=0.000778 ! Fit after self-cal, rms=0.066382Jy sigma=0.000778 wmodel J1639+5357_S_2015_01_22_pus_map.mod ! Writing 100 model components to file: J1639+5357_S_2015_01_22_pus_map.mod wobs J1639+5357_S_2015_01_22_pus_uvs.fits ! Writing UV FITS file: J1639+5357_S_2015_01_22_pus_uvs.fits wwins J1639+5357_S_2015_01_22_pus_map.win ! wwins: Wrote 1 windows to J1639+5357_S_2015_01_22_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.000347616 Jy ! Component: 100 - total flux cleaned = 0.000309471 Jy ! Component: 150 - total flux cleaned = 0.000379766 Jy ! Component: 200 - total flux cleaned = 0.000478732 Jy ! Component: 250 - total flux cleaned = 0.000511607 Jy ! Component: 300 - total flux cleaned = 0.000512535 Jy ! Component: 350 - total flux cleaned = 0.000598085 Jy ! Component: 400 - total flux cleaned = 0.000680337 Jy ! Component: 450 - total flux cleaned = 0.000760373 Jy ! Component: 500 - total flux cleaned = 0.000837096 Jy ! Component: 550 - total flux cleaned = 0.000862233 Jy ! Component: 600 - total flux cleaned = 0.00098385 Jy ! Component: 650 - total flux cleaned = 0.00103111 Jy ! Component: 700 - total flux cleaned = 0.00103089 Jy ! Component: 750 - total flux cleaned = 0.00100886 Jy ! Component: 800 - total flux cleaned = 0.00103102 Jy ! Component: 850 - total flux cleaned = 0.000925801 Jy ! Component: 900 - total flux cleaned = 0.000905894 Jy ! Component: 950 - total flux cleaned = 0.000825387 Jy ! Component: 1000 - total flux cleaned = 0.000805121 Jy ! Component: 1050 - total flux cleaned = 0.000708124 Jy ! Component: 1100 - total flux cleaned = 0.00055723 Jy ! Component: 1150 - total flux cleaned = 0.000483651 Jy ! Component: 1200 - total flux cleaned = 0.000411312 Jy ! Component: 1250 - total flux cleaned = 0.000269545 Jy ! Component: 1300 - total flux cleaned = 0.000234833 Jy ! Component: 1350 - total flux cleaned = 0.000114854 Jy ! Component: 1400 - total flux cleaned = 3.11068e-05 Jy ! Component: 1450 - total flux cleaned = -1.83489e-05 Jy ! Component: 1500 - total flux cleaned = -6.70941e-05 Jy ! Component: 1550 - total flux cleaned = -0.00011523 Jy ! Component: 1600 - total flux cleaned = -9.95671e-05 Jy ! Component: 1650 - total flux cleaned = -0.00016158 Jy ! Component: 1700 - total flux cleaned = -0.000146213 Jy ! Component: 1750 - total flux cleaned = -0.000191186 Jy ! Component: 1800 - total flux cleaned = -0.000146731 Jy ! Component: 1850 - total flux cleaned = -0.000175885 Jy ! Component: 1900 - total flux cleaned = -0.000118327 Jy ! Component: 1950 - total flux cleaned = -0.000146842 Jy ! Component: 2000 - total flux cleaned = -0.000132588 Jy ! Component: 2050 - total flux cleaned = -0.00011852 Jy ! Component: 2100 - total flux cleaned = -0.000104905 Jy ! Component: 2150 - total flux cleaned = -0.000118566 Jy ! Component: 2200 - total flux cleaned = -0.000145201 Jy ! Component: 2250 - total flux cleaned = -0.0001188 Jy ! Component: 2300 - total flux cleaned = -0.000145017 Jy ! Component: 2350 - total flux cleaned = -0.000183593 Jy ! Component: 2400 - total flux cleaned = -0.000221713 Jy ! Component: 2450 - total flux cleaned = -0.000208941 Jy ! Component: 2500 - total flux cleaned = -0.000246536 Jy ! Component: 2550 - total flux cleaned = -0.000295835 Jy ! Component: 2600 - total flux cleaned = -0.000332433 Jy ! Component: 2650 - total flux cleaned = -0.000356565 Jy ! Component: 2700 - total flux cleaned = -0.000368626 Jy ! Component: 2750 - total flux cleaned = -0.000380592 Jy ! Component: 2800 - total flux cleaned = -0.000404227 Jy ! Component: 2850 - total flux cleaned = -0.000497445 Jy ! Component: 2900 - total flux cleaned = -0.00054347 Jy ! Component: 2950 - total flux cleaned = -0.000555033 Jy ! Component: 3000 - total flux cleaned = -0.000577801 Jy ! Component: 3050 - total flux cleaned = -0.000611673 Jy ! Component: 3100 - total flux cleaned = -0.00064523 Jy ! Component: 3150 - total flux cleaned = -0.000667584 Jy ! Component: 3200 - total flux cleaned = -0.000700624 Jy ! Component: 3250 - total flux cleaned = -0.000722444 Jy ! Component: 3300 - total flux cleaned = -0.000744262 Jy ! Component: 3350 - total flux cleaned = -0.000755103 Jy ! Component: 3400 - total flux cleaned = -0.000798095 Jy ! Component: 3450 - total flux cleaned = -0.000830092 Jy ! Component: 3500 - total flux cleaned = -0.000872629 Jy ! Component: 3550 - total flux cleaned = -0.000925519 Jy ! Component: 3600 - total flux cleaned = -0.000925448 Jy ! Component: 3650 - total flux cleaned = -0.000977777 Jy ! Component: 3700 - total flux cleaned = -0.000988255 Jy ! Component: 3750 - total flux cleaned = -0.0010297 Jy ! Component: 3800 - total flux cleaned = -0.00107098 Jy ! Component: 3850 - total flux cleaned = -0.00111209 Jy ! Component: 3900 - total flux cleaned = -0.00114277 Jy ! Component: 3950 - total flux cleaned = -0.00117332 Jy ! Component: 4000 - total flux cleaned = -0.0011834 Jy ! Component: 4050 - total flux cleaned = -0.0012339 Jy ! Total flux subtracted in 4096 components = -0.00129433 Jy ! Clean residual min=-0.000579 max=0.000595 Jy/beam ! Clean residual mean=-0.000003 rms=0.000183 Jy/beam ! Combined flux in latest and established models = 0.332276 Jy keep ! Adding 289 model components to the UV plane model. ! The established model now contains 389 components and 0.332276 Jy ![Exited script file: muppet] wmap "J1639+5357_S_2015_01_22_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.109 x 9.595 at 37.46 degrees (North through East) ! Clean map min=-0.0014528 max=0.30154 Jy/beam ! Writing clean map to FITS file: J1639+5357_S_2015_01_22_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.301542 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000182614 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.18168 0.18168 0.36336 0.72672 1.45344 2.90688 5.81376 11.6275 23.255 46.5101 93.0202 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.301 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.109 x 9.595 at 37.46 degrees (North through East) ! Clean map min=-0.0014528 max=0.30154 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 J1639+5357_S_2015_01_22_pus_uvs.log closed on Tue Jan 3 22:59:37 2017