! Started logfile: J0124+2805_S_2017_07_09_pus_uvs.log on Wed May 8 14:37:58 2019 obs J0124+2805_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J0124+2805_S_2017_07_09_pus_uva.fits ! AN table 1: 174 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.981609 visibilities/baseline/integration-bin. ! Found source: J0124+2805 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 594 lines of history. ! ! Reading 30744 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 J0124+2805_S_2017_07_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 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 106 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 76 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 921 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.945981Jy sigma=0.009827 ! Fit after self-cal, rms=0.938280Jy sigma=0.009755 ! 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.745 mas, bmaj=5.936 mas, bpa=-3.119 degrees ! Estimated noise=733.285 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.0465412 Jy ! Component: 100 - total flux cleaned = 0.0601666 Jy ! Total flux subtracted in 100 components = 0.0601666 Jy ! Clean residual min=-0.002670 max=0.005940 Jy/beam ! Clean residual mean=-0.000001 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.0601666 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0601666 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067562Jy sigma=0.000670 ! Fit after self-cal, rms=0.067532Jy sigma=0.000670 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00677595 Jy ! Component: 100 - total flux cleaned = 0.0101828 Jy ! Total flux subtracted in 100 components = 0.0101828 Jy ! Clean residual min=-0.002063 max=0.001978 Jy/beam ! Clean residual mean=-0.000001 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.0703494 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 12 components and 0.0703494 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066720Jy sigma=0.000661 ! Fit after self-cal, rms=0.066722Jy sigma=0.000661 ! 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.377 mas, bmaj=6.961 mas, bpa=-4.179 degrees ! Estimated noise=450.448 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.00266683 Jy ! Component: 100 - total flux cleaned = 0.00380818 Jy ! Component: 150 - total flux cleaned = 0.00407469 Jy ! Component: 200 - total flux cleaned = 0.00409079 Jy ! Total flux subtracted in 200 components = 0.00409079 Jy ! Clean residual min=-0.001378 max=0.001352 Jy/beam ! Clean residual mean=0.000001 rms=0.000313 Jy/beam ! Combined flux in latest and established models = 0.0744402 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 16 components and 0.0744402 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066619Jy sigma=0.000660 ! Fit after self-cal, rms=0.066622Jy sigma=0.000660 ! 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 0.95 HN 0.99 KP 1.02 ! LA 1.00 MK 1.03 NL 0.92 OV 1.02 ! PT 1.02 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.00 HN 1.03 KP 1.02 ! LA 0.97 MK 0.95 NL 1.02 OV 1.07 ! PT 1.00 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.04 HN 1.01 KP 1.01 ! LA 0.97 MK 1.11 NL 1.04 OV 1.00 ! PT 0.99 SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 0.90 KP 1.00* ! LA 0.95 MK 0.98 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.066622Jy sigma=0.000660 ! Fit after self-cal, rms=0.066306Jy sigma=0.000659 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.389 mas, bmaj=6.947 mas, bpa=-4.002 degrees ! Estimated noise=451.255 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.000269751 Jy ! Component: 100 - total flux cleaned = 0.000270221 Jy ! Component: 150 - total flux cleaned = 0.000270342 Jy ! Component: 200 - total flux cleaned = 0.000270746 Jy ! Total flux subtracted in 200 components = 0.000270746 Jy ! Clean residual min=-0.001201 max=0.001195 Jy/beam ! Clean residual mean=0.000001 rms=0.000293 Jy/beam ! Combined flux in latest and established models = 0.074711 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 24 components and 0.074711 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066300Jy sigma=0.000659 ! Fit after self-cal, rms=0.066289Jy sigma=0.000659 ! 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.066289Jy sigma=0.000659 ! Fit after self-cal, rms=0.066390Jy sigma=0.000658 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.394 mas, bmaj=6.92 mas, bpa=-4.039 degrees ! Estimated noise=451.759 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.58833e-05 Jy ! Component: 100 - total flux cleaned = 4.84683e-05 Jy ! Component: 150 - total flux cleaned = 5.90332e-05 Jy ! Component: 200 - total flux cleaned = 4.93862e-05 Jy ! Total flux subtracted in 200 components = 4.93862e-05 Jy ! Clean residual min=-0.001142 max=0.001021 Jy/beam ! Clean residual mean=0.000001 rms=0.000271 Jy/beam ! Combined flux in latest and established models = 0.0747604 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 27 components and 0.0747604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066385Jy sigma=0.000658 ! Fit after self-cal, rms=0.066395Jy sigma=0.000658 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 = 5.20472e-06 Jy ! Component: 100 - total flux cleaned = -4.20071e-06 Jy ! Component: 150 - total flux cleaned = -1.27253e-05 Jy ! Component: 200 - total flux cleaned = -1.24902e-05 Jy ! Total flux subtracted in 200 components = -1.24902e-05 Jy ! Clean residual min=-0.001137 max=0.001048 Jy/beam ! Clean residual mean=0.000001 rms=0.000271 Jy/beam ! Combined flux in latest and established models = 0.0747479 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 30 components and 0.0747479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066392Jy sigma=0.000658 ! Fit after self-cal, rms=0.066393Jy sigma=0.000658 ! 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.066393Jy sigma=0.000658 ! Fit after self-cal, rms=0.066454Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.392 mas, bmaj=6.901 mas, bpa=-4.025 degrees ! Estimated noise=452.106 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000151973 Jy ! Component: 100 - total flux cleaned = 0.00017109 Jy ! Component: 150 - total flux cleaned = 0.000179678 Jy ! Component: 200 - total flux cleaned = 0.000187652 Jy ! Total flux subtracted in 200 components = 0.000187652 Jy ! Clean residual min=-0.001129 max=0.001032 Jy/beam ! Clean residual mean=0.000001 rms=0.000270 Jy/beam ! Combined flux in latest and established models = 0.0749355 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 31 components and 0.0749355 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066452Jy sigma=0.000658 ! Fit after self-cal, rms=0.066453Jy sigma=0.000658 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 = -8.02843e-06 Jy ! Component: 100 - total flux cleaned = -8.08014e-06 Jy ! Component: 150 - total flux cleaned = -8.08946e-06 Jy ! Component: 200 - total flux cleaned = -1.5348e-05 Jy ! Total flux subtracted in 200 components = -1.5348e-05 Jy ! Clean residual min=-0.001132 max=0.001033 Jy/beam ! Clean residual mean=0.000001 rms=0.000270 Jy/beam ! Combined flux in latest and established models = 0.0749202 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 33 components and 0.0749202 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066451Jy sigma=0.000658 ! Fit after self-cal, rms=0.066451Jy sigma=0.000658 ! 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.066451Jy sigma=0.000658 ! Fit after self-cal, rms=0.066483Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.419 mas, bmaj=10.48 mas, bpa=-6.13 degrees ! Estimated noise=563.374 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.07305e-05 Jy ! Component: 100 - total flux cleaned = 7.90391e-05 Jy ! Component: 150 - total flux cleaned = 0.000103964 Jy ! Component: 200 - total flux cleaned = 0.000132904 Jy ! Total flux subtracted in 200 components = 0.000132904 Jy ! Clean residual min=-0.001189 max=0.001188 Jy/beam ! Clean residual mean=0.000001 rms=0.000314 Jy/beam ! Combined flux in latest and established models = 0.0750531 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 39 components and 0.0750531 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066485Jy sigma=0.000658 ! Fit after self-cal, rms=0.066483Jy sigma=0.000658 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 = -1.43818e-05 Jy ! Component: 100 - total flux cleaned = -6.04452e-06 Jy ! Component: 150 - total flux cleaned = 8.01816e-06 Jy ! Component: 200 - total flux cleaned = 2.54125e-05 Jy ! Total flux subtracted in 200 components = 2.54125e-05 Jy ! Clean residual min=-0.001185 max=0.001190 Jy/beam ! Clean residual mean=0.000001 rms=0.000313 Jy/beam ! Combined flux in latest and established models = 0.0750785 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 40 components and 0.0750785 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066486Jy sigma=0.000658 ! Fit after self-cal, rms=0.066485Jy sigma=0.000658 ! 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.388 mas, bmaj=6.886 mas, bpa=-4.012 degrees ! Estimated noise=452.409 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.388 x 6.886 at -4.012 degrees (North through East) ! Clean map min=-0.001081 max=0.063051 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.756 mas, bmaj=5.859 mas, bpa=-2.998 degrees ! Estimated noise=733.557 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0462059 Jy ! Component: 100 - total flux cleaned = 0.0604513 Jy ! Component: 150 - total flux cleaned = 0.0672618 Jy ! Component: 200 - total flux cleaned = 0.0706789 Jy ! Total flux subtracted in 200 components = 0.0706789 Jy ! Clean residual min=-0.002068 max=0.001705 Jy/beam ! Clean residual mean=-0.000001 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.0706789 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.0706789 Jy ! Inverting map and beam ! Estimated beam: bmin=3.388 mas, bmaj=6.886 mas, bpa=-4.012 degrees ! Estimated noise=452.409 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.00269328 Jy ! Component: 100 - total flux cleaned = 0.00389873 Jy ! Component: 150 - total flux cleaned = 0.00430941 Jy ! Component: 200 - total flux cleaned = 0.00440658 Jy ! Total flux subtracted in 200 components = 0.00440658 Jy ! Clean residual min=-0.001120 max=0.001040 Jy/beam ! Clean residual mean=0.000001 rms=0.000274 Jy/beam ! Combined flux in latest and established models = 0.0750855 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 21 components and 0.0750855 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.419 mas, bmaj=10.48 mas, bpa=-6.13 degrees ! Estimated noise=563.374 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.97302e-05 Jy ! Component: 100 - total flux cleaned = 3.21395e-05 Jy ! Component: 150 - total flux cleaned = 4.13431e-05 Jy ! Component: 200 - total flux cleaned = 5.61483e-05 Jy ! Total flux subtracted in 200 components = 5.61483e-05 Jy ! Clean residual min=-0.001184 max=0.001168 Jy/beam ! Clean residual mean=0.000001 rms=0.000315 Jy/beam ! Combined flux in latest and established models = 0.0751416 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 = 4.77808e-08 Jy ! Component: 100 - total flux cleaned = -2.9929e-07 Jy ! Component: 150 - total flux cleaned = -4.12598e-07 Jy ! Component: 200 - total flux cleaned = 4.60616e-06 Jy ! Total flux subtracted in 200 components = 4.60616e-06 Jy ! Clean residual min=-0.001185 max=0.001176 Jy/beam ! Clean residual mean=0.000001 rms=0.000313 Jy/beam ! Combined flux in latest and established models = 0.0751462 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 28 components and 0.0751462 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.388 mas, bmaj=6.886 mas, bpa=-4.012 degrees ! Estimated noise=452.409 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00019076 Jy ! Component: 100 - total flux cleaned = 0.000125262 Jy ! Component: 150 - total flux cleaned = 8.43367e-05 Jy ! Component: 200 - total flux cleaned = 6.08257e-05 Jy ! Total flux subtracted in 200 components = 6.08257e-05 Jy ! Clean residual min=-0.001107 max=0.001021 Jy/beam ! Clean residual mean=0.000001 rms=0.000271 Jy/beam ! Combined flux in latest and established models = 0.075207 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 38 components and 0.0752071 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066485Jy sigma=0.000658 ! Fit after self-cal, rms=0.066485Jy sigma=0.000658 wmodel J0124+2805_S_2017_07_09_pus_map.mod ! Writing 38 model components to file: J0124+2805_S_2017_07_09_pus_map.mod wobs J0124+2805_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J0124+2805_S_2017_07_09_pus_uvs.fits wwins J0124+2805_S_2017_07_09_pus_map.win ! wwins: Wrote 1 windows to J0124+2805_S_2017_07_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.000148667 Jy ! Component: 100 - total flux cleaned = -9.21311e-05 Jy ! Component: 150 - total flux cleaned = -3.84946e-05 Jy ! Component: 200 - total flux cleaned = 3.1157e-05 Jy ! Component: 250 - total flux cleaned = 3.12649e-05 Jy ! Component: 300 - total flux cleaned = 1.51885e-05 Jy ! Component: 350 - total flux cleaned = 3.14918e-05 Jy ! Component: 400 - total flux cleaned = -1.54482e-05 Jy ! Component: 450 - total flux cleaned = -1.51802e-05 Jy ! Component: 500 - total flux cleaned = -5.12778e-08 Jy ! Component: 550 - total flux cleaned = -3.0091e-05 Jy ! Component: 600 - total flux cleaned = -8.83456e-05 Jy ! Component: 650 - total flux cleaned = -4.51699e-05 Jy ! Component: 700 - total flux cleaned = -7.37361e-05 Jy ! Component: 750 - total flux cleaned = -0.000101492 Jy ! Component: 800 - total flux cleaned = -4.67314e-05 Jy ! Component: 850 - total flux cleaned = -0.000127721 Jy ! Component: 900 - total flux cleaned = -0.000154209 Jy ! Component: 950 - total flux cleaned = -0.000167011 Jy ! Component: 1000 - total flux cleaned = -0.000192741 Jy ! Component: 1050 - total flux cleaned = -0.000230869 Jy ! Component: 1100 - total flux cleaned = -0.000255935 Jy ! Component: 1150 - total flux cleaned = -0.000243509 Jy ! Component: 1200 - total flux cleaned = -0.000256193 Jy ! Component: 1250 - total flux cleaned = -0.000280627 Jy ! Component: 1300 - total flux cleaned = -0.000340686 Jy ! Component: 1350 - total flux cleaned = -0.000340561 Jy ! Component: 1400 - total flux cleaned = -0.00035214 Jy ! Component: 1450 - total flux cleaned = -0.000305723 Jy ! Component: 1500 - total flux cleaned = -0.000351644 Jy ! Component: 1550 - total flux cleaned = -0.000351474 Jy ! Component: 1600 - total flux cleaned = -0.000351494 Jy ! Component: 1650 - total flux cleaned = -0.00036253 Jy ! Component: 1700 - total flux cleaned = -0.000351576 Jy ! Component: 1750 - total flux cleaned = -0.000351461 Jy ! Component: 1800 - total flux cleaned = -0.000383678 Jy ! Component: 1850 - total flux cleaned = -0.00035148 Jy ! Component: 1900 - total flux cleaned = -0.000393826 Jy ! Component: 1950 - total flux cleaned = -0.000362617 Jy ! Component: 2000 - total flux cleaned = -0.00038334 Jy ! Component: 2050 - total flux cleaned = -0.00036287 Jy ! Component: 2100 - total flux cleaned = -0.000403376 Jy ! Component: 2150 - total flux cleaned = -0.000383061 Jy ! Component: 2200 - total flux cleaned = -0.000363327 Jy ! Component: 2250 - total flux cleaned = -0.000383214 Jy ! Component: 2300 - total flux cleaned = -0.000334295 Jy ! Component: 2350 - total flux cleaned = -0.000402506 Jy ! Component: 2400 - total flux cleaned = -0.000373473 Jy ! Component: 2450 - total flux cleaned = -0.000421188 Jy ! Component: 2500 - total flux cleaned = -0.000430646 Jy ! Component: 2550 - total flux cleaned = -0.000421214 Jy ! Component: 2600 - total flux cleaned = -0.000430431 Jy ! Component: 2650 - total flux cleaned = -0.00040268 Jy ! Component: 2700 - total flux cleaned = -0.000402758 Jy ! Component: 2750 - total flux cleaned = -0.00040288 Jy ! Component: 2800 - total flux cleaned = -0.000411915 Jy ! Component: 2850 - total flux cleaned = -0.00039398 Jy ! Component: 2900 - total flux cleaned = -0.000349489 Jy ! Component: 2950 - total flux cleaned = -0.000358415 Jy ! Component: 3000 - total flux cleaned = -0.000332196 Jy ! Component: 3050 - total flux cleaned = -0.000306092 Jy ! Component: 3100 - total flux cleaned = -0.000323381 Jy ! Component: 3150 - total flux cleaned = -0.000306181 Jy ! Component: 3200 - total flux cleaned = -0.000289225 Jy ! Component: 3250 - total flux cleaned = -0.000314704 Jy ! Component: 3300 - total flux cleaned = -0.000297904 Jy ! Component: 3350 - total flux cleaned = -0.000289611 Jy ! Component: 3400 - total flux cleaned = -0.00031462 Jy ! Component: 3450 - total flux cleaned = -0.000314642 Jy ! Component: 3500 - total flux cleaned = -0.000347196 Jy ! Component: 3550 - total flux cleaned = -0.000355314 Jy ! Component: 3600 - total flux cleaned = -0.000331145 Jy ! Component: 3650 - total flux cleaned = -0.000323136 Jy ! Component: 3700 - total flux cleaned = -0.000339094 Jy ! Component: 3750 - total flux cleaned = -0.000347044 Jy ! Component: 3800 - total flux cleaned = -0.00032343 Jy ! Component: 3850 - total flux cleaned = -0.000315638 Jy ! Component: 3900 - total flux cleaned = -0.000331209 Jy ! Component: 3950 - total flux cleaned = -0.000292627 Jy ! Component: 4000 - total flux cleaned = -0.000315604 Jy ! Component: 4050 - total flux cleaned = -0.000262096 Jy ! Total flux subtracted in 4096 components = -0.000269692 Jy ! Clean residual min=-0.000483 max=0.000429 Jy/beam ! Clean residual mean=-0.000000 rms=0.000139 Jy/beam ! Combined flux in latest and established models = 0.0749374 Jy keep ! Adding 316 model components to the UV plane model. ! The established model now contains 354 components and 0.0749373 Jy ![Exited script file: muppet] wmap "J0124+2805_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.388 x 6.886 at -4.012 degrees (North through East) ! Clean map min=-0.00093898 max=0.063073 Jy/beam ! Writing clean map to FITS file: J0124+2805_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0630734 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000138445 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.658494 0.658494 1.31699 2.63397 5.26795 10.5359 21.0718 42.1436 84.2872 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.063 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.388 x 6.886 at -4.012 degrees (North through East) ! Clean map min=-0.00093898 max=0.063073 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 J0124+2805_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:38:03 2019