! Started logfile: J1105-3928_S_2017_08_05_pus_uvs.log on Thu May 9 19:28:11 2019 obs J1105-3928_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J1105-3928_S_2017_08_05_pus_uva.fits ! AN table 1: 135 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.573663 visibilities/baseline/integration-bin. ! Found source: J1105-3928 ! ! 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 513 lines of history. ! ! Reading 13940 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 J1105-3928_S_2017_08_05_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 445 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 445 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 430 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 972 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.860254Jy sigma=0.005180 ! Fit after self-cal, rms=0.808341Jy sigma=0.004880 ! 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.335 mas, bmaj=6.338 mas, bpa=-3.014 degrees ! Estimated noise=2023.81 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.141913 Jy ! Component: 100 - total flux cleaned = 0.184418 Jy ! Total flux subtracted in 100 components = 0.184418 Jy ! Clean residual min=-0.015665 max=0.030777 Jy/beam ! Clean residual mean=-0.000142 rms=0.004084 Jy/beam ! Combined flux in latest and established models = 0.184418 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.184418 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126918Jy sigma=0.000739 ! Fit after self-cal, rms=0.126836Jy sigma=0.000739 ! Inverting map ! Added new window around map position (-4, 4). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0263072 Jy ! Component: 100 - total flux cleaned = 0.0391355 Jy ! Total flux subtracted in 100 components = 0.0391355 Jy ! Clean residual min=-0.013068 max=0.017214 Jy/beam ! Clean residual mean=-0.000062 rms=0.002943 Jy/beam ! Combined flux in latest and established models = 0.223553 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 21 components and 0.223553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118767Jy sigma=0.000685 ! Fit after self-cal, rms=0.118159Jy sigma=0.000680 ! 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.829 mas, bmaj=7.64 mas, bpa=-2.079 degrees ! Estimated noise=1294.4 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.0197872 Jy ! Component: 100 - total flux cleaned = 0.0296935 Jy ! Component: 150 - total flux cleaned = 0.0351605 Jy ! Component: 200 - total flux cleaned = 0.0376984 Jy ! Total flux subtracted in 200 components = 0.0376984 Jy ! Clean residual min=-0.006461 max=0.009577 Jy/beam ! Clean residual mean=0.000039 rms=0.001771 Jy/beam ! Combined flux in latest and established models = 0.261252 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 51 components and 0.261252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115092Jy sigma=0.000660 ! Fit after self-cal, rms=0.114919Jy sigma=0.000659 ! 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.94 HN 1.00* KP 1.02 ! LA 1.01 MK 0.99 NL 1.00* OV 1.00 ! PT 1.00 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.00* KP 0.98 ! LA 0.96 MK 0.97 NL 1.00* OV 1.06 ! PT 0.98 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.00* KP 0.87 ! LA 1.00* MK 1.02 NL 1.59 OV 0.94 ! PT 0.95 SC 1.02 ! ! ! Correcting IF 4. ! A total of 378 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.114919Jy sigma=0.000659 ! Fit after self-cal, rms=0.122886Jy sigma=0.000650 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.856 mas, bmaj=7.812 mas, bpa=-0.4409 degrees ! Estimated noise=1337.06 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 = 8.75041e-05 Jy ! Component: 100 - total flux cleaned = -0.000284394 Jy ! Component: 150 - total flux cleaned = -0.000530356 Jy ! Component: 200 - total flux cleaned = -0.000749012 Jy ! Total flux subtracted in 200 components = -0.000749012 Jy ! Clean residual min=-0.003900 max=0.004447 Jy/beam ! Clean residual mean=0.000037 rms=0.001045 Jy/beam ! Combined flux in latest and established models = 0.260503 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 58 components and 0.260503 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122738Jy sigma=0.000650 ! Fit after self-cal, rms=0.122993Jy sigma=0.000649 ! 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.122993Jy sigma=0.000649 ! Fit after self-cal, rms=0.123158Jy sigma=0.000649 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.852 mas, bmaj=7.804 mas, bpa=-0.4958 degrees ! Estimated noise=1331.99 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000268127 Jy ! Component: 100 - total flux cleaned = -0.000479493 Jy ! Component: 150 - total flux cleaned = -0.000669668 Jy ! Component: 200 - total flux cleaned = -0.000728001 Jy ! Total flux subtracted in 200 components = -0.000728001 Jy ! Clean residual min=-0.003665 max=0.004190 Jy/beam ! Clean residual mean=0.000037 rms=0.000990 Jy/beam ! Combined flux in latest and established models = 0.259775 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 60 components and 0.259775 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123067Jy sigma=0.000649 ! Fit after self-cal, rms=0.123065Jy sigma=0.000649 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.000158842 Jy ! Component: 100 - total flux cleaned = 0.000108761 Jy ! Component: 150 - total flux cleaned = 1.01301e-05 Jy ! Component: 200 - total flux cleaned = -3.62419e-05 Jy ! Total flux subtracted in 200 components = -3.62419e-05 Jy ! Clean residual min=-0.003566 max=0.004137 Jy/beam ! Clean residual mean=0.000037 rms=0.000966 Jy/beam ! Combined flux in latest and established models = 0.259739 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 65 components and 0.259739 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123007Jy sigma=0.000649 ! Fit after self-cal, rms=0.122999Jy sigma=0.000649 ! 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.122999Jy sigma=0.000649 ! Fit after self-cal, rms=0.122699Jy sigma=0.000648 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.844 mas, bmaj=7.808 mas, bpa=-0.4473 degrees ! Estimated noise=1325.21 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.76999e-05 Jy ! Component: 100 - total flux cleaned = -0.000276699 Jy ! Component: 150 - total flux cleaned = -0.00049243 Jy ! Component: 200 - total flux cleaned = -0.000642951 Jy ! Total flux subtracted in 200 components = -0.000642951 Jy ! Clean residual min=-0.003376 max=0.003672 Jy/beam ! Clean residual mean=0.000034 rms=0.000881 Jy/beam ! Combined flux in latest and established models = 0.259096 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 74 components and 0.259096 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122655Jy sigma=0.000648 ! Fit after self-cal, rms=0.122669Jy sigma=0.000648 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.000113445 Jy ! Component: 100 - total flux cleaned = 7.83436e-05 Jy ! Component: 150 - total flux cleaned = -2.15038e-05 Jy ! Component: 200 - total flux cleaned = -8.59836e-05 Jy ! Total flux subtracted in 200 components = -8.59836e-05 Jy ! Clean residual min=-0.003300 max=0.003646 Jy/beam ! Clean residual mean=0.000034 rms=0.000870 Jy/beam ! Combined flux in latest and established models = 0.25901 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 75 components and 0.25901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122643Jy sigma=0.000648 ! Fit after self-cal, rms=0.122642Jy sigma=0.000648 ! 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.122642Jy sigma=0.000648 ! Fit after self-cal, rms=0.122615Jy sigma=0.000648 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.526 mas, bmaj=27.97 mas, bpa=0.571 degrees ! Estimated noise=1755.4 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000393149 Jy ! Component: 100 - total flux cleaned = -0.000391921 Jy ! Component: 150 - total flux cleaned = -0.000390795 Jy ! Component: 200 - total flux cleaned = -0.000389968 Jy ! Total flux subtracted in 200 components = -0.000389968 Jy ! Clean residual min=-0.003555 max=0.003917 Jy/beam ! Clean residual mean=0.000071 rms=0.001149 Jy/beam ! Combined flux in latest and established models = 0.25862 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 80 components and 0.25862 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122608Jy sigma=0.000648 ! Fit after self-cal, rms=0.122607Jy sigma=0.000648 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.66902e-05 Jy ! Component: 100 - total flux cleaned = 3.65392e-05 Jy ! Component: 150 - total flux cleaned = 3.60565e-05 Jy ! Component: 200 - total flux cleaned = 3.5504e-05 Jy ! Total flux subtracted in 200 components = 3.5504e-05 Jy ! Clean residual min=-0.003566 max=0.003920 Jy/beam ! Clean residual mean=0.000072 rms=0.001150 Jy/beam ! Combined flux in latest and established models = 0.258655 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 82 components and 0.258655 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122604Jy sigma=0.000648 ! Fit after self-cal, rms=0.122601Jy sigma=0.000648 ! 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.842 mas, bmaj=7.816 mas, bpa=-0.433 degrees ! Estimated noise=1322.5 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.842 x 7.816 at -0.433 degrees (North through East) ! Clean map min=-0.0031797 max=0.17321 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.336 mas, bmaj=6.449 mas, bpa=-1.083 degrees ! Estimated noise=2109.37 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.146462 Jy ! Component: 100 - total flux cleaned = 0.195821 Jy ! Component: 150 - total flux cleaned = 0.218732 Jy ! Component: 200 - total flux cleaned = 0.231872 Jy ! Total flux subtracted in 200 components = 0.231872 Jy ! Clean residual min=-0.006194 max=0.007743 Jy/beam ! Clean residual mean=-0.000039 rms=0.001564 Jy/beam ! Combined flux in latest and established models = 0.231872 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 38 model components to the UV plane model. ! The established model now contains 38 components and 0.231872 Jy ! Inverting map and beam ! Estimated beam: bmin=2.842 mas, bmaj=7.816 mas, bpa=-0.433 degrees ! Estimated noise=1322.5 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.0135019 Jy ! Component: 100 - total flux cleaned = 0.0199798 Jy ! Component: 150 - total flux cleaned = 0.0232799 Jy ! Component: 200 - total flux cleaned = 0.0248301 Jy ! Total flux subtracted in 200 components = 0.0248301 Jy ! Clean residual min=-0.003592 max=0.003515 Jy/beam ! Clean residual mean=0.000028 rms=0.000867 Jy/beam ! Combined flux in latest and established models = 0.256702 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 53 components and 0.256702 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=9.526 mas, bmaj=27.97 mas, bpa=0.571 degrees ! Estimated noise=1755.4 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0011973 Jy ! Component: 100 - total flux cleaned = 0.00119598 Jy ! Component: 150 - total flux cleaned = 0.00121895 Jy ! Component: 200 - total flux cleaned = 0.00122012 Jy ! Total flux subtracted in 200 components = 0.00122012 Jy ! Clean residual min=-0.003723 max=0.004019 Jy/beam ! Clean residual mean=0.000066 rms=0.001152 Jy/beam ! Combined flux in latest and established models = 0.257922 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 = 1.9678e-05 Jy ! Component: 100 - total flux cleaned = 3.76202e-05 Jy ! Component: 150 - total flux cleaned = 7.18711e-05 Jy ! Component: 200 - total flux cleaned = 0.000103302 Jy ! Total flux subtracted in 200 components = 0.000103302 Jy ! Clean residual min=-0.003651 max=0.003989 Jy/beam ! Clean residual mean=0.000067 rms=0.001147 Jy/beam ! Combined flux in latest and established models = 0.258026 Jy ! Adding 5 model components to the UV plane model. ! The established model now contains 57 components and 0.258025 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.842 mas, bmaj=7.816 mas, bpa=-0.433 degrees ! Estimated noise=1322.5 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.08391e-05 Jy ! Component: 100 - total flux cleaned = -6.72192e-05 Jy ! Component: 150 - total flux cleaned = -0.000139756 Jy ! Component: 200 - total flux cleaned = -0.000206384 Jy ! Total flux subtracted in 200 components = -0.000206384 Jy ! Clean residual min=-0.003348 max=0.003505 Jy/beam ! Clean residual mean=0.000031 rms=0.000838 Jy/beam ! Combined flux in latest and established models = 0.257819 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 66 components and 0.257819 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122568Jy sigma=0.000647 ! Fit after self-cal, rms=0.122552Jy sigma=0.000647 wmodel J1105-3928_S_2017_08_05_pus_map.mod ! Writing 66 model components to file: J1105-3928_S_2017_08_05_pus_map.mod wobs J1105-3928_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J1105-3928_S_2017_08_05_pus_uvs.fits wwins J1105-3928_S_2017_08_05_pus_map.win ! wwins: Wrote 2 windows to J1105-3928_S_2017_08_05_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.000559021 Jy ! Component: 100 - total flux cleaned = 0.000832157 Jy ! Component: 150 - total flux cleaned = 0.00108309 Jy ! Component: 200 - total flux cleaned = 0.0012256 Jy ! Component: 250 - total flux cleaned = 0.00140483 Jy ! Component: 300 - total flux cleaned = 0.00148956 Jy ! Component: 350 - total flux cleaned = 0.00149002 Jy ! Component: 400 - total flux cleaned = 0.00152933 Jy ! Component: 450 - total flux cleaned = 0.00149143 Jy ! Component: 500 - total flux cleaned = 0.00145509 Jy ! Component: 550 - total flux cleaned = 0.0014194 Jy ! Component: 600 - total flux cleaned = 0.00141969 Jy ! Component: 650 - total flux cleaned = 0.00135315 Jy ! Component: 700 - total flux cleaned = 0.00128796 Jy ! Component: 750 - total flux cleaned = 0.00125609 Jy ! Component: 800 - total flux cleaned = 0.0011954 Jy ! Component: 850 - total flux cleaned = 0.00119611 Jy ! Component: 900 - total flux cleaned = 0.00128301 Jy ! Component: 950 - total flux cleaned = 0.00131065 Jy ! Component: 1000 - total flux cleaned = 0.00133837 Jy ! Component: 1050 - total flux cleaned = 0.00131153 Jy ! Component: 1100 - total flux cleaned = 0.00128495 Jy ! Component: 1150 - total flux cleaned = 0.00123311 Jy ! Component: 1200 - total flux cleaned = 0.00113172 Jy ! Component: 1250 - total flux cleaned = 0.00110708 Jy ! Component: 1300 - total flux cleaned = 0.00110661 Jy ! Component: 1350 - total flux cleaned = 0.00105782 Jy ! Component: 1400 - total flux cleaned = 0.00094026 Jy ! Component: 1450 - total flux cleaned = 0.000894367 Jy ! Component: 1500 - total flux cleaned = 0.000871935 Jy ! Component: 1550 - total flux cleaned = 0.000849673 Jy ! Component: 1600 - total flux cleaned = 0.000849809 Jy ! Component: 1650 - total flux cleaned = 0.000785496 Jy ! Component: 1700 - total flux cleaned = 0.000807036 Jy ! Component: 1750 - total flux cleaned = 0.000785966 Jy ! Component: 1800 - total flux cleaned = 0.00070363 Jy ! Component: 1850 - total flux cleaned = 0.000663021 Jy ! Component: 1900 - total flux cleaned = 0.000603065 Jy ! Component: 1950 - total flux cleaned = 0.000563533 Jy ! Component: 2000 - total flux cleaned = 0.000582854 Jy ! Component: 2050 - total flux cleaned = 0.000563687 Jy ! Component: 2100 - total flux cleaned = 0.000563947 Jy ! Component: 2150 - total flux cleaned = 0.000564029 Jy ! Component: 2200 - total flux cleaned = 0.000545552 Jy ! Component: 2250 - total flux cleaned = 0.000508843 Jy ! Component: 2300 - total flux cleaned = 0.000508802 Jy ! Component: 2350 - total flux cleaned = 0.000508979 Jy ! Component: 2400 - total flux cleaned = 0.000526778 Jy ! Component: 2450 - total flux cleaned = 0.00052674 Jy ! Component: 2500 - total flux cleaned = 0.000544357 Jy ! Component: 2550 - total flux cleaned = 0.000579124 Jy ! Component: 2600 - total flux cleaned = 0.00064831 Jy ! Component: 2650 - total flux cleaned = 0.000734089 Jy ! Component: 2700 - total flux cleaned = 0.000802193 Jy ! Component: 2750 - total flux cleaned = 0.000903861 Jy ! Component: 2800 - total flux cleaned = 0.00100503 Jy ! Component: 2850 - total flux cleaned = 0.00115575 Jy ! Component: 2900 - total flux cleaned = 0.00127233 Jy ! Component: 2950 - total flux cleaned = 0.00140508 Jy ! Component: 3000 - total flux cleaned = 0.00148764 Jy ! Component: 3050 - total flux cleaned = 0.00161916 Jy ! Component: 3100 - total flux cleaned = 0.00173368 Jy ! Component: 3150 - total flux cleaned = 0.00184782 Jy ! Component: 3200 - total flux cleaned = 0.00191293 Jy ! Component: 3250 - total flux cleaned = 0.00201033 Jy ! Component: 3300 - total flux cleaned = 0.00210751 Jy ! Component: 3350 - total flux cleaned = 0.0021722 Jy ! Component: 3400 - total flux cleaned = 0.00228527 Jy ! Component: 3450 - total flux cleaned = 0.00239819 Jy ! Component: 3500 - total flux cleaned = 0.002511 Jy ! Component: 3550 - total flux cleaned = 0.00260765 Jy ! Component: 3600 - total flux cleaned = 0.00270414 Jy ! Component: 3650 - total flux cleaned = 0.00280067 Jy ! Component: 3700 - total flux cleaned = 0.00289708 Jy ! Component: 3750 - total flux cleaned = 0.00297735 Jy ! Component: 3800 - total flux cleaned = 0.00305767 Jy ! Component: 3850 - total flux cleaned = 0.00313818 Jy ! Component: 3900 - total flux cleaned = 0.00320258 Jy ! Component: 3950 - total flux cleaned = 0.00333158 Jy ! Component: 4000 - total flux cleaned = 0.00338013 Jy ! Component: 4050 - total flux cleaned = 0.00344475 Jy ! Total flux subtracted in 4096 components = 0.00344466 Jy ! Clean residual min=-0.000850 max=0.001049 Jy/beam ! Clean residual mean=0.000006 rms=0.000264 Jy/beam ! Combined flux in latest and established models = 0.261264 Jy keep ! Adding 244 model components to the UV plane model. ! The established model now contains 310 components and 0.261264 Jy ![Exited script file: muppet] wmap "J1105-3928_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.842 x 7.816 at -0.433 degrees (North through East) ! Clean map min=-0.0021708 max=0.17525 Jy/beam ! Writing clean map to FITS file: J1105-3928_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.175252 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000252577 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.432367 0.432367 0.864734 1.72947 3.45894 6.91787 13.8357 27.6715 55.343 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.175 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.842 x 7.816 at -0.433 degrees (North through East) ! Clean map min=-0.0021708 max=0.17525 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 J1105-3928_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:28:16 2019