! Started logfile: J2234-2055_S_2017_07_16_pus_uvs.log on Thu May 9 11:20:44 2019 obs J2234-2055_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J2234-2055_S_2017_07_16_pus_uva.fits ! AN table 1: 96 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.690741 visibilities/baseline/integration-bin. ! Found source: J2234-2055 ! ! 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 815 lines of history. ! ! Reading 11936 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 J2234-2055_S_2017_07_16_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 157 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 205 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 711 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.840437Jy sigma=0.006344 ! Fit after self-cal, rms=0.806111Jy sigma=0.006093 ! 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.266 mas, bmaj=6.542 mas, bpa=-6.892 degrees ! Estimated noise=1368.17 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.148425 Jy ! Component: 100 - total flux cleaned = 0.188135 Jy ! Total flux subtracted in 100 components = 0.188135 Jy ! Clean residual min=-0.007782 max=0.017705 Jy/beam ! Clean residual mean=-0.000028 rms=0.002444 Jy/beam ! Combined flux in latest and established models = 0.188135 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.188135 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099164Jy sigma=0.000709 ! Fit after self-cal, rms=0.099104Jy sigma=0.000709 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.019929 Jy ! Component: 100 - total flux cleaned = 0.0307172 Jy ! Total flux subtracted in 100 components = 0.0307172 Jy ! Clean residual min=-0.005475 max=0.007826 Jy/beam ! Clean residual mean=-0.000015 rms=0.001471 Jy/beam ! Combined flux in latest and established models = 0.218852 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 18 components and 0.218852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094215Jy sigma=0.000670 ! Fit after self-cal, rms=0.094202Jy sigma=0.000670 ! 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.718 mas, bmaj=7.513 mas, bpa=-6.852 degrees ! Estimated noise=1011.94 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 (-3.5, 3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0092943 Jy ! Component: 100 - total flux cleaned = 0.0146748 Jy ! Component: 150 - total flux cleaned = 0.0181374 Jy ! Component: 200 - total flux cleaned = 0.0197065 Jy ! Total flux subtracted in 200 components = 0.0197065 Jy ! Clean residual min=-0.003809 max=0.005643 Jy/beam ! Clean residual mean=-0.000006 rms=0.001032 Jy/beam ! Combined flux in latest and established models = 0.238559 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 42 components and 0.238559 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093134Jy sigma=0.000663 ! Fit after self-cal, rms=0.093123Jy sigma=0.000663 ! 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 0.96 FD 1.00* HN 1.03 KP 1.02 ! LA 1.01 MK 0.99 NL 0.89 OV 1.02 ! PT 1.04 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.11 KP 1.03 ! LA 0.95 MK 0.99 NL 1.03 OV 1.02 ! PT 1.01 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.75 FD 1.00* HN 1.05 KP 0.99 ! LA 0.97 MK 1.01 NL 0.98 OV 0.94 ! PT 1.00 SC 1.00 ! ! ! Correcting IF 4. ! A total of 249 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.093123Jy sigma=0.000663 ! Fit after self-cal, rms=0.090157Jy sigma=0.000657 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.762 mas, bmaj=7.489 mas, bpa=-5.964 degrees ! Estimated noise=1014.42 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 = 6.33098e-05 Jy ! Component: 100 - total flux cleaned = 2.00731e-05 Jy ! Component: 150 - total flux cleaned = 1.81001e-05 Jy ! Component: 200 - total flux cleaned = 1.67198e-05 Jy ! Total flux subtracted in 200 components = 1.67198e-05 Jy ! Clean residual min=-0.002954 max=0.003158 Jy/beam ! Clean residual mean=0.000000 rms=0.000695 Jy/beam ! Combined flux in latest and established models = 0.238575 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 61 components and 0.238575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090110Jy sigma=0.000656 ! Fit after self-cal, rms=0.090112Jy sigma=0.000656 ! 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.090112Jy sigma=0.000656 ! Fit after self-cal, rms=0.090405Jy sigma=0.000656 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.761 mas, bmaj=7.48 mas, bpa=-6.009 degrees ! Estimated noise=1012.9 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00024705 Jy ! Component: 100 - total flux cleaned = -0.000223526 Jy ! Component: 150 - total flux cleaned = -0.000162032 Jy ! Component: 200 - total flux cleaned = -8.94311e-05 Jy ! Total flux subtracted in 200 components = -8.94311e-05 Jy ! Clean residual min=-0.002656 max=0.002453 Jy/beam ! Clean residual mean=0.000003 rms=0.000620 Jy/beam ! Combined flux in latest and established models = 0.238486 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 78 components and 0.238486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090393Jy sigma=0.000655 ! Fit after self-cal, rms=0.090409Jy sigma=0.000655 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.79329e-05 Jy ! Component: 100 - total flux cleaned = 3.76573e-05 Jy ! Component: 150 - total flux cleaned = 8.19342e-05 Jy ! Component: 200 - total flux cleaned = 0.000136154 Jy ! Total flux subtracted in 200 components = 0.000136154 Jy ! Clean residual min=-0.002685 max=0.002436 Jy/beam ! Clean residual mean=0.000003 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.238622 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 83 components and 0.238622 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090403Jy sigma=0.000655 ! Fit after self-cal, rms=0.090402Jy sigma=0.000655 ! 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.090402Jy sigma=0.000655 ! Fit after self-cal, rms=0.090459Jy sigma=0.000655 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.761 mas, bmaj=7.476 mas, bpa=-5.993 degrees ! Estimated noise=1012.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000273369 Jy ! Component: 100 - total flux cleaned = -0.000228537 Jy ! Component: 150 - total flux cleaned = -0.000201971 Jy ! Component: 200 - total flux cleaned = -0.000164977 Jy ! Total flux subtracted in 200 components = -0.000164977 Jy ! Clean residual min=-0.002691 max=0.002409 Jy/beam ! Clean residual mean=0.000003 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.238457 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 88 components and 0.238457 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090454Jy sigma=0.000655 ! Fit after self-cal, rms=0.090454Jy sigma=0.000655 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 = -1.63109e-05 Jy ! Component: 100 - total flux cleaned = 7.42032e-06 Jy ! Component: 150 - total flux cleaned = 2.87825e-05 Jy ! Component: 200 - total flux cleaned = 3.84027e-05 Jy ! Total flux subtracted in 200 components = 3.84027e-05 Jy ! Clean residual min=-0.002694 max=0.002429 Jy/beam ! Clean residual mean=0.000003 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.238496 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 98 components and 0.238496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090452Jy sigma=0.000655 ! Fit after self-cal, rms=0.090451Jy sigma=0.000655 ! 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.090451Jy sigma=0.000655 ! Fit after self-cal, rms=0.090509Jy sigma=0.000655 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.888 mas, bmaj=16.47 mas, bpa=-4.694 degrees ! Estimated noise=1374.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000320592 Jy ! Component: 100 - total flux cleaned = 0.000299913 Jy ! Component: 150 - total flux cleaned = 0.000300255 Jy ! Component: 200 - total flux cleaned = 0.000299483 Jy ! Total flux subtracted in 200 components = 0.000299483 Jy ! Clean residual min=-0.003115 max=0.003376 Jy/beam ! Clean residual mean=0.000007 rms=0.000845 Jy/beam ! Combined flux in latest and established models = 0.238795 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 106 components and 0.238795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090510Jy sigma=0.000655 ! Fit after self-cal, rms=0.090513Jy sigma=0.000655 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.45931e-05 Jy ! Component: 100 - total flux cleaned = 2.09252e-05 Jy ! Component: 150 - total flux cleaned = 2.08812e-05 Jy ! Component: 200 - total flux cleaned = 8.38249e-06 Jy ! Total flux subtracted in 200 components = 8.38249e-06 Jy ! Clean residual min=-0.003113 max=0.003356 Jy/beam ! Clean residual mean=0.000007 rms=0.000842 Jy/beam ! Combined flux in latest and established models = 0.238803 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 111 components and 0.238803 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090516Jy sigma=0.000655 ! Fit after self-cal, rms=0.090515Jy sigma=0.000655 ! 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.761 mas, bmaj=7.473 mas, bpa=-5.977 degrees ! Estimated noise=1012.34 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.761 x 7.473 at -5.977 degrees (North through East) ! Clean map min=-0.0026741 max=0.19576 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.313 mas, bmaj=6.499 mas, bpa=-6.084 degrees ! Estimated noise=1350.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.147136 Jy ! Component: 100 - total flux cleaned = 0.186961 Jy ! Component: 150 - total flux cleaned = 0.205871 Jy ! Component: 200 - total flux cleaned = 0.216119 Jy ! Total flux subtracted in 200 components = 0.216119 Jy ! Clean residual min=-0.003957 max=0.005093 Jy/beam ! Clean residual mean=-0.000002 rms=0.001064 Jy/beam ! Combined flux in latest and established models = 0.216119 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.216119 Jy ! Inverting map and beam ! Estimated beam: bmin=2.761 mas, bmaj=7.473 mas, bpa=-5.977 degrees ! Estimated noise=1012.34 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.00900996 Jy ! Component: 100 - total flux cleaned = 0.0141778 Jy ! Component: 150 - total flux cleaned = 0.017376 Jy ! Component: 200 - total flux cleaned = 0.0194286 Jy ! Total flux subtracted in 200 components = 0.0194286 Jy ! Clean residual min=-0.002836 max=0.002577 Jy/beam ! Clean residual mean=0.000001 rms=0.000649 Jy/beam ! Combined flux in latest and established models = 0.235547 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 64 components and 0.235547 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=6.888 mas, bmaj=16.47 mas, bpa=-4.694 degrees ! Estimated noise=1374.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00226551 Jy ! Component: 100 - total flux cleaned = 0.00305279 Jy ! Component: 150 - total flux cleaned = 0.00314996 Jy ! Component: 200 - total flux cleaned = 0.0031883 Jy ! Total flux subtracted in 200 components = 0.0031883 Jy ! Clean residual min=-0.003159 max=0.003365 Jy/beam ! Clean residual mean=0.000006 rms=0.000838 Jy/beam ! Combined flux in latest and established models = 0.238736 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 = 7.6562e-07 Jy ! Component: 100 - total flux cleaned = 1.58828e-05 Jy ! Component: 150 - total flux cleaned = 2.99768e-05 Jy ! Component: 200 - total flux cleaned = 4.27303e-05 Jy ! Total flux subtracted in 200 components = 4.27303e-05 Jy ! Clean residual min=-0.003153 max=0.003313 Jy/beam ! Clean residual mean=0.000006 rms=0.000831 Jy/beam ! Combined flux in latest and established models = 0.238778 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 88 components and 0.238778 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.761 mas, bmaj=7.473 mas, bpa=-5.977 degrees ! Estimated noise=1012.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000116052 Jy ! Component: 100 - total flux cleaned = -0.000115599 Jy ! Component: 150 - total flux cleaned = -0.000139046 Jy ! Component: 200 - total flux cleaned = -0.000159559 Jy ! Total flux subtracted in 200 components = -0.000159559 Jy ! Clean residual min=-0.002641 max=0.002374 Jy/beam ! Clean residual mean=0.000002 rms=0.000616 Jy/beam ! Combined flux in latest and established models = 0.238619 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 99 components and 0.238619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090529Jy sigma=0.000655 ! Fit after self-cal, rms=0.090523Jy sigma=0.000655 wmodel J2234-2055_S_2017_07_16_pus_map.mod ! Writing 99 model components to file: J2234-2055_S_2017_07_16_pus_map.mod wobs J2234-2055_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J2234-2055_S_2017_07_16_pus_uvs.fits wwins J2234-2055_S_2017_07_16_pus_map.win ! wwins: Wrote 2 windows to J2234-2055_S_2017_07_16_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.000445077 Jy ! Component: 100 - total flux cleaned = -0.000447834 Jy ! Component: 150 - total flux cleaned = -0.000372799 Jy ! Component: 200 - total flux cleaned = -0.000264599 Jy ! Component: 250 - total flux cleaned = -9.09169e-05 Jy ! Component: 300 - total flux cleaned = 0.000142451 Jy ! Component: 350 - total flux cleaned = 0.000304764 Jy ! Component: 400 - total flux cleaned = 0.000398878 Jy ! Component: 450 - total flux cleaned = 0.000520608 Jy ! Component: 500 - total flux cleaned = 0.000699355 Jy ! Component: 550 - total flux cleaned = 0.000874751 Jy ! Component: 600 - total flux cleaned = 0.00104585 Jy ! Component: 650 - total flux cleaned = 0.00124181 Jy ! Component: 700 - total flux cleaned = 0.00140599 Jy ! Component: 750 - total flux cleaned = 0.00143325 Jy ! Component: 800 - total flux cleaned = 0.00159208 Jy ! Component: 850 - total flux cleaned = 0.0016699 Jy ! Component: 900 - total flux cleaned = 0.00172105 Jy ! Component: 950 - total flux cleaned = 0.00182166 Jy ! Component: 1000 - total flux cleaned = 0.0018465 Jy ! Component: 1050 - total flux cleaned = 0.00189523 Jy ! Component: 1100 - total flux cleaned = 0.0018957 Jy ! Component: 1150 - total flux cleaned = 0.00189586 Jy ! Component: 1200 - total flux cleaned = 0.00184923 Jy ! Component: 1250 - total flux cleaned = 0.00184929 Jy ! Component: 1300 - total flux cleaned = 0.00173643 Jy ! Component: 1350 - total flux cleaned = 0.00169239 Jy ! Component: 1400 - total flux cleaned = 0.00171403 Jy ! Component: 1450 - total flux cleaned = 0.00164919 Jy ! Component: 1500 - total flux cleaned = 0.00162771 Jy ! Component: 1550 - total flux cleaned = 0.00156457 Jy ! Component: 1600 - total flux cleaned = 0.00148205 Jy ! Component: 1650 - total flux cleaned = 0.00144139 Jy ! Component: 1700 - total flux cleaned = 0.00146205 Jy ! Component: 1750 - total flux cleaned = 0.00146222 Jy ! Component: 1800 - total flux cleaned = 0.00142283 Jy ! Component: 1850 - total flux cleaned = 0.001384 Jy ! Component: 1900 - total flux cleaned = 0.00138421 Jy ! Component: 1950 - total flux cleaned = 0.00136519 Jy ! Component: 2000 - total flux cleaned = 0.0013277 Jy ! Component: 2050 - total flux cleaned = 0.00130934 Jy ! Component: 2100 - total flux cleaned = 0.00129134 Jy ! Component: 2150 - total flux cleaned = 0.00132778 Jy ! Component: 2200 - total flux cleaned = 0.00132784 Jy ! Component: 2250 - total flux cleaned = 0.00129259 Jy ! Component: 2300 - total flux cleaned = 0.00130999 Jy ! Component: 2350 - total flux cleaned = 0.00131001 Jy ! Component: 2400 - total flux cleaned = 0.00130995 Jy ! Component: 2450 - total flux cleaned = 0.00125934 Jy ! Component: 2500 - total flux cleaned = 0.00122619 Jy ! Component: 2550 - total flux cleaned = 0.00116024 Jy ! Component: 2600 - total flux cleaned = 0.0011605 Jy ! Component: 2650 - total flux cleaned = 0.00111205 Jy ! Component: 2700 - total flux cleaned = 0.00107995 Jy ! Component: 2750 - total flux cleaned = 0.00112794 Jy ! Component: 2800 - total flux cleaned = 0.00111247 Jy ! Component: 2850 - total flux cleaned = 0.00117475 Jy ! Component: 2900 - total flux cleaned = 0.00108224 Jy ! Component: 2950 - total flux cleaned = 0.00109773 Jy ! Component: 3000 - total flux cleaned = 0.00114315 Jy ! Component: 3050 - total flux cleaned = 0.00114318 Jy ! Component: 3100 - total flux cleaned = 0.00112822 Jy ! Component: 3150 - total flux cleaned = 0.00115783 Jy ! Component: 3200 - total flux cleaned = 0.00117261 Jy ! Component: 3250 - total flux cleaned = 0.00120169 Jy ! Component: 3300 - total flux cleaned = 0.00118721 Jy ! Component: 3350 - total flux cleaned = 0.00115852 Jy ! Component: 3400 - total flux cleaned = 0.00115852 Jy ! Component: 3450 - total flux cleaned = 0.0011445 Jy ! Component: 3500 - total flux cleaned = 0.0012286 Jy ! Component: 3550 - total flux cleaned = 0.00122839 Jy ! Component: 3600 - total flux cleaned = 0.00125606 Jy ! Component: 3650 - total flux cleaned = 0.00124239 Jy ! Component: 3700 - total flux cleaned = 0.00128337 Jy ! Component: 3750 - total flux cleaned = 0.00131052 Jy ! Component: 3800 - total flux cleaned = 0.00132403 Jy ! Component: 3850 - total flux cleaned = 0.00136414 Jy ! Component: 3900 - total flux cleaned = 0.0013242 Jy ! Component: 3950 - total flux cleaned = 0.00142995 Jy ! Component: 4000 - total flux cleaned = 0.00139041 Jy ! Component: 4050 - total flux cleaned = 0.00141659 Jy ! Total flux subtracted in 4096 components = 0.00145564 Jy ! Clean residual min=-0.000981 max=0.000832 Jy/beam ! Clean residual mean=-0.000001 rms=0.000227 Jy/beam ! Combined flux in latest and established models = 0.240074 Jy keep ! Adding 265 model components to the UV plane model. ! The established model now contains 364 components and 0.240074 Jy ![Exited script file: muppet] wmap "J2234-2055_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.761 x 7.473 at -5.977 degrees (North through East) ! Clean map min=-0.001555 max=0.19557 Jy/beam ! Writing clean map to FITS file: J2234-2055_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.195574 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00022314 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.342285 0.342285 0.68457 1.36914 2.73828 5.47656 10.9531 21.9062 43.8125 87.625 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.195 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.761 x 7.473 at -5.977 degrees (North through East) ! Clean map min=-0.001555 max=0.19557 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 J2234-2055_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:20:50 2019