! Started logfile: J2125+2442_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:47:43 2016 obs J2125+2442_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J2125+2442_S_2014_12_20_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.969286 visibilities/baseline/integration-bin. ! Found source: J2125+2442 ! ! 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 344 lines of history. ! ! Reading 21460 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 J2125+2442_S_2014_12_20_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 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.952510Jy sigma=0.011506 ! Fit after self-cal, rms=0.938198Jy sigma=0.011348 ! 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.654 mas, bmaj=6.468 mas, bpa=-3.568 degrees ! Estimated noise=693.138 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.0474918 Jy ! Component: 100 - total flux cleaned = 0.0599495 Jy ! Total flux subtracted in 100 components = 0.0599495 Jy ! Clean residual min=-0.003579 max=0.008519 Jy/beam ! Clean residual mean=0.000009 rms=0.000952 Jy/beam ! Combined flux in latest and established models = 0.0599495 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0599495 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071469Jy sigma=0.000798 ! Fit after self-cal, rms=0.071428Jy sigma=0.000798 ! Inverting map ! Added new window around map position (-1, -9). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00836604 Jy ! Component: 100 - total flux cleaned = 0.0131379 Jy ! Total flux subtracted in 100 components = 0.0131379 Jy ! Clean residual min=-0.002813 max=0.003001 Jy/beam ! Clean residual mean=0.000004 rms=0.000707 Jy/beam ! Combined flux in latest and established models = 0.0730874 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 16 components and 0.0730874 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070217Jy sigma=0.000783 ! Fit after self-cal, rms=0.070129Jy sigma=0.000781 ! 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.251 mas, bmaj=7.252 mas, bpa=-4.051 degrees ! Estimated noise=406.937 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.00497137 Jy ! Component: 100 - total flux cleaned = 0.00792064 Jy ! Component: 150 - total flux cleaned = 0.0098706 Jy ! Component: 200 - total flux cleaned = 0.0112503 Jy ! Total flux subtracted in 200 components = 0.0112503 Jy ! Clean residual min=-0.001845 max=0.002173 Jy/beam ! Clean residual mean=-0.000001 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.0843377 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 62 components and 0.0843377 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069719Jy sigma=0.000777 ! Fit after self-cal, rms=0.069715Jy 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 1.07 FD 0.89 HN 0.96 KP 1.06 ! LA 0.91 MK 1.01 NL 0.96 OV 1.01 ! PT 1.05 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.02 HN 1.02 KP 1.06 ! LA 0.96 MK 0.98 NL 0.94 OV 1.00 ! PT 1.03 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.14 HN 0.98 KP 0.94 ! LA 0.77 MK 1.03 NL 1.50 OV 0.94 ! PT 1.03 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.00 HN 0.94 KP 0.91 ! LA 0.81 MK 1.02 NL 0.99 OV 0.96 ! PT 1.01 SC 1.00 ! ! ! Fit before self-cal, rms=0.069715Jy sigma=0.000777 ! Fit after self-cal, rms=0.067935Jy sigma=0.000770 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.266 mas, bmaj=7.324 mas, bpa=-4.182 degrees ! Estimated noise=405.579 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.000591226 Jy ! Component: 100 - total flux cleaned = 0.000713344 Jy ! Component: 150 - total flux cleaned = 0.000724622 Jy ! Component: 200 - total flux cleaned = 0.00073486 Jy ! Total flux subtracted in 200 components = 0.00073486 Jy ! Clean residual min=-0.001299 max=0.001363 Jy/beam ! Clean residual mean=0.000001 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.0850726 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 74 components and 0.0850726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067928Jy sigma=0.000770 ! Fit after self-cal, rms=0.067927Jy sigma=0.000769 ! 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.067927Jy sigma=0.000769 ! Fit after self-cal, rms=0.067491Jy sigma=0.000768 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.263 mas, bmaj=7.316 mas, bpa=-3.992 degrees ! Estimated noise=405.346 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000186941 Jy ! Component: 100 - total flux cleaned = 0.000198632 Jy ! Component: 150 - total flux cleaned = 0.000198079 Jy ! Component: 200 - total flux cleaned = 0.000188937 Jy ! Total flux subtracted in 200 components = 0.000188937 Jy ! Clean residual min=-0.001166 max=0.001428 Jy/beam ! Clean residual mean=0.000000 rms=0.000320 Jy/beam ! Combined flux in latest and established models = 0.0852615 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 76 components and 0.0852615 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067487Jy sigma=0.000768 ! Fit after self-cal, rms=0.067489Jy sigma=0.000768 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 (63.5, -93.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000832333 Jy ! Component: 100 - total flux cleaned = 0.000632338 Jy ! Component: 150 - total flux cleaned = 0.000506305 Jy ! Component: 200 - total flux cleaned = 0.000417679 Jy ! Total flux subtracted in 200 components = 0.000417679 Jy ! Clean residual min=-0.001182 max=0.001247 Jy/beam ! Clean residual mean=0.000000 rms=0.000307 Jy/beam ! Combined flux in latest and established models = 0.0856792 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 101 components and 0.0856792 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067461Jy sigma=0.000768 ! Fit after self-cal, rms=0.067459Jy sigma=0.000768 ! 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.067459Jy sigma=0.000768 ! Fit after self-cal, rms=0.067536Jy sigma=0.000768 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.264 mas, bmaj=7.318 mas, bpa=-3.966 degrees ! Estimated noise=405.607 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000237707 Jy ! Component: 100 - total flux cleaned = 0.000156349 Jy ! Component: 150 - total flux cleaned = 9.99414e-05 Jy ! Component: 200 - total flux cleaned = 6.19735e-05 Jy ! Total flux subtracted in 200 components = 6.19735e-05 Jy ! Clean residual min=-0.001213 max=0.001225 Jy/beam ! Clean residual mean=0.000000 rms=0.000304 Jy/beam ! Combined flux in latest and established models = 0.0857411 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 112 components and 0.0857412 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067528Jy sigma=0.000767 ! Fit after self-cal, rms=0.067528Jy sigma=0.000767 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 = 3.66695e-05 Jy ! Component: 100 - total flux cleaned = 1.33145e-05 Jy ! Component: 150 - total flux cleaned = 1.32302e-05 Jy ! Component: 200 - total flux cleaned = 2.53395e-06 Jy ! Total flux subtracted in 200 components = 2.53395e-06 Jy ! Clean residual min=-0.001207 max=0.001211 Jy/beam ! Clean residual mean=0.000000 rms=0.000302 Jy/beam ! Combined flux in latest and established models = 0.0857437 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 121 components and 0.0857437 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067524Jy sigma=0.000767 ! Fit after self-cal, rms=0.067523Jy sigma=0.000767 ! 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.067523Jy sigma=0.000767 ! Fit after self-cal, rms=0.067579Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.239 mas, bmaj=10.45 mas, bpa=-5.526 degrees ! Estimated noise=503.447 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.09699e-05 Jy ! Component: 100 - total flux cleaned = -1.50321e-05 Jy ! Component: 150 - total flux cleaned = -7.18284e-05 Jy ! Component: 200 - total flux cleaned = -0.000122356 Jy ! Total flux subtracted in 200 components = -0.000122356 Jy ! Clean residual min=-0.001469 max=0.001401 Jy/beam ! Clean residual mean=0.000000 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.0856213 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 131 components and 0.0856213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067578Jy sigma=0.000767 ! Fit after self-cal, rms=0.067578Jy sigma=0.000767 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.18257e-05 Jy ! Component: 100 - total flux cleaned = -5.49518e-05 Jy ! Component: 150 - total flux cleaned = -7.94898e-05 Jy ! Component: 200 - total flux cleaned = -0.00010791 Jy ! Total flux subtracted in 200 components = -0.00010791 Jy ! Clean residual min=-0.001451 max=0.001391 Jy/beam ! Clean residual mean=0.000000 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.0855134 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 133 components and 0.0855134 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067578Jy sigma=0.000767 ! Fit after self-cal, rms=0.067578Jy sigma=0.000767 ! 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.265 mas, bmaj=7.32 mas, bpa=-3.961 degrees ! Estimated noise=405.825 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.265 x 7.32 at -3.961 degrees (North through East) ! Clean map min=-0.0011968 max=0.06267 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.665 mas, bmaj=6.525 mas, bpa=-3.416 degrees ! Estimated noise=693.922 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0471509 Jy ! Component: 100 - total flux cleaned = 0.061154 Jy ! Component: 150 - total flux cleaned = 0.0691018 Jy ! Component: 200 - total flux cleaned = 0.0738417 Jy ! Total flux subtracted in 200 components = 0.0738417 Jy ! Clean residual min=-0.002077 max=0.002455 Jy/beam ! Clean residual mean=0.000005 rms=0.000553 Jy/beam ! Combined flux in latest and established models = 0.0738417 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.0738417 Jy ! Inverting map and beam ! Estimated beam: bmin=3.265 mas, bmaj=7.32 mas, bpa=-3.961 degrees ! Estimated noise=405.825 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.00420539 Jy ! Component: 100 - total flux cleaned = 0.00678611 Jy ! Component: 150 - total flux cleaned = 0.00861446 Jy ! Component: 200 - total flux cleaned = 0.00995259 Jy ! Total flux subtracted in 200 components = 0.00995259 Jy ! Clean residual min=-0.001367 max=0.001270 Jy/beam ! Clean residual mean=0.000002 rms=0.000341 Jy/beam ! Combined flux in latest and established models = 0.0837943 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 62 components and 0.0837943 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.239 mas, bmaj=10.45 mas, bpa=-5.526 degrees ! Estimated noise=503.447 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00143467 Jy ! Component: 100 - total flux cleaned = 0.00158 Jy ! Component: 150 - total flux cleaned = 0.00158231 Jy ! Component: 200 - total flux cleaned = 0.00158297 Jy ! Total flux subtracted in 200 components = 0.00158297 Jy ! Clean residual min=-0.001578 max=0.001354 Jy/beam ! Clean residual mean=0.000001 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.0853773 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 = -2.07128e-05 Jy ! Component: 100 - total flux cleaned = -5.33435e-05 Jy ! Component: 150 - total flux cleaned = -5.32721e-05 Jy ! Component: 200 - total flux cleaned = -6.56882e-05 Jy ! Total flux subtracted in 200 components = -6.56882e-05 Jy ! Clean residual min=-0.001493 max=0.001369 Jy/beam ! Clean residual mean=0.000001 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.0853116 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 94 components and 0.0853116 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.265 mas, bmaj=7.32 mas, bpa=-3.961 degrees ! Estimated noise=405.825 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000164281 Jy ! Component: 100 - total flux cleaned = 0.000124551 Jy ! Component: 150 - total flux cleaned = 0.000159017 Jy ! Component: 200 - total flux cleaned = 0.000189713 Jy ! Total flux subtracted in 200 components = 0.000189713 Jy ! Clean residual min=-0.001285 max=0.001230 Jy/beam ! Clean residual mean=0.000000 rms=0.000307 Jy/beam ! Combined flux in latest and established models = 0.0855013 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 111 components and 0.0855013 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067590Jy sigma=0.000768 ! Fit after self-cal, rms=0.067585Jy sigma=0.000768 wmodel J2125+2442_S_2014_12_20_pus_map.mod ! Writing 111 model components to file: J2125+2442_S_2014_12_20_pus_map.mod wobs J2125+2442_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J2125+2442_S_2014_12_20_pus_uvs.fits wwins J2125+2442_S_2014_12_20_pus_map.win ! wwins: Wrote 3 windows to J2125+2442_S_2014_12_20_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.43255e-06 Jy ! Component: 100 - total flux cleaned = -4.14872e-06 Jy ! Component: 150 - total flux cleaned = 1.56307e-05 Jy ! Component: 200 - total flux cleaned = -3.07481e-06 Jy ! Component: 250 - total flux cleaned = -9.58545e-05 Jy ! Component: 300 - total flux cleaned = -0.000113712 Jy ! Component: 350 - total flux cleaned = -0.000148891 Jy ! Component: 400 - total flux cleaned = -0.000183431 Jy ! Component: 450 - total flux cleaned = -0.000217263 Jy ! Component: 500 - total flux cleaned = -0.000233937 Jy ! Component: 550 - total flux cleaned = -0.000201889 Jy ! Component: 600 - total flux cleaned = -0.000186226 Jy ! Component: 650 - total flux cleaned = -0.000123933 Jy ! Component: 700 - total flux cleaned = -0.000108758 Jy ! Component: 750 - total flux cleaned = -0.000138703 Jy ! Component: 800 - total flux cleaned = -0.000138674 Jy ! Component: 850 - total flux cleaned = -0.00016806 Jy ! Component: 900 - total flux cleaned = -0.000211147 Jy ! Component: 950 - total flux cleaned = -0.000239623 Jy ! Component: 1000 - total flux cleaned = -0.000267917 Jy ! Component: 1050 - total flux cleaned = -0.00033714 Jy ! Component: 1100 - total flux cleaned = -0.000309667 Jy ! Component: 1150 - total flux cleaned = -0.000350117 Jy ! Component: 1200 - total flux cleaned = -0.000389823 Jy ! Component: 1250 - total flux cleaned = -0.000389768 Jy ! Component: 1300 - total flux cleaned = -0.000441987 Jy ! Component: 1350 - total flux cleaned = -0.000480343 Jy ! Component: 1400 - total flux cleaned = -0.000493104 Jy ! Component: 1450 - total flux cleaned = -0.000493221 Jy ! Component: 1500 - total flux cleaned = -0.000543007 Jy ! Component: 1550 - total flux cleaned = -0.000580031 Jy ! Component: 1600 - total flux cleaned = -0.000665555 Jy ! Component: 1650 - total flux cleaned = -0.000689578 Jy ! Component: 1700 - total flux cleaned = -0.000725772 Jy ! Component: 1750 - total flux cleaned = -0.00085607 Jy ! Component: 1800 - total flux cleaned = -0.000891155 Jy ! Component: 1850 - total flux cleaned = -0.000972532 Jy ! Component: 1900 - total flux cleaned = -0.00100685 Jy ! Component: 1950 - total flux cleaned = -0.00102967 Jy ! Component: 2000 - total flux cleaned = -0.00106352 Jy ! Component: 2050 - total flux cleaned = -0.00106354 Jy ! Component: 2100 - total flux cleaned = -0.00113011 Jy ! Component: 2150 - total flux cleaned = -0.0011191 Jy ! Component: 2200 - total flux cleaned = -0.00117373 Jy ! Component: 2250 - total flux cleaned = -0.00118445 Jy ! Component: 2300 - total flux cleaned = -0.00124888 Jy ! Component: 2350 - total flux cleaned = -0.00127011 Jy ! Component: 2400 - total flux cleaned = -0.00133354 Jy ! Component: 2450 - total flux cleaned = -0.00140699 Jy ! Component: 2500 - total flux cleaned = -0.00139649 Jy ! Component: 2550 - total flux cleaned = -0.00143786 Jy ! Component: 2600 - total flux cleaned = -0.00149935 Jy ! Component: 2650 - total flux cleaned = -0.0015197 Jy ! Component: 2700 - total flux cleaned = -0.00158029 Jy ! Component: 2750 - total flux cleaned = -0.00162039 Jy ! Component: 2800 - total flux cleaned = -0.00170986 Jy ! Component: 2850 - total flux cleaned = -0.00170995 Jy ! Component: 2900 - total flux cleaned = -0.00178847 Jy ! Component: 2950 - total flux cleaned = -0.00184697 Jy ! Component: 3000 - total flux cleaned = -0.00189518 Jy ! Component: 3050 - total flux cleaned = -0.00195278 Jy ! Component: 3100 - total flux cleaned = -0.00200981 Jy ! Component: 3150 - total flux cleaned = -0.00199099 Jy ! Component: 3200 - total flux cleaned = -0.00203808 Jy ! Component: 3250 - total flux cleaned = -0.00201941 Jy ! Component: 3300 - total flux cleaned = -0.00212163 Jy ! Component: 3350 - total flux cleaned = -0.00211247 Jy ! Component: 3400 - total flux cleaned = -0.00216745 Jy ! Component: 3450 - total flux cleaned = -0.00216734 Jy ! Component: 3500 - total flux cleaned = -0.00218548 Jy ! Component: 3550 - total flux cleaned = -0.00224845 Jy ! Component: 3600 - total flux cleaned = -0.00219475 Jy ! Component: 3650 - total flux cleaned = -0.00224813 Jy ! Component: 3700 - total flux cleaned = -0.00223937 Jy ! Component: 3750 - total flux cleaned = -0.00223935 Jy ! Component: 3800 - total flux cleaned = -0.0022481 Jy ! Component: 3850 - total flux cleaned = -0.00223945 Jy ! Component: 3900 - total flux cleaned = -0.00228245 Jy ! Component: 3950 - total flux cleaned = -0.00226531 Jy ! Component: 4000 - total flux cleaned = -0.00228228 Jy ! Component: 4050 - total flux cleaned = -0.00226533 Jy ! Total flux subtracted in 4096 components = -0.00227374 Jy ! Clean residual min=-0.000573 max=0.000493 Jy/beam ! Clean residual mean=-0.000000 rms=0.000156 Jy/beam ! Combined flux in latest and established models = 0.0832276 Jy keep ! Adding 275 model components to the UV plane model. ! The established model now contains 386 components and 0.0832276 Jy ![Exited script file: muppet] wmap "J2125+2442_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.265 x 7.32 at -3.961 degrees (North through East) ! Clean map min=-0.00089362 max=0.062747 Jy/beam ! Writing clean map to FITS file: J2125+2442_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0627473 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000154428 device "J2125+2442_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J2125+2442_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.738335 0.738335 1.47667 2.95334 5.90668 11.8134 23.6267 47.2534 94.5068 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.062 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.265 x 7.32 at -3.961 degrees (North through East) ! Clean map min=-0.00089362 max=0.062747 Jy/beam quit ! Quitting program ! Log file J2125+2442_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:47:48 2016