! Started logfile: J2119+7110_S_2014_06_09_pus_uvs.log on Wed Nov 16 20:05:47 2016 obs J2119+7110_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J2119+7110_S_2014_06_09_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.69745 visibilities/baseline/integration-bin. ! Found source: J2119+7110 ! ! 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 15316 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 J2119+7110_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 198 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 198 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 198 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 198 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.915299Jy sigma=0.010126 ! Fit after self-cal, rms=0.862059Jy sigma=0.009558 ! 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.866 mas, bmaj=8.56 mas, bpa=-89.46 degrees ! Estimated noise=1050.65 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.105423 Jy ! Component: 100 - total flux cleaned = 0.131713 Jy ! Total flux subtracted in 100 components = 0.131713 Jy ! Clean residual min=-0.005134 max=0.010740 Jy/beam ! Clean residual mean=0.000021 rms=0.001604 Jy/beam ! Combined flux in latest and established models = 0.131713 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.131713 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078782Jy sigma=0.000815 ! Fit after self-cal, rms=0.078781Jy sigma=0.000815 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0119754 Jy ! Component: 100 - total flux cleaned = 0.0186177 Jy ! Total flux subtracted in 100 components = 0.0186177 Jy ! Clean residual min=-0.004401 max=0.006215 Jy/beam ! Clean residual mean=0.000007 rms=0.001192 Jy/beam ! Combined flux in latest and established models = 0.150331 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 20 components and 0.150331 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076453Jy sigma=0.000789 ! Fit after self-cal, rms=0.076457Jy sigma=0.000789 ! 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=9.955 mas, bpa=-88.35 degrees ! Estimated noise=523.339 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 (-2.5, -4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00659142 Jy ! Component: 100 - total flux cleaned = 0.00982618 Jy ! Component: 150 - total flux cleaned = 0.0119833 Jy ! Component: 200 - total flux cleaned = 0.0135071 Jy ! Total flux subtracted in 200 components = 0.0135071 Jy ! Clean residual min=-0.002626 max=0.002784 Jy/beam ! Clean residual mean=-0.000008 rms=0.000740 Jy/beam ! Combined flux in latest and established models = 0.163838 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 62 components and 0.163838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075812Jy sigma=0.000783 ! Fit after self-cal, rms=0.075770Jy 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.85 HN 0.95 KP 1.04 ! LA 1.18 MK 1.03 NL 0.98 OV 0.97 ! PT 1.01 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.01 KP 1.02 ! LA 1.14 MK 1.12 NL 1.02 OV 1.04 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.13 HN 1.03 KP 0.89 ! LA 0.89 MK 1.09 NL 1.01 OV 0.96 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 0.96 KP 0.90 ! LA 0.87 MK 1.05 NL 1.05 OV 1.02 ! PT 1.02 SC 0.96 ! ! ! Fit before self-cal, rms=0.075770Jy sigma=0.000783 ! Fit after self-cal, rms=0.073650Jy sigma=0.000766 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.644 mas, bmaj=9.914 mas, bpa=-88.45 degrees ! Estimated noise=521.738 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.000921544 Jy ! Component: 100 - total flux cleaned = 0.00105543 Jy ! Component: 150 - total flux cleaned = 0.00113212 Jy ! Component: 200 - total flux cleaned = 0.00119659 Jy ! Total flux subtracted in 200 components = 0.00119659 Jy ! Clean residual min=-0.001661 max=0.001876 Jy/beam ! Clean residual mean=-0.000009 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.165034 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 79 components and 0.165034 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073598Jy sigma=0.000765 ! Fit after self-cal, rms=0.073589Jy sigma=0.000765 ! 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.073589Jy sigma=0.000765 ! Fit after self-cal, rms=0.073689Jy sigma=0.000764 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.643 mas, bmaj=9.936 mas, bpa=-88.53 degrees ! Estimated noise=522.318 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000517349 Jy ! Component: 100 - total flux cleaned = 0.000678012 Jy ! Component: 150 - total flux cleaned = 0.000808484 Jy ! Component: 200 - total flux cleaned = 0.000846368 Jy ! Total flux subtracted in 200 components = 0.000846368 Jy ! Clean residual min=-0.001535 max=0.001618 Jy/beam ! Clean residual mean=-0.000003 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.165881 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 98 components and 0.165881 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073670Jy sigma=0.000764 ! Fit after self-cal, rms=0.073672Jy sigma=0.000764 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.000108351 Jy ! Component: 100 - total flux cleaned = 0.000162713 Jy ! Component: 150 - total flux cleaned = 0.000146056 Jy ! Component: 200 - total flux cleaned = 0.000146146 Jy ! Total flux subtracted in 200 components = 0.000146146 Jy ! Clean residual min=-0.001538 max=0.001555 Jy/beam ! Clean residual mean=-0.000004 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.166027 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 103 components and 0.166027 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073664Jy sigma=0.000764 ! Fit after self-cal, rms=0.073664Jy sigma=0.000764 ! 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.073664Jy sigma=0.000764 ! Fit after self-cal, rms=0.073752Jy sigma=0.000764 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.641 mas, bmaj=9.935 mas, bpa=-88.6 degrees ! Estimated noise=522.737 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00042898 Jy ! Component: 100 - total flux cleaned = 0.000461406 Jy ! Component: 150 - total flux cleaned = 0.000491175 Jy ! Component: 200 - total flux cleaned = 0.000505299 Jy ! Total flux subtracted in 200 components = 0.000505299 Jy ! Clean residual min=-0.001499 max=0.001487 Jy/beam ! Clean residual mean=-0.000004 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.166532 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 107 components and 0.166532 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073745Jy sigma=0.000764 ! Fit after self-cal, rms=0.073745Jy sigma=0.000764 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.08017e-05 Jy ! Component: 100 - total flux cleaned = 6.08973e-05 Jy ! Component: 150 - total flux cleaned = 4.87381e-05 Jy ! Component: 200 - total flux cleaned = 4.90489e-05 Jy ! Total flux subtracted in 200 components = 4.90489e-05 Jy ! Clean residual min=-0.001491 max=0.001439 Jy/beam ! Clean residual mean=-0.000004 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.166581 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 113 components and 0.166581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073741Jy sigma=0.000764 ! Fit after self-cal, rms=0.073741Jy sigma=0.000764 ! 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.073741Jy sigma=0.000764 ! Fit after self-cal, rms=0.073803Jy sigma=0.000764 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.481 mas, bmaj=13.91 mas, bpa=-87.81 degrees ! Estimated noise=617.83 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000482378 Jy ! Component: 100 - total flux cleaned = 0.00051622 Jy ! Component: 150 - total flux cleaned = 0.000525555 Jy ! Component: 200 - total flux cleaned = 0.00054134 Jy ! Total flux subtracted in 200 components = 0.00054134 Jy ! Clean residual min=-0.001953 max=0.001541 Jy/beam ! Clean residual mean=-0.000007 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.167122 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 123 components and 0.167122 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073803Jy sigma=0.000764 ! Fit after self-cal, rms=0.073803Jy sigma=0.000764 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.92411e-05 Jy ! Component: 100 - total flux cleaned = 8.44205e-05 Jy ! Component: 150 - total flux cleaned = 9.74397e-05 Jy ! Component: 200 - total flux cleaned = 0.000103112 Jy ! Total flux subtracted in 200 components = 0.000103112 Jy ! Clean residual min=-0.001945 max=0.001536 Jy/beam ! Clean residual mean=-0.000007 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.167226 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 136 components and 0.167226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073803Jy sigma=0.000764 ! Fit after self-cal, rms=0.073803Jy sigma=0.000764 ! 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.641 mas, bmaj=9.934 mas, bpa=-88.65 degrees ! Estimated noise=523.025 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.641 x 9.934 at -88.65 degrees (North through East) ! Clean map min=-0.0014062 max=0.13811 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.889 mas, bmaj=8.532 mas, bpa=-89.61 degrees ! Estimated noise=1047.81 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.104919 Jy ! Component: 100 - total flux cleaned = 0.131303 Jy ! Component: 150 - total flux cleaned = 0.143586 Jy ! Component: 200 - total flux cleaned = 0.150866 Jy ! Total flux subtracted in 200 components = 0.150866 Jy ! Clean residual min=-0.003301 max=0.003857 Jy/beam ! Clean residual mean=0.000008 rms=0.000857 Jy/beam ! Combined flux in latest and established models = 0.150866 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.150866 Jy ! Inverting map and beam ! Estimated beam: bmin=3.641 mas, bmaj=9.934 mas, bpa=-88.65 degrees ! Estimated noise=523.025 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.00642987 Jy ! Component: 100 - total flux cleaned = 0.00978127 Jy ! Component: 150 - total flux cleaned = 0.011909 Jy ! Component: 200 - total flux cleaned = 0.0133499 Jy ! Total flux subtracted in 200 components = 0.0133499 Jy ! Clean residual min=-0.001635 max=0.001592 Jy/beam ! Clean residual mean=-0.000002 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.164216 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 72 components and 0.164216 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.481 mas, bmaj=13.91 mas, bpa=-87.81 degrees ! Estimated noise=617.83 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00148319 Jy ! Component: 100 - total flux cleaned = 0.00230484 Jy ! Component: 150 - total flux cleaned = 0.00264518 Jy ! Component: 200 - total flux cleaned = 0.00274268 Jy ! Total flux subtracted in 200 components = 0.00274268 Jy ! Clean residual min=-0.001974 max=0.001661 Jy/beam ! Clean residual mean=-0.000006 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.166959 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.47516e-05 Jy ! Component: 100 - total flux cleaned = 9.10027e-05 Jy ! Component: 150 - total flux cleaned = 0.000123316 Jy ! Component: 200 - total flux cleaned = 0.000142416 Jy ! Total flux subtracted in 200 components = 0.000142416 Jy ! Clean residual min=-0.001950 max=0.001578 Jy/beam ! Clean residual mean=-0.000006 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.167101 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 130 components and 0.167101 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.641 mas, bmaj=9.934 mas, bpa=-88.65 degrees ! Estimated noise=523.025 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000131145 Jy ! Component: 100 - total flux cleaned = -0.000174345 Jy ! Component: 150 - total flux cleaned = -0.000173858 Jy ! Component: 200 - total flux cleaned = -0.000191002 Jy ! Total flux subtracted in 200 components = -0.000191002 Jy ! Clean residual min=-0.001453 max=0.001339 Jy/beam ! Clean residual mean=-0.000003 rms=0.000370 Jy/beam ! Combined flux in latest and established models = 0.16691 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 143 components and 0.16691 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073805Jy sigma=0.000764 ! Fit after self-cal, rms=0.073802Jy sigma=0.000764 wmodel J2119+7110_S_2014_06_09_pus_map.mod ! Writing 143 model components to file: J2119+7110_S_2014_06_09_pus_map.mod wobs J2119+7110_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J2119+7110_S_2014_06_09_pus_uvs.fits wwins J2119+7110_S_2014_06_09_pus_map.win ! wwins: Wrote 2 windows to J2119+7110_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.000293577 Jy ! Component: 100 - total flux cleaned = -0.000389575 Jy ! Component: 150 - total flux cleaned = -0.000480504 Jy ! Component: 200 - total flux cleaned = -0.000523766 Jy ! Component: 250 - total flux cleaned = -0.000586493 Jy ! Component: 300 - total flux cleaned = -0.000688831 Jy ! Component: 350 - total flux cleaned = -0.000848868 Jy ! Component: 400 - total flux cleaned = -0.000965686 Jy ! Component: 450 - total flux cleaned = -0.00102289 Jy ! Component: 500 - total flux cleaned = -0.0010602 Jy ! Component: 550 - total flux cleaned = -0.00104198 Jy ! Component: 600 - total flux cleaned = -0.00107804 Jy ! Component: 650 - total flux cleaned = -0.00102507 Jy ! Component: 700 - total flux cleaned = -0.00100809 Jy ! Component: 750 - total flux cleaned = -0.00105931 Jy ! Component: 800 - total flux cleaned = -0.00102555 Jy ! Component: 850 - total flux cleaned = -0.0010419 Jy ! Component: 900 - total flux cleaned = -0.00102572 Jy ! Component: 950 - total flux cleaned = -0.00102557 Jy ! Component: 1000 - total flux cleaned = -0.000994239 Jy ! Component: 1050 - total flux cleaned = -0.00104102 Jy ! Component: 1100 - total flux cleaned = -0.00110194 Jy ! Component: 1150 - total flux cleaned = -0.00108682 Jy ! Component: 1200 - total flux cleaned = -0.00111644 Jy ! Component: 1250 - total flux cleaned = -0.00110183 Jy ! Component: 1300 - total flux cleaned = -0.00108749 Jy ! Component: 1350 - total flux cleaned = -0.00110179 Jy ! Component: 1400 - total flux cleaned = -0.00107373 Jy ! Component: 1450 - total flux cleaned = -0.00107352 Jy ! Component: 1500 - total flux cleaned = -0.00110115 Jy ! Component: 1550 - total flux cleaned = -0.00112825 Jy ! Component: 1600 - total flux cleaned = -0.00108802 Jy ! Component: 1650 - total flux cleaned = -0.00111458 Jy ! Component: 1700 - total flux cleaned = -0.00110149 Jy ! Component: 1750 - total flux cleaned = -0.00115319 Jy ! Component: 1800 - total flux cleaned = -0.00107615 Jy ! Component: 1850 - total flux cleaned = -0.00113978 Jy ! Component: 1900 - total flux cleaned = -0.00112721 Jy ! Component: 1950 - total flux cleaned = -0.00116453 Jy ! Component: 2000 - total flux cleaned = -0.00122602 Jy ! Component: 2050 - total flux cleaned = -0.0012017 Jy ! Component: 2100 - total flux cleaned = -0.00121395 Jy ! Component: 2150 - total flux cleaned = -0.0012735 Jy ! Component: 2200 - total flux cleaned = -0.00128522 Jy ! Component: 2250 - total flux cleaned = -0.00134388 Jy ! Component: 2300 - total flux cleaned = -0.00137847 Jy ! Component: 2350 - total flux cleaned = -0.00139014 Jy ! Component: 2400 - total flux cleaned = -0.00144702 Jy ! Component: 2450 - total flux cleaned = -0.00145833 Jy ! Component: 2500 - total flux cleaned = -0.00151433 Jy ! Component: 2550 - total flux cleaned = -0.00154757 Jy ! Component: 2600 - total flux cleaned = -0.00160234 Jy ! Component: 2650 - total flux cleaned = -0.00163498 Jy ! Component: 2700 - total flux cleaned = -0.00165647 Jy ! Component: 2750 - total flux cleaned = -0.00169919 Jy ! Component: 2800 - total flux cleaned = -0.00174143 Jy ! Component: 2850 - total flux cleaned = -0.0017625 Jy ! Component: 2900 - total flux cleaned = -0.00178327 Jy ! Component: 2950 - total flux cleaned = -0.00182464 Jy ! Component: 3000 - total flux cleaned = -0.00185541 Jy ! Component: 3050 - total flux cleaned = -0.00189614 Jy ! Component: 3100 - total flux cleaned = -0.00193661 Jy ! Component: 3150 - total flux cleaned = -0.00194668 Jy ! Component: 3200 - total flux cleaned = -0.00198639 Jy ! Component: 3250 - total flux cleaned = -0.00199622 Jy ! Component: 3300 - total flux cleaned = -0.00204518 Jy ! Component: 3350 - total flux cleaned = -0.00206462 Jy ! Component: 3400 - total flux cleaned = -0.00209344 Jy ! Component: 3450 - total flux cleaned = -0.00210292 Jy ! Component: 3500 - total flux cleaned = -0.00209345 Jy ! Component: 3550 - total flux cleaned = -0.00211233 Jy ! Component: 3600 - total flux cleaned = -0.00213115 Jy ! Component: 3650 - total flux cleaned = -0.00213113 Jy ! Component: 3700 - total flux cleaned = -0.00212196 Jy ! Component: 3750 - total flux cleaned = -0.00214034 Jy ! Component: 3800 - total flux cleaned = -0.00214037 Jy ! Component: 3850 - total flux cleaned = -0.00216755 Jy ! Component: 3900 - total flux cleaned = -0.00215856 Jy ! Component: 3950 - total flux cleaned = -0.00218546 Jy ! Component: 4000 - total flux cleaned = -0.00220322 Jy ! Component: 4050 - total flux cleaned = -0.00224754 Jy ! Total flux subtracted in 4096 components = -0.00223872 Jy ! Clean residual min=-0.000491 max=0.000633 Jy/beam ! Clean residual mean=-0.000002 rms=0.000166 Jy/beam ! Combined flux in latest and established models = 0.164672 Jy keep ! Adding 299 model components to the UV plane model. ! The established model now contains 442 components and 0.164672 Jy ![Exited script file: muppet] wmap "J2119+7110_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.641 x 9.934 at -88.65 degrees (North through East) ! Clean map min=-0.00097499 max=0.13809 Jy/beam ! Writing clean map to FITS file: J2119+7110_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.138094 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000164716 device "J2119+7110_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J2119+7110_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.357836 0.357836 0.715672 1.43134 2.86269 5.72538 11.4508 22.9015 45.803 91.6061 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.138 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.641 x 9.934 at -88.65 degrees (North through East) ! Clean map min=-0.00097499 max=0.13809 Jy/beam quit ! Quitting program ! Log file J2119+7110_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 20:05:52 2016