! Started logfile: J1230+2518_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:27:04 2016 obs J1230+2518_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1230+2518_S_2014_08_05_pus_uva.fits ! AN table 1: 73 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.594521 visibilities/baseline/integration-bin. ! Found source: J1230+2518 ! ! 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 360 lines of history. ! ! Reading 7812 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 J1230+2518_S_2014_08_05_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 166 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 166 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 166 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 166 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.708290Jy sigma=0.007896 ! Fit after self-cal, rms=0.664048Jy sigma=0.007445 ! 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.878 mas, bmaj=8.604 mas, bpa=35.79 degrees ! Estimated noise=1025.08 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.254505 Jy ! Component: 100 - total flux cleaned = 0.313595 Jy ! Total flux subtracted in 100 components = 0.313595 Jy ! Clean residual min=-0.011814 max=0.023160 Jy/beam ! Clean residual mean=-0.000068 rms=0.003530 Jy/beam ! Combined flux in latest and established models = 0.313595 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.313595 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098391Jy sigma=0.000989 ! Fit after self-cal, rms=0.098362Jy sigma=0.000988 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0263046 Jy ! Component: 100 - total flux cleaned = 0.0418611 Jy ! Total flux subtracted in 100 components = 0.0418611 Jy ! Clean residual min=-0.008744 max=0.008631 Jy/beam ! Clean residual mean=-0.000024 rms=0.002228 Jy/beam ! Combined flux in latest and established models = 0.355456 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 39 components and 0.355456 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087851Jy sigma=0.000882 ! Fit after self-cal, rms=0.087789Jy sigma=0.000882 ! 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=5.134 mas, bmaj=9.506 mas, bpa=36.53 degrees ! Estimated noise=730.54 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.0129902 Jy ! Component: 100 - total flux cleaned = 0.0199833 Jy ! Component: 150 - total flux cleaned = 0.0241931 Jy ! Component: 200 - total flux cleaned = 0.0268267 Jy ! Total flux subtracted in 200 components = 0.0268267 Jy ! Clean residual min=-0.005646 max=0.005783 Jy/beam ! Clean residual mean=0.000017 rms=0.001429 Jy/beam ! Combined flux in latest and established models = 0.382282 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 87 components and 0.382282 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085160Jy sigma=0.000866 ! Fit after self-cal, rms=0.085134Jy sigma=0.000866 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.87 HN 1.01 KP 1.08 ! LA 1.11 MK 1.00* NL 0.99 OV 0.99 ! PT 1.03 SC 1.03 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.03 HN 1.03 KP 1.04 ! LA 1.07 MK 1.00* NL 1.02 OV 1.01 ! PT 1.02 SC 1.04 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.16 HN 1.09 KP 0.92 ! LA 0.84 MK 1.00* NL 1.03 OV 0.94 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.01 HN 1.04 KP 0.89 ! LA 0.83 MK 1.00* NL 1.07 OV 0.99 ! PT 1.02 SC 0.97 ! ! ! Fit before self-cal, rms=0.085134Jy sigma=0.000866 ! Fit after self-cal, rms=0.074542Jy sigma=0.000778 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.137 mas, bmaj=9.562 mas, bpa=36.49 degrees ! Estimated noise=732.558 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.00191563 Jy ! Component: 100 - total flux cleaned = -0.00207168 Jy ! Component: 150 - total flux cleaned = -0.00216162 Jy ! Component: 200 - total flux cleaned = -0.00213517 Jy ! Total flux subtracted in 200 components = -0.00213517 Jy ! Clean residual min=-0.003186 max=0.002939 Jy/beam ! Clean residual mean=0.000008 rms=0.000805 Jy/beam ! Combined flux in latest and established models = 0.380147 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 112 components and 0.380147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074493Jy sigma=0.000777 ! Fit after self-cal, rms=0.074470Jy sigma=0.000777 ! 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.074470Jy sigma=0.000777 ! Fit after self-cal, rms=0.073988Jy sigma=0.000772 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.136 mas, bmaj=9.579 mas, bpa=36.4 degrees ! Estimated noise=732.165 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00128959 Jy ! Component: 100 - total flux cleaned = -0.0014872 Jy ! Component: 150 - total flux cleaned = -0.00151113 Jy ! Component: 200 - total flux cleaned = -0.00153443 Jy ! Total flux subtracted in 200 components = -0.00153443 Jy ! Clean residual min=-0.002215 max=0.002422 Jy/beam ! Clean residual mean=-0.000002 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.378613 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 120 components and 0.378613 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073961Jy sigma=0.000771 ! Fit after self-cal, rms=0.073959Jy sigma=0.000771 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 = -9.94472e-06 Jy ! Component: 100 - total flux cleaned = -3.13729e-05 Jy ! Component: 150 - total flux cleaned = -3.14433e-05 Jy ! Component: 200 - total flux cleaned = -3.20795e-05 Jy ! Total flux subtracted in 200 components = -3.20795e-05 Jy ! Clean residual min=-0.002146 max=0.002370 Jy/beam ! Clean residual mean=-0.000002 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.378581 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 122 components and 0.378581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073949Jy sigma=0.000771 ! Fit after self-cal, rms=0.073947Jy sigma=0.000771 ! 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.073947Jy sigma=0.000771 ! Fit after self-cal, rms=0.073984Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.139 mas, bmaj=9.592 mas, bpa=36.37 degrees ! Estimated noise=732.098 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000907328 Jy ! Component: 100 - total flux cleaned = -0.00106909 Jy ! Component: 150 - total flux cleaned = -0.00114992 Jy ! Component: 200 - total flux cleaned = -0.0011865 Jy ! Total flux subtracted in 200 components = -0.0011865 Jy ! Clean residual min=-0.002057 max=0.002285 Jy/beam ! Clean residual mean=-0.000002 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.377394 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 124 components and 0.377394 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073969Jy sigma=0.000771 ! Fit after self-cal, rms=0.073969Jy sigma=0.000771 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.31082e-06 Jy ! Component: 100 - total flux cleaned = -5.09089e-06 Jy ! Component: 150 - total flux cleaned = -4.99632e-06 Jy ! Component: 200 - total flux cleaned = -5.27935e-06 Jy ! Total flux subtracted in 200 components = -5.27935e-06 Jy ! Clean residual min=-0.002015 max=0.002257 Jy/beam ! Clean residual mean=-0.000002 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.377389 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 128 components and 0.377389 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073962Jy sigma=0.000771 ! Fit after self-cal, rms=0.073961Jy sigma=0.000771 ! 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.073961Jy sigma=0.000771 ! Fit after self-cal, rms=0.073992Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.862 mas, bmaj=10.93 mas, bpa=69.27 degrees ! Estimated noise=793.746 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000531764 Jy ! Component: 100 - total flux cleaned = -0.000531193 Jy ! Component: 150 - total flux cleaned = -0.000531584 Jy ! Component: 200 - total flux cleaned = -0.000531173 Jy ! Total flux subtracted in 200 components = -0.000531173 Jy ! Clean residual min=-0.002221 max=0.002193 Jy/beam ! Clean residual mean=-0.000001 rms=0.000660 Jy/beam ! Combined flux in latest and established models = 0.376858 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 136 components and 0.376858 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073987Jy sigma=0.000771 ! Fit after self-cal, rms=0.073986Jy sigma=0.000771 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 = 2.41465e-05 Jy ! Component: 100 - total flux cleaned = 5.38274e-05 Jy ! Component: 150 - total flux cleaned = 5.39514e-05 Jy ! Component: 200 - total flux cleaned = 5.35401e-05 Jy ! Total flux subtracted in 200 components = 5.35401e-05 Jy ! Clean residual min=-0.002181 max=0.002188 Jy/beam ! Clean residual mean=-0.000001 rms=0.000657 Jy/beam ! Combined flux in latest and established models = 0.376911 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 137 components and 0.376911 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073984Jy sigma=0.000771 ! Fit after self-cal, rms=0.073983Jy sigma=0.000771 ! 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=5.143 mas, bmaj=9.601 mas, bpa=36.36 degrees ! Estimated noise=732.038 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.143 x 9.601 at 36.36 degrees (North through East) ! Clean map min=-0.0019138 max=0.33577 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.866 mas, bmaj=8.694 mas, bpa=35.53 degrees ! Estimated noise=1030.58 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.255683 Jy ! Component: 100 - total flux cleaned = 0.315377 Jy ! Component: 150 - total flux cleaned = 0.34048 Jy ! Component: 200 - total flux cleaned = 0.354383 Jy ! Total flux subtracted in 200 components = 0.354383 Jy ! Clean residual min=-0.004660 max=0.007310 Jy/beam ! Clean residual mean=-0.000023 rms=0.001295 Jy/beam ! Combined flux in latest and established models = 0.354383 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.354383 Jy ! Inverting map and beam ! Estimated beam: bmin=5.143 mas, bmaj=9.601 mas, bpa=36.36 degrees ! Estimated noise=732.038 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.0102477 Jy ! Component: 100 - total flux cleaned = 0.0155444 Jy ! Component: 150 - total flux cleaned = 0.0184067 Jy ! Component: 200 - total flux cleaned = 0.0200518 Jy ! Total flux subtracted in 200 components = 0.0200518 Jy ! Clean residual min=-0.002233 max=0.002233 Jy/beam ! Clean residual mean=-0.000005 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.374435 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 54 components and 0.374435 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=9.862 mas, bmaj=10.93 mas, bpa=69.27 degrees ! Estimated noise=793.746 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00154124 Jy ! Component: 100 - total flux cleaned = 0.00236418 Jy ! Component: 150 - total flux cleaned = 0.00265157 Jy ! Component: 200 - total flux cleaned = 0.00268542 Jy ! Total flux subtracted in 200 components = 0.00268542 Jy ! Clean residual min=-0.002193 max=0.002285 Jy/beam ! Clean residual mean=-0.000002 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.377121 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 = 4.65302e-05 Jy ! Component: 100 - total flux cleaned = 8.96774e-05 Jy ! Component: 150 - total flux cleaned = 0.000116014 Jy ! Component: 200 - total flux cleaned = 0.000153098 Jy ! Total flux subtracted in 200 components = 0.000153098 Jy ! Clean residual min=-0.002165 max=0.002264 Jy/beam ! Clean residual mean=-0.000002 rms=0.000659 Jy/beam ! Combined flux in latest and established models = 0.377274 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 67 components and 0.377274 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.143 mas, bmaj=9.601 mas, bpa=36.36 degrees ! Estimated noise=732.038 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000138526 Jy ! Component: 100 - total flux cleaned = -5.02202e-05 Jy ! Component: 150 - total flux cleaned = 2.87489e-05 Jy ! Component: 200 - total flux cleaned = 8.12563e-05 Jy ! Total flux subtracted in 200 components = 8.12563e-05 Jy ! Clean residual min=-0.002100 max=0.002133 Jy/beam ! Clean residual mean=-0.000001 rms=0.000584 Jy/beam ! Combined flux in latest and established models = 0.377355 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 79 components and 0.377355 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074002Jy sigma=0.000771 ! Fit after self-cal, rms=0.073996Jy sigma=0.000771 wmodel J1230+2518_S_2014_08_05_pus_map.mod ! Writing 79 model components to file: J1230+2518_S_2014_08_05_pus_map.mod wobs J1230+2518_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1230+2518_S_2014_08_05_pus_uvs.fits wwins J1230+2518_S_2014_08_05_pus_map.win ! wwins: Wrote 1 windows to J1230+2518_S_2014_08_05_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.000605937 Jy ! Component: 100 - total flux cleaned = 0.000969316 Jy ! Component: 150 - total flux cleaned = 0.0012448 Jy ! Component: 200 - total flux cleaned = 0.00147306 Jy ! Component: 250 - total flux cleaned = 0.001692 Jy ! Component: 300 - total flux cleaned = 0.00190274 Jy ! Component: 350 - total flux cleaned = 0.00216243 Jy ! Component: 400 - total flux cleaned = 0.00235747 Jy ! Component: 450 - total flux cleaned = 0.0025466 Jy ! Component: 500 - total flux cleaned = 0.00275554 Jy ! Component: 550 - total flux cleaned = 0.00295748 Jy ! Component: 600 - total flux cleaned = 0.00312922 Jy ! Component: 650 - total flux cleaned = 0.00334359 Jy ! Component: 700 - total flux cleaned = 0.00348173 Jy ! Component: 750 - total flux cleaned = 0.00357178 Jy ! Component: 800 - total flux cleaned = 0.00370243 Jy ! Component: 850 - total flux cleaned = 0.00387251 Jy ! Component: 900 - total flux cleaned = 0.00395601 Jy ! Component: 950 - total flux cleaned = 0.00411858 Jy ! Component: 1000 - total flux cleaned = 0.0042973 Jy ! Component: 1050 - total flux cleaned = 0.00441418 Jy ! Component: 1100 - total flux cleaned = 0.00450942 Jy ! Component: 1150 - total flux cleaned = 0.0045469 Jy ! Component: 1200 - total flux cleaned = 0.00462062 Jy ! Component: 1250 - total flux cleaned = 0.00462054 Jy ! Component: 1300 - total flux cleaned = 0.0046558 Jy ! Component: 1350 - total flux cleaned = 0.00470787 Jy ! Component: 1400 - total flux cleaned = 0.00470778 Jy ! Component: 1450 - total flux cleaned = 0.00472456 Jy ! Component: 1500 - total flux cleaned = 0.00479035 Jy ! Component: 1550 - total flux cleaned = 0.00479037 Jy ! Component: 1600 - total flux cleaned = 0.00479073 Jy ! Component: 1650 - total flux cleaned = 0.00486924 Jy ! Component: 1700 - total flux cleaned = 0.00488445 Jy ! Component: 1750 - total flux cleaned = 0.00489957 Jy ! Component: 1800 - total flux cleaned = 0.00495921 Jy ! Component: 1850 - total flux cleaned = 0.00497375 Jy ! Component: 1900 - total flux cleaned = 0.00504617 Jy ! Component: 1950 - total flux cleaned = 0.00508885 Jy ! Component: 2000 - total flux cleaned = 0.00511698 Jy ! Component: 2050 - total flux cleaned = 0.00522823 Jy ! Component: 2100 - total flux cleaned = 0.00525567 Jy ! Component: 2150 - total flux cleaned = 0.0053097 Jy ! Component: 2200 - total flux cleaned = 0.00536312 Jy ! Component: 2250 - total flux cleaned = 0.00541578 Jy ! Component: 2300 - total flux cleaned = 0.00550674 Jy ! Component: 2350 - total flux cleaned = 0.00550674 Jy ! Component: 2400 - total flux cleaned = 0.00558277 Jy ! Component: 2450 - total flux cleaned = 0.00563257 Jy ! Component: 2500 - total flux cleaned = 0.00566966 Jy ! Component: 2550 - total flux cleaned = 0.0057424 Jy ! Component: 2600 - total flux cleaned = 0.0057543 Jy ! Component: 2650 - total flux cleaned = 0.0057782 Jy ! Component: 2700 - total flux cleaned = 0.00581376 Jy ! Component: 2750 - total flux cleaned = 0.00587194 Jy ! Component: 2800 - total flux cleaned = 0.00590641 Jy ! Component: 2850 - total flux cleaned = 0.00597445 Jy ! Component: 2900 - total flux cleaned = 0.00600803 Jy ! Component: 2950 - total flux cleaned = 0.00604127 Jy ! Component: 3000 - total flux cleaned = 0.0060633 Jy ! Component: 3050 - total flux cleaned = 0.00610688 Jy ! Component: 3100 - total flux cleaned = 0.0061499 Jy ! Component: 3150 - total flux cleaned = 0.0062034 Jy ! Component: 3200 - total flux cleaned = 0.00624567 Jy ! Component: 3250 - total flux cleaned = 0.00625603 Jy ! Component: 3300 - total flux cleaned = 0.00629758 Jy ! Component: 3350 - total flux cleaned = 0.00631826 Jy ! Component: 3400 - total flux cleaned = 0.00636935 Jy ! Component: 3450 - total flux cleaned = 0.00638962 Jy ! Component: 3500 - total flux cleaned = 0.0064095 Jy ! Component: 3550 - total flux cleaned = 0.00639946 Jy ! Component: 3600 - total flux cleaned = 0.00643895 Jy ! Component: 3650 - total flux cleaned = 0.00641929 Jy ! Component: 3700 - total flux cleaned = 0.00641922 Jy ! Component: 3750 - total flux cleaned = 0.00644817 Jy ! Component: 3800 - total flux cleaned = 0.00644813 Jy ! Component: 3850 - total flux cleaned = 0.00646706 Jy ! Component: 3900 - total flux cleaned = 0.00648591 Jy ! Component: 3950 - total flux cleaned = 0.00646729 Jy ! Component: 4000 - total flux cleaned = 0.00646727 Jy ! Component: 4050 - total flux cleaned = 0.00647644 Jy ! Total flux subtracted in 4096 components = 0.00644903 Jy ! Clean residual min=-0.000571 max=0.000544 Jy/beam ! Clean residual mean=0.000002 rms=0.000178 Jy/beam ! Combined flux in latest and established models = 0.383804 Jy keep ! Adding 313 model components to the UV plane model. ! The established model now contains 392 components and 0.383804 Jy ![Exited script file: muppet] wmap "J1230+2518_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.143 x 9.601 at 36.36 degrees (North through East) ! Clean map min=-0.0015236 max=0.33699 Jy/beam ! Writing clean map to FITS file: J1230+2518_S_2014_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.336991 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000165945 device "J1230+2518_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1230+2518_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.147729 0.147729 0.295459 0.590917 1.18183 2.36367 4.72734 9.45467 18.9093 37.8187 75.6374 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.336 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.143 x 9.601 at 36.36 degrees (North through East) ! Clean map min=-0.0015236 max=0.33699 Jy/beam quit ! Quitting program ! Log file J1230+2518_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:27:09 2016