! Started logfile: J1350+2331_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:07:22 2016 obs J1350+2331_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J1350+2331_S_2014_08_09_pus_uva.fits ! AN table 1: 92 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.879952 visibilities/baseline/integration-bin. ! Found source: J1350+2331 ! ! 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 342 lines of history. ! ! Reading 14572 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 J1350+2331_S_2014_08_09_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 56 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 56 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 56 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 56 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.966126Jy sigma=0.011453 ! Fit after self-cal, rms=0.941294Jy sigma=0.011193 ! 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.996 mas, bmaj=7.447 mas, bpa=5.678 degrees ! Estimated noise=744.331 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.0445003 Jy ! Component: 100 - total flux cleaned = 0.05706 Jy ! Total flux subtracted in 100 components = 0.05706 Jy ! Clean residual min=-0.002834 max=0.005568 Jy/beam ! Clean residual mean=0.000013 rms=0.000838 Jy/beam ! Combined flux in latest and established models = 0.05706 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.05706 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073864Jy sigma=0.000786 ! Fit after self-cal, rms=0.073801Jy sigma=0.000785 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0062829 Jy ! Component: 100 - total flux cleaned = 0.00963293 Jy ! Total flux subtracted in 100 components = 0.00963293 Jy ! Clean residual min=-0.002583 max=0.002916 Jy/beam ! Clean residual mean=0.000011 rms=0.000660 Jy/beam ! Combined flux in latest and established models = 0.0666929 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 21 components and 0.0666929 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073030Jy sigma=0.000778 ! Fit after self-cal, rms=0.073028Jy sigma=0.000778 ! 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.616 mas, bmaj=8.129 mas, bpa=5.191 degrees ! Estimated noise=503.472 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.00294919 Jy ! Component: 100 - total flux cleaned = 0.00429787 Jy ! Component: 150 - total flux cleaned = 0.0050986 Jy ! Component: 200 - total flux cleaned = 0.00557286 Jy ! Total flux subtracted in 200 components = 0.00557286 Jy ! Clean residual min=-0.002017 max=0.002352 Jy/beam ! Clean residual mean=0.000010 rms=0.000574 Jy/beam ! Combined flux in latest and established models = 0.0722658 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 45 components and 0.0722658 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072847Jy sigma=0.000777 ! Fit after self-cal, rms=0.072848Jy sigma=0.000777 ! 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.99 FD 0.82 HN 1.03 KP 1.07 ! LA 1.13 MK 0.96 NL 1.01 OV 1.04 ! PT 1.04 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.94 HN 1.08 KP 1.04 ! LA 1.08 MK 0.96 NL 1.00 OV 1.08 ! PT 0.99 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.04 HN 1.08 KP 0.92 ! LA 0.84 MK 1.03 NL 1.06 OV 1.02 ! PT 0.99 SC 0.95 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.94 HN 0.98 KP 0.90 ! LA 0.79 MK 0.95 NL 1.10 OV 1.03 ! PT 1.05 SC 0.97 ! ! ! Fit before self-cal, rms=0.072848Jy sigma=0.000777 ! Fit after self-cal, rms=0.070581Jy sigma=0.000773 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.606 mas, bmaj=8.154 mas, bpa=5.425 degrees ! Estimated noise=506.224 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.000610987 Jy ! Component: 100 - total flux cleaned = 0.000626766 Jy ! Component: 150 - total flux cleaned = 0.000627893 Jy ! Component: 200 - total flux cleaned = 0.000617409 Jy ! Total flux subtracted in 200 components = 0.000617409 Jy ! Clean residual min=-0.001868 max=0.001961 Jy/beam ! Clean residual mean=0.000004 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.0728832 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 55 components and 0.0728832 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070567Jy sigma=0.000773 ! Fit after self-cal, rms=0.070512Jy sigma=0.000773 ! 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.070512Jy sigma=0.000773 ! Fit after self-cal, rms=0.068895Jy sigma=0.000770 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.609 mas, bmaj=8.161 mas, bpa=5.48 degrees ! Estimated noise=506.427 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000106286 Jy ! Component: 100 - total flux cleaned = -0.000116462 Jy ! Component: 150 - total flux cleaned = -0.000125692 Jy ! Component: 200 - total flux cleaned = -0.000125601 Jy ! Total flux subtracted in 200 components = -0.000125601 Jy ! Clean residual min=-0.001443 max=0.001763 Jy/beam ! Clean residual mean=0.000001 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.0727576 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 63 components and 0.0727576 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068893Jy sigma=0.000770 ! Fit after self-cal, rms=0.068872Jy sigma=0.000770 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 (-19, -4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00173131 Jy ! Component: 100 - total flux cleaned = 0.00277457 Jy ! Component: 150 - total flux cleaned = 0.00315991 Jy ! Component: 200 - total flux cleaned = 0.00335209 Jy ! Total flux subtracted in 200 components = 0.00335209 Jy ! Clean residual min=-0.001275 max=0.001386 Jy/beam ! Clean residual mean=0.000002 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.0761096 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 98 components and 0.0761097 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068824Jy sigma=0.000770 ! Fit after self-cal, rms=0.068816Jy sigma=0.000769 ! 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.068816Jy sigma=0.000769 ! Fit after self-cal, rms=0.068689Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.607 mas, bmaj=8.164 mas, bpa=5.631 degrees ! Estimated noise=504.874 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000740674 Jy ! Component: 100 - total flux cleaned = 0.000978979 Jy ! Component: 150 - total flux cleaned = 0.0010889 Jy ! Component: 200 - total flux cleaned = 0.00115229 Jy ! Total flux subtracted in 200 components = 0.00115229 Jy ! Clean residual min=-0.001255 max=0.001341 Jy/beam ! Clean residual mean=0.000001 rms=0.000340 Jy/beam ! Combined flux in latest and established models = 0.077262 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 109 components and 0.077262 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068676Jy sigma=0.000769 ! Fit after self-cal, rms=0.068679Jy sigma=0.000769 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.00020972 Jy ! Component: 100 - total flux cleaned = 0.000267768 Jy ! Component: 150 - total flux cleaned = 0.000320953 Jy ! Component: 200 - total flux cleaned = 0.000383274 Jy ! Total flux subtracted in 200 components = 0.000383274 Jy ! Clean residual min=-0.001248 max=0.001325 Jy/beam ! Clean residual mean=0.000001 rms=0.000337 Jy/beam ! Combined flux in latest and established models = 0.0776452 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 114 components and 0.0776452 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068674Jy sigma=0.000769 ! Fit after self-cal, rms=0.068674Jy sigma=0.000769 ! 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.068674Jy sigma=0.000769 ! Fit after self-cal, rms=0.068668Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.465 mas, bmaj=10.2 mas, bpa=-0.5648 degrees ! Estimated noise=604.995 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000336968 Jy ! Component: 100 - total flux cleaned = 0.0003845 Jy ! Component: 150 - total flux cleaned = 0.000411783 Jy ! Component: 200 - total flux cleaned = 0.000424002 Jy ! Total flux subtracted in 200 components = 0.000424002 Jy ! Clean residual min=-0.001272 max=0.001359 Jy/beam ! Clean residual mean=0.000001 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.0780693 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 125 components and 0.0780693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068666Jy sigma=0.000769 ! Fit after self-cal, rms=0.068668Jy sigma=0.000769 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 = 6.09596e-05 Jy ! Component: 100 - total flux cleaned = 4.89087e-05 Jy ! Component: 150 - total flux cleaned = 4.86263e-05 Jy ! Component: 200 - total flux cleaned = 5.86166e-05 Jy ! Total flux subtracted in 200 components = 5.86166e-05 Jy ! Clean residual min=-0.001275 max=0.001338 Jy/beam ! Clean residual mean=0.000000 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.0781279 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 135 components and 0.0781279 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068668Jy sigma=0.000769 ! Fit after self-cal, rms=0.068668Jy sigma=0.000769 ! 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.606 mas, bmaj=8.166 mas, bpa=5.629 degrees ! Estimated noise=504.538 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.606 x 8.166 at 5.629 degrees (North through East) ! Clean map min=-0.0011858 max=0.059202 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.971 mas, bmaj=7.478 mas, bpa=6.086 degrees ! Estimated noise=745.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0443201 Jy ! Component: 100 - total flux cleaned = 0.0579491 Jy ! Component: 150 - total flux cleaned = 0.064467 Jy ! Component: 200 - total flux cleaned = 0.0672469 Jy ! Total flux subtracted in 200 components = 0.0672469 Jy ! Clean residual min=-0.002219 max=0.002438 Jy/beam ! Clean residual mean=0.000003 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.067247 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.067247 Jy ! Inverting map and beam ! Estimated beam: bmin=3.606 mas, bmaj=8.166 mas, bpa=5.629 degrees ! Estimated noise=504.538 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) ! Added new window around map position (-4, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00281071 Jy ! Component: 100 - total flux cleaned = 0.00476349 Jy ! Component: 150 - total flux cleaned = 0.00625377 Jy ! Component: 200 - total flux cleaned = 0.00740682 Jy ! Total flux subtracted in 200 components = 0.00740682 Jy ! Clean residual min=-0.001263 max=0.001395 Jy/beam ! Clean residual mean=0.000001 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.0746538 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 45 components and 0.0746538 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.465 mas, bmaj=10.2 mas, bpa=-0.5648 degrees ! Estimated noise=604.995 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00134932 Jy ! Component: 100 - total flux cleaned = 0.0022047 Jy ! Component: 150 - total flux cleaned = 0.00281296 Jy ! Component: 200 - total flux cleaned = 0.00306313 Jy ! Total flux subtracted in 200 components = 0.00306313 Jy ! Clean residual min=-0.001262 max=0.001328 Jy/beam ! Clean residual mean=0.000001 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.0777169 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 = 8.17362e-05 Jy ! Component: 100 - total flux cleaned = 0.000141169 Jy ! Component: 150 - total flux cleaned = 0.00018153 Jy ! Component: 200 - total flux cleaned = 0.00021876 Jy ! Total flux subtracted in 200 components = 0.00021876 Jy ! Clean residual min=-0.001233 max=0.001262 Jy/beam ! Clean residual mean=0.000001 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.0779357 Jy ! Adding 70 model components to the UV plane model. ! The established model now contains 106 components and 0.0779357 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.606 mas, bmaj=8.166 mas, bpa=5.629 degrees ! Estimated noise=504.538 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.89819e-05 Jy ! Component: 100 - total flux cleaned = -0.000102377 Jy ! Component: 150 - total flux cleaned = -6.57794e-05 Jy ! Component: 200 - total flux cleaned = -1.52094e-05 Jy ! Total flux subtracted in 200 components = -1.52094e-05 Jy ! Clean residual min=-0.001260 max=0.001326 Jy/beam ! Clean residual mean=0.000001 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.0779205 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 127 components and 0.0779205 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068666Jy sigma=0.000769 ! Fit after self-cal, rms=0.068666Jy sigma=0.000769 wmodel J1350+2331_S_2014_08_09_pus_map.mod ! Writing 127 model components to file: J1350+2331_S_2014_08_09_pus_map.mod wobs J1350+2331_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J1350+2331_S_2014_08_09_pus_uvs.fits wwins J1350+2331_S_2014_08_09_pus_map.win ! wwins: Wrote 3 windows to J1350+2331_S_2014_08_09_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 = 4.99328e-05 Jy ! Component: 100 - total flux cleaned = 0.000202217 Jy ! Component: 150 - total flux cleaned = 0.000366902 Jy ! Component: 200 - total flux cleaned = 0.00048584 Jy ! Component: 250 - total flux cleaned = 0.000620528 Jy ! Component: 300 - total flux cleaned = 0.000695849 Jy ! Component: 350 - total flux cleaned = 0.000769449 Jy ! Component: 400 - total flux cleaned = 0.000859646 Jy ! Component: 450 - total flux cleaned = 0.000930159 Jy ! Component: 500 - total flux cleaned = 0.000982077 Jy ! Component: 550 - total flux cleaned = 0.00103272 Jy ! Component: 600 - total flux cleaned = 0.00106603 Jy ! Component: 650 - total flux cleaned = 0.00118039 Jy ! Component: 700 - total flux cleaned = 0.0012282 Jy ! Component: 750 - total flux cleaned = 0.00127541 Jy ! Component: 800 - total flux cleaned = 0.00130604 Jy ! Component: 850 - total flux cleaned = 0.001306 Jy ! Component: 900 - total flux cleaned = 0.00133639 Jy ! Component: 950 - total flux cleaned = 0.0013511 Jy ! Component: 1000 - total flux cleaned = 0.0013659 Jy ! Component: 1050 - total flux cleaned = 0.00138025 Jy ! Component: 1100 - total flux cleaned = 0.00136604 Jy ! Component: 1150 - total flux cleaned = 0.00133801 Jy ! Component: 1200 - total flux cleaned = 0.00133798 Jy ! Component: 1250 - total flux cleaned = 0.00132442 Jy ! Component: 1300 - total flux cleaned = 0.00132405 Jy ! Component: 1350 - total flux cleaned = 0.00127018 Jy ! Component: 1400 - total flux cleaned = 0.00127004 Jy ! Component: 1450 - total flux cleaned = 0.00120449 Jy ! Component: 1500 - total flux cleaned = 0.00112719 Jy ! Component: 1550 - total flux cleaned = 0.00110168 Jy ! Component: 1600 - total flux cleaned = 0.00106356 Jy ! Component: 1650 - total flux cleaned = 0.00100082 Jy ! Component: 1700 - total flux cleaned = 0.000951254 Jy ! Component: 1750 - total flux cleaned = 0.000853158 Jy ! Component: 1800 - total flux cleaned = 0.000828881 Jy ! Component: 1850 - total flux cleaned = 0.000769045 Jy ! Component: 1900 - total flux cleaned = 0.000745083 Jy ! Component: 1950 - total flux cleaned = 0.000733175 Jy ! Component: 2000 - total flux cleaned = 0.000686396 Jy ! Component: 2050 - total flux cleaned = 0.000651916 Jy ! Component: 2100 - total flux cleaned = 0.000606182 Jy ! Component: 2150 - total flux cleaned = 0.000606231 Jy ! Component: 2200 - total flux cleaned = 0.000561313 Jy ! Component: 2250 - total flux cleaned = 0.00056129 Jy ! Component: 2300 - total flux cleaned = 0.000550163 Jy ! Component: 2350 - total flux cleaned = 0.000495412 Jy ! Component: 2400 - total flux cleaned = 0.000441112 Jy ! Component: 2450 - total flux cleaned = 0.000473419 Jy ! Component: 2500 - total flux cleaned = 0.000409298 Jy ! Component: 2550 - total flux cleaned = 0.000451765 Jy ! Component: 2600 - total flux cleaned = 0.000441203 Jy ! Component: 2650 - total flux cleaned = 0.000409801 Jy ! Component: 2700 - total flux cleaned = 0.000430444 Jy ! Component: 2750 - total flux cleaned = 0.000420178 Jy ! Component: 2800 - total flux cleaned = 0.000379308 Jy ! Component: 2850 - total flux cleaned = 0.000348856 Jy ! Component: 2900 - total flux cleaned = 0.000338997 Jy ! Component: 2950 - total flux cleaned = 0.000378903 Jy ! Component: 3000 - total flux cleaned = 0.000349078 Jy ! Component: 3050 - total flux cleaned = 0.00033918 Jy ! Component: 3100 - total flux cleaned = 0.00033917 Jy ! Component: 3150 - total flux cleaned = 0.000339106 Jy ! Component: 3200 - total flux cleaned = 0.000291086 Jy ! Component: 3250 - total flux cleaned = 0.000300641 Jy ! Component: 3300 - total flux cleaned = 0.000300642 Jy ! Component: 3350 - total flux cleaned = 0.000300586 Jy ! Component: 3400 - total flux cleaned = 0.000300455 Jy ! Component: 3450 - total flux cleaned = 0.000318943 Jy ! Component: 3500 - total flux cleaned = 0.000272763 Jy ! Component: 3550 - total flux cleaned = 0.00026364 Jy ! Component: 3600 - total flux cleaned = 0.000227275 Jy ! Component: 3650 - total flux cleaned = 0.000245453 Jy ! Component: 3700 - total flux cleaned = 0.000245454 Jy ! Component: 3750 - total flux cleaned = 0.000263393 Jy ! Component: 3800 - total flux cleaned = 0.00021909 Jy ! Component: 3850 - total flux cleaned = 0.000228014 Jy ! Component: 3900 - total flux cleaned = 0.000201663 Jy ! Component: 3950 - total flux cleaned = 0.000201717 Jy ! Component: 4000 - total flux cleaned = 0.000193098 Jy ! Component: 4050 - total flux cleaned = 0.000124329 Jy ! Total flux subtracted in 4096 components = 0.000132872 Jy ! Clean residual min=-0.000628 max=0.000508 Jy/beam ! Clean residual mean=0.000001 rms=0.000160 Jy/beam ! Combined flux in latest and established models = 0.0780534 Jy keep ! Adding 315 model components to the UV plane model. ! The established model now contains 442 components and 0.0780534 Jy ![Exited script file: muppet] wmap "J1350+2331_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.606 x 8.166 at 5.629 degrees (North through East) ! Clean map min=-0.0012472 max=0.059231 Jy/beam ! Writing clean map to FITS file: J1350+2331_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0592311 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000159619 device "J1350+2331_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1350+2331_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.808454 0.808454 1.61691 3.23382 6.46763 12.9353 25.8705 51.7411 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.059 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.606 x 8.166 at 5.629 degrees (North through East) ! Clean map min=-0.0012472 max=0.059231 Jy/beam quit ! Quitting program ! Log file J1350+2331_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:07:27 2016