! Started logfile: J1340+6923_S_2015_01_22_pus_uvs.log on Tue Jan 3 22:55:26 2017 obs J1340+6923_S_2015_01_22_pus_uva.fits ! Reading UV FITS file: J1340+6923_S_2015_01_22_pus_uva.fits ! AN table 1: 63 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.8 visibilities/baseline/integration-bin. ! Found source: J1340+6923 ! ! 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 9072 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 J1340+6923_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 63 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 63 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 63 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 63 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.901911Jy sigma=0.011049 ! Fit after self-cal, rms=0.887796Jy sigma=0.010876 ! 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.162 mas, bmaj=11.24 mas, bpa=-52.61 degrees ! Estimated noise=1084.26 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.0788876 Jy ! Component: 100 - total flux cleaned = 0.101486 Jy ! Total flux subtracted in 100 components = 0.101486 Jy ! Clean residual min=-0.009133 max=0.016915 Jy/beam ! Clean residual mean=0.000056 rms=0.002766 Jy/beam ! Combined flux in latest and established models = 0.101486 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.101486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086274Jy sigma=0.000962 ! Fit after self-cal, rms=0.086171Jy sigma=0.000961 ! Inverting map ! Added new window around map position (35, -8). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.017531 Jy ! Component: 100 - total flux cleaned = 0.0285889 Jy ! Total flux subtracted in 100 components = 0.0285889 Jy ! Clean residual min=-0.006836 max=0.008388 Jy/beam ! Clean residual mean=0.000040 rms=0.001904 Jy/beam ! Combined flux in latest and established models = 0.130075 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 27 components and 0.130075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079123Jy sigma=0.000876 ! Fit after self-cal, rms=0.078870Jy sigma=0.000873 ! 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.871 mas, bmaj=10.95 mas, bpa=-53.97 degrees ! Estimated noise=621.233 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.017262 Jy ! Component: 100 - total flux cleaned = 0.0282258 Jy ! Component: 150 - total flux cleaned = 0.0359896 Jy ! Component: 200 - total flux cleaned = 0.041667 Jy ! Total flux subtracted in 200 components = 0.041667 Jy ! Clean residual min=-0.005009 max=0.005959 Jy/beam ! Clean residual mean=0.000049 rms=0.001390 Jy/beam ! Combined flux in latest and established models = 0.171742 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 78 components and 0.171742 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074078Jy sigma=0.000816 ! Fit after self-cal, rms=0.073942Jy sigma=0.000814 ! 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.98 FD 1.00* HN 0.97 KP 1.02 ! LA 1.04 MK 1.00 NL 0.84 OV 0.94 ! PT 1.01 SC 1.06 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.00* HN 1.00 KP 0.97 ! LA 1.00 MK 0.97 NL 1.14 OV 0.95 ! PT 1.01 SC 1.09 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.00* HN 1.01 KP 0.85 ! LA 0.81 MK 1.06 NL 1.46 OV 0.90 ! PT 0.97 SC 1.18 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.00* HN 0.96 KP 0.79 ! LA 0.90 MK 1.13 NL 0.92 OV 0.94 ! PT 1.06 SC 1.00 ! ! ! Fit before self-cal, rms=0.073942Jy sigma=0.000814 ! Fit after self-cal, rms=0.070144Jy sigma=0.000784 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.929 mas, bmaj=10.86 mas, bpa=-54.27 degrees ! Estimated noise=614.469 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 (-45, 4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00292556 Jy ! Component: 100 - total flux cleaned = 0.00337942 Jy ! Component: 150 - total flux cleaned = 0.00342884 Jy ! Component: 200 - total flux cleaned = 0.00334755 Jy ! Total flux subtracted in 200 components = 0.00334755 Jy ! Clean residual min=-0.001890 max=0.001886 Jy/beam ! Clean residual mean=-0.000001 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.17509 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 105 components and 0.17509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070007Jy sigma=0.000782 ! Fit after self-cal, rms=0.069991Jy sigma=0.000781 ! 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.069991Jy sigma=0.000781 ! Fit after self-cal, rms=0.069694Jy sigma=0.000781 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.924 mas, bmaj=10.85 mas, bpa=-54.27 degrees ! Estimated noise=612.409 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000829336 Jy ! Component: 100 - total flux cleaned = 0.000862315 Jy ! Component: 150 - total flux cleaned = 0.0008323 Jy ! Component: 200 - total flux cleaned = 0.000806798 Jy ! Total flux subtracted in 200 components = 0.000806798 Jy ! Clean residual min=-0.001745 max=0.001588 Jy/beam ! Clean residual mean=-0.000001 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.175897 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 129 components and 0.175897 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069659Jy sigma=0.000780 ! Fit after self-cal, rms=0.069650Jy sigma=0.000780 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.90555e-05 Jy ! Component: 100 - total flux cleaned = 7.05191e-05 Jy ! Component: 150 - total flux cleaned = 0.000116181 Jy ! Component: 200 - total flux cleaned = 0.000221294 Jy ! Total flux subtracted in 200 components = 0.000221294 Jy ! Clean residual min=-0.001703 max=0.001511 Jy/beam ! Clean residual mean=-0.000001 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.176118 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 148 components and 0.176118 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069632Jy sigma=0.000780 ! Fit after self-cal, rms=0.069627Jy sigma=0.000780 ! 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.069627Jy sigma=0.000780 ! Fit after self-cal, rms=0.069535Jy sigma=0.000780 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.923 mas, bmaj=10.84 mas, bpa=-54.28 degrees ! Estimated noise=611.449 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.48905e-05 Jy ! Component: 100 - total flux cleaned = 6.86104e-05 Jy ! Component: 150 - total flux cleaned = 0.000162287 Jy ! Component: 200 - total flux cleaned = 0.000248505 Jy ! Total flux subtracted in 200 components = 0.000248505 Jy ! Clean residual min=-0.001636 max=0.001476 Jy/beam ! Clean residual mean=-0.000001 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.176366 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 155 components and 0.176366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069524Jy sigma=0.000780 ! Fit after self-cal, rms=0.069521Jy sigma=0.000780 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.72165e-06 Jy ! Component: 100 - total flux cleaned = 6.98288e-05 Jy ! Component: 150 - total flux cleaned = 0.000128371 Jy ! Component: 200 - total flux cleaned = 0.000156512 Jy ! Total flux subtracted in 200 components = 0.000156512 Jy ! Clean residual min=-0.001614 max=0.001435 Jy/beam ! Clean residual mean=-0.000001 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.176523 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 165 components and 0.176523 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069515Jy sigma=0.000780 ! Fit after self-cal, rms=0.069513Jy sigma=0.000780 ! 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.069513Jy sigma=0.000780 ! Fit after self-cal, rms=0.069522Jy sigma=0.000780 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.747 mas, bmaj=11.78 mas, bpa=-61.86 degrees ! Estimated noise=781.411 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000121366 Jy ! Component: 100 - total flux cleaned = 0.000146059 Jy ! Component: 150 - total flux cleaned = 0.000157208 Jy ! Component: 200 - total flux cleaned = 0.00014917 Jy ! Total flux subtracted in 200 components = 0.00014917 Jy ! Clean residual min=-0.001264 max=0.001116 Jy/beam ! Clean residual mean=-0.000005 rms=0.000345 Jy/beam ! Combined flux in latest and established models = 0.176672 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 189 components and 0.176672 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069520Jy sigma=0.000780 ! Fit after self-cal, rms=0.069521Jy sigma=0.000780 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.43289e-06 Jy ! Component: 100 - total flux cleaned = 1.52676e-05 Jy ! Component: 150 - total flux cleaned = 8.07907e-06 Jy ! Component: 200 - total flux cleaned = 8.19033e-06 Jy ! Total flux subtracted in 200 components = 8.19033e-06 Jy ! Clean residual min=-0.001248 max=0.001095 Jy/beam ! Clean residual mean=-0.000005 rms=0.000341 Jy/beam ! Combined flux in latest and established models = 0.17668 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 214 components and 0.17668 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069519Jy sigma=0.000780 ! Fit after self-cal, rms=0.069518Jy sigma=0.000780 ! 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.923 mas, bmaj=10.84 mas, bpa=-54.28 degrees ! Estimated noise=611.021 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.923 x 10.84 at -54.28 degrees (North through East) ! Clean map min=-0.0015003 max=0.10379 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.196 mas, bmaj=11.03 mas, bpa=-52.83 degrees ! Estimated noise=1083.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0781281 Jy ! Component: 100 - total flux cleaned = 0.103982 Jy ! Component: 150 - total flux cleaned = 0.119747 Jy ! Component: 200 - total flux cleaned = 0.130653 Jy ! Total flux subtracted in 200 components = 0.130653 Jy ! Clean residual min=-0.003930 max=0.006349 Jy/beam ! Clean residual mean=0.000029 rms=0.001413 Jy/beam ! Combined flux in latest and established models = 0.130653 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.130653 Jy ! Inverting map and beam ! Estimated beam: bmin=2.923 mas, bmaj=10.84 mas, bpa=-54.28 degrees ! Estimated noise=611.021 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.014727 Jy ! Component: 100 - total flux cleaned = 0.0232433 Jy ! Component: 150 - total flux cleaned = 0.0287286 Jy ! Component: 200 - total flux cleaned = 0.0326567 Jy ! Total flux subtracted in 200 components = 0.0326567 Jy ! Clean residual min=-0.002553 max=0.002658 Jy/beam ! Clean residual mean=0.000024 rms=0.000722 Jy/beam ! Combined flux in latest and established models = 0.163309 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 83 components and 0.163309 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.747 mas, bmaj=11.78 mas, bpa=-61.86 degrees ! Estimated noise=781.411 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0049138 Jy ! Component: 100 - total flux cleaned = 0.00777382 Jy ! Component: 150 - total flux cleaned = 0.00969341 Jy ! Component: 200 - total flux cleaned = 0.0110565 Jy ! Total flux subtracted in 200 components = 0.0110565 Jy ! Clean residual min=-0.001785 max=0.001256 Jy/beam ! Clean residual mean=0.000007 rms=0.000492 Jy/beam ! Combined flux in latest and established models = 0.174366 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.00100429 Jy ! Component: 100 - total flux cleaned = 0.00175634 Jy ! Component: 150 - total flux cleaned = 0.00224207 Jy ! Component: 200 - total flux cleaned = 0.0025171 Jy ! Total flux subtracted in 200 components = 0.0025171 Jy ! Clean residual min=-0.001503 max=0.001234 Jy/beam ! Clean residual mean=-0.000003 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.176883 Jy ! Adding 114 model components to the UV plane model. ! The established model now contains 196 components and 0.176883 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.923 mas, bmaj=10.84 mas, bpa=-54.28 degrees ! Estimated noise=611.021 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000624279 Jy ! Component: 100 - total flux cleaned = 0.000792165 Jy ! Component: 150 - total flux cleaned = 0.000911856 Jy ! Component: 200 - total flux cleaned = 0.00104845 Jy ! Total flux subtracted in 200 components = 0.00104845 Jy ! Clean residual min=-0.001831 max=0.001521 Jy/beam ! Clean residual mean=-0.000003 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.177931 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 220 components and 0.177931 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069544Jy sigma=0.000780 ! Fit after self-cal, rms=0.069533Jy sigma=0.000780 wmodel J1340+6923_S_2015_01_22_pus_map.mod ! Writing 220 model components to file: J1340+6923_S_2015_01_22_pus_map.mod wobs J1340+6923_S_2015_01_22_pus_uvs.fits ! Writing UV FITS file: J1340+6923_S_2015_01_22_pus_uvs.fits wwins J1340+6923_S_2015_01_22_pus_map.win ! wwins: Wrote 3 windows to J1340+6923_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.000427436 Jy ! Component: 100 - total flux cleaned = -0.000454716 Jy ! Component: 150 - total flux cleaned = -0.000502976 Jy ! Component: 200 - total flux cleaned = -0.000456992 Jy ! Component: 250 - total flux cleaned = -0.000565232 Jy ! Component: 300 - total flux cleaned = -0.000668462 Jy ! Component: 350 - total flux cleaned = -0.000668239 Jy ! Component: 400 - total flux cleaned = -0.000706538 Jy ! Component: 450 - total flux cleaned = -0.000725311 Jy ! Component: 500 - total flux cleaned = -0.000725349 Jy ! Component: 550 - total flux cleaned = -0.000690169 Jy ! Component: 600 - total flux cleaned = -0.000621628 Jy ! Component: 650 - total flux cleaned = -0.000554897 Jy ! Component: 700 - total flux cleaned = -0.000554959 Jy ! Component: 750 - total flux cleaned = -0.000538894 Jy ! Component: 800 - total flux cleaned = -0.000491868 Jy ! Component: 850 - total flux cleaned = -0.000446353 Jy ! Component: 900 - total flux cleaned = -0.000416253 Jy ! Component: 950 - total flux cleaned = -0.000386871 Jy ! Component: 1000 - total flux cleaned = -0.000343428 Jy ! Component: 1050 - total flux cleaned = -0.000258328 Jy ! Component: 1100 - total flux cleaned = -0.000230596 Jy ! Component: 1150 - total flux cleaned = -0.000189306 Jy ! Component: 1200 - total flux cleaned = -0.00012188 Jy ! Component: 1250 - total flux cleaned = -9.51753e-05 Jy ! Component: 1300 - total flux cleaned = -9.49671e-05 Jy ! Component: 1350 - total flux cleaned = -5.6322e-05 Jy ! Component: 1400 - total flux cleaned = -1.85081e-05 Jy ! Component: 1450 - total flux cleaned = -1.84942e-05 Jy ! Component: 1500 - total flux cleaned = -6.06706e-06 Jy ! Component: 1550 - total flux cleaned = 4.25161e-05 Jy ! Component: 1600 - total flux cleaned = 3.04812e-05 Jy ! Component: 1650 - total flux cleaned = 4.23951e-05 Jy ! Component: 1700 - total flux cleaned = 7.27712e-06 Jy ! Component: 1750 - total flux cleaned = 3.06606e-05 Jy ! Component: 1800 - total flux cleaned = 1.90994e-05 Jy ! Component: 1850 - total flux cleaned = 5.30604e-05 Jy ! Component: 1900 - total flux cleaned = -3.08637e-06 Jy ! Component: 1950 - total flux cleaned = 8.18457e-06 Jy ! Component: 2000 - total flux cleaned = 3.00987e-05 Jy ! Component: 2050 - total flux cleaned = 1.93555e-05 Jy ! Component: 2100 - total flux cleaned = 5.17312e-05 Jy ! Component: 2150 - total flux cleaned = 4.09493e-05 Jy ! Component: 2200 - total flux cleaned = 9.24784e-06 Jy ! Component: 2250 - total flux cleaned = -1.17256e-05 Jy ! Component: 2300 - total flux cleaned = -2.21225e-05 Jy ! Component: 2350 - total flux cleaned = -6.33089e-05 Jy ! Component: 2400 - total flux cleaned = -8.36501e-05 Jy ! Component: 2450 - total flux cleaned = -0.000103904 Jy ! Component: 2500 - total flux cleaned = -0.00013408 Jy ! Component: 2550 - total flux cleaned = -0.000154019 Jy ! Component: 2600 - total flux cleaned = -0.000183824 Jy ! Component: 2650 - total flux cleaned = -0.000232972 Jy ! Component: 2700 - total flux cleaned = -0.00024278 Jy ! Component: 2750 - total flux cleaned = -0.000262192 Jy ! Component: 2800 - total flux cleaned = -0.000271925 Jy ! Component: 2850 - total flux cleaned = -0.000290976 Jy ! Component: 2900 - total flux cleaned = -0.000319472 Jy ! Component: 2950 - total flux cleaned = -0.000357124 Jy ! Component: 3000 - total flux cleaned = -0.000375858 Jy ! Component: 3050 - total flux cleaned = -0.000394539 Jy ! Component: 3100 - total flux cleaned = -0.000422286 Jy ! Component: 3150 - total flux cleaned = -0.000449896 Jy ! Component: 3200 - total flux cleaned = -0.000477424 Jy ! Component: 3250 - total flux cleaned = -0.000513837 Jy ! Component: 3300 - total flux cleaned = -0.000559144 Jy ! Component: 3350 - total flux cleaned = -0.000595177 Jy ! Component: 3400 - total flux cleaned = -0.000630975 Jy ! Component: 3450 - total flux cleaned = -0.000657627 Jy ! Component: 3500 - total flux cleaned = -0.000701839 Jy ! Component: 3550 - total flux cleaned = -0.000701807 Jy ! Component: 3600 - total flux cleaned = -0.000719342 Jy ! Component: 3650 - total flux cleaned = -0.000754214 Jy ! Component: 3700 - total flux cleaned = -0.000780229 Jy ! Component: 3750 - total flux cleaned = -0.00081471 Jy ! Component: 3800 - total flux cleaned = -0.000831837 Jy ! Component: 3850 - total flux cleaned = -0.000874521 Jy ! Component: 3900 - total flux cleaned = -0.000866068 Jy ! Component: 3950 - total flux cleaned = -0.000908491 Jy ! Component: 4000 - total flux cleaned = -0.000925329 Jy ! Component: 4050 - total flux cleaned = -0.000975648 Jy ! Total flux subtracted in 4096 components = -0.000958926 Jy ! Clean residual min=-0.000510 max=0.000465 Jy/beam ! Clean residual mean=0.000000 rms=0.000150 Jy/beam ! Combined flux in latest and established models = 0.176972 Jy keep ! Adding 259 model components to the UV plane model. ! The established model now contains 479 components and 0.176972 Jy ![Exited script file: muppet] wmap "J1340+6923_S_2015_01_22_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.923 x 10.84 at -54.28 degrees (North through East) ! Clean map min=-0.0012023 max=0.10113 Jy/beam ! Writing clean map to FITS file: J1340+6923_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.101135 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000149127 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.442362 0.442362 0.884724 1.76945 3.5389 7.07779 14.1556 28.3112 56.6223 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.101 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.923 x 10.84 at -54.28 degrees (North through East) ! Clean map min=-0.0012023 max=0.10113 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 J1340+6923_S_2015_01_22_pus_uvs.log closed on Tue Jan 3 22:55:33 2017