! Started logfile: J1704+7138_S_2017_06_15_pus_uvs.log on Tue May 7 15:24:02 2019 obs J1704+7138_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J1704+7138_S_2017_06_15_pus_uva.fits ! AN table 1: 152 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.856433 visibilities/baseline/integration-bin. ! Found source: J1704+7138 ! ! 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 603 lines of history. ! ! Reading 23432 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 J1704+7138_S_2017_06_15_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 221 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 192 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 217 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 952 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.996431Jy sigma=0.008883 ! Fit after self-cal, rms=0.959677Jy sigma=0.008570 ! 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=3.126 mas, bmaj=3.849 mas, bpa=-82.26 degrees ! Estimated noise=971.394 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.0334694 Jy ! Component: 100 - total flux cleaned = 0.040952 Jy ! Total flux subtracted in 100 components = 0.040952 Jy ! Clean residual min=-0.002573 max=0.002864 Jy/beam ! Clean residual mean=0.000001 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.040952 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.040952 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077471Jy sigma=0.000657 ! Fit after self-cal, rms=0.076145Jy sigma=0.000646 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00445236 Jy ! Component: 100 - total flux cleaned = 0.00570692 Jy ! Total flux subtracted in 100 components = 0.00570692 Jy ! Clean residual min=-0.002492 max=0.002776 Jy/beam ! Clean residual mean=0.000001 rms=0.000640 Jy/beam ! Combined flux in latest and established models = 0.0466589 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 12 components and 0.0466589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075950Jy sigma=0.000644 ! Fit after self-cal, rms=0.075956Jy sigma=0.000644 ! 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.927 mas, bmaj=4.978 mas, bpa=89.78 degrees ! Estimated noise=606.728 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.000519471 Jy ! Component: 100 - total flux cleaned = 0.000579335 Jy ! Component: 150 - total flux cleaned = 0.000607354 Jy ! Component: 200 - total flux cleaned = 0.000647008 Jy ! Total flux subtracted in 200 components = 0.000647008 Jy ! Clean residual min=-0.001632 max=0.001916 Jy/beam ! Clean residual mean=-0.000001 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.0473059 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 20 components and 0.0473059 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075948Jy sigma=0.000644 ! Fit after self-cal, rms=0.075952Jy sigma=0.000644 ! 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.11 FD 0.99 HN 1.02 KP 0.92 ! LA 1.01 MK 1.05 NL 0.85 OV 1.11 ! PT 1.03 SC 0.95 ! ! ! Correcting IF 2. ! A total of 36 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.07 HN 1.06 KP 0.96 ! LA 0.94 MK 0.98 NL 1.06 OV 1.05 ! PT 1.05 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.07 HN 1.05 KP 1.02 ! LA 1.05 MK 0.98 NL 1.03 OV 1.03 ! PT 0.96 SC 1.01 ! ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.95 HN 1.03 KP 1.00* ! LA 0.86 MK 0.83 NL 1.00* OV 1.00* ! PT 0.93 SC 1.00* ! ! ! Fit before self-cal, rms=0.075952Jy sigma=0.000644 ! Fit after self-cal, rms=0.076276Jy sigma=0.000644 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.913 mas, bmaj=4.954 mas, bpa=89.99 degrees ! Estimated noise=610.3 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.000400948 Jy ! Component: 100 - total flux cleaned = 0.000453808 Jy ! Component: 150 - total flux cleaned = 0.000489737 Jy ! Component: 200 - total flux cleaned = 0.000511899 Jy ! Total flux subtracted in 200 components = 0.000511899 Jy ! Clean residual min=-0.001609 max=0.001727 Jy/beam ! Clean residual mean=-0.000001 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.0478178 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 20 components and 0.0478178 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076271Jy sigma=0.000643 ! Fit after self-cal, rms=0.076258Jy sigma=0.000643 ! 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.076258Jy sigma=0.000643 ! Fit after self-cal, rms=0.077000Jy sigma=0.000642 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.897 mas, bmaj=4.965 mas, bpa=89.11 degrees ! Estimated noise=611.266 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000329238 Jy ! Component: 100 - total flux cleaned = 0.000364676 Jy ! Component: 150 - total flux cleaned = 0.000373172 Jy ! Component: 200 - total flux cleaned = 0.000381816 Jy ! Total flux subtracted in 200 components = 0.000381816 Jy ! Clean residual min=-0.001606 max=0.001681 Jy/beam ! Clean residual mean=0.000002 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.0481996 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 24 components and 0.0481996 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076997Jy sigma=0.000642 ! Fit after self-cal, rms=0.077155Jy sigma=0.000642 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 (-13.5, 89). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00135384 Jy ! Component: 100 - total flux cleaned = 0.00132637 Jy ! Component: 150 - total flux cleaned = 0.00134639 Jy ! Component: 200 - total flux cleaned = 0.00134533 Jy ! Total flux subtracted in 200 components = 0.00134533 Jy ! Clean residual min=-0.001604 max=0.001576 Jy/beam ! Clean residual mean=0.000003 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.049545 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 33 components and 0.0495449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077122Jy sigma=0.000641 ! Fit after self-cal, rms=0.077128Jy sigma=0.000641 ! 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.077128Jy sigma=0.000641 ! Fit after self-cal, rms=0.078988Jy sigma=0.000641 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.889 mas, bmaj=4.945 mas, bpa=88.46 degrees ! Estimated noise=613.184 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000745158 Jy ! Component: 100 - total flux cleaned = 0.000821492 Jy ! Component: 150 - total flux cleaned = 0.00083924 Jy ! Component: 200 - total flux cleaned = 0.000874331 Jy ! Total flux subtracted in 200 components = 0.000874331 Jy ! Clean residual min=-0.001636 max=0.001557 Jy/beam ! Clean residual mean=0.000003 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.0504193 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 41 components and 0.0504193 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078967Jy sigma=0.000641 ! Fit after self-cal, rms=0.079117Jy sigma=0.000641 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.00040856 Jy ! Component: 100 - total flux cleaned = 0.000389142 Jy ! Component: 150 - total flux cleaned = 0.000390045 Jy ! Component: 200 - total flux cleaned = 0.000419567 Jy ! Total flux subtracted in 200 components = 0.000419567 Jy ! Clean residual min=-0.001655 max=0.001519 Jy/beam ! Clean residual mean=0.000004 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.0508389 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 48 components and 0.0508388 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079105Jy sigma=0.000640 ! Fit after self-cal, rms=0.079067Jy sigma=0.000640 ! 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.079067Jy sigma=0.000640 ! Fit after self-cal, rms=0.080384Jy sigma=0.000640 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.328 mas, bmaj=10.46 mas, bpa=82.22 degrees ! Estimated noise=763.711 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000422037 Jy ! Component: 100 - total flux cleaned = 0.000587069 Jy ! Component: 150 - total flux cleaned = 0.000615584 Jy ! Component: 200 - total flux cleaned = 0.000651957 Jy ! Total flux subtracted in 200 components = 0.000651957 Jy ! Clean residual min=-0.001521 max=0.001650 Jy/beam ! Clean residual mean=0.000009 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.0514908 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 57 components and 0.0514908 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080378Jy sigma=0.000640 ! Fit after self-cal, rms=0.080435Jy sigma=0.000640 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.000142163 Jy ! Component: 100 - total flux cleaned = 0.000145 Jy ! Component: 150 - total flux cleaned = 0.000155247 Jy ! Component: 200 - total flux cleaned = 0.000163692 Jy ! Total flux subtracted in 200 components = 0.000163692 Jy ! Clean residual min=-0.001528 max=0.001620 Jy/beam ! Clean residual mean=0.000009 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.0516545 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 65 components and 0.0516545 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080433Jy sigma=0.000640 ! Fit after self-cal, rms=0.080437Jy sigma=0.000640 ! 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.873 mas, bmaj=4.926 mas, bpa=87.83 degrees ! Estimated noise=614.658 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.873 x 4.926 at 87.83 degrees (North through East) ! Clean map min=-0.0015933 max=0.045196 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=3.089 mas, bmaj=3.814 mas, bpa=-84.68 degrees ! Estimated noise=968.834 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0352103 Jy ! Component: 100 - total flux cleaned = 0.0434892 Jy ! Component: 150 - total flux cleaned = 0.0475356 Jy ! Component: 200 - total flux cleaned = 0.0491572 Jy ! Total flux subtracted in 200 components = 0.0491572 Jy ! Clean residual min=-0.002476 max=0.002576 Jy/beam ! Clean residual mean=0.000003 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.0491572 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.0491572 Jy ! Inverting map and beam ! Estimated beam: bmin=3.873 mas, bmaj=4.926 mas, bpa=87.83 degrees ! Estimated noise=614.658 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) ! Added new window around map position (45, 9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00178865 Jy ! Component: 100 - total flux cleaned = 0.00241173 Jy ! Component: 150 - total flux cleaned = 0.00292967 Jy ! Component: 200 - total flux cleaned = 0.00325346 Jy ! Total flux subtracted in 200 components = 0.00325346 Jy ! Clean residual min=-0.001561 max=0.001461 Jy/beam ! Clean residual mean=0.000004 rms=0.000370 Jy/beam ! Combined flux in latest and established models = 0.0524106 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 41 components and 0.0524106 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.328 mas, bmaj=10.46 mas, bpa=82.22 degrees ! Estimated noise=763.711 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000599879 Jy ! Component: 100 - total flux cleaned = 0.000866415 Jy ! Component: 150 - total flux cleaned = 0.000929075 Jy ! Component: 200 - total flux cleaned = 0.0010148 Jy ! Total flux subtracted in 200 components = 0.0010148 Jy ! Clean residual min=-0.001504 max=0.001547 Jy/beam ! Clean residual mean=0.000008 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.0534254 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 = 5.88109e-05 Jy ! Component: 100 - total flux cleaned = 4.4546e-05 Jy ! Component: 150 - total flux cleaned = 3.20314e-05 Jy ! Component: 200 - total flux cleaned = 8.97158e-06 Jy ! Total flux subtracted in 200 components = 8.97158e-06 Jy ! Clean residual min=-0.001506 max=0.001551 Jy/beam ! Clean residual mean=0.000008 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.0534344 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 69 components and 0.0534344 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.873 mas, bmaj=4.926 mas, bpa=87.83 degrees ! Estimated noise=614.658 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000153848 Jy ! Component: 100 - total flux cleaned = -0.000233385 Jy ! Component: 150 - total flux cleaned = -0.000234098 Jy ! Component: 200 - total flux cleaned = -0.000254594 Jy ! Total flux subtracted in 200 components = -0.000254594 Jy ! Clean residual min=-0.001528 max=0.001406 Jy/beam ! Clean residual mean=0.000004 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.0531798 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 86 components and 0.0531798 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080418Jy sigma=0.000640 ! Fit after self-cal, rms=0.080415Jy sigma=0.000640 wmodel J1704+7138_S_2017_06_15_pus_map.mod ! Writing 86 model components to file: J1704+7138_S_2017_06_15_pus_map.mod wobs J1704+7138_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J1704+7138_S_2017_06_15_pus_uvs.fits wwins J1704+7138_S_2017_06_15_pus_map.win ! wwins: Wrote 3 windows to J1704+7138_S_2017_06_15_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.000154406 Jy ! Component: 100 - total flux cleaned = -0.000102848 Jy ! Component: 150 - total flux cleaned = 4.45051e-05 Jy ! Component: 200 - total flux cleaned = 0.000140257 Jy ! Component: 250 - total flux cleaned = 0.000209389 Jy ! Component: 300 - total flux cleaned = 0.000208987 Jy ! Component: 350 - total flux cleaned = 0.000186931 Jy ! Component: 400 - total flux cleaned = 0.000186862 Jy ! Component: 450 - total flux cleaned = 0.000270182 Jy ! Component: 500 - total flux cleaned = 0.000351745 Jy ! Component: 550 - total flux cleaned = 0.000411964 Jy ! Component: 600 - total flux cleaned = 0.0005306 Jy ! Component: 650 - total flux cleaned = 0.000588825 Jy ! Component: 700 - total flux cleaned = 0.000608205 Jy ! Component: 750 - total flux cleaned = 0.000608621 Jy ! Component: 800 - total flux cleaned = 0.000664742 Jy ! Component: 850 - total flux cleaned = 0.000701537 Jy ! Component: 900 - total flux cleaned = 0.000701734 Jy ! Component: 950 - total flux cleaned = 0.000755912 Jy ! Component: 1000 - total flux cleaned = 0.000827058 Jy ! Component: 1050 - total flux cleaned = 0.000844879 Jy ! Component: 1100 - total flux cleaned = 0.000896911 Jy ! Component: 1150 - total flux cleaned = 0.000931106 Jy ! Component: 1200 - total flux cleaned = 0.000948104 Jy ! Component: 1250 - total flux cleaned = 0.000981583 Jy ! Component: 1300 - total flux cleaned = 0.00104788 Jy ! Component: 1350 - total flux cleaned = 0.00106381 Jy ! Component: 1400 - total flux cleaned = 0.00108017 Jy ! Component: 1450 - total flux cleaned = 0.00112856 Jy ! Component: 1500 - total flux cleaned = 0.00119239 Jy ! Component: 1550 - total flux cleaned = 0.00120814 Jy ! Component: 1600 - total flux cleaned = 0.00130186 Jy ! Component: 1650 - total flux cleaned = 0.00133306 Jy ! Component: 1700 - total flux cleaned = 0.00144045 Jy ! Component: 1750 - total flux cleaned = 0.00148612 Jy ! Component: 1800 - total flux cleaned = 0.00157654 Jy ! Component: 1850 - total flux cleaned = 0.0016364 Jy ! Component: 1900 - total flux cleaned = 0.00162168 Jy ! Component: 1950 - total flux cleaned = 0.00175422 Jy ! Component: 2000 - total flux cleaned = 0.00179802 Jy ! Component: 2050 - total flux cleaned = 0.00178358 Jy ! Component: 2100 - total flux cleaned = 0.0018555 Jy ! Component: 2150 - total flux cleaned = 0.00189828 Jy ! Component: 2200 - total flux cleaned = 0.0018981 Jy ! Component: 2250 - total flux cleaned = 0.00189815 Jy ! Component: 2300 - total flux cleaned = 0.00192614 Jy ! Component: 2350 - total flux cleaned = 0.00200934 Jy ! Component: 2400 - total flux cleaned = 0.00196807 Jy ! Component: 2450 - total flux cleaned = 0.00200905 Jy ! Component: 2500 - total flux cleaned = 0.00200919 Jy ! Component: 2550 - total flux cleaned = 0.00206288 Jy ! Component: 2600 - total flux cleaned = 0.00200931 Jy ! Component: 2650 - total flux cleaned = 0.00202258 Jy ! Component: 2700 - total flux cleaned = 0.00207557 Jy ! Component: 2750 - total flux cleaned = 0.00216741 Jy ! Component: 2800 - total flux cleaned = 0.00214133 Jy ! Component: 2850 - total flux cleaned = 0.00219298 Jy ! Component: 2900 - total flux cleaned = 0.00220586 Jy ! Component: 2950 - total flux cleaned = 0.00216751 Jy ! Component: 3000 - total flux cleaned = 0.0022058 Jy ! Component: 3050 - total flux cleaned = 0.00223118 Jy ! Component: 3100 - total flux cleaned = 0.00224378 Jy ! Component: 3150 - total flux cleaned = 0.00230621 Jy ! Component: 3200 - total flux cleaned = 0.00229366 Jy ! Component: 3250 - total flux cleaned = 0.00231838 Jy ! Component: 3300 - total flux cleaned = 0.00231826 Jy ! Component: 3350 - total flux cleaned = 0.00234271 Jy ! Component: 3400 - total flux cleaned = 0.00241556 Jy ! Component: 3450 - total flux cleaned = 0.00240358 Jy ! Component: 3500 - total flux cleaned = 0.00245165 Jy ! Component: 3550 - total flux cleaned = 0.00238002 Jy ! Component: 3600 - total flux cleaned = 0.00242764 Jy ! Component: 3650 - total flux cleaned = 0.00246307 Jy ! Component: 3700 - total flux cleaned = 0.0024514 Jy ! Component: 3750 - total flux cleaned = 0.0024748 Jy ! Component: 3800 - total flux cleaned = 0.00241665 Jy ! Component: 3850 - total flux cleaned = 0.00245139 Jy ! Component: 3900 - total flux cleaned = 0.00247442 Jy ! Component: 3950 - total flux cleaned = 0.00245143 Jy ! Component: 4000 - total flux cleaned = 0.00241716 Jy ! Component: 4050 - total flux cleaned = 0.00240593 Jy ! Total flux subtracted in 4096 components = 0.00241735 Jy ! Clean residual min=-0.000777 max=0.000790 Jy/beam ! Clean residual mean=0.000002 rms=0.000208 Jy/beam ! Combined flux in latest and established models = 0.0555972 Jy keep ! Adding 327 model components to the UV plane model. ! The established model now contains 413 components and 0.0555972 Jy ![Exited script file: muppet] wmap "J1704+7138_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.873 x 4.926 at 87.83 degrees (North through East) ! Clean map min=-0.0011252 max=0.045161 Jy/beam ! Writing clean map to FITS file: J1704+7138_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0451611 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000206941 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.37469 1.37469 2.74937 5.49874 10.9975 21.995 43.9899 87.9799 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.045 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.873 x 4.926 at 87.83 degrees (North through East) ! Clean map min=-0.0011252 max=0.045161 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 J1704+7138_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:24:07 2019