! Started logfile: J0805+6144_S_2017_08_12_pus_uvs.log on Fri May 10 14:55:29 2019 obs J0805+6144_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J0805+6144_S_2017_08_12_pus_uva.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.873333 visibilities/baseline/integration-bin. ! Found source: J0805+6144 ! ! 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 594 lines of history. ! ! Reading 1572 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 J0805+6144_S_2017_08_12_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 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 58 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.373586Jy sigma=0.003115 ! Fit after self-cal, rms=0.351455Jy sigma=0.002927 ! 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.709 mas, bmaj=10.03 mas, bpa=-56.94 degrees ! Estimated noise=2755.61 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.510639 Jy ! Component: 100 - total flux cleaned = 0.647295 Jy ! Total flux subtracted in 100 components = 0.647295 Jy ! Clean residual min=-0.028017 max=0.060093 Jy/beam ! Clean residual mean=0.000109 rms=0.009580 Jy/beam ! Combined flux in latest and established models = 0.647295 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.647295 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143770Jy sigma=0.001149 ! Fit after self-cal, rms=0.143767Jy sigma=0.001149 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0667799 Jy ! Component: 100 - total flux cleaned = 0.102698 Jy ! Total flux subtracted in 100 components = 0.102698 Jy ! Clean residual min=-0.019888 max=0.024220 Jy/beam ! Clean residual mean=0.000072 rms=0.004971 Jy/beam ! Combined flux in latest and established models = 0.749993 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 19 components and 0.749993 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107303Jy sigma=0.000839 ! Fit after self-cal, rms=0.107280Jy sigma=0.000839 ! 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.161 mas, bmaj=10.58 mas, bpa=-56.84 degrees ! Estimated noise=2406.78 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.017446 Jy ! Component: 100 - total flux cleaned = 0.0208233 Jy ! Component: 150 - total flux cleaned = 0.0225323 Jy ! Component: 200 - total flux cleaned = 0.0238859 Jy ! Total flux subtracted in 200 components = 0.0238859 Jy ! Clean residual min=-0.014674 max=0.015329 Jy/beam ! Clean residual mean=0.000139 rms=0.003674 Jy/beam ! Combined flux in latest and established models = 0.773878 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 32 components and 0.773878 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101601Jy sigma=0.000796 ! Fit after self-cal, rms=0.101563Jy sigma=0.000796 ! 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.01 FD 0.98 HN 0.97 KP 1.05 ! LA 1.00 MK 1.01 NL 0.88 OV 1.00 ! PT 1.01 SC 0.90 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.04 HN 1.03 KP 1.01 ! LA 0.96 MK 0.98 NL 1.04 OV 1.03 ! PT 1.01 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.08 HN 1.02 KP 1.00 ! LA 0.96 MK 1.04 NL 0.98 OV 0.98 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.14 HN 1.01 KP 1.00* ! LA 1.00 MK 1.13 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.101563Jy sigma=0.000796 ! Fit after self-cal, rms=0.088192Jy sigma=0.000690 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.183 mas, bmaj=10.61 mas, bpa=-56.9 degrees ! Estimated noise=2400.79 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.00554634 Jy ! Component: 100 - total flux cleaned = 0.00724179 Jy ! Component: 150 - total flux cleaned = 0.00854701 Jy ! Component: 200 - total flux cleaned = 0.00952712 Jy ! Total flux subtracted in 200 components = 0.00952712 Jy ! Clean residual min=-0.007944 max=0.007619 Jy/beam ! Clean residual mean=0.000013 rms=0.001948 Jy/beam ! Combined flux in latest and established models = 0.783405 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 48 components and 0.783405 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087399Jy sigma=0.000683 ! Fit after self-cal, rms=0.087356Jy sigma=0.000683 ! 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.087356Jy sigma=0.000683 ! Fit after self-cal, rms=0.087331Jy sigma=0.000682 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.186 mas, bmaj=10.59 mas, bpa=-56.93 degrees ! Estimated noise=2404.08 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00480669 Jy ! Component: 100 - total flux cleaned = 0.00605233 Jy ! Component: 150 - total flux cleaned = 0.00696858 Jy ! Component: 200 - total flux cleaned = 0.00766979 Jy ! Total flux subtracted in 200 components = 0.00766979 Jy ! Clean residual min=-0.007438 max=0.006530 Jy/beam ! Clean residual mean=0.000017 rms=0.001748 Jy/beam ! Combined flux in latest and established models = 0.791075 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 51 components and 0.791075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086973Jy sigma=0.000678 ! Fit after self-cal, rms=0.086953Jy sigma=0.000678 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.00106047 Jy ! Component: 100 - total flux cleaned = 0.00126871 Jy ! Component: 150 - total flux cleaned = 0.00133043 Jy ! Component: 200 - total flux cleaned = 0.00150542 Jy ! Total flux subtracted in 200 components = 0.00150542 Jy ! Clean residual min=-0.007341 max=0.006398 Jy/beam ! Clean residual mean=0.000014 rms=0.001699 Jy/beam ! Combined flux in latest and established models = 0.792581 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 62 components and 0.792581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086853Jy sigma=0.000677 ! Fit after self-cal, rms=0.086845Jy sigma=0.000677 ! 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.086845Jy sigma=0.000677 ! Fit after self-cal, rms=0.086783Jy sigma=0.000677 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.187 mas, bmaj=10.57 mas, bpa=-56.95 degrees ! Estimated noise=2405.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00322683 Jy ! Component: 100 - total flux cleaned = 0.00446331 Jy ! Component: 150 - total flux cleaned = 0.00497164 Jy ! Component: 200 - total flux cleaned = 0.00530294 Jy ! Total flux subtracted in 200 components = 0.00530294 Jy ! Clean residual min=-0.007050 max=0.006080 Jy/beam ! Clean residual mean=0.000019 rms=0.001589 Jy/beam ! Combined flux in latest and established models = 0.797883 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 70 components and 0.797884 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086631Jy sigma=0.000675 ! Fit after self-cal, rms=0.086628Jy sigma=0.000675 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.000535521 Jy ! Component: 100 - total flux cleaned = 0.000787608 Jy ! Component: 150 - total flux cleaned = 0.000900167 Jy ! Component: 200 - total flux cleaned = 0.00100554 Jy ! Total flux subtracted in 200 components = 0.00100554 Jy ! Clean residual min=-0.007016 max=0.006064 Jy/beam ! Clean residual mean=0.000018 rms=0.001572 Jy/beam ! Combined flux in latest and established models = 0.798889 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 76 components and 0.798889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086591Jy sigma=0.000675 ! Fit after self-cal, rms=0.086589Jy sigma=0.000675 ! 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.086589Jy sigma=0.000675 ! Fit after self-cal, rms=0.086532Jy sigma=0.000674 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.379 mas, bmaj=11.92 mas, bpa=-66.73 degrees ! Estimated noise=2957.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00306212 Jy ! Component: 100 - total flux cleaned = 0.00436635 Jy ! Component: 150 - total flux cleaned = 0.00463012 Jy ! Component: 200 - total flux cleaned = 0.00480327 Jy ! Total flux subtracted in 200 components = 0.00480327 Jy ! Clean residual min=-0.006424 max=0.006297 Jy/beam ! Clean residual mean=0.000043 rms=0.001777 Jy/beam ! Combined flux in latest and established models = 0.803692 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 85 components and 0.803692 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086498Jy sigma=0.000674 ! Fit after self-cal, rms=0.086497Jy sigma=0.000674 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.000284985 Jy ! Component: 100 - total flux cleaned = 0.000284767 Jy ! Component: 150 - total flux cleaned = 0.000247194 Jy ! Component: 200 - total flux cleaned = 0.000248581 Jy ! Total flux subtracted in 200 components = 0.000248581 Jy ! Clean residual min=-0.006447 max=0.006213 Jy/beam ! Clean residual mean=0.000041 rms=0.001768 Jy/beam ! Combined flux in latest and established models = 0.803941 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 93 components and 0.803941 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086495Jy sigma=0.000674 ! Fit after self-cal, rms=0.086495Jy sigma=0.000674 ! 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.188 mas, bmaj=10.56 mas, bpa=-56.95 degrees ! Estimated noise=2406.01 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.188 x 10.56 at -56.95 degrees (North through East) ! Clean map min=-0.0068786 max=0.67682 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086495Jy sigma=0.000674 ! Fit after self-cal, rms=0.081121Jy sigma=0.000627 ! Inverting map and beam ! Estimated beam: bmin=3.185 mas, bmaj=10.56 mas, bpa=-56.94 degrees ! Estimated noise=2405.16 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.62431e-05 Jy ! Component: 100 - total flux cleaned = 0.000732578 Jy ! Component: 150 - total flux cleaned = 0.000991231 Jy ! Component: 200 - total flux cleaned = 0.00121492 Jy ! Total flux subtracted in 200 components = 0.00121492 Jy ! Clean residual min=-0.006662 max=0.006214 Jy/beam ! Clean residual mean=0.000010 rms=0.001462 Jy/beam ! Combined flux in latest and established models = 0.805156 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 101 components and 0.805156 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081006Jy sigma=0.000626 ! Fit after self-cal, rms=0.081003Jy sigma=0.000626 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000198548 Jy ! Component: 100 - total flux cleaned = 0.000266793 Jy ! Component: 150 - total flux cleaned = 0.000296998 Jy ! Component: 200 - total flux cleaned = 0.000354079 Jy ! Total flux subtracted in 200 components = 0.000354079 Jy ! Clean residual min=-0.006505 max=0.006119 Jy/beam ! Clean residual mean=0.000010 rms=0.001455 Jy/beam ! Combined flux in latest and established models = 0.80551 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 106 components and 0.80551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080975Jy sigma=0.000626 ! Fit after self-cal, rms=0.080976Jy sigma=0.000626 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080976Jy sigma=0.000626 ! Fit after self-cal, rms=0.080934Jy sigma=0.000626 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.735 mas, bmaj=10.07 mas, bpa=-57.1 degrees ! Estimated noise=2747.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.509085 Jy ! Component: 100 - total flux cleaned = 0.642063 Jy ! Component: 150 - total flux cleaned = 0.706379 Jy ! Component: 200 - total flux cleaned = 0.740502 Jy ! Total flux subtracted in 200 components = 0.740502 Jy ! Clean residual min=-0.012349 max=0.016701 Jy/beam ! Clean residual mean=0.000038 rms=0.003504 Jy/beam ! Combined flux in latest and established models = 0.740502 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.740502 Jy ! Inverting map and beam ! Estimated beam: bmin=3.186 mas, bmaj=10.56 mas, bpa=-56.94 degrees ! Estimated noise=2406.27 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.0250382 Jy ! Component: 100 - total flux cleaned = 0.040571 Jy ! Component: 150 - total flux cleaned = 0.0504725 Jy ! Component: 200 - total flux cleaned = 0.0569234 Jy ! Total flux subtracted in 200 components = 0.0569234 Jy ! Clean residual min=-0.007231 max=0.006628 Jy/beam ! Clean residual mean=0.000024 rms=0.001669 Jy/beam ! Combined flux in latest and established models = 0.797425 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 43 components and 0.797425 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.374 mas, bmaj=11.9 mas, bpa=-66.64 degrees ! Estimated noise=2961.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00495366 Jy ! Component: 100 - total flux cleaned = 0.00749605 Jy ! Component: 150 - total flux cleaned = 0.00817188 Jy ! Component: 200 - total flux cleaned = 0.00859428 Jy ! Total flux subtracted in 200 components = 0.00859428 Jy ! Clean residual min=-0.006178 max=0.006014 Jy/beam ! Clean residual mean=0.000027 rms=0.001708 Jy/beam ! Combined flux in latest and established models = 0.80602 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.000302002 Jy ! Component: 100 - total flux cleaned = 0.000411722 Jy ! Component: 150 - total flux cleaned = 0.00050821 Jy ! Component: 200 - total flux cleaned = 0.000592547 Jy ! Total flux subtracted in 200 components = 0.000592547 Jy ! Clean residual min=-0.006137 max=0.005884 Jy/beam ! Clean residual mean=0.000026 rms=0.001684 Jy/beam ! Combined flux in latest and established models = 0.806612 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 62 components and 0.806612 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.186 mas, bmaj=10.56 mas, bpa=-56.94 degrees ! Estimated noise=2406.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000569034 Jy ! Component: 100 - total flux cleaned = -0.000848488 Jy ! Component: 150 - total flux cleaned = -0.0010919 Jy ! Component: 200 - total flux cleaned = -0.00130589 Jy ! Total flux subtracted in 200 components = -0.00130589 Jy ! Clean residual min=-0.007144 max=0.006702 Jy/beam ! Clean residual mean=0.000014 rms=0.001489 Jy/beam ! Combined flux in latest and established models = 0.805306 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 75 components and 0.805306 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081222Jy sigma=0.000628 ! Fit after self-cal, rms=0.081200Jy sigma=0.000628 wmodel J0805+6144_S_2017_08_12_pus_map.mod ! Writing 75 model components to file: J0805+6144_S_2017_08_12_pus_map.mod wobs J0805+6144_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J0805+6144_S_2017_08_12_pus_uvs.fits wwins J0805+6144_S_2017_08_12_pus_map.win ! wwins: Wrote 1 windows to J0805+6144_S_2017_08_12_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.000510915 Jy ! Component: 100 - total flux cleaned = -6.13363e-07 Jy ! Component: 150 - total flux cleaned = 2.17037e-06 Jy ! Component: 200 - total flux cleaned = -0.000261144 Jy ! Component: 250 - total flux cleaned = -0.000341908 Jy ! Component: 300 - total flux cleaned = -0.000337324 Jy ! Component: 350 - total flux cleaned = -0.000412306 Jy ! Component: 400 - total flux cleaned = -0.000560915 Jy ! Component: 450 - total flux cleaned = -0.000561536 Jy ! Component: 500 - total flux cleaned = -0.000562916 Jy ! Component: 550 - total flux cleaned = -0.000432003 Jy ! Component: 600 - total flux cleaned = -0.000240876 Jy ! Component: 650 - total flux cleaned = -0.000115575 Jy ! Component: 700 - total flux cleaned = 0.000188118 Jy ! Component: 750 - total flux cleaned = 0.000481105 Jy ! Component: 800 - total flux cleaned = 0.000652966 Jy ! Component: 850 - total flux cleaned = 0.00115403 Jy ! Component: 900 - total flux cleaned = 0.0013169 Jy ! Component: 950 - total flux cleaned = 0.00147664 Jy ! Component: 1000 - total flux cleaned = 0.00178794 Jy ! Component: 1050 - total flux cleaned = 0.00188918 Jy ! Component: 1100 - total flux cleaned = 0.00199002 Jy ! Component: 1150 - total flux cleaned = 0.00208784 Jy ! Component: 1200 - total flux cleaned = 0.00218371 Jy ! Component: 1250 - total flux cleaned = 0.00223039 Jy ! Component: 1300 - total flux cleaned = 0.00250344 Jy ! Component: 1350 - total flux cleaned = 0.00241367 Jy ! Component: 1400 - total flux cleaned = 0.00267806 Jy ! Component: 1450 - total flux cleaned = 0.00280819 Jy ! Component: 1500 - total flux cleaned = 0.00302143 Jy ! Component: 1550 - total flux cleaned = 0.00314678 Jy ! Component: 1600 - total flux cleaned = 0.00322981 Jy ! Component: 1650 - total flux cleaned = 0.00339252 Jy ! Component: 1700 - total flux cleaned = 0.00343251 Jy ! Component: 1750 - total flux cleaned = 0.00359128 Jy ! Component: 1800 - total flux cleaned = 0.00370839 Jy ! Component: 1850 - total flux cleaned = 0.00374714 Jy ! Component: 1900 - total flux cleaned = 0.00393788 Jy ! Component: 1950 - total flux cleaned = 0.00412559 Jy ! Component: 2000 - total flux cleaned = 0.00427391 Jy ! Component: 2050 - total flux cleaned = 0.0043476 Jy ! Component: 2100 - total flux cleaned = 0.00463726 Jy ! Component: 2150 - total flux cleaned = 0.00478011 Jy ! Component: 2200 - total flux cleaned = 0.00488613 Jy ! Component: 2250 - total flux cleaned = 0.00502638 Jy ! Component: 2300 - total flux cleaned = 0.00513049 Jy ! Component: 2350 - total flux cleaned = 0.00516524 Jy ! Component: 2400 - total flux cleaned = 0.00533523 Jy ! Component: 2450 - total flux cleaned = 0.00540164 Jy ! Component: 2500 - total flux cleaned = 0.00536818 Jy ! Component: 2550 - total flux cleaned = 0.0055635 Jy ! Component: 2600 - total flux cleaned = 0.00553132 Jy ! Component: 2650 - total flux cleaned = 0.00556293 Jy ! Component: 2700 - total flux cleaned = 0.00553119 Jy ! Component: 2750 - total flux cleaned = 0.0055625 Jy ! Component: 2800 - total flux cleaned = 0.00550075 Jy ! Component: 2850 - total flux cleaned = 0.00565388 Jy ! Component: 2900 - total flux cleaned = 0.00562313 Jy ! Component: 2950 - total flux cleaned = 0.00556279 Jy ! Component: 3000 - total flux cleaned = 0.00553292 Jy ! Component: 3050 - total flux cleaned = 0.00544462 Jy ! Component: 3100 - total flux cleaned = 0.00553239 Jy ! Component: 3150 - total flux cleaned = 0.00553267 Jy ! Component: 3200 - total flux cleaned = 0.0055618 Jy ! Component: 3250 - total flux cleaned = 0.0056762 Jy ! Component: 3300 - total flux cleaned = 0.00559113 Jy ! Component: 3350 - total flux cleaned = 0.00561923 Jy ! Component: 3400 - total flux cleaned = 0.00564743 Jy ! Component: 3450 - total flux cleaned = 0.00561978 Jy ! Component: 3500 - total flux cleaned = 0.00561981 Jy ! Component: 3550 - total flux cleaned = 0.00553812 Jy ! Component: 3600 - total flux cleaned = 0.00561966 Jy ! Component: 3650 - total flux cleaned = 0.00561949 Jy ! Component: 3700 - total flux cleaned = 0.00564658 Jy ! Component: 3750 - total flux cleaned = 0.00564661 Jy ! Component: 3800 - total flux cleaned = 0.00567306 Jy ! Component: 3850 - total flux cleaned = 0.00575199 Jy ! Component: 3900 - total flux cleaned = 0.00575209 Jy ! Component: 3950 - total flux cleaned = 0.00585619 Jy ! Component: 4000 - total flux cleaned = 0.00588201 Jy ! Component: 4050 - total flux cleaned = 0.0059594 Jy ! Total flux subtracted in 4096 components = 0.005908 Jy ! Clean residual min=-0.001488 max=0.001636 Jy/beam ! Clean residual mean=0.000005 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.811214 Jy keep ! Adding 225 model components to the UV plane model. ! The established model now contains 300 components and 0.811215 Jy ![Exited script file: muppet] wmap "J0805+6144_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.186 x 10.56 at -56.94 degrees (North through East) ! Clean map min=-0.0038142 max=0.67619 Jy/beam ! Writing clean map to FITS file: J0805+6144_S_2017_08_12_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.676191 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00044188 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.196045 0.196045 0.392091 0.784181 1.56836 3.13672 6.27345 12.5469 25.0938 50.1876 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.676 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.186 x 10.56 at -56.94 degrees (North through East) ! Clean map min=-0.0038142 max=0.67619 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 J0805+6144_S_2017_08_12_pus_uvs.log closed on Fri May 10 14:55:33 2019