! Started logfile: J2121-2628_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:08:55 2016 obs J2121-2628_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J2121-2628_S_2015_03_17_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.876321 visibilities/baseline/integration-bin. ! Found source: J2121-2628 ! ! 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 330 lines of history. ! ! Reading 19244 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 J2121-2628_S_2015_03_17_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 140 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.006630Jy sigma=0.008874 ! Fit after self-cal, rms=0.958269Jy sigma=0.008466 ! 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.286 mas, bmaj=6.446 mas, bpa=-2.669 degrees ! Estimated noise=966.536 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.0349586 Jy ! Component: 100 - total flux cleaned = 0.0428951 Jy ! Total flux subtracted in 100 components = 0.0428951 Jy ! Clean residual min=-0.002647 max=0.003274 Jy/beam ! Clean residual mean=-0.000003 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.0428951 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0428951 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095020Jy sigma=0.000755 ! Fit after self-cal, rms=0.093282Jy sigma=0.000739 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0056783 Jy ! Component: 100 - total flux cleaned = 0.00806113 Jy ! Total flux subtracted in 100 components = 0.00806113 Jy ! Clean residual min=-0.002849 max=0.002961 Jy/beam ! Clean residual mean=-0.000005 rms=0.000689 Jy/beam ! Combined flux in latest and established models = 0.0509562 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 14 components and 0.0509562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092905Jy sigma=0.000737 ! Fit after self-cal, rms=0.092765Jy sigma=0.000736 ! 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=2.796 mas, bmaj=7.473 mas, bpa=-2.743 degrees ! Estimated noise=598.883 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.00116339 Jy ! Component: 100 - total flux cleaned = 0.00113667 Jy ! Component: 150 - total flux cleaned = 0.00113838 Jy ! Component: 200 - total flux cleaned = 0.0011589 Jy ! Total flux subtracted in 200 components = 0.0011589 Jy ! Clean residual min=-0.002102 max=0.001930 Jy/beam ! Clean residual mean=-0.000009 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.0521151 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 29 components and 0.0521151 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092735Jy sigma=0.000736 ! Fit after self-cal, rms=0.092677Jy sigma=0.000736 ! 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.06 FD 0.89 HN 0.86 KP 1.04 ! LA 1.05 MK 1.02 NL 0.94 OV 1.01 ! PT 1.10 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.93 HN 0.93 KP 1.12 ! LA 0.90 MK 1.00 NL 0.98 OV 1.17 ! PT 1.04 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.97 HN 0.94 KP 1.00 ! LA 0.83 MK 1.05 NL 1.08 OV 1.07 ! PT 1.03 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.95 HN 0.88 KP 0.99 ! LA 0.84 MK 1.05 NL 1.02 OV 1.20 ! PT 1.09 SC 0.94 ! ! ! Fit before self-cal, rms=0.092677Jy sigma=0.000736 ! Fit after self-cal, rms=0.088051Jy sigma=0.000735 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.797 mas, bmaj=7.498 mas, bpa=-2.487 degrees ! Estimated noise=595.798 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.000248413 Jy ! Component: 100 - total flux cleaned = -0.000231654 Jy ! Component: 150 - total flux cleaned = -0.000216971 Jy ! Component: 200 - total flux cleaned = -0.000189942 Jy ! Total flux subtracted in 200 components = -0.000189942 Jy ! Clean residual min=-0.001680 max=0.001692 Jy/beam ! Clean residual mean=-0.000003 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.0519252 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 37 components and 0.0519252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088045Jy sigma=0.000734 ! Fit after self-cal, rms=0.087832Jy sigma=0.000734 ! 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.087832Jy sigma=0.000734 ! Fit after self-cal, rms=0.086863Jy sigma=0.000734 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.802 mas, bmaj=7.513 mas, bpa=-2.389 degrees ! Estimated noise=592.566 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000169713 Jy ! Component: 100 - total flux cleaned = -0.000171598 Jy ! Component: 150 - total flux cleaned = -0.000130337 Jy ! Component: 200 - total flux cleaned = -0.000104446 Jy ! Total flux subtracted in 200 components = -0.000104446 Jy ! Clean residual min=-0.001640 max=0.001649 Jy/beam ! Clean residual mean=-0.000002 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.0518207 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 38 components and 0.0518207 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086858Jy sigma=0.000734 ! Fit after self-cal, rms=0.086829Jy sigma=0.000733 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.66364e-06 Jy ! Component: 100 - total flux cleaned = 2.99551e-06 Jy ! Component: 150 - total flux cleaned = 4.02581e-05 Jy ! Component: 200 - total flux cleaned = 7.43419e-05 Jy ! Total flux subtracted in 200 components = 7.43419e-05 Jy ! Clean residual min=-0.001594 max=0.001634 Jy/beam ! Clean residual mean=-0.000002 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.0518951 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 40 components and 0.0518951 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086826Jy sigma=0.000733 ! Fit after self-cal, rms=0.086811Jy sigma=0.000733 ! 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.086811Jy sigma=0.000733 ! Fit after self-cal, rms=0.086840Jy sigma=0.000733 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.805 mas, bmaj=7.493 mas, bpa=-2.304 degrees ! Estimated noise=591.601 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.98163e-05 Jy ! Component: 100 - total flux cleaned = -7.24101e-05 Jy ! Component: 150 - total flux cleaned = -7.15924e-05 Jy ! Component: 200 - total flux cleaned = -7.17107e-05 Jy ! Total flux subtracted in 200 components = -7.17107e-05 Jy ! Clean residual min=-0.001587 max=0.001556 Jy/beam ! Clean residual mean=-0.000001 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.0518234 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 43 components and 0.0518234 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086836Jy sigma=0.000733 ! Fit after self-cal, rms=0.086843Jy sigma=0.000733 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 = -4.40603e-05 Jy ! Component: 100 - total flux cleaned = -6.92013e-05 Jy ! Component: 150 - total flux cleaned = -6.89566e-05 Jy ! Component: 200 - total flux cleaned = -4.99762e-05 Jy ! Total flux subtracted in 200 components = -4.99762e-05 Jy ! Clean residual min=-0.001649 max=0.001560 Jy/beam ! Clean residual mean=-0.000001 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.0517734 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 45 components and 0.0517734 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086840Jy sigma=0.000733 ! Fit after self-cal, rms=0.086840Jy sigma=0.000733 ! 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.086840Jy sigma=0.000733 ! Fit after self-cal, rms=0.087000Jy sigma=0.000733 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.212 mas, bmaj=17.94 mas, bpa=6.307 degrees ! Estimated noise=801.804 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.18829e-05 Jy ! Component: 100 - total flux cleaned = 8.3043e-05 Jy ! Component: 150 - total flux cleaned = 6.87144e-05 Jy ! Component: 200 - total flux cleaned = 5.72262e-05 Jy ! Total flux subtracted in 200 components = 5.72262e-05 Jy ! Clean residual min=-0.001997 max=0.001914 Jy/beam ! Clean residual mean=-0.000000 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.0518306 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 49 components and 0.0518306 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087003Jy sigma=0.000733 ! Fit after self-cal, rms=0.087012Jy sigma=0.000733 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.29577e-05 Jy ! Component: 100 - total flux cleaned = 4.31603e-05 Jy ! Component: 150 - total flux cleaned = 3.00692e-05 Jy ! Component: 200 - total flux cleaned = 2.01935e-05 Jy ! Total flux subtracted in 200 components = 2.01935e-05 Jy ! Clean residual min=-0.002006 max=0.001936 Jy/beam ! Clean residual mean=-0.000000 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.0518508 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 49 components and 0.0518508 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087016Jy sigma=0.000733 ! Fit after self-cal, rms=0.087022Jy sigma=0.000733 ! 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=2.808 mas, bmaj=7.491 mas, bpa=-2.269 degrees ! Estimated noise=591.136 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.808 x 7.491 at -2.269 degrees (North through East) ! Clean map min=-0.0016428 max=0.047513 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.299 mas, bmaj=6.473 mas, bpa=-2.19 degrees ! Estimated noise=949.762 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0373416 Jy ! Component: 100 - total flux cleaned = 0.0464692 Jy ! Component: 150 - total flux cleaned = 0.0500432 Jy ! Component: 200 - total flux cleaned = 0.0508396 Jy ! Total flux subtracted in 200 components = 0.0508396 Jy ! Clean residual min=-0.002853 max=0.002821 Jy/beam ! Clean residual mean=0.000000 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.0508396 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0508396 Jy ! Inverting map and beam ! Estimated beam: bmin=2.808 mas, bmaj=7.491 mas, bpa=-2.269 degrees ! Estimated noise=591.136 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.000825562 Jy ! Component: 100 - total flux cleaned = 0.000827878 Jy ! Component: 150 - total flux cleaned = 0.000829555 Jy ! Component: 200 - total flux cleaned = 0.000831404 Jy ! Total flux subtracted in 200 components = 0.000831404 Jy ! Clean residual min=-0.001745 max=0.001630 Jy/beam ! Clean residual mean=-0.000000 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.051671 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 22 components and 0.051671 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.212 mas, bmaj=17.94 mas, bpa=6.307 degrees ! Estimated noise=801.804 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000162554 Jy ! Component: 100 - total flux cleaned = 0.000163549 Jy ! Component: 150 - total flux cleaned = 0.000164408 Jy ! Component: 200 - total flux cleaned = 0.000165049 Jy ! Total flux subtracted in 200 components = 0.000165049 Jy ! Clean residual min=-0.002024 max=0.001949 Jy/beam ! Clean residual mean=-0.000000 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.051836 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.03888e-07 Jy ! Component: 100 - total flux cleaned = 2.41525e-07 Jy ! Component: 150 - total flux cleaned = 4.10138e-06 Jy ! Component: 200 - total flux cleaned = 7.76876e-06 Jy ! Total flux subtracted in 200 components = 7.76876e-06 Jy ! Clean residual min=-0.002027 max=0.001942 Jy/beam ! Clean residual mean=-0.000000 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.0518438 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 32 components and 0.0518438 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.808 mas, bmaj=7.491 mas, bpa=-2.269 degrees ! Estimated noise=591.136 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.43638e-05 Jy ! Component: 100 - total flux cleaned = -2.70735e-06 Jy ! Component: 150 - total flux cleaned = -2.43266e-05 Jy ! Component: 200 - total flux cleaned = -2.45186e-05 Jy ! Total flux subtracted in 200 components = -2.45186e-05 Jy ! Clean residual min=-0.001716 max=0.001588 Jy/beam ! Clean residual mean=0.000000 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.0518193 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 37 components and 0.0518193 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087027Jy sigma=0.000733 ! Fit after self-cal, rms=0.087018Jy sigma=0.000733 wmodel J2121-2628_S_2015_03_17_pus_map.mod ! Writing 37 model components to file: J2121-2628_S_2015_03_17_pus_map.mod wobs J2121-2628_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J2121-2628_S_2015_03_17_pus_uvs.fits wwins J2121-2628_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J2121-2628_S_2015_03_17_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.000354819 Jy ! Component: 100 - total flux cleaned = -0.000269302 Jy ! Component: 150 - total flux cleaned = -0.000160888 Jy ! Component: 200 - total flux cleaned = -0.000160436 Jy ! Component: 250 - total flux cleaned = -0.000135735 Jy ! Component: 300 - total flux cleaned = -6.2524e-05 Jy ! Component: 350 - total flux cleaned = -1.51876e-05 Jy ! Component: 400 - total flux cleaned = -3.834e-05 Jy ! Component: 450 - total flux cleaned = -1.52514e-05 Jy ! Component: 500 - total flux cleaned = 2.89958e-05 Jy ! Component: 550 - total flux cleaned = 2.8958e-05 Jy ! Component: 600 - total flux cleaned = 5.01591e-05 Jy ! Component: 650 - total flux cleaned = 7.13847e-05 Jy ! Component: 700 - total flux cleaned = 7.18726e-05 Jy ! Component: 750 - total flux cleaned = 0.000152437 Jy ! Component: 800 - total flux cleaned = 0.00015194 Jy ! Component: 850 - total flux cleaned = 0.000113225 Jy ! Component: 900 - total flux cleaned = 0.000113641 Jy ! Component: 950 - total flux cleaned = 0.00015106 Jy ! Component: 1000 - total flux cleaned = 0.000132388 Jy ! Component: 1050 - total flux cleaned = 0.000187248 Jy ! Component: 1100 - total flux cleaned = 0.00020508 Jy ! Component: 1150 - total flux cleaned = 0.000294076 Jy ! Component: 1200 - total flux cleaned = 0.000276469 Jy ! Component: 1250 - total flux cleaned = 0.000311707 Jy ! Component: 1300 - total flux cleaned = 0.000380519 Jy ! Component: 1350 - total flux cleaned = 0.000414281 Jy ! Component: 1400 - total flux cleaned = 0.00046437 Jy ! Component: 1450 - total flux cleaned = 0.000464082 Jy ! Component: 1500 - total flux cleaned = 0.000546234 Jy ! Component: 1550 - total flux cleaned = 0.000578937 Jy ! Component: 1600 - total flux cleaned = 0.000643345 Jy ! Component: 1650 - total flux cleaned = 0.000754354 Jy ! Component: 1700 - total flux cleaned = 0.000691646 Jy ! Component: 1750 - total flux cleaned = 0.000753843 Jy ! Component: 1800 - total flux cleaned = 0.000830952 Jy ! Component: 1850 - total flux cleaned = 0.000861223 Jy ! Component: 1900 - total flux cleaned = 0.000861209 Jy ! Component: 1950 - total flux cleaned = 0.000861188 Jy ! Component: 2000 - total flux cleaned = 0.000920088 Jy ! Component: 2050 - total flux cleaned = 0.000949283 Jy ! Component: 2100 - total flux cleaned = 0.000949346 Jy ! Component: 2150 - total flux cleaned = 0.000963525 Jy ! Component: 2200 - total flux cleaned = 0.00100604 Jy ! Component: 2250 - total flux cleaned = 0.00101998 Jy ! Component: 2300 - total flux cleaned = 0.000991866 Jy ! Component: 2350 - total flux cleaned = 0.00100579 Jy ! Component: 2400 - total flux cleaned = 0.00108804 Jy ! Component: 2450 - total flux cleaned = 0.00108786 Jy ! Component: 2500 - total flux cleaned = 0.00108774 Jy ! Component: 2550 - total flux cleaned = 0.00111443 Jy ! Component: 2600 - total flux cleaned = 0.00110124 Jy ! Component: 2650 - total flux cleaned = 0.00112735 Jy ! Component: 2700 - total flux cleaned = 0.00120517 Jy ! Component: 2750 - total flux cleaned = 0.00123076 Jy ! Component: 2800 - total flux cleaned = 0.00130733 Jy ! Component: 2850 - total flux cleaned = 0.0012568 Jy ! Component: 2900 - total flux cleaned = 0.00131965 Jy ! Component: 2950 - total flux cleaned = 0.00139452 Jy ! Component: 3000 - total flux cleaned = 0.00144382 Jy ! Component: 3050 - total flux cleaned = 0.00146817 Jy ! Component: 3100 - total flux cleaned = 0.00150457 Jy ! Component: 3150 - total flux cleaned = 0.00144443 Jy ! Component: 3200 - total flux cleaned = 0.00149234 Jy ! Component: 3250 - total flux cleaned = 0.00150429 Jy ! Component: 3300 - total flux cleaned = 0.00153966 Jy ! Component: 3350 - total flux cleaned = 0.00157478 Jy ! Component: 3400 - total flux cleaned = 0.00159813 Jy ! Component: 3450 - total flux cleaned = 0.00162101 Jy ! Component: 3500 - total flux cleaned = 0.00164387 Jy ! Component: 3550 - total flux cleaned = 0.00170047 Jy ! Component: 3600 - total flux cleaned = 0.00171164 Jy ! Component: 3650 - total flux cleaned = 0.00173397 Jy ! Component: 3700 - total flux cleaned = 0.00175614 Jy ! Component: 3750 - total flux cleaned = 0.00185512 Jy ! Component: 3800 - total flux cleaned = 0.00185499 Jy ! Component: 3850 - total flux cleaned = 0.00188756 Jy ! Component: 3900 - total flux cleaned = 0.00189817 Jy ! Component: 3950 - total flux cleaned = 0.00191949 Jy ! Component: 4000 - total flux cleaned = 0.00196211 Jy ! Component: 4050 - total flux cleaned = 0.0020043 Jy ! Total flux subtracted in 4096 components = 0.00202526 Jy ! Clean residual min=-0.000631 max=0.000578 Jy/beam ! Clean residual mean=-0.000000 rms=0.000194 Jy/beam ! Combined flux in latest and established models = 0.0538445 Jy keep ! Adding 294 model components to the UV plane model. ! The established model now contains 331 components and 0.0538445 Jy ![Exited script file: muppet] wmap "J2121-2628_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.808 x 7.491 at -2.269 degrees (North through East) ! Clean map min=-0.0011366 max=0.047591 Jy/beam ! Writing clean map to FITS file: J2121-2628_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0475911 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000193124 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.21739 1.21739 2.43479 4.86957 9.73915 19.4783 38.9566 77.9132 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.047 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.808 x 7.491 at -2.269 degrees (North through East) ! Clean map min=-0.0011366 max=0.047591 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J2121-2628_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:09:00 2016