! Started logfile: J2238+0724_S_2017_08_12_pus_uvs.log on Fri May 10 15:09:51 2019 obs J2238+0724_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J2238+0724_S_2017_08_12_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.660847 visibilities/baseline/integration-bin. ! Found source: J2238+0724 ! ! 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 9992 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 J2238+0724_S_2017_08_12_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 156 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 156 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 723 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.830970Jy sigma=0.007389 ! Fit after self-cal, rms=0.820491Jy sigma=0.007304 ! 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.919 mas, bmaj=6.427 mas, bpa=1.931 degrees ! Estimated noise=1197.71 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.141527 Jy ! Component: 100 - total flux cleaned = 0.173814 Jy ! Total flux subtracted in 100 components = 0.173814 Jy ! Clean residual min=-0.004954 max=0.011474 Jy/beam ! Clean residual mean=-0.000002 rms=0.001348 Jy/beam ! Combined flux in latest and established models = 0.173814 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.173814 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081656Jy sigma=0.000681 ! Fit after self-cal, rms=0.081663Jy sigma=0.000681 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0115386 Jy ! Component: 100 - total flux cleaned = 0.0167842 Jy ! Total flux subtracted in 100 components = 0.0167842 Jy ! Clean residual min=-0.004205 max=0.004940 Jy/beam ! Clean residual mean=0.000002 rms=0.000940 Jy/beam ! Combined flux in latest and established models = 0.190598 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 16 components and 0.190598 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080118Jy sigma=0.000668 ! Fit after self-cal, rms=0.080130Jy sigma=0.000668 ! 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.37 mas, bmaj=7.214 mas, bpa=1.323 degrees ! Estimated noise=930.557 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 (-4.5, -4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00464484 Jy ! Component: 100 - total flux cleaned = 0.0059988 Jy ! Component: 150 - total flux cleaned = 0.00680045 Jy ! Component: 200 - total flux cleaned = 0.00746127 Jy ! Total flux subtracted in 200 components = 0.00746127 Jy ! Clean residual min=-0.003166 max=0.002739 Jy/beam ! Clean residual mean=0.000002 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.198059 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 35 components and 0.198059 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079837Jy sigma=0.000665 ! Fit after self-cal, rms=0.079823Jy sigma=0.000665 ! 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.99 FD 1.00* HN 0.96 KP 1.05 ! LA 1.01 MK 0.98 NL 0.92 OV 1.00 ! PT 1.00 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.00* HN 1.01 KP 1.01 ! LA 0.99 MK 0.99 NL 1.06 OV 1.03 ! PT 0.97 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.00* HN 0.98 KP 1.01 ! LA 0.99 MK 1.07 NL 0.99 OV 0.96 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 4. ! A total of 117 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.079823Jy sigma=0.000665 ! Fit after self-cal, rms=0.078159Jy sigma=0.000658 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.402 mas, bmaj=7.258 mas, bpa=2.188 degrees ! Estimated noise=931.612 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.00152908 Jy ! Component: 100 - total flux cleaned = 0.00190864 Jy ! Component: 150 - total flux cleaned = 0.00223547 Jy ! Component: 200 - total flux cleaned = 0.00249093 Jy ! Total flux subtracted in 200 components = 0.00249093 Jy ! Clean residual min=-0.002935 max=0.002285 Jy/beam ! Clean residual mean=0.000004 rms=0.000629 Jy/beam ! Combined flux in latest and established models = 0.20055 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 46 components and 0.20055 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078112Jy sigma=0.000658 ! Fit after self-cal, rms=0.078110Jy sigma=0.000657 ! 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.078110Jy sigma=0.000657 ! Fit after self-cal, rms=0.077746Jy sigma=0.000654 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.406 mas, bmaj=7.252 mas, bpa=2.094 degrees ! Estimated noise=931.86 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000967502 Jy ! Component: 100 - total flux cleaned = 0.00141784 Jy ! Component: 150 - total flux cleaned = 0.00162334 Jy ! Component: 200 - total flux cleaned = 0.00175864 Jy ! Total flux subtracted in 200 components = 0.00175864 Jy ! Clean residual min=-0.002362 max=0.002100 Jy/beam ! Clean residual mean=-0.000001 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.202309 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 64 components and 0.202309 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077726Jy sigma=0.000653 ! Fit after self-cal, rms=0.077732Jy sigma=0.000653 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.000162113 Jy ! Component: 100 - total flux cleaned = 0.000241575 Jy ! Component: 150 - total flux cleaned = 0.000315024 Jy ! Component: 200 - total flux cleaned = 0.00038274 Jy ! Total flux subtracted in 200 components = 0.00038274 Jy ! Clean residual min=-0.002346 max=0.002079 Jy/beam ! Clean residual mean=-0.000001 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.202691 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 73 components and 0.202691 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077723Jy sigma=0.000653 ! Fit after self-cal, rms=0.077722Jy sigma=0.000653 ! 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.077722Jy sigma=0.000653 ! Fit after self-cal, rms=0.077756Jy sigma=0.000653 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.407 mas, bmaj=7.253 mas, bpa=2.07 degrees ! Estimated noise=931.941 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00043747 Jy ! Component: 100 - total flux cleaned = 0.000617114 Jy ! Component: 150 - total flux cleaned = 0.000739138 Jy ! Component: 200 - total flux cleaned = 0.000771418 Jy ! Total flux subtracted in 200 components = 0.000771418 Jy ! Clean residual min=-0.002284 max=0.002109 Jy/beam ! Clean residual mean=-0.000002 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.203463 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 78 components and 0.203463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077747Jy sigma=0.000653 ! Fit after self-cal, rms=0.077748Jy sigma=0.000653 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.000103928 Jy ! Component: 100 - total flux cleaned = 0.000148773 Jy ! Component: 150 - total flux cleaned = 0.000177746 Jy ! Component: 200 - total flux cleaned = 0.000205238 Jy ! Total flux subtracted in 200 components = 0.000205238 Jy ! Clean residual min=-0.002275 max=0.002096 Jy/beam ! Clean residual mean=-0.000001 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.203668 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 82 components and 0.203668 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077743Jy sigma=0.000653 ! Fit after self-cal, rms=0.077742Jy sigma=0.000653 ! 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.077742Jy sigma=0.000653 ! Fit after self-cal, rms=0.077742Jy sigma=0.000653 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.872 mas, bmaj=11.18 mas, bpa=-2.119 degrees ! Estimated noise=1172.49 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000700401 Jy ! Component: 100 - total flux cleaned = 0.000830485 Jy ! Component: 150 - total flux cleaned = 0.000899541 Jy ! Component: 200 - total flux cleaned = 0.00093517 Jy ! Total flux subtracted in 200 components = 0.00093517 Jy ! Clean residual min=-0.002308 max=0.002511 Jy/beam ! Clean residual mean=-0.000003 rms=0.000580 Jy/beam ! Combined flux in latest and established models = 0.204603 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 92 components and 0.204603 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077747Jy sigma=0.000653 ! Fit after self-cal, rms=0.077747Jy sigma=0.000653 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 (127.5, -102.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00147985 Jy ! Component: 100 - total flux cleaned = 0.00154803 Jy ! Component: 150 - total flux cleaned = 0.00154837 Jy ! Component: 200 - total flux cleaned = 0.00154832 Jy ! Total flux subtracted in 200 components = 0.00154832 Jy ! Clean residual min=-0.002197 max=0.001858 Jy/beam ! Clean residual mean=-0.000005 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.206152 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 111 components and 0.206152 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077703Jy sigma=0.000653 ! Fit after self-cal, rms=0.077697Jy sigma=0.000653 ! 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.408 mas, bmaj=7.255 mas, bpa=2.058 degrees ! Estimated noise=931.917 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.408 x 7.255 at 2.058 degrees (North through East) ! Clean map min=-0.0021452 max=0.18094 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.956 mas, bmaj=6.466 mas, bpa=3.185 degrees ! Estimated noise=1191.63 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.140712 Jy ! Component: 100 - total flux cleaned = 0.17263 Jy ! Component: 150 - total flux cleaned = 0.183955 Jy ! Component: 200 - total flux cleaned = 0.19003 Jy ! Total flux subtracted in 200 components = 0.19003 Jy ! Clean residual min=-0.003234 max=0.003385 Jy/beam ! Clean residual mean=-0.000003 rms=0.000790 Jy/beam ! Combined flux in latest and established models = 0.19003 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.19003 Jy ! Inverting map and beam ! Estimated beam: bmin=3.408 mas, bmaj=7.255 mas, bpa=2.058 degrees ! Estimated noise=931.917 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.00417184 Jy ! Component: 100 - total flux cleaned = 0.00687682 Jy ! Component: 150 - total flux cleaned = 0.00858575 Jy ! Component: 200 - total flux cleaned = 0.00995684 Jy ! Total flux subtracted in 200 components = 0.00995684 Jy ! Clean residual min=-0.002382 max=0.002137 Jy/beam ! Clean residual mean=-0.000005 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.199986 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 36 components and 0.199986 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.872 mas, bmaj=11.18 mas, bpa=-2.119 degrees ! Estimated noise=1172.49 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00225915 Jy ! Component: 100 - total flux cleaned = 0.00360725 Jy ! Component: 150 - total flux cleaned = 0.00423511 Jy ! Component: 200 - total flux cleaned = 0.00454194 Jy ! Total flux subtracted in 200 components = 0.00454194 Jy ! Clean residual min=-0.002152 max=0.001877 Jy/beam ! Clean residual mean=-0.000006 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.204528 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000228409 Jy ! Component: 100 - total flux cleaned = 0.000346111 Jy ! Component: 150 - total flux cleaned = 0.000454559 Jy ! Component: 200 - total flux cleaned = 0.00052902 Jy ! Total flux subtracted in 200 components = 0.00052902 Jy ! Clean residual min=-0.002056 max=0.001836 Jy/beam ! Clean residual mean=-0.000005 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.205057 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 80 components and 0.205057 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.408 mas, bmaj=7.255 mas, bpa=2.058 degrees ! Estimated noise=931.917 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.83095e-05 Jy ! Component: 100 - total flux cleaned = 0.000232892 Jy ! Component: 150 - total flux cleaned = 0.000322283 Jy ! Component: 200 - total flux cleaned = 0.000363318 Jy ! Total flux subtracted in 200 components = 0.000363318 Jy ! Clean residual min=-0.002080 max=0.001842 Jy/beam ! Clean residual mean=-0.000002 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.205421 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 97 components and 0.205421 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077690Jy sigma=0.000653 ! Fit after self-cal, rms=0.077689Jy sigma=0.000653 wmodel J2238+0724_S_2017_08_12_pus_map.mod ! Writing 97 model components to file: J2238+0724_S_2017_08_12_pus_map.mod wobs J2238+0724_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J2238+0724_S_2017_08_12_pus_uvs.fits wwins J2238+0724_S_2017_08_12_pus_map.win ! wwins: Wrote 3 windows to J2238+0724_S_2017_08_12_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.000252059 Jy ! Component: 100 - total flux cleaned = -0.000184933 Jy ! Component: 150 - total flux cleaned = -0.00027556 Jy ! Component: 200 - total flux cleaned = -0.000420116 Jy ! Component: 250 - total flux cleaned = -0.000559132 Jy ! Component: 300 - total flux cleaned = -0.000749088 Jy ! Component: 350 - total flux cleaned = -0.000907625 Jy ! Component: 400 - total flux cleaned = -0.000984697 Jy ! Component: 450 - total flux cleaned = -0.00108567 Jy ! Component: 500 - total flux cleaned = -0.00116003 Jy ! Component: 550 - total flux cleaned = -0.00123315 Jy ! Component: 600 - total flux cleaned = -0.00130417 Jy ! Component: 650 - total flux cleaned = -0.00142039 Jy ! Component: 700 - total flux cleaned = -0.00144315 Jy ! Component: 750 - total flux cleaned = -0.00155565 Jy ! Component: 800 - total flux cleaned = -0.00157834 Jy ! Component: 850 - total flux cleaned = -0.00170886 Jy ! Component: 900 - total flux cleaned = -0.00183649 Jy ! Component: 950 - total flux cleaned = -0.00179405 Jy ! Component: 1000 - total flux cleaned = -0.00189732 Jy ! Component: 1050 - total flux cleaned = -0.00193822 Jy ! Component: 1100 - total flux cleaned = -0.00201866 Jy ! Component: 1150 - total flux cleaned = -0.00205817 Jy ! Component: 1200 - total flux cleaned = -0.0021565 Jy ! Component: 1250 - total flux cleaned = -0.00217591 Jy ! Component: 1300 - total flux cleaned = -0.00236712 Jy ! Component: 1350 - total flux cleaned = -0.00234798 Jy ! Component: 1400 - total flux cleaned = -0.00242242 Jy ! Component: 1450 - total flux cleaned = -0.00244074 Jy ! Component: 1500 - total flux cleaned = -0.00251357 Jy ! Component: 1550 - total flux cleaned = -0.00262154 Jy ! Component: 1600 - total flux cleaned = -0.00265674 Jy ! Component: 1650 - total flux cleaned = -0.00270935 Jy ! Component: 1700 - total flux cleaned = -0.00276122 Jy ! Component: 1750 - total flux cleaned = -0.0028643 Jy ! Component: 1800 - total flux cleaned = -0.00284717 Jy ! Component: 1850 - total flux cleaned = -0.00289767 Jy ! Component: 1900 - total flux cleaned = -0.00288109 Jy ! Component: 1950 - total flux cleaned = -0.00299687 Jy ! Component: 2000 - total flux cleaned = -0.00307881 Jy ! Component: 2050 - total flux cleaned = -0.00314309 Jy ! Component: 2100 - total flux cleaned = -0.003143 Jy ! Component: 2150 - total flux cleaned = -0.00322191 Jy ! Component: 2200 - total flux cleaned = -0.00330008 Jy ! Component: 2250 - total flux cleaned = -0.00331588 Jy ! Component: 2300 - total flux cleaned = -0.00342323 Jy ! Component: 2350 - total flux cleaned = -0.0034233 Jy ! Component: 2400 - total flux cleaned = -0.00345344 Jy ! Component: 2450 - total flux cleaned = -0.00357254 Jy ! Component: 2500 - total flux cleaned = -0.00354294 Jy ! Component: 2550 - total flux cleaned = -0.00365989 Jy ! Component: 2600 - total flux cleaned = -0.00364527 Jy ! Component: 2650 - total flux cleaned = -0.003631 Jy ! Component: 2700 - total flux cleaned = -0.00365945 Jy ! Component: 2750 - total flux cleaned = -0.00370192 Jy ! Component: 2800 - total flux cleaned = -0.00374381 Jy ! Component: 2850 - total flux cleaned = -0.00375756 Jy ! Component: 2900 - total flux cleaned = -0.0037987 Jy ! Component: 2950 - total flux cleaned = -0.00379863 Jy ! Component: 3000 - total flux cleaned = -0.00387975 Jy ! Component: 3050 - total flux cleaned = -0.00386647 Jy ! Component: 3100 - total flux cleaned = -0.00391972 Jy ! Component: 3150 - total flux cleaned = -0.00390651 Jy ! Component: 3200 - total flux cleaned = -0.00397209 Jy ! Component: 3250 - total flux cleaned = -0.00399819 Jy ! Component: 3300 - total flux cleaned = -0.00403692 Jy ! Component: 3350 - total flux cleaned = -0.00408796 Jy ! Component: 3400 - total flux cleaned = -0.00407526 Jy ! Component: 3450 - total flux cleaned = -0.0040879 Jy ! Component: 3500 - total flux cleaned = -0.00408797 Jy ! Component: 3550 - total flux cleaned = -0.00412503 Jy ! Component: 3600 - total flux cleaned = -0.00412499 Jy ! Component: 3650 - total flux cleaned = -0.00416162 Jy ! Component: 3700 - total flux cleaned = -0.00417356 Jy ! Component: 3750 - total flux cleaned = -0.00417339 Jy ! Component: 3800 - total flux cleaned = -0.00412556 Jy ! Component: 3850 - total flux cleaned = -0.00416126 Jy ! Component: 3900 - total flux cleaned = -0.00412593 Jy ! Component: 3950 - total flux cleaned = -0.00419624 Jy ! Component: 4000 - total flux cleaned = -0.00414974 Jy ! Component: 4050 - total flux cleaned = -0.00414967 Jy ! Total flux subtracted in 4096 components = -0.00419554 Jy ! Clean residual min=-0.000756 max=0.000716 Jy/beam ! Clean residual mean=-0.000001 rms=0.000210 Jy/beam ! Combined flux in latest and established models = 0.201225 Jy keep ! Adding 283 model components to the UV plane model. ! The established model now contains 379 components and 0.201225 Jy ![Exited script file: muppet] wmap "J2238+0724_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.408 x 7.255 at 2.058 degrees (North through East) ! Clean map min=-0.0015517 max=0.18081 Jy/beam ! Writing clean map to FITS file: J2238+0724_S_2017_08_12_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.180813 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000208295 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.345597 0.345597 0.691194 1.38239 2.76478 5.52955 11.0591 22.1182 44.2364 88.4728 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.18 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.408 x 7.255 at 2.058 degrees (North through East) ! Clean map min=-0.0015517 max=0.18081 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 J2238+0724_S_2017_08_12_pus_uvs.log closed on Fri May 10 15:09:55 2019