! Started logfile: J1705+5109_S_2017_06_10_pus_uvs.log on Mon May 6 14:58:19 2019 obs J1705+5109_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J1705+5109_S_2017_06_10_pus_uva.fits ! AN table 1: 231 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.977778 visibilities/baseline/integration-bin. ! Found source: J1705+5109 ! ! 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 1154 lines of history. ! ! Reading 40656 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 J1705+5109_S_2017_06_10_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 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1187 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.938799Jy sigma=0.009765 ! Fit after self-cal, rms=0.927728Jy sigma=0.009662 ! 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.019 mas, bmaj=4.222 mas, bpa=-10.59 degrees ! Estimated noise=721.368 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.0551638 Jy ! Component: 100 - total flux cleaned = 0.0712236 Jy ! Total flux subtracted in 100 components = 0.0712236 Jy ! Clean residual min=-0.002726 max=0.006699 Jy/beam ! Clean residual mean=-0.000005 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.0712236 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0712236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070451Jy sigma=0.000688 ! Fit after self-cal, rms=0.070401Jy sigma=0.000688 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00730958 Jy ! Component: 100 - total flux cleaned = 0.0107639 Jy ! Total flux subtracted in 100 components = 0.0107639 Jy ! Clean residual min=-0.002409 max=0.002396 Jy/beam ! Clean residual mean=-0.000003 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.0819875 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 18 components and 0.0819875 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069545Jy sigma=0.000678 ! Fit after self-cal, rms=0.069535Jy sigma=0.000678 ! 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.754 mas, bmaj=5.16 mas, bpa=-7.281 degrees ! Estimated noise=379.978 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.00285795 Jy ! Component: 100 - total flux cleaned = 0.00422368 Jy ! Component: 150 - total flux cleaned = 0.00499245 Jy ! Component: 200 - total flux cleaned = 0.00534513 Jy ! Total flux subtracted in 200 components = 0.00534513 Jy ! Clean residual min=-0.001669 max=0.001507 Jy/beam ! Clean residual mean=0.000002 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.0873326 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 40 components and 0.0873326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069411Jy sigma=0.000677 ! Fit after self-cal, rms=0.069413Jy sigma=0.000677 ! 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.98 FD 1.04 HN 0.96 KP 1.01 ! LA 1.01 MK 1.03 NL 0.92 OV 1.06 ! PT 1.02 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.02 HN 1.02 KP 0.98 ! LA 0.97 MK 1.11 NL 0.98 OV 1.03 ! PT 1.03 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.08 HN 0.97 KP 0.99 ! LA 1.00 MK 1.13 NL 0.98 OV 0.96 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 0.92 KP 1.00* ! LA 0.97 MK 1.04 NL 1.00* OV 1.00* ! PT 0.97 SC 1.00* ! ! ! Fit before self-cal, rms=0.069413Jy sigma=0.000677 ! Fit after self-cal, rms=0.069743Jy sigma=0.000675 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.81 mas, bmaj=5.195 mas, bpa=-6.779 degrees ! Estimated noise=382.238 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 = 4.97325e-05 Jy ! Component: 100 - total flux cleaned = 3.56854e-05 Jy ! Component: 150 - total flux cleaned = 4.61788e-05 Jy ! Component: 200 - total flux cleaned = 3.72011e-05 Jy ! Total flux subtracted in 200 components = 3.72011e-05 Jy ! Clean residual min=-0.001306 max=0.001306 Jy/beam ! Clean residual mean=-0.000000 rms=0.000322 Jy/beam ! Combined flux in latest and established models = 0.0873698 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 44 components and 0.0873698 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069736Jy sigma=0.000675 ! Fit after self-cal, rms=0.069747Jy sigma=0.000675 ! 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.069747Jy sigma=0.000675 ! Fit after self-cal, rms=0.073578Jy sigma=0.000672 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.798 mas, bmaj=5.18 mas, bpa=-7.323 degrees ! Estimated noise=381.965 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000211222 Jy ! Component: 100 - total flux cleaned = 0.000219286 Jy ! Component: 150 - total flux cleaned = 0.000227014 Jy ! Component: 200 - total flux cleaned = 0.00023349 Jy ! Total flux subtracted in 200 components = 0.00023349 Jy ! Clean residual min=-0.001268 max=0.001024 Jy/beam ! Clean residual mean=-0.000000 rms=0.000246 Jy/beam ! Combined flux in latest and established models = 0.0876033 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 52 components and 0.0876033 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073576Jy sigma=0.000672 ! Fit after self-cal, rms=0.073633Jy sigma=0.000672 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 = -9.88302e-06 Jy ! Component: 100 - total flux cleaned = -2.31297e-05 Jy ! Component: 150 - total flux cleaned = -2.31001e-05 Jy ! Component: 200 - total flux cleaned = -2.3201e-05 Jy ! Total flux subtracted in 200 components = -2.3201e-05 Jy ! Clean residual min=-0.001254 max=0.001023 Jy/beam ! Clean residual mean=-0.000000 rms=0.000246 Jy/beam ! Combined flux in latest and established models = 0.0875801 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 53 components and 0.0875801 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073632Jy sigma=0.000672 ! Fit after self-cal, rms=0.073632Jy sigma=0.000672 ! 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.073632Jy sigma=0.000672 ! Fit after self-cal, rms=0.074353Jy sigma=0.000672 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.796 mas, bmaj=5.167 mas, bpa=-7.7 degrees ! Estimated noise=382.249 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000244184 Jy ! Component: 100 - total flux cleaned = 0.000251177 Jy ! Component: 150 - total flux cleaned = 0.000250941 Jy ! Component: 200 - total flux cleaned = 0.000251063 Jy ! Total flux subtracted in 200 components = 0.000251063 Jy ! Clean residual min=-0.001240 max=0.001017 Jy/beam ! Clean residual mean=-0.000000 rms=0.000245 Jy/beam ! Combined flux in latest and established models = 0.0878312 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 55 components and 0.0878312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074351Jy sigma=0.000672 ! Fit after self-cal, rms=0.074356Jy sigma=0.000672 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.21185e-06 Jy ! Component: 100 - total flux cleaned = -3.72852e-06 Jy ! Component: 150 - total flux cleaned = -8.46798e-06 Jy ! Component: 200 - total flux cleaned = -8.60821e-06 Jy ! Total flux subtracted in 200 components = -8.60821e-06 Jy ! Clean residual min=-0.001240 max=0.001019 Jy/beam ! Clean residual mean=-0.000000 rms=0.000244 Jy/beam ! Combined flux in latest and established models = 0.0878225 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 56 components and 0.0878225 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074355Jy sigma=0.000672 ! Fit after self-cal, rms=0.074355Jy sigma=0.000672 ! 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.074355Jy sigma=0.000672 ! Fit after self-cal, rms=0.074436Jy sigma=0.000672 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.056 mas, bmaj=8.739 mas, bpa=-3.436 degrees ! Estimated noise=476.774 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000341046 Jy ! Component: 100 - total flux cleaned = 0.000405767 Jy ! Component: 150 - total flux cleaned = 0.00041162 Jy ! Component: 200 - total flux cleaned = 0.000417104 Jy ! Total flux subtracted in 200 components = 0.000417104 Jy ! Clean residual min=-0.001361 max=0.000981 Jy/beam ! Clean residual mean=-0.000001 rms=0.000301 Jy/beam ! Combined flux in latest and established models = 0.0882397 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 61 components and 0.0882396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074436Jy sigma=0.000672 ! Fit after self-cal, rms=0.074436Jy sigma=0.000672 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.77101e-05 Jy ! Component: 100 - total flux cleaned = 4.10369e-05 Jy ! Component: 150 - total flux cleaned = 4.07738e-05 Jy ! Component: 200 - total flux cleaned = 4.11632e-05 Jy ! Total flux subtracted in 200 components = 4.11632e-05 Jy ! Clean residual min=-0.001363 max=0.000979 Jy/beam ! Clean residual mean=-0.000001 rms=0.000301 Jy/beam ! Combined flux in latest and established models = 0.0882808 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 65 components and 0.0882808 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074436Jy sigma=0.000672 ! Fit after self-cal, rms=0.074436Jy sigma=0.000672 ! 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.794 mas, bmaj=5.156 mas, bpa=-7.956 degrees ! Estimated noise=382.581 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.794 x 5.156 at -7.956 degrees (North through East) ! Clean map min=-0.0011953 max=0.073703 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.063 mas, bmaj=4.207 mas, bpa=-11.28 degrees ! Estimated noise=725.663 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0553389 Jy ! Component: 100 - total flux cleaned = 0.0724386 Jy ! Component: 150 - total flux cleaned = 0.0797462 Jy ! Component: 200 - total flux cleaned = 0.0830688 Jy ! Total flux subtracted in 200 components = 0.0830688 Jy ! Clean residual min=-0.002079 max=0.002106 Jy/beam ! Clean residual mean=-0.000002 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.0830688 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0830688 Jy ! Inverting map and beam ! Estimated beam: bmin=3.794 mas, bmaj=5.156 mas, bpa=-7.956 degrees ! Estimated noise=382.581 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.00246021 Jy ! Component: 100 - total flux cleaned = 0.00357619 Jy ! Component: 150 - total flux cleaned = 0.00420511 Jy ! Component: 200 - total flux cleaned = 0.00458452 Jy ! Total flux subtracted in 200 components = 0.00458452 Jy ! Clean residual min=-0.001233 max=0.001027 Jy/beam ! Clean residual mean=-0.000001 rms=0.000244 Jy/beam ! Combined flux in latest and established models = 0.0876533 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 33 components and 0.0876533 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.056 mas, bmaj=8.739 mas, bpa=-3.436 degrees ! Estimated noise=476.774 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000395182 Jy ! Component: 100 - total flux cleaned = 0.000519745 Jy ! Component: 150 - total flux cleaned = 0.000530603 Jy ! Component: 200 - total flux cleaned = 0.000540944 Jy ! Total flux subtracted in 200 components = 0.000540944 Jy ! Clean residual min=-0.001365 max=0.000986 Jy/beam ! Clean residual mean=-0.000001 rms=0.000301 Jy/beam ! Combined flux in latest and established models = 0.0881943 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 = 9.52198e-06 Jy ! Component: 100 - total flux cleaned = 1.84143e-05 Jy ! Component: 150 - total flux cleaned = 2.69485e-05 Jy ! Component: 200 - total flux cleaned = 3.24197e-05 Jy ! Total flux subtracted in 200 components = 3.24197e-05 Jy ! Clean residual min=-0.001365 max=0.000984 Jy/beam ! Clean residual mean=-0.000001 rms=0.000301 Jy/beam ! Combined flux in latest and established models = 0.0882267 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 43 components and 0.0882267 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.794 mas, bmaj=5.156 mas, bpa=-7.956 degrees ! Estimated noise=382.581 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.39166e-05 Jy ! Component: 100 - total flux cleaned = -7.88238e-05 Jy ! Component: 150 - total flux cleaned = -7.4673e-05 Jy ! Component: 200 - total flux cleaned = -7.45259e-05 Jy ! Total flux subtracted in 200 components = -7.45259e-05 Jy ! Clean residual min=-0.001224 max=0.001031 Jy/beam ! Clean residual mean=-0.000000 rms=0.000244 Jy/beam ! Combined flux in latest and established models = 0.0881522 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 48 components and 0.0881522 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074437Jy sigma=0.000672 ! Fit after self-cal, rms=0.074437Jy sigma=0.000672 wmodel J1705+5109_S_2017_06_10_pus_map.mod ! Writing 48 model components to file: J1705+5109_S_2017_06_10_pus_map.mod wobs J1705+5109_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J1705+5109_S_2017_06_10_pus_uvs.fits wwins J1705+5109_S_2017_06_10_pus_map.win ! wwins: Wrote 1 windows to J1705+5109_S_2017_06_10_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.000327374 Jy ! Component: 100 - total flux cleaned = -0.000274756 Jy ! Component: 150 - total flux cleaned = -0.000224325 Jy ! Component: 200 - total flux cleaned = -0.000240214 Jy ! Component: 250 - total flux cleaned = -0.000224505 Jy ! Component: 300 - total flux cleaned = -0.000194225 Jy ! Component: 350 - total flux cleaned = -0.000194324 Jy ! Component: 400 - total flux cleaned = -0.000136419 Jy ! Component: 450 - total flux cleaned = -7.98649e-05 Jy ! Component: 500 - total flux cleaned = -6.61832e-05 Jy ! Component: 550 - total flux cleaned = -3.86516e-05 Jy ! Component: 600 - total flux cleaned = 1.55302e-05 Jy ! Component: 650 - total flux cleaned = 2.88353e-05 Jy ! Component: 700 - total flux cleaned = 9.49108e-05 Jy ! Component: 750 - total flux cleaned = 0.00010788 Jy ! Component: 800 - total flux cleaned = 0.000223611 Jy ! Component: 850 - total flux cleaned = 0.000223476 Jy ! Component: 900 - total flux cleaned = 0.000311331 Jy ! Component: 950 - total flux cleaned = 0.000348644 Jy ! Component: 1000 - total flux cleaned = 0.000385703 Jy ! Component: 1050 - total flux cleaned = 0.000446617 Jy ! Component: 1100 - total flux cleaned = 0.000494771 Jy ! Component: 1150 - total flux cleaned = 0.000530627 Jy ! Component: 1200 - total flux cleaned = 0.000554143 Jy ! Component: 1250 - total flux cleaned = 0.0006006 Jy ! Component: 1300 - total flux cleaned = 0.000577633 Jy ! Component: 1350 - total flux cleaned = 0.000669025 Jy ! Component: 1400 - total flux cleaned = 0.000612595 Jy ! Component: 1450 - total flux cleaned = 0.000657456 Jy ! Component: 1500 - total flux cleaned = 0.000724078 Jy ! Component: 1550 - total flux cleaned = 0.000702036 Jy ! Component: 1600 - total flux cleaned = 0.000691304 Jy ! Component: 1650 - total flux cleaned = 0.00077767 Jy ! Component: 1700 - total flux cleaned = 0.000745387 Jy ! Component: 1750 - total flux cleaned = 0.000724108 Jy ! Component: 1800 - total flux cleaned = 0.000734604 Jy ! Component: 1850 - total flux cleaned = 0.000765935 Jy ! Component: 1900 - total flux cleaned = 0.000745125 Jy ! Component: 1950 - total flux cleaned = 0.000734756 Jy ! Component: 2000 - total flux cleaned = 0.00074498 Jy ! Component: 2050 - total flux cleaned = 0.000765152 Jy ! Component: 2100 - total flux cleaned = 0.000735083 Jy ! Component: 2150 - total flux cleaned = 0.000794903 Jy ! Component: 2200 - total flux cleaned = 0.000794823 Jy ! Component: 2250 - total flux cleaned = 0.00078495 Jy ! Component: 2300 - total flux cleaned = 0.000775158 Jy ! Component: 2350 - total flux cleaned = 0.000813917 Jy ! Component: 2400 - total flux cleaned = 0.000823469 Jy ! Component: 2450 - total flux cleaned = 0.000813958 Jy ! Component: 2500 - total flux cleaned = 0.000842421 Jy ! Component: 2550 - total flux cleaned = 0.000861186 Jy ! Component: 2600 - total flux cleaned = 0.000870433 Jy ! Component: 2650 - total flux cleaned = 0.000861134 Jy ! Component: 2700 - total flux cleaned = 0.000897912 Jy ! Component: 2750 - total flux cleaned = 0.000879732 Jy ! Component: 2800 - total flux cleaned = 0.000879753 Jy ! Component: 2850 - total flux cleaned = 0.000906903 Jy ! Component: 2900 - total flux cleaned = 0.000897816 Jy ! Component: 2950 - total flux cleaned = 0.000871097 Jy ! Component: 3000 - total flux cleaned = 0.000888868 Jy ! Component: 3050 - total flux cleaned = 0.000871309 Jy ! Component: 3100 - total flux cleaned = 0.000845037 Jy ! Component: 3150 - total flux cleaned = 0.000818985 Jy ! Component: 3200 - total flux cleaned = 0.000819059 Jy ! Component: 3250 - total flux cleaned = 0.000767535 Jy ! Component: 3300 - total flux cleaned = 0.000793173 Jy ! Component: 3350 - total flux cleaned = 0.000767734 Jy ! Component: 3400 - total flux cleaned = 0.00075087 Jy ! Component: 3450 - total flux cleaned = 0.000742514 Jy ! Component: 3500 - total flux cleaned = 0.000750877 Jy ! Component: 3550 - total flux cleaned = 0.000701075 Jy ! Component: 3600 - total flux cleaned = 0.000676409 Jy ! Component: 3650 - total flux cleaned = 0.00067634 Jy ! Component: 3700 - total flux cleaned = 0.000676302 Jy ! Component: 3750 - total flux cleaned = 0.000668218 Jy ! Component: 3800 - total flux cleaned = 0.000643994 Jy ! Component: 3850 - total flux cleaned = 0.000619899 Jy ! Component: 3900 - total flux cleaned = 0.000580012 Jy ! Component: 3950 - total flux cleaned = 0.0006277 Jy ! Component: 4000 - total flux cleaned = 0.00061197 Jy ! Component: 4050 - total flux cleaned = 0.000588391 Jy ! Total flux subtracted in 4096 components = 0.00058058 Jy ! Clean residual min=-0.000453 max=0.000464 Jy/beam ! Clean residual mean=0.000000 rms=0.000143 Jy/beam ! Combined flux in latest and established models = 0.0887328 Jy keep ! Adding 305 model components to the UV plane model. ! The established model now contains 353 components and 0.0887327 Jy ![Exited script file: muppet] wmap "J1705+5109_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.794 x 5.156 at -7.956 degrees (North through East) ! Clean map min=-0.0008586 max=0.073723 Jy/beam ! Writing clean map to FITS file: J1705+5109_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.073723 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000142308 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.579093 0.579093 1.15819 2.31637 4.63274 9.26549 18.531 37.062 74.1239 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.073 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.794 x 5.156 at -7.956 degrees (North through East) ! Clean map min=-0.0008586 max=0.073723 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 J1705+5109_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:58:25 2019