! Started logfile: J0232+2017_S_2017_10_09_pus_uvs.log on Sun May 12 13:02:47 2019 obs J0232+2017_S_2017_10_09_pus_uva.fits ! Reading UV FITS file: J0232+2017_S_2017_10_09_pus_uva.fits ! AN table 1: 442 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.623806 visibilities/baseline/integration-bin. ! Found source: J0232+2017 ! ! 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 496 lines of history. ! ! Reading 39704 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 J0232+2017_S_2017_10_09_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 1116 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 1362 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 980 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 2849 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.000555Jy sigma=0.009786 ! Fit after self-cal, rms=0.961235Jy sigma=0.009416 ! 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.77 mas, bmaj=8.803 mas, bpa=-22.13 degrees ! Estimated noise=948.047 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.0310317 Jy ! Component: 100 - total flux cleaned = 0.0378199 Jy ! Total flux subtracted in 100 components = 0.0378199 Jy ! Clean residual min=-0.002625 max=0.002738 Jy/beam ! Clean residual mean=-0.000012 rms=0.000667 Jy/beam ! Combined flux in latest and established models = 0.0378199 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.0378199 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071198Jy sigma=0.000638 ! Fit after self-cal, rms=0.069740Jy sigma=0.000623 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00388736 Jy ! Component: 100 - total flux cleaned = 0.00474209 Jy ! Total flux subtracted in 100 components = 0.00474209 Jy ! Clean residual min=-0.002535 max=0.002376 Jy/beam ! Clean residual mean=-0.000009 rms=0.000640 Jy/beam ! Combined flux in latest and established models = 0.042562 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.042562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069461Jy sigma=0.000622 ! Fit after self-cal, rms=0.069438Jy sigma=0.000622 ! 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.472 mas, bmaj=9.611 mas, bpa=-19.07 degrees ! Estimated noise=441.971 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.0015892 Jy ! Component: 100 - total flux cleaned = 0.00209759 Jy ! Component: 150 - total flux cleaned = 0.00221605 Jy ! Component: 200 - total flux cleaned = 0.0022765 Jy ! Total flux subtracted in 200 components = 0.0022765 Jy ! Clean residual min=-0.001681 max=0.001634 Jy/beam ! Clean residual mean=-0.000012 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.0448385 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 46 components and 0.0448385 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069393Jy sigma=0.000621 ! Fit after self-cal, rms=0.069349Jy sigma=0.000621 ! 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.02 FD 1.05 HN 1.04 KP 1.02 ! LA 1.05 MK 1.02 NL 0.94 OV 1.00* ! PT 1.10 ! ! ! Correcting IF 2. ! A total of 210 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.05 HN 1.04 KP 0.96 ! LA 0.98 MK 1.01 NL 0.99 OV 1.00* ! PT 1.03 ! ! ! Correcting IF 3. ! A total of 207 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.07 HN 0.98 KP 0.89 ! LA 0.84 MK 1.08 NL 1.00 OV 1.00* ! PT 1.06 ! ! ! Correcting IF 4. ! A total of 261 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 HN 0.83 KP 1.00* ! LA 1.00* MK 0.87 NL 1.00* OV 1.00* ! PT 0.92 ! ! ! Fit before self-cal, rms=0.069349Jy sigma=0.000621 ! Fit after self-cal, rms=0.068625Jy sigma=0.000623 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.463 mas, bmaj=9.579 mas, bpa=-19.28 degrees ! Estimated noise=452.944 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 = 6.77552e-05 Jy ! Component: 100 - total flux cleaned = 8.74332e-06 Jy ! Component: 150 - total flux cleaned = -5.01987e-05 Jy ! Component: 200 - total flux cleaned = -8.82494e-05 Jy ! Total flux subtracted in 200 components = -8.82494e-05 Jy ! Clean residual min=-0.001479 max=0.001500 Jy/beam ! Clean residual mean=-0.000003 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.0447503 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 57 components and 0.0447503 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068618Jy sigma=0.000623 ! Fit after self-cal, rms=0.068496Jy sigma=0.000622 ! 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.068496Jy sigma=0.000622 ! Fit after self-cal, rms=0.067160Jy sigma=0.000621 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.487 mas, bmaj=9.588 mas, bpa=-19.21 degrees ! Estimated noise=451.167 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000337271 Jy ! Component: 100 - total flux cleaned = -0.000338792 Jy ! Component: 150 - total flux cleaned = -0.000312906 Jy ! Component: 200 - total flux cleaned = -0.000305651 Jy ! Total flux subtracted in 200 components = -0.000305651 Jy ! Clean residual min=-0.001242 max=0.001359 Jy/beam ! Clean residual mean=0.000002 rms=0.000316 Jy/beam ! Combined flux in latest and established models = 0.0444446 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 67 components and 0.0444446 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067155Jy sigma=0.000621 ! Fit after self-cal, rms=0.067110Jy sigma=0.000621 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 (-109, -76). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000815741 Jy ! Component: 100 - total flux cleaned = 0.000952503 Jy ! Component: 150 - total flux cleaned = 0.00097061 Jy ! Component: 200 - total flux cleaned = 0.000952148 Jy ! Total flux subtracted in 200 components = 0.000952148 Jy ! Clean residual min=-0.001156 max=0.001082 Jy/beam ! Clean residual mean=0.000001 rms=0.000296 Jy/beam ! Combined flux in latest and established models = 0.0453968 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 89 components and 0.0453968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067086Jy sigma=0.000620 ! Fit after self-cal, rms=0.067077Jy sigma=0.000620 ! 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.067077Jy sigma=0.000620 ! Fit after self-cal, rms=0.066916Jy sigma=0.000620 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.484 mas, bmaj=9.603 mas, bpa=-19.1 degrees ! Estimated noise=449.958 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000361841 Jy ! Component: 100 - total flux cleaned = 0.000320218 Jy ! Component: 150 - total flux cleaned = 0.000321496 Jy ! Component: 200 - total flux cleaned = 0.000290494 Jy ! Total flux subtracted in 200 components = 0.000290494 Jy ! Clean residual min=-0.001156 max=0.001076 Jy/beam ! Clean residual mean=0.000001 rms=0.000289 Jy/beam ! Combined flux in latest and established models = 0.0456873 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 99 components and 0.0456873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066901Jy sigma=0.000620 ! Fit after self-cal, rms=0.066896Jy sigma=0.000620 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.000263843 Jy ! Component: 100 - total flux cleaned = 0.000263755 Jy ! Component: 150 - total flux cleaned = 0.000234081 Jy ! Component: 200 - total flux cleaned = 0.000196517 Jy ! Total flux subtracted in 200 components = 0.000196517 Jy ! Clean residual min=-0.001149 max=0.001095 Jy/beam ! Clean residual mean=0.000001 rms=0.000288 Jy/beam ! Combined flux in latest and established models = 0.0458838 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 107 components and 0.0458838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066888Jy sigma=0.000620 ! Fit after self-cal, rms=0.066886Jy sigma=0.000620 ! 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.066886Jy sigma=0.000620 ! Fit after self-cal, rms=0.066846Jy sigma=0.000620 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.869 mas, bmaj=10.79 mas, bpa=-19.69 degrees ! Estimated noise=555.558 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.62023e-05 Jy ! Component: 100 - total flux cleaned = 7.99559e-05 Jy ! Component: 150 - total flux cleaned = 0.000116576 Jy ! Component: 200 - total flux cleaned = 0.000137546 Jy ! Total flux subtracted in 200 components = 0.000137546 Jy ! Clean residual min=-0.001286 max=0.001475 Jy/beam ! Clean residual mean=0.000002 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.0460213 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 125 components and 0.0460213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066841Jy sigma=0.000620 ! Fit after self-cal, rms=0.066845Jy sigma=0.000620 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.000124762 Jy ! Component: 100 - total flux cleaned = 8.65471e-05 Jy ! Component: 150 - total flux cleaned = 8.5416e-05 Jy ! Component: 200 - total flux cleaned = 8.52277e-05 Jy ! Total flux subtracted in 200 components = 8.52277e-05 Jy ! Clean residual min=-0.001315 max=0.001480 Jy/beam ! Clean residual mean=0.000003 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.0461065 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 135 components and 0.0461065 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066842Jy sigma=0.000620 ! Fit after self-cal, rms=0.066840Jy sigma=0.000620 ! 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.483 mas, bmaj=9.605 mas, bpa=-19.05 degrees ! Estimated noise=449.314 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.483 x 9.605 at -19.05 degrees (North through East) ! Clean map min=-0.001504 max=0.042719 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.782 mas, bmaj=8.817 mas, bpa=-21.88 degrees ! Estimated noise=938.745 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0328531 Jy ! Component: 100 - total flux cleaned = 0.04012 Jy ! Component: 150 - total flux cleaned = 0.041706 Jy ! Component: 200 - total flux cleaned = 0.0423559 Jy ! Total flux subtracted in 200 components = 0.0423559 Jy ! Clean residual min=-0.001981 max=0.001929 Jy/beam ! Clean residual mean=-0.000002 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.0423559 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.0423559 Jy ! Inverting map and beam ! Estimated beam: bmin=3.483 mas, bmaj=9.605 mas, bpa=-19.05 degrees ! Estimated noise=449.314 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.00219718 Jy ! Component: 100 - total flux cleaned = 0.00285353 Jy ! Component: 150 - total flux cleaned = 0.00308737 Jy ! Component: 200 - total flux cleaned = 0.00332329 Jy ! Total flux subtracted in 200 components = 0.00332329 Jy ! Clean residual min=-0.001253 max=0.001055 Jy/beam ! Clean residual mean=0.000001 rms=0.000304 Jy/beam ! Combined flux in latest and established models = 0.0456791 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 41 components and 0.0456792 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.869 mas, bmaj=10.79 mas, bpa=-19.69 degrees ! Estimated noise=555.558 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00039398 Jy ! Component: 100 - total flux cleaned = 0.000530317 Jy ! Component: 150 - total flux cleaned = 0.000554136 Jy ! Component: 200 - total flux cleaned = 0.000537143 Jy ! Total flux subtracted in 200 components = 0.000537143 Jy ! Clean residual min=-0.001347 max=0.001427 Jy/beam ! Clean residual mean=0.000003 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.0462163 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 = -2.28982e-07 Jy ! Component: 100 - total flux cleaned = -1.38391e-06 Jy ! Component: 150 - total flux cleaned = -1.50257e-05 Jy ! Component: 200 - total flux cleaned = -2.67402e-05 Jy ! Total flux subtracted in 200 components = -2.67402e-05 Jy ! Clean residual min=-0.001333 max=0.001454 Jy/beam ! Clean residual mean=0.000004 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.0461896 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 89 components and 0.0461896 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.483 mas, bmaj=9.605 mas, bpa=-19.05 degrees ! Estimated noise=449.314 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.5779e-05 Jy ! Component: 100 - total flux cleaned = -7.43173e-05 Jy ! Component: 150 - total flux cleaned = -0.000105381 Jy ! Component: 200 - total flux cleaned = -0.000132645 Jy ! Total flux subtracted in 200 components = -0.000132645 Jy ! Clean residual min=-0.001188 max=0.001077 Jy/beam ! Clean residual mean=0.000002 rms=0.000284 Jy/beam ! Combined flux in latest and established models = 0.0460569 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 103 components and 0.0460569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066840Jy sigma=0.000620 ! Fit after self-cal, rms=0.066836Jy sigma=0.000620 wmodel J0232+2017_S_2017_10_09_pus_map.mod ! Writing 103 model components to file: J0232+2017_S_2017_10_09_pus_map.mod wobs J0232+2017_S_2017_10_09_pus_uvs.fits ! Writing UV FITS file: J0232+2017_S_2017_10_09_pus_uvs.fits wwins J0232+2017_S_2017_10_09_pus_map.win ! wwins: Wrote 2 windows to J0232+2017_S_2017_10_09_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.000343061 Jy ! Component: 100 - total flux cleaned = -0.000592685 Jy ! Component: 150 - total flux cleaned = -0.000682801 Jy ! Component: 200 - total flux cleaned = -0.000716144 Jy ! Component: 250 - total flux cleaned = -0.000748156 Jy ! Component: 300 - total flux cleaned = -0.000764054 Jy ! Component: 350 - total flux cleaned = -0.000824329 Jy ! Component: 400 - total flux cleaned = -0.000883034 Jy ! Component: 450 - total flux cleaned = -0.000939753 Jy ! Component: 500 - total flux cleaned = -0.000994581 Jy ! Component: 550 - total flux cleaned = -0.00100761 Jy ! Component: 600 - total flux cleaned = -0.00102076 Jy ! Component: 650 - total flux cleaned = -0.00108421 Jy ! Component: 700 - total flux cleaned = -0.00108422 Jy ! Component: 750 - total flux cleaned = -0.00107216 Jy ! Component: 800 - total flux cleaned = -0.00104857 Jy ! Component: 850 - total flux cleaned = -0.00107208 Jy ! Component: 900 - total flux cleaned = -0.00111744 Jy ! Component: 950 - total flux cleaned = -0.00108378 Jy ! Component: 1000 - total flux cleaned = -0.0011058 Jy ! Component: 1050 - total flux cleaned = -0.00111669 Jy ! Component: 1100 - total flux cleaned = -0.00111689 Jy ! Component: 1150 - total flux cleaned = -0.00116937 Jy ! Component: 1200 - total flux cleaned = -0.00121038 Jy ! Component: 1250 - total flux cleaned = -0.0011798 Jy ! Component: 1300 - total flux cleaned = -0.00121975 Jy ! Component: 1350 - total flux cleaned = -0.00120975 Jy ! Component: 1400 - total flux cleaned = -0.00122918 Jy ! Component: 1450 - total flux cleaned = -0.00123859 Jy ! Component: 1500 - total flux cleaned = -0.00125724 Jy ! Component: 1550 - total flux cleaned = -0.00127572 Jy ! Component: 1600 - total flux cleaned = -0.00129406 Jy ! Component: 1650 - total flux cleaned = -0.00130299 Jy ! Component: 1700 - total flux cleaned = -0.00131188 Jy ! Component: 1750 - total flux cleaned = -0.00130295 Jy ! Component: 1800 - total flux cleaned = -0.00128564 Jy ! Component: 1850 - total flux cleaned = -0.00128574 Jy ! Component: 1900 - total flux cleaned = -0.00129426 Jy ! Component: 1950 - total flux cleaned = -0.00129431 Jy ! Component: 2000 - total flux cleaned = -0.00127763 Jy ! Component: 2050 - total flux cleaned = -0.00129405 Jy ! Component: 2100 - total flux cleaned = -0.00129401 Jy ! Component: 2150 - total flux cleaned = -0.00130192 Jy ! Component: 2200 - total flux cleaned = -0.00130192 Jy ! Component: 2250 - total flux cleaned = -0.00130193 Jy ! Component: 2300 - total flux cleaned = -0.00128638 Jy ! Component: 2350 - total flux cleaned = -0.00130187 Jy ! Component: 2400 - total flux cleaned = -0.00127884 Jy ! Component: 2450 - total flux cleaned = -0.0012713 Jy ! Component: 2500 - total flux cleaned = -0.00126365 Jy ! Component: 2550 - total flux cleaned = -0.00123388 Jy ! Component: 2600 - total flux cleaned = -0.0012191 Jy ! Component: 2650 - total flux cleaned = -0.0012045 Jy ! Component: 2700 - total flux cleaned = -0.00118278 Jy ! Component: 2750 - total flux cleaned = -0.0011829 Jy ! Component: 2800 - total flux cleaned = -0.00119005 Jy ! Component: 2850 - total flux cleaned = -0.0012182 Jy ! Component: 2900 - total flux cleaned = -0.00122514 Jy ! Component: 2950 - total flux cleaned = -0.00121136 Jy ! Component: 3000 - total flux cleaned = -0.00119762 Jy ! Component: 3050 - total flux cleaned = -0.00121135 Jy ! Component: 3100 - total flux cleaned = -0.00121808 Jy ! Component: 3150 - total flux cleaned = -0.00122486 Jy ! Component: 3200 - total flux cleaned = -0.00123157 Jy ! Component: 3250 - total flux cleaned = -0.00123819 Jy ! Component: 3300 - total flux cleaned = -0.00126452 Jy ! Component: 3350 - total flux cleaned = -0.00128411 Jy ! Component: 3400 - total flux cleaned = -0.00128403 Jy ! Component: 3450 - total flux cleaned = -0.00130987 Jy ! Component: 3500 - total flux cleaned = -0.0013356 Jy ! Component: 3550 - total flux cleaned = -0.00134194 Jy ! Component: 3600 - total flux cleaned = -0.00131663 Jy ! Component: 3650 - total flux cleaned = -0.00136086 Jy ! Component: 3700 - total flux cleaned = -0.00136714 Jy ! Component: 3750 - total flux cleaned = -0.00138582 Jy ! Component: 3800 - total flux cleaned = -0.00140444 Jy ! Component: 3850 - total flux cleaned = -0.00142915 Jy ! Component: 3900 - total flux cleaned = -0.00144143 Jy ! Component: 3950 - total flux cleaned = -0.00142928 Jy ! Component: 4000 - total flux cleaned = -0.00143535 Jy ! Component: 4050 - total flux cleaned = -0.00148355 Jy ! Total flux subtracted in 4096 components = -0.00148355 Jy ! Clean residual min=-0.000361 max=0.000385 Jy/beam ! Clean residual mean=-0.000001 rms=0.000114 Jy/beam ! Combined flux in latest and established models = 0.0445734 Jy keep ! Adding 308 model components to the UV plane model. ! The established model now contains 411 components and 0.0445734 Jy ![Exited script file: muppet] wmap "J0232+2017_S_2017_10_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.483 x 9.605 at -19.05 degrees (North through East) ! Clean map min=-0.0014362 max=0.042654 Jy/beam ! Writing clean map to FITS file: J0232+2017_S_2017_10_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0426544 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000112314 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.789934 0.789934 1.57987 3.15973 6.31947 12.6389 25.2779 50.5557 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.042 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.483 x 9.605 at -19.05 degrees (North through East) ! Clean map min=-0.0014362 max=0.042654 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 J0232+2017_S_2017_10_09_pus_uvs.log closed on Sun May 12 13:02:53 2019