! Started logfile: J0805+6144_S_2017_01_21_pus_uvs.log on Sun May 5 15:50:02 2019 obs J0805+6144_S_2017_01_21_pus_uva.fits ! Reading UV FITS file: J0805+6144_S_2017_01_21_pus_uva.fits ! AN table 1: 10 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.905556 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 558 lines of history. ! ! Reading 1304 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_01_21_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 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.502010Jy sigma=0.004136 ! Fit after self-cal, rms=0.497267Jy sigma=0.004096 ! 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.638 mas, bmaj=10.16 mas, bpa=46.27 degrees ! Estimated noise=3135.58 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.394004 Jy ! Component: 100 - total flux cleaned = 0.527684 Jy ! Total flux subtracted in 100 components = 0.527684 Jy ! Clean residual min=-0.032384 max=0.059963 Jy/beam ! Clean residual mean=-0.000414 rms=0.009084 Jy/beam ! Combined flux in latest and established models = 0.527684 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.527684 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137025Jy sigma=0.001185 ! Fit after self-cal, rms=0.136412Jy sigma=0.001181 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.066358 Jy ! Component: 100 - total flux cleaned = 0.100173 Jy ! Total flux subtracted in 100 components = 0.100173 Jy ! Clean residual min=-0.015479 max=0.016491 Jy/beam ! Clean residual mean=-0.000174 rms=0.004081 Jy/beam ! Combined flux in latest and established models = 0.627856 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 14 components and 0.627856 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097605Jy sigma=0.000797 ! Fit after self-cal, rms=0.097154Jy sigma=0.000794 ! 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.162 mas, bmaj=10.15 mas, bpa=46.22 degrees ! Estimated noise=2445.91 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.0249046 Jy ! Component: 100 - total flux cleaned = 0.0381921 Jy ! Component: 150 - total flux cleaned = 0.0450291 Jy ! Component: 200 - total flux cleaned = 0.0486789 Jy ! Total flux subtracted in 200 components = 0.0486789 Jy ! Clean residual min=-0.011170 max=0.012059 Jy/beam ! Clean residual mean=-0.000162 rms=0.002857 Jy/beam ! Combined flux in latest and established models = 0.676535 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 45 components and 0.676535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091086Jy sigma=0.000730 ! Fit after self-cal, rms=0.090792Jy sigma=0.000728 ! 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.03 FD 0.95 HN 0.97 LA 1.02 ! MK 1.02 NL 0.97 OV 1.00 PT 0.98 ! SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.98 HN 0.98 LA 0.97 ! MK 1.02 NL 1.00 OV 1.03 PT 0.97 ! SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.00 HN 1.01 LA 1.00 ! MK 1.03 NL 1.00 OV 0.94 PT 0.96 ! SC 1.00 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.04 HN 1.00 LA 1.14 ! MK 0.91 NL 1.00* OV 1.00 PT 0.96 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.090792Jy sigma=0.000728 ! Fit after self-cal, rms=0.085431Jy sigma=0.000675 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.152 mas, bmaj=10.19 mas, bpa=46.08 degrees ! Estimated noise=2428.65 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.00311975 Jy ! Component: 100 - total flux cleaned = 0.00418408 Jy ! Component: 150 - total flux cleaned = 0.00431821 Jy ! Component: 200 - total flux cleaned = 0.00421421 Jy ! Total flux subtracted in 200 components = 0.00421421 Jy ! Clean residual min=-0.006428 max=0.007372 Jy/beam ! Clean residual mean=-0.000095 rms=0.001735 Jy/beam ! Combined flux in latest and established models = 0.68075 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 66 components and 0.68075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084720Jy sigma=0.000668 ! Fit after self-cal, rms=0.084636Jy sigma=0.000667 ! 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.084636Jy sigma=0.000667 ! Fit after self-cal, rms=0.084696Jy sigma=0.000667 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.148 mas, bmaj=10.18 mas, bpa=46.05 degrees ! Estimated noise=2428.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00275738 Jy ! Component: 100 - total flux cleaned = 0.00344624 Jy ! Component: 150 - total flux cleaned = 0.00344267 Jy ! Component: 200 - total flux cleaned = 0.00352176 Jy ! Total flux subtracted in 200 components = 0.00352176 Jy ! Clean residual min=-0.006150 max=0.006251 Jy/beam ! Clean residual mean=-0.000089 rms=0.001589 Jy/beam ! Combined flux in latest and established models = 0.684271 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 78 components and 0.684271 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084423Jy sigma=0.000665 ! Fit after self-cal, rms=0.084376Jy sigma=0.000664 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.000136002 Jy ! Component: 100 - total flux cleaned = 0.00013322 Jy ! Component: 150 - total flux cleaned = 6.66136e-05 Jy ! Component: 200 - total flux cleaned = 1.05446e-05 Jy ! Total flux subtracted in 200 components = 1.05446e-05 Jy ! Clean residual min=-0.006021 max=0.005866 Jy/beam ! Clean residual mean=-0.000089 rms=0.001538 Jy/beam ! Combined flux in latest and established models = 0.684282 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 82 components and 0.684282 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084263Jy sigma=0.000664 ! Fit after self-cal, rms=0.084234Jy sigma=0.000663 ! 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.084234Jy sigma=0.000663 ! Fit after self-cal, rms=0.084274Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.145 mas, bmaj=10.18 mas, bpa=46.03 degrees ! Estimated noise=2428.5 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00202014 Jy ! Component: 100 - total flux cleaned = 0.00232729 Jy ! Component: 150 - total flux cleaned = 0.00238166 Jy ! Component: 200 - total flux cleaned = 0.00238071 Jy ! Total flux subtracted in 200 components = 0.00238071 Jy ! Clean residual min=-0.005957 max=0.005586 Jy/beam ! Clean residual mean=-0.000087 rms=0.001496 Jy/beam ! Combined flux in latest and established models = 0.686663 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 87 components and 0.686663 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084181Jy sigma=0.000663 ! Fit after self-cal, rms=0.084168Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.00556e-05 Jy ! Component: 100 - total flux cleaned = 6.34054e-05 Jy ! Component: 150 - total flux cleaned = 6.07275e-05 Jy ! Component: 200 - total flux cleaned = 2.29329e-05 Jy ! Total flux subtracted in 200 components = 2.29329e-05 Jy ! Clean residual min=-0.005884 max=0.005576 Jy/beam ! Clean residual mean=-0.000087 rms=0.001479 Jy/beam ! Combined flux in latest and established models = 0.686686 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 93 components and 0.686686 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084125Jy sigma=0.000662 ! Fit after self-cal, rms=0.084113Jy sigma=0.000662 ! 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.084113Jy sigma=0.000662 ! Fit after self-cal, rms=0.084113Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.593 mas, bmaj=11.1 mas, bpa=46.15 degrees ! Estimated noise=3020.69 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0016775 Jy ! Component: 100 - total flux cleaned = 0.00217545 Jy ! Component: 150 - total flux cleaned = 0.00257865 Jy ! Component: 200 - total flux cleaned = 0.00275064 Jy ! Total flux subtracted in 200 components = 0.00275064 Jy ! Clean residual min=-0.006361 max=0.006021 Jy/beam ! Clean residual mean=-0.000195 rms=0.001724 Jy/beam ! Combined flux in latest and established models = 0.689436 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 98 components and 0.689436 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084124Jy sigma=0.000662 ! Fit after self-cal, rms=0.084115Jy sigma=0.000662 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.000246146 Jy ! Component: 100 - total flux cleaned = 0.000274022 Jy ! Component: 150 - total flux cleaned = 0.000300102 Jy ! Component: 200 - total flux cleaned = 0.00032494 Jy ! Total flux subtracted in 200 components = 0.00032494 Jy ! Clean residual min=-0.006259 max=0.005966 Jy/beam ! Clean residual mean=-0.000191 rms=0.001709 Jy/beam ! Combined flux in latest and established models = 0.689761 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 106 components and 0.689761 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084117Jy sigma=0.000662 ! Fit after self-cal, rms=0.084109Jy sigma=0.000662 ! 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.142 mas, bmaj=10.18 mas, bpa=46.02 degrees ! Estimated noise=2428.17 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.142 x 10.18 at 46.02 degrees (North through East) ! Clean map min=-0.0055073 max=0.5281 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.084109Jy sigma=0.000662 ! Fit after self-cal, rms=0.079042Jy sigma=0.000614 ! Inverting map and beam ! Estimated beam: bmin=3.14 mas, bmaj=10.19 mas, bpa=46.03 degrees ! Estimated noise=2427.8 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.45226e-05 Jy ! Component: 100 - total flux cleaned = -5.26738e-05 Jy ! Component: 150 - total flux cleaned = -0.000226349 Jy ! Component: 200 - total flux cleaned = -0.00026494 Jy ! Total flux subtracted in 200 components = -0.00026494 Jy ! Clean residual min=-0.005634 max=0.005270 Jy/beam ! Clean residual mean=-0.000088 rms=0.001430 Jy/beam ! Combined flux in latest and established models = 0.689496 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 115 components and 0.689496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078966Jy sigma=0.000614 ! Fit after self-cal, rms=0.078958Jy sigma=0.000614 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.9315e-06 Jy ! Component: 100 - total flux cleaned = -6.03196e-05 Jy ! Component: 150 - total flux cleaned = -9.33789e-05 Jy ! Component: 200 - total flux cleaned = -0.000123754 Jy ! Total flux subtracted in 200 components = -0.000123754 Jy ! Clean residual min=-0.005628 max=0.005240 Jy/beam ! Clean residual mean=-0.000089 rms=0.001423 Jy/beam ! Combined flux in latest and established models = 0.689372 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 122 components and 0.689372 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078923Jy sigma=0.000614 ! Fit after self-cal, rms=0.078919Jy sigma=0.000614 ! 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.078919Jy sigma=0.000614 ! Fit after self-cal, rms=0.078936Jy sigma=0.000614 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.627 mas, bmaj=10.19 mas, bpa=46.07 degrees ! Estimated noise=3106.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.390432 Jy ! Component: 100 - total flux cleaned = 0.526079 Jy ! Component: 150 - total flux cleaned = 0.592994 Jy ! Component: 200 - total flux cleaned = 0.627828 Jy ! Total flux subtracted in 200 components = 0.627828 Jy ! Clean residual min=-0.012934 max=0.017537 Jy/beam ! Clean residual mean=-0.000175 rms=0.003622 Jy/beam ! Combined flux in latest and established models = 0.627828 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.627828 Jy ! Inverting map and beam ! Estimated beam: bmin=3.139 mas, bmaj=10.19 mas, bpa=46.02 degrees ! Estimated noise=2428.11 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.0265197 Jy ! Component: 100 - total flux cleaned = 0.0408435 Jy ! Component: 150 - total flux cleaned = 0.048539 Jy ! Component: 200 - total flux cleaned = 0.051808 Jy ! Total flux subtracted in 200 components = 0.051808 Jy ! Clean residual min=-0.006814 max=0.005791 Jy/beam ! Clean residual mean=-0.000147 rms=0.001687 Jy/beam ! Combined flux in latest and established models = 0.679636 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 33 components and 0.679636 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.59 mas, bmaj=11.11 mas, bpa=46.16 degrees ! Estimated noise=3022.86 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00669775 Jy ! Component: 100 - total flux cleaned = 0.00908269 Jy ! Component: 150 - total flux cleaned = 0.0095214 Jy ! Component: 200 - total flux cleaned = 0.00985458 Jy ! Total flux subtracted in 200 components = 0.00985458 Jy ! Clean residual min=-0.006217 max=0.006222 Jy/beam ! Clean residual mean=-0.000218 rms=0.001772 Jy/beam ! Combined flux in latest and established models = 0.689491 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.000327524 Jy ! Component: 100 - total flux cleaned = 0.00061038 Jy ! Component: 150 - total flux cleaned = 0.000854365 Jy ! Component: 200 - total flux cleaned = 0.0010333 Jy ! Total flux subtracted in 200 components = 0.0010333 Jy ! Clean residual min=-0.006117 max=0.006052 Jy/beam ! Clean residual mean=-0.000204 rms=0.001730 Jy/beam ! Combined flux in latest and established models = 0.690524 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 61 components and 0.690524 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.139 mas, bmaj=10.19 mas, bpa=46.02 degrees ! Estimated noise=2428.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000787598 Jy ! Component: 100 - total flux cleaned = -0.000783841 Jy ! Component: 150 - total flux cleaned = -0.000869619 Jy ! Component: 200 - total flux cleaned = -0.000872246 Jy ! Total flux subtracted in 200 components = -0.000872246 Jy ! Clean residual min=-0.005484 max=0.005630 Jy/beam ! Clean residual mean=-0.000090 rms=0.001459 Jy/beam ! Combined flux in latest and established models = 0.689652 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 82 components and 0.689652 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079157Jy sigma=0.000615 ! Fit after self-cal, rms=0.079137Jy sigma=0.000615 wmodel J0805+6144_S_2017_01_21_pus_map.mod ! Writing 82 model components to file: J0805+6144_S_2017_01_21_pus_map.mod wobs J0805+6144_S_2017_01_21_pus_uvs.fits ! Writing UV FITS file: J0805+6144_S_2017_01_21_pus_uvs.fits wwins J0805+6144_S_2017_01_21_pus_map.win ! wwins: Wrote 1 windows to J0805+6144_S_2017_01_21_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.000310831 Jy ! Component: 100 - total flux cleaned = 0.000126791 Jy ! Component: 150 - total flux cleaned = 0.000211543 Jy ! Component: 200 - total flux cleaned = 0.000695258 Jy ! Component: 250 - total flux cleaned = 0.00100466 Jy ! Component: 300 - total flux cleaned = 0.00107955 Jy ! Component: 350 - total flux cleaned = 0.000726716 Jy ! Component: 400 - total flux cleaned = 0.000523562 Jy ! Component: 450 - total flux cleaned = 0.000391022 Jy ! Component: 500 - total flux cleaned = 0.000327512 Jy ! Component: 550 - total flux cleaned = 0.000264832 Jy ! Component: 600 - total flux cleaned = 0.000204237 Jy ! Component: 650 - total flux cleaned = 0.000203954 Jy ! Component: 700 - total flux cleaned = 0.000146171 Jy ! Component: 750 - total flux cleaned = -2.15912e-05 Jy ! Component: 800 - total flux cleaned = -0.000130608 Jy ! Component: 850 - total flux cleaned = -0.000183671 Jy ! Component: 900 - total flux cleaned = -0.000342669 Jy ! Component: 950 - total flux cleaned = -0.000446297 Jy ! Component: 1000 - total flux cleaned = -0.000598757 Jy ! Component: 1050 - total flux cleaned = -0.000648986 Jy ! Component: 1100 - total flux cleaned = -0.000844573 Jy ! Component: 1150 - total flux cleaned = -0.000940131 Jy ! Component: 1200 - total flux cleaned = -0.00108053 Jy ! Component: 1250 - total flux cleaned = -0.00108064 Jy ! Component: 1300 - total flux cleaned = -0.00121628 Jy ! Component: 1350 - total flux cleaned = -0.00112659 Jy ! Component: 1400 - total flux cleaned = -0.00125802 Jy ! Component: 1450 - total flux cleaned = -0.0013439 Jy ! Component: 1500 - total flux cleaned = -0.00130091 Jy ! Component: 1550 - total flux cleaned = -0.00142825 Jy ! Component: 1600 - total flux cleaned = -0.00146977 Jy ! Component: 1650 - total flux cleaned = -0.00155245 Jy ! Component: 1700 - total flux cleaned = -0.00167429 Jy ! Component: 1750 - total flux cleaned = -0.00183378 Jy ! Component: 1800 - total flux cleaned = -0.00183366 Jy ! Component: 1850 - total flux cleaned = -0.00179497 Jy ! Component: 1900 - total flux cleaned = -0.00191079 Jy ! Component: 1950 - total flux cleaned = -0.00191109 Jy ! Component: 2000 - total flux cleaned = -0.00198617 Jy ! Component: 2050 - total flux cleaned = -0.00198594 Jy ! Component: 2100 - total flux cleaned = -0.0020223 Jy ! Component: 2150 - total flux cleaned = -0.00191323 Jy ! Component: 2200 - total flux cleaned = -0.00194971 Jy ! Component: 2250 - total flux cleaned = -0.00191438 Jy ! Component: 2300 - total flux cleaned = -0.00184391 Jy ! Component: 2350 - total flux cleaned = -0.00160089 Jy ! Component: 2400 - total flux cleaned = -0.0015324 Jy ! Component: 2450 - total flux cleaned = -0.00139621 Jy ! Component: 2500 - total flux cleaned = -0.00132847 Jy ! Component: 2550 - total flux cleaned = -0.00122848 Jy ! Component: 2600 - total flux cleaned = -0.00106354 Jy ! Component: 2650 - total flux cleaned = -0.00112852 Jy ! Component: 2700 - total flux cleaned = -0.00109593 Jy ! Component: 2750 - total flux cleaned = -0.00106404 Jy ! Component: 2800 - total flux cleaned = -0.00103249 Jy ! Component: 2850 - total flux cleaned = -0.000969255 Jy ! Component: 2900 - total flux cleaned = -0.000937804 Jy ! Component: 2950 - total flux cleaned = -0.000906857 Jy ! Component: 3000 - total flux cleaned = -0.000845241 Jy ! Component: 3050 - total flux cleaned = -0.000723469 Jy ! Component: 3100 - total flux cleaned = -0.000753757 Jy ! Component: 3150 - total flux cleaned = -0.000723499 Jy ! Component: 3200 - total flux cleaned = -0.000663859 Jy ! Component: 3250 - total flux cleaned = -0.000663571 Jy ! Component: 3300 - total flux cleaned = -0.000634099 Jy ! Component: 3350 - total flux cleaned = -0.000604785 Jy ! Component: 3400 - total flux cleaned = -0.000518072 Jy ! Component: 3450 - total flux cleaned = -0.000403522 Jy ! Component: 3500 - total flux cleaned = -0.000289591 Jy ! Component: 3550 - total flux cleaned = -0.000176306 Jy ! Component: 3600 - total flux cleaned = -0.000147886 Jy ! Component: 3650 - total flux cleaned = -3.5828e-05 Jy ! Component: 3700 - total flux cleaned = 4.76765e-05 Jy ! Component: 3750 - total flux cleaned = 0.00024113 Jy ! Component: 3800 - total flux cleaned = 0.000350717 Jy ! Component: 3850 - total flux cleaned = 0.00040543 Jy ! Component: 3900 - total flux cleaned = 0.000514121 Jy ! Component: 3950 - total flux cleaned = 0.000594885 Jy ! Component: 4000 - total flux cleaned = 0.000675525 Jy ! Component: 4050 - total flux cleaned = 0.000782239 Jy ! Total flux subtracted in 4096 components = 0.000728842 Jy ! Clean residual min=-0.001779 max=0.001600 Jy/beam ! Clean residual mean=-0.000013 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.690381 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 372 components and 0.690381 Jy ![Exited script file: muppet] wmap "J0805+6144_S_2017_01_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.139 x 10.19 at 46.02 degrees (North through East) ! Clean map min=-0.0036245 max=0.52813 Jy/beam ! Writing clean map to FITS file: J0805+6144_S_2017_01_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.528129 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000450375 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.255833 0.255833 0.511665 1.02333 2.04666 4.09332 8.18664 16.3733 32.7466 65.4931 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.528 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.139 x 10.19 at 46.02 degrees (North through East) ! Clean map min=-0.0036245 max=0.52813 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_01_21_pus_uvs.log closed on Sun May 5 15:50:07 2019