! Started logfile: J1828+6434_S_2014_06_09_pus_uvs.log on Wed Nov 16 20:00:56 2016 obs J1828+6434_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J1828+6434_S_2014_06_09_pus_uva.fits ! AN table 1: 105 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.691852 visibilities/baseline/integration-bin. ! Found source: J1828+6434 ! ! 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 336 lines of history. ! ! Reading 13076 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 J1828+6434_S_2014_06_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 175 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 175 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 175 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 175 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.919032Jy sigma=0.010674 ! Fit after self-cal, rms=0.902573Jy sigma=0.010501 ! 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.952 mas, bmaj=6.36 mas, bpa=60.34 degrees ! Estimated noise=927.751 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.075813 Jy ! Component: 100 - total flux cleaned = 0.0927353 Jy ! Total flux subtracted in 100 components = 0.0927353 Jy ! Clean residual min=-0.003993 max=0.005552 Jy/beam ! Clean residual mean=-0.000009 rms=0.001047 Jy/beam ! Combined flux in latest and established models = 0.0927353 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.0927353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074491Jy sigma=0.000797 ! Fit after self-cal, rms=0.074456Jy sigma=0.000797 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00624597 Jy ! Component: 100 - total flux cleaned = 0.00957353 Jy ! Total flux subtracted in 100 components = 0.00957353 Jy ! Clean residual min=-0.003976 max=0.003970 Jy/beam ! Clean residual mean=0.000000 rms=0.000918 Jy/beam ! Combined flux in latest and established models = 0.102309 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 13 components and 0.102309 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073693Jy sigma=0.000788 ! Fit after self-cal, rms=0.073688Jy sigma=0.000788 ! 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.936 mas, bmaj=7.221 mas, bpa=62.12 degrees ! Estimated noise=541.117 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 (7, 6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0053483 Jy ! Component: 100 - total flux cleaned = 0.00850292 Jy ! Component: 150 - total flux cleaned = 0.0106163 Jy ! Component: 200 - total flux cleaned = 0.0119956 Jy ! Total flux subtracted in 200 components = 0.0119956 Jy ! Clean residual min=-0.002134 max=0.002319 Jy/beam ! Clean residual mean=0.000011 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.114304 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 41 components and 0.114304 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073230Jy sigma=0.000783 ! Fit after self-cal, rms=0.073212Jy sigma=0.000783 ! 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 1.00* FD 0.83 HN 1.00 KP 1.03 ! LA 1.19 MK 1.06 NL 0.98 OV 0.98 ! PT 0.99 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.03 KP 1.02 ! LA 1.11 MK 1.04 NL 1.05 OV 0.98 ! PT 1.00 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.14 HN 1.00 KP 0.94 ! LA 0.89 MK 1.11 NL 0.98 OV 0.95 ! PT 0.96 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 HN 1.00 KP 0.89 ! LA 0.90 MK 1.11 NL 1.10 OV 0.99 ! PT 1.03 SC 0.95 ! ! ! Fit before self-cal, rms=0.073212Jy sigma=0.000783 ! Fit after self-cal, rms=0.071168Jy sigma=0.000774 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.968 mas, bmaj=7.17 mas, bpa=62.28 degrees ! Estimated noise=538.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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00119692 Jy ! Component: 100 - total flux cleaned = 0.00142121 Jy ! Component: 150 - total flux cleaned = 0.00147928 Jy ! Component: 200 - total flux cleaned = 0.00152748 Jy ! Total flux subtracted in 200 components = 0.00152748 Jy ! Clean residual min=-0.001653 max=0.001628 Jy/beam ! Clean residual mean=0.000002 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.115832 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 58 components and 0.115832 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071130Jy sigma=0.000774 ! Fit after self-cal, rms=0.071115Jy 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.071115Jy sigma=0.000773 ! Fit after self-cal, rms=0.071140Jy sigma=0.000773 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.959 mas, bmaj=7.182 mas, bpa=62.19 degrees ! Estimated noise=538.046 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000421216 Jy ! Component: 100 - total flux cleaned = 0.000442465 Jy ! Component: 150 - total flux cleaned = 0.000424878 Jy ! Component: 200 - total flux cleaned = 0.000378373 Jy ! Total flux subtracted in 200 components = 0.000378373 Jy ! Clean residual min=-0.001576 max=0.001520 Jy/beam ! Clean residual mean=0.000009 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.11621 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 74 components and 0.11621 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071129Jy sigma=0.000773 ! Fit after self-cal, rms=0.071131Jy sigma=0.000773 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 = 8.36969e-05 Jy ! Component: 100 - total flux cleaned = 6.99621e-05 Jy ! Component: 150 - total flux cleaned = 5.74167e-05 Jy ! Component: 200 - total flux cleaned = 5.71838e-05 Jy ! Total flux subtracted in 200 components = 5.71838e-05 Jy ! Clean residual min=-0.001540 max=0.001513 Jy/beam ! Clean residual mean=0.000009 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.116267 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 80 components and 0.116267 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071127Jy sigma=0.000773 ! Fit after self-cal, rms=0.071126Jy sigma=0.000773 ! 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.071126Jy sigma=0.000773 ! Fit after self-cal, rms=0.071033Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.957 mas, bmaj=7.18 mas, bpa=62.2 degrees ! Estimated noise=537.343 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000123836 Jy ! Component: 100 - total flux cleaned = 0.000123988 Jy ! Component: 150 - total flux cleaned = 0.000123735 Jy ! Component: 200 - total flux cleaned = 0.000113908 Jy ! Total flux subtracted in 200 components = 0.000113908 Jy ! Clean residual min=-0.001511 max=0.001500 Jy/beam ! Clean residual mean=0.000009 rms=0.000359 Jy/beam ! Combined flux in latest and established models = 0.116381 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 89 components and 0.116381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071030Jy sigma=0.000773 ! Fit after self-cal, rms=0.071030Jy sigma=0.000773 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.19168e-05 Jy ! Component: 100 - total flux cleaned = 2.19888e-05 Jy ! Component: 150 - total flux cleaned = 2.20206e-05 Jy ! Component: 200 - total flux cleaned = 2.21121e-05 Jy ! Total flux subtracted in 200 components = 2.21121e-05 Jy ! Clean residual min=-0.001504 max=0.001497 Jy/beam ! Clean residual mean=0.000009 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.116403 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 95 components and 0.116403 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071028Jy sigma=0.000773 ! Fit after self-cal, rms=0.071028Jy sigma=0.000773 ! 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.071028Jy sigma=0.000773 ! Fit after self-cal, rms=0.070953Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.24 mas, bmaj=10.6 mas, bpa=75.55 degrees ! Estimated noise=631.118 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.85286e-05 Jy ! Component: 100 - total flux cleaned = 4.92158e-05 Jy ! Component: 150 - total flux cleaned = 5.83653e-05 Jy ! Component: 200 - total flux cleaned = 5.0146e-05 Jy ! Total flux subtracted in 200 components = 5.0146e-05 Jy ! Clean residual min=-0.001316 max=0.001531 Jy/beam ! Clean residual mean=0.000016 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.116454 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 105 components and 0.116454 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070952Jy sigma=0.000773 ! Fit after self-cal, rms=0.070952Jy sigma=0.000773 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.59036e-06 Jy ! Component: 100 - total flux cleaned = 1.76432e-05 Jy ! Component: 150 - total flux cleaned = 1.05656e-05 Jy ! Component: 200 - total flux cleaned = 4.16695e-06 Jy ! Total flux subtracted in 200 components = 4.16695e-06 Jy ! Clean residual min=-0.001320 max=0.001529 Jy/beam ! Clean residual mean=0.000016 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.116458 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 114 components and 0.116458 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070952Jy sigma=0.000773 ! Fit after self-cal, rms=0.070952Jy sigma=0.000773 ! 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.955 mas, bmaj=7.177 mas, bpa=62.23 degrees ! Estimated noise=536.92 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.955 x 7.177 at 62.23 degrees (North through East) ! Clean map min=-0.0015149 max=0.097791 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.973 mas, bmaj=6.284 mas, bpa=60.48 degrees ! Estimated noise=917.627 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.074922 Jy ! Component: 100 - total flux cleaned = 0.0920886 Jy ! Component: 150 - total flux cleaned = 0.0983265 Jy ! Component: 200 - total flux cleaned = 0.102046 Jy ! Total flux subtracted in 200 components = 0.102046 Jy ! Clean residual min=-0.003213 max=0.002971 Jy/beam ! Clean residual mean=-0.000002 rms=0.000785 Jy/beam ! Combined flux in latest and established models = 0.102046 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.102046 Jy ! Inverting map and beam ! Estimated beam: bmin=3.955 mas, bmaj=7.177 mas, bpa=62.23 degrees ! Estimated noise=536.92 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.00519801 Jy ! Component: 100 - total flux cleaned = 0.00804431 Jy ! Component: 150 - total flux cleaned = 0.0100153 Jy ! Component: 200 - total flux cleaned = 0.0114442 Jy ! Total flux subtracted in 200 components = 0.0114442 Jy ! Clean residual min=-0.001676 max=0.001391 Jy/beam ! Clean residual mean=0.000003 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.11349 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 54 components and 0.11349 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.24 mas, bmaj=10.6 mas, bpa=75.55 degrees ! Estimated noise=631.118 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00136807 Jy ! Component: 100 - total flux cleaned = 0.00215774 Jy ! Component: 150 - total flux cleaned = 0.00255686 Jy ! Component: 200 - total flux cleaned = 0.0026316 Jy ! Total flux subtracted in 200 components = 0.0026316 Jy ! Clean residual min=-0.001386 max=0.001479 Jy/beam ! Clean residual mean=0.000015 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.116121 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 = 5.09709e-05 Jy ! Component: 100 - total flux cleaned = 7.39765e-05 Jy ! Component: 150 - total flux cleaned = 9.4662e-05 Jy ! Component: 200 - total flux cleaned = 0.000103686 Jy ! Total flux subtracted in 200 components = 0.000103686 Jy ! Clean residual min=-0.001372 max=0.001489 Jy/beam ! Clean residual mean=0.000015 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.116225 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 94 components and 0.116225 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.955 mas, bmaj=7.177 mas, bpa=62.23 degrees ! Estimated noise=536.92 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000127651 Jy ! Component: 100 - total flux cleaned = 0.000255251 Jy ! Component: 150 - total flux cleaned = 0.000254702 Jy ! Component: 200 - total flux cleaned = 0.000271423 Jy ! Total flux subtracted in 200 components = 0.000271423 Jy ! Clean residual min=-0.001575 max=0.001549 Jy/beam ! Clean residual mean=0.000009 rms=0.000359 Jy/beam ! Combined flux in latest and established models = 0.116497 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 102 components and 0.116497 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070967Jy sigma=0.000773 ! Fit after self-cal, rms=0.070961Jy sigma=0.000773 wmodel J1828+6434_S_2014_06_09_pus_map.mod ! Writing 102 model components to file: J1828+6434_S_2014_06_09_pus_map.mod wobs J1828+6434_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J1828+6434_S_2014_06_09_pus_uvs.fits wwins J1828+6434_S_2014_06_09_pus_map.win ! wwins: Wrote 2 windows to J1828+6434_S_2014_06_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 = -0.000123566 Jy ! Component: 100 - total flux cleaned = -0.000343074 Jy ! Component: 150 - total flux cleaned = -0.000597587 Jy ! Component: 200 - total flux cleaned = -0.000707463 Jy ! Component: 250 - total flux cleaned = -0.000749627 Jy ! Component: 300 - total flux cleaned = -0.000647335 Jy ! Component: 350 - total flux cleaned = -0.000587773 Jy ! Component: 400 - total flux cleaned = -0.00054882 Jy ! Component: 450 - total flux cleaned = -0.000492271 Jy ! Component: 500 - total flux cleaned = -0.000382693 Jy ! Component: 550 - total flux cleaned = -0.000329327 Jy ! Component: 600 - total flux cleaned = -0.000276797 Jy ! Component: 650 - total flux cleaned = -0.000208798 Jy ! Component: 700 - total flux cleaned = -0.000192142 Jy ! Component: 750 - total flux cleaned = -0.000176037 Jy ! Component: 800 - total flux cleaned = -0.000191877 Jy ! Component: 850 - total flux cleaned = -0.000175961 Jy ! Component: 900 - total flux cleaned = -0.000144831 Jy ! Component: 950 - total flux cleaned = -0.000175354 Jy ! Component: 1000 - total flux cleaned = -0.000160389 Jy ! Component: 1050 - total flux cleaned = -0.000160552 Jy ! Component: 1100 - total flux cleaned = -0.00014608 Jy ! Component: 1150 - total flux cleaned = -0.000131882 Jy ! Component: 1200 - total flux cleaned = -7.58745e-05 Jy ! Component: 1250 - total flux cleaned = -8.9955e-05 Jy ! Component: 1300 - total flux cleaned = -4.93439e-05 Jy ! Component: 1350 - total flux cleaned = -0.000103407 Jy ! Component: 1400 - total flux cleaned = -0.000103248 Jy ! Component: 1450 - total flux cleaned = -3.77759e-05 Jy ! Component: 1500 - total flux cleaned = -5.07132e-05 Jy ! Component: 1550 - total flux cleaned = 3.84124e-05 Jy ! Component: 1600 - total flux cleaned = 5.07694e-05 Jy ! Component: 1650 - total flux cleaned = 6.32939e-05 Jy ! Component: 1700 - total flux cleaned = 8.80229e-05 Jy ! Component: 1750 - total flux cleaned = 0.000148646 Jy ! Component: 1800 - total flux cleaned = 0.000172613 Jy ! Component: 1850 - total flux cleaned = 0.000184389 Jy ! Component: 1900 - total flux cleaned = 0.000219269 Jy ! Component: 1950 - total flux cleaned = 0.000219183 Jy ! Component: 2000 - total flux cleaned = 0.00027617 Jy ! Component: 2050 - total flux cleaned = 0.000276164 Jy ! Component: 2100 - total flux cleaned = 0.000276104 Jy ! Component: 2150 - total flux cleaned = 0.000298482 Jy ! Component: 2200 - total flux cleaned = 0.000331512 Jy ! Component: 2250 - total flux cleaned = 0.000353282 Jy ! Component: 2300 - total flux cleaned = 0.000374682 Jy ! Component: 2350 - total flux cleaned = 0.000353316 Jy ! Component: 2400 - total flux cleaned = 0.000395525 Jy ! Component: 2450 - total flux cleaned = 0.000406081 Jy ! Component: 2500 - total flux cleaned = 0.000437214 Jy ! Component: 2550 - total flux cleaned = 0.000426852 Jy ! Component: 2600 - total flux cleaned = 0.000447304 Jy ! Component: 2650 - total flux cleaned = 0.000457428 Jy ! Component: 2700 - total flux cleaned = 0.00051783 Jy ! Component: 2750 - total flux cleaned = 0.000547763 Jy ! Component: 2800 - total flux cleaned = 0.000547774 Jy ! Component: 2850 - total flux cleaned = 0.000577289 Jy ! Component: 2900 - total flux cleaned = 0.000606424 Jy ! Component: 2950 - total flux cleaned = 0.000625716 Jy ! Component: 3000 - total flux cleaned = 0.000635225 Jy ! Component: 3050 - total flux cleaned = 0.000644815 Jy ! Component: 3100 - total flux cleaned = 0.000673169 Jy ! Component: 3150 - total flux cleaned = 0.00066382 Jy ! Component: 3200 - total flux cleaned = 0.00070122 Jy ! Component: 3250 - total flux cleaned = 0.000710499 Jy ! Component: 3300 - total flux cleaned = 0.000719701 Jy ! Component: 3350 - total flux cleaned = 0.000719721 Jy ! Component: 3400 - total flux cleaned = 0.000719805 Jy ! Component: 3450 - total flux cleaned = 0.000746796 Jy ! Component: 3500 - total flux cleaned = 0.000764645 Jy ! Component: 3550 - total flux cleaned = 0.000782302 Jy ! Component: 3600 - total flux cleaned = 0.000747017 Jy ! Component: 3650 - total flux cleaned = 0.000773379 Jy ! Component: 3700 - total flux cleaned = 0.000790825 Jy ! Component: 3750 - total flux cleaned = 0.000825484 Jy ! Component: 3800 - total flux cleaned = 0.000859938 Jy ! Component: 3850 - total flux cleaned = 0.000851398 Jy ! Component: 3900 - total flux cleaned = 0.000842994 Jy ! Component: 3950 - total flux cleaned = 0.000876937 Jy ! Component: 4000 - total flux cleaned = 0.000902197 Jy ! Component: 4050 - total flux cleaned = 0.000952448 Jy ! Total flux subtracted in 4096 components = 0.000952466 Jy ! Clean residual min=-0.000548 max=0.000528 Jy/beam ! Clean residual mean=0.000004 rms=0.000150 Jy/beam ! Combined flux in latest and established models = 0.117449 Jy keep ! Adding 264 model components to the UV plane model. ! The established model now contains 366 components and 0.117449 Jy ![Exited script file: muppet] wmap "J1828+6434_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.955 x 7.177 at 62.23 degrees (North through East) ! Clean map min=-0.0010636 max=0.097955 Jy/beam ! Writing clean map to FITS file: J1828+6434_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0979551 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000148316 device "J1828+6434_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1828+6434_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.454237 0.454237 0.908474 1.81695 3.6339 7.26779 14.5356 29.0712 58.1423 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.097 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.955 x 7.177 at 62.23 degrees (North through East) ! Clean map min=-0.0010636 max=0.097955 Jy/beam quit ! Quitting program ! Log file J1828+6434_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 20:01:01 2016