! Started logfile: J0050-0929_S_2017_05_31_pus_uvs.log on Tue Feb 5 21:30:03 2019 obs J0050-0929_S_2017_05_31_pus_uva.fits ! Reading UV FITS file: J0050-0929_S_2017_05_31_pus_uva.fits ! AN table 1: 26 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.667521 visibilities/baseline/integration-bin. ! Found source: J0050-0929 ! ! 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 703 lines of history. ! ! Reading 3124 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 J0050-0929_S_2017_05_31_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 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 138 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.584679Jy sigma=0.004729 ! Fit after self-cal, rms=0.579488Jy sigma=0.004689 ! 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.814 mas, bmaj=6.754 mas, bpa=-5.806 degrees ! Estimated noise=2274.46 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.329329 Jy ! Component: 100 - total flux cleaned = 0.403576 Jy ! Total flux subtracted in 100 components = 0.403576 Jy ! Clean residual min=-0.013646 max=0.026412 Jy/beam ! Clean residual mean=-0.000079 rms=0.003703 Jy/beam ! Combined flux in latest and established models = 0.403576 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.403576 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108363Jy sigma=0.000836 ! Fit after self-cal, rms=0.108369Jy sigma=0.000836 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0270788 Jy ! Component: 100 - total flux cleaned = 0.0404281 Jy ! Total flux subtracted in 100 components = 0.0404281 Jy ! Clean residual min=-0.010429 max=0.011832 Jy/beam ! Clean residual mean=-0.000032 rms=0.002646 Jy/beam ! Combined flux in latest and established models = 0.444004 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 21 components and 0.444004 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100505Jy sigma=0.000759 ! Fit after self-cal, rms=0.100513Jy sigma=0.000758 ! 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.723 mas, bmaj=8.259 mas, bpa=-7.749 degrees ! Estimated noise=1768 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.0106491 Jy ! Component: 100 - total flux cleaned = 0.0154811 Jy ! Component: 150 - total flux cleaned = 0.017745 Jy ! Component: 200 - total flux cleaned = 0.0180077 Jy ! Total flux subtracted in 200 components = 0.0180077 Jy ! Clean residual min=-0.009466 max=0.010787 Jy/beam ! Clean residual mean=-0.000017 rms=0.002519 Jy/beam ! Combined flux in latest and established models = 0.462012 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 49 components and 0.462012 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099630Jy sigma=0.000749 ! Fit after self-cal, rms=0.099635Jy sigma=0.000749 ! 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 0.92 HN 1.00* KP 1.02 ! LA 1.02 MK 0.99 NL 0.90 OV 1.02 ! PT 1.02 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.29 FD 0.97 HN 1.00* KP 1.00 ! LA 0.95 MK 0.99 NL 1.03 OV 1.06 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.96 HN 1.00* KP 1.01 ! LA 1.00 MK 0.98 NL 1.00 OV 0.95 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.00* KP 1.16 ! LA 1.01 MK 1.22 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.099635Jy sigma=0.000749 ! Fit after self-cal, rms=0.096593Jy sigma=0.000699 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.721 mas, bmaj=8.283 mas, bpa=-7.704 degrees ! Estimated noise=1768.2 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.00146523 Jy ! Component: 100 - total flux cleaned = -0.00163426 Jy ! Component: 150 - total flux cleaned = -0.00168932 Jy ! Component: 200 - total flux cleaned = -0.00174216 Jy ! Total flux subtracted in 200 components = -0.00174216 Jy ! Clean residual min=-0.008418 max=0.007807 Jy/beam ! Clean residual mean=-0.000013 rms=0.002050 Jy/beam ! Combined flux in latest and established models = 0.46027 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 60 components and 0.46027 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096504Jy sigma=0.000699 ! Fit after self-cal, rms=0.096582Jy sigma=0.000699 ! 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.096582Jy sigma=0.000699 ! Fit after self-cal, rms=0.090253Jy sigma=0.000663 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.715 mas, bmaj=8.282 mas, bpa=-7.623 degrees ! Estimated noise=1765.82 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.61786e-05 Jy ! Component: 100 - total flux cleaned = -3.2841e-06 Jy ! Component: 150 - total flux cleaned = 7.12131e-05 Jy ! Component: 200 - total flux cleaned = 0.000137664 Jy ! Total flux subtracted in 200 components = 0.000137664 Jy ! Clean residual min=-0.004700 max=0.005539 Jy/beam ! Clean residual mean=-0.000021 rms=0.001266 Jy/beam ! Combined flux in latest and established models = 0.460407 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 70 components and 0.460407 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090223Jy sigma=0.000663 ! Fit after self-cal, rms=0.090265Jy sigma=0.000663 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 (3, 20). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00488977 Jy ! Component: 100 - total flux cleaned = 0.00677822 Jy ! Component: 150 - total flux cleaned = 0.00693323 Jy ! Component: 200 - total flux cleaned = 0.00693503 Jy ! Total flux subtracted in 200 components = 0.00693503 Jy ! Clean residual min=-0.004330 max=0.004344 Jy/beam ! Clean residual mean=-0.000018 rms=0.001106 Jy/beam ! Combined flux in latest and established models = 0.467342 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 90 components and 0.467342 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089973Jy sigma=0.000660 ! Fit after self-cal, rms=0.089931Jy sigma=0.000660 ! 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.089931Jy sigma=0.000660 ! Fit after self-cal, rms=0.089975Jy sigma=0.000660 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.713 mas, bmaj=8.285 mas, bpa=-7.611 degrees ! Estimated noise=1765.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00220967 Jy ! Component: 100 - total flux cleaned = 0.00233762 Jy ! Component: 150 - total flux cleaned = 0.00233881 Jy ! Component: 200 - total flux cleaned = 0.00243735 Jy ! Total flux subtracted in 200 components = 0.00243735 Jy ! Clean residual min=-0.004298 max=0.004457 Jy/beam ! Clean residual mean=-0.000017 rms=0.001049 Jy/beam ! Combined flux in latest and established models = 0.46978 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 100 components and 0.46978 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089880Jy sigma=0.000659 ! Fit after self-cal, rms=0.089873Jy sigma=0.000659 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.000900486 Jy ! Component: 100 - total flux cleaned = 0.000853746 Jy ! Component: 150 - total flux cleaned = 0.000894642 Jy ! Component: 200 - total flux cleaned = 0.000933433 Jy ! Total flux subtracted in 200 components = 0.000933433 Jy ! Clean residual min=-0.004341 max=0.004484 Jy/beam ! Clean residual mean=-0.000017 rms=0.001033 Jy/beam ! Combined flux in latest and established models = 0.470713 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 110 components and 0.470713 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089830Jy sigma=0.000659 ! Fit after self-cal, rms=0.089828Jy sigma=0.000659 ! Inverting map ! Added new window around map position (121.5, -60.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00266986 Jy ! Component: 100 - total flux cleaned = 0.00320746 Jy ! Component: 150 - total flux cleaned = 0.00328258 Jy ! Component: 200 - total flux cleaned = 0.0033452 Jy ! Total flux subtracted in 200 components = 0.0033452 Jy ! Clean residual min=-0.004017 max=0.003901 Jy/beam ! Clean residual mean=-0.000014 rms=0.001001 Jy/beam ! Combined flux in latest and established models = 0.474058 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 131 components and 0.474058 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089600Jy sigma=0.000657 ! Fit after self-cal, rms=0.089589Jy sigma=0.000657 ! 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.089589Jy sigma=0.000657 ! Fit after self-cal, rms=0.089579Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.849 mas, bmaj=15.49 mas, bpa=-9.518 degrees ! Estimated noise=2121.78 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00111861 Jy ! Component: 100 - total flux cleaned = 0.0016911 Jy ! Component: 150 - total flux cleaned = 0.00199027 Jy ! Component: 200 - total flux cleaned = 0.00217998 Jy ! Total flux subtracted in 200 components = 0.00217998 Jy ! Clean residual min=-0.003351 max=0.003946 Jy/beam ! Clean residual mean=-0.000022 rms=0.001041 Jy/beam ! Combined flux in latest and established models = 0.476238 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 146 components and 0.476238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089564Jy sigma=0.000657 ! Fit after self-cal, rms=0.089560Jy sigma=0.000657 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.000496597 Jy ! Component: 100 - total flux cleaned = 0.000635595 Jy ! Component: 150 - total flux cleaned = 0.000729678 Jy ! Component: 200 - total flux cleaned = 0.000816009 Jy ! Total flux subtracted in 200 components = 0.000816009 Jy ! Clean residual min=-0.003266 max=0.003809 Jy/beam ! Clean residual mean=-0.000021 rms=0.001011 Jy/beam ! Combined flux in latest and established models = 0.477054 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 156 components and 0.477054 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089561Jy sigma=0.000657 ! Fit after self-cal, rms=0.089557Jy sigma=0.000657 ! 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.712 mas, bmaj=8.288 mas, bpa=-7.602 degrees ! Estimated noise=1766.33 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.712 x 8.288 at -7.602 degrees (North through East) ! Clean map min=-0.0036264 max=0.4267 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.807 mas, bmaj=6.759 mas, bpa=-5.717 degrees ! Estimated noise=2263.14 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.327438 Jy ! Component: 100 - total flux cleaned = 0.401205 Jy ! Component: 150 - total flux cleaned = 0.427854 Jy ! Component: 200 - total flux cleaned = 0.440763 Jy ! Total flux subtracted in 200 components = 0.440763 Jy ! Clean residual min=-0.007089 max=0.007464 Jy/beam ! Clean residual mean=-0.000036 rms=0.001771 Jy/beam ! Combined flux in latest and established models = 0.440763 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.440763 Jy ! Inverting map and beam ! Estimated beam: bmin=3.712 mas, bmaj=8.288 mas, bpa=-7.602 degrees ! Estimated noise=1766.33 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.0115279 Jy ! Component: 100 - total flux cleaned = 0.0186958 Jy ! Component: 150 - total flux cleaned = 0.0238357 Jy ! Component: 200 - total flux cleaned = 0.0278262 Jy ! Total flux subtracted in 200 components = 0.0278262 Jy ! Clean residual min=-0.004440 max=0.004123 Jy/beam ! Clean residual mean=-0.000025 rms=0.001108 Jy/beam ! Combined flux in latest and established models = 0.468589 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 67 components and 0.468589 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=8.849 mas, bmaj=15.49 mas, bpa=-9.518 degrees ! Estimated noise=2121.78 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00403106 Jy ! Component: 100 - total flux cleaned = 0.00657709 Jy ! Component: 150 - total flux cleaned = 0.00803289 Jy ! Component: 200 - total flux cleaned = 0.0082235 Jy ! Total flux subtracted in 200 components = 0.0082235 Jy ! Clean residual min=-0.003406 max=0.004016 Jy/beam ! Clean residual mean=-0.000025 rms=0.001063 Jy/beam ! Combined flux in latest and established models = 0.476813 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 = 0.000170383 Jy ! Component: 100 - total flux cleaned = 0.000273221 Jy ! Component: 150 - total flux cleaned = 0.000413406 Jy ! Component: 200 - total flux cleaned = 0.000539321 Jy ! Total flux subtracted in 200 components = 0.000539321 Jy ! Clean residual min=-0.003257 max=0.003975 Jy/beam ! Clean residual mean=-0.000023 rms=0.001023 Jy/beam ! Combined flux in latest and established models = 0.477352 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 121 components and 0.477352 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.712 mas, bmaj=8.288 mas, bpa=-7.602 degrees ! Estimated noise=1766.33 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000320022 Jy ! Component: 100 - total flux cleaned = 0.000394991 Jy ! Component: 150 - total flux cleaned = 0.000601786 Jy ! Component: 200 - total flux cleaned = 0.000793039 Jy ! Total flux subtracted in 200 components = 0.000793039 Jy ! Clean residual min=-0.003760 max=0.003784 Jy/beam ! Clean residual mean=-0.000012 rms=0.000967 Jy/beam ! Combined flux in latest and established models = 0.478145 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 139 components and 0.478145 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089611Jy sigma=0.000657 ! Fit after self-cal, rms=0.089605Jy sigma=0.000657 wmodel J0050-0929_S_2017_05_31_pus_map.mod ! Writing 139 model components to file: J0050-0929_S_2017_05_31_pus_map.mod wobs J0050-0929_S_2017_05_31_pus_uvs.fits ! Writing UV FITS file: J0050-0929_S_2017_05_31_pus_uvs.fits wwins J0050-0929_S_2017_05_31_pus_map.win ! wwins: Wrote 3 windows to J0050-0929_S_2017_05_31_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 = -5.65067e-05 Jy ! Component: 100 - total flux cleaned = -0.000577524 Jy ! Component: 150 - total flux cleaned = -0.00120038 Jy ! Component: 200 - total flux cleaned = -0.00161607 Jy ! Component: 250 - total flux cleaned = -0.00167379 Jy ! Component: 300 - total flux cleaned = -0.00200326 Jy ! Component: 350 - total flux cleaned = -0.00205589 Jy ! Component: 400 - total flux cleaned = -0.0022125 Jy ! Component: 450 - total flux cleaned = -0.00246615 Jy ! Component: 500 - total flux cleaned = -0.00266591 Jy ! Component: 550 - total flux cleaned = -0.00310525 Jy ! Component: 600 - total flux cleaned = -0.00343996 Jy ! Component: 650 - total flux cleaned = -0.00381584 Jy ! Component: 700 - total flux cleaned = -0.00400154 Jy ! Component: 750 - total flux cleaned = -0.00450156 Jy ! Component: 800 - total flux cleaned = -0.00490364 Jy ! Component: 850 - total flux cleaned = -0.00521055 Jy ! Component: 900 - total flux cleaned = -0.00538369 Jy ! Component: 950 - total flux cleaned = -0.00555457 Jy ! Component: 1000 - total flux cleaned = -0.00580678 Jy ! Component: 1050 - total flux cleaned = -0.00588923 Jy ! Component: 1100 - total flux cleaned = -0.0061347 Jy ! Component: 1150 - total flux cleaned = -0.00625569 Jy ! Component: 1200 - total flux cleaned = -0.00641451 Jy ! Component: 1250 - total flux cleaned = -0.00657151 Jy ! Component: 1300 - total flux cleaned = -0.00672728 Jy ! Component: 1350 - total flux cleaned = -0.00684132 Jy ! Component: 1400 - total flux cleaned = -0.00691677 Jy ! Component: 1450 - total flux cleaned = -0.00691709 Jy ! Component: 1500 - total flux cleaned = -0.00688011 Jy ! Component: 1550 - total flux cleaned = -0.00691657 Jy ! Component: 1600 - total flux cleaned = -0.00695288 Jy ! Component: 1650 - total flux cleaned = -0.0069884 Jy ! Component: 1700 - total flux cleaned = -0.00698928 Jy ! Component: 1750 - total flux cleaned = -0.00705865 Jy ! Component: 1800 - total flux cleaned = -0.0070933 Jy ! Component: 1850 - total flux cleaned = -0.00709357 Jy ! Component: 1900 - total flux cleaned = -0.00732965 Jy ! Component: 1950 - total flux cleaned = -0.00739593 Jy ! Component: 2000 - total flux cleaned = -0.00746192 Jy ! Component: 2050 - total flux cleaned = -0.00762537 Jy ! Component: 2100 - total flux cleaned = -0.00778625 Jy ! Component: 2150 - total flux cleaned = -0.00781746 Jy ! Component: 2200 - total flux cleaned = -0.00794378 Jy ! Component: 2250 - total flux cleaned = -0.00794408 Jy ! Component: 2300 - total flux cleaned = -0.00803728 Jy ! Component: 2350 - total flux cleaned = -0.00812943 Jy ! Component: 2400 - total flux cleaned = -0.00809885 Jy ! Component: 2450 - total flux cleaned = -0.00815927 Jy ! Component: 2500 - total flux cleaned = -0.00815894 Jy ! Component: 2550 - total flux cleaned = -0.00815909 Jy ! Component: 2600 - total flux cleaned = -0.00821785 Jy ! Component: 2650 - total flux cleaned = -0.00815946 Jy ! Component: 2700 - total flux cleaned = -0.0081304 Jy ! Component: 2750 - total flux cleaned = -0.00813011 Jy ! Component: 2800 - total flux cleaned = -0.00815873 Jy ! Component: 2850 - total flux cleaned = -0.00810277 Jy ! Component: 2900 - total flux cleaned = -0.00801932 Jy ! Component: 2950 - total flux cleaned = -0.00793669 Jy ! Component: 3000 - total flux cleaned = -0.00790935 Jy ! Component: 3050 - total flux cleaned = -0.00796358 Jy ! Component: 3100 - total flux cleaned = -0.00780157 Jy ! Component: 3150 - total flux cleaned = -0.00772152 Jy ! Component: 3200 - total flux cleaned = -0.00774818 Jy ! Component: 3250 - total flux cleaned = -0.00777447 Jy ! Component: 3300 - total flux cleaned = -0.00767007 Jy ! Component: 3350 - total flux cleaned = -0.00756629 Jy ! Component: 3400 - total flux cleaned = -0.00748934 Jy ! Component: 3450 - total flux cleaned = -0.00748916 Jy ! Component: 3500 - total flux cleaned = -0.00741321 Jy ! Component: 3550 - total flux cleaned = -0.00741323 Jy ! Component: 3600 - total flux cleaned = -0.0072888 Jy ! Component: 3650 - total flux cleaned = -0.00733825 Jy ! Component: 3700 - total flux cleaned = -0.00726443 Jy ! Component: 3750 - total flux cleaned = -0.00721548 Jy ! Component: 3800 - total flux cleaned = -0.0072885 Jy ! Component: 3850 - total flux cleaned = -0.00716825 Jy ! Component: 3900 - total flux cleaned = -0.00721588 Jy ! Component: 3950 - total flux cleaned = -0.00721605 Jy ! Component: 4000 - total flux cleaned = -0.00723966 Jy ! Component: 4050 - total flux cleaned = -0.00714615 Jy ! Total flux subtracted in 4096 components = -0.00721588 Jy ! Clean residual min=-0.001476 max=0.001369 Jy/beam ! Clean residual mean=-0.000005 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.470929 Jy keep ! Adding 252 model components to the UV plane model. ! The established model now contains 391 components and 0.470929 Jy ![Exited script file: muppet] wmap "J0050-0929_S_2017_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.712 x 8.288 at -7.602 degrees (North through East) ! Clean map min=-0.002807 max=0.42546 Jy/beam ! Writing clean map to FITS file: J0050-0929_S_2017_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.425457 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000422039 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.297589 0.297589 0.595179 1.19036 2.38072 4.76143 9.52286 19.0457 38.0915 76.1829 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.425 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.712 x 8.288 at -7.602 degrees (North through East) ! Clean map min=-0.002807 max=0.42546 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 J0050-0929_S_2017_05_31_pus_uvs.log closed on Tue Feb 5 21:30:12 2019