! Started logfile: J0824+2438_S_2017_08_05_pus_uvs.log on Thu May 9 19:24:29 2019 obs J0824+2438_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J0824+2438_S_2017_08_05_pus_uva.fits ! AN table 1: 143 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.971562 visibilities/baseline/integration-bin. ! Found source: J0824+2438 ! ! 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 513 lines of history. ! ! Reading 25008 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 J0824+2438_S_2017_08_05_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 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 42 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 822 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.898748Jy sigma=0.008499 ! Fit after self-cal, rms=0.885081Jy sigma=0.008383 ! 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.834 mas, bmaj=6.32 mas, bpa=-3.575 degrees ! Estimated noise=779.801 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.0888032 Jy ! Component: 100 - total flux cleaned = 0.108457 Jy ! Total flux subtracted in 100 components = 0.108457 Jy ! Clean residual min=-0.004067 max=0.006462 Jy/beam ! Clean residual mean=-0.000020 rms=0.001130 Jy/beam ! Combined flux in latest and established models = 0.108457 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.108457 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081370Jy sigma=0.000714 ! Fit after self-cal, rms=0.081365Jy sigma=0.000713 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00704069 Jy ! Component: 100 - total flux cleaned = 0.0110937 Jy ! Total flux subtracted in 100 components = 0.0110937 Jy ! Clean residual min=-0.003682 max=0.004945 Jy/beam ! Clean residual mean=-0.000015 rms=0.001025 Jy/beam ! Combined flux in latest and established models = 0.119551 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 23 components and 0.119551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080363Jy sigma=0.000705 ! Fit after self-cal, rms=0.080371Jy sigma=0.000705 ! 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.331 mas, bmaj=6.98 mas, bpa=-3.109 degrees ! Estimated noise=542.239 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 (-43.5, 35.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0066994 Jy ! Component: 100 - total flux cleaned = 0.0113922 Jy ! Component: 150 - total flux cleaned = 0.0150609 Jy ! Component: 200 - total flux cleaned = 0.0179755 Jy ! Total flux subtracted in 200 components = 0.0179755 Jy ! Clean residual min=-0.003564 max=0.004223 Jy/beam ! Clean residual mean=-0.000009 rms=0.000928 Jy/beam ! Combined flux in latest and established models = 0.137526 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 66 components and 0.137526 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079557Jy sigma=0.000698 ! Fit after self-cal, rms=0.079516Jy sigma=0.000698 ! 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.06 FD 0.94 HN 0.96 KP 1.03 ! LA 0.97 MK 1.01 NL 0.91 OV 1.04 ! PT 0.97 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.27 FD 0.97 HN 0.97 KP 0.97 ! LA 0.93 MK 1.04 NL 1.04 OV 1.11 ! PT 0.97 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.99 HN 0.96 KP 0.90 ! LA 0.74 MK 1.04 NL 1.20 OV 0.98 ! PT 0.95 SC 0.98 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 0.92 KP 1.00* ! LA 0.78 MK 1.34 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.079516Jy sigma=0.000698 ! Fit after self-cal, rms=0.076427Jy sigma=0.000685 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.363 mas, bmaj=7.059 mas, bpa=-2.862 degrees ! Estimated noise=536.231 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.00222273 Jy ! Component: 100 - total flux cleaned = 0.00307289 Jy ! Component: 150 - total flux cleaned = 0.00349586 Jy ! Component: 200 - total flux cleaned = 0.00373636 Jy ! Total flux subtracted in 200 components = 0.00373636 Jy ! Clean residual min=-0.002235 max=0.002786 Jy/beam ! Clean residual mean=-0.000005 rms=0.000633 Jy/beam ! Combined flux in latest and established models = 0.141263 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 88 components and 0.141263 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076341Jy sigma=0.000684 ! Fit after self-cal, rms=0.076344Jy sigma=0.000683 ! 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.076344Jy sigma=0.000683 ! Fit after self-cal, rms=0.079650Jy sigma=0.000678 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.361 mas, bmaj=7.043 mas, bpa=-2.85 degrees ! Estimated noise=536.849 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000720245 Jy ! Component: 100 - total flux cleaned = 0.00083653 Jy ! Component: 150 - total flux cleaned = 0.000985382 Jy ! Component: 200 - total flux cleaned = 0.00111485 Jy ! Total flux subtracted in 200 components = 0.00111485 Jy ! Clean residual min=-0.001761 max=0.001773 Jy/beam ! Clean residual mean=-0.000000 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.142378 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 102 components and 0.142378 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079615Jy sigma=0.000678 ! Fit after self-cal, rms=0.079679Jy sigma=0.000677 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.000278863 Jy ! Component: 100 - total flux cleaned = 0.00038999 Jy ! Component: 150 - total flux cleaned = 0.000469436 Jy ! Component: 200 - total flux cleaned = 0.000506158 Jy ! Total flux subtracted in 200 components = 0.000506158 Jy ! Clean residual min=-0.001691 max=0.001750 Jy/beam ! Clean residual mean=-0.000000 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.142884 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 116 components and 0.142884 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079668Jy sigma=0.000677 ! Fit after self-cal, rms=0.079667Jy sigma=0.000677 ! 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.079667Jy sigma=0.000677 ! Fit after self-cal, rms=0.080122Jy sigma=0.000677 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.363 mas, bmaj=7.041 mas, bpa=-2.939 degrees ! Estimated noise=536.103 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.28379e-05 Jy ! Component: 100 - total flux cleaned = 0.000141832 Jy ! Component: 150 - total flux cleaned = 0.00023583 Jy ! Component: 200 - total flux cleaned = 0.000303681 Jy ! Total flux subtracted in 200 components = 0.000303681 Jy ! Clean residual min=-0.001642 max=0.001729 Jy/beam ! Clean residual mean=0.000001 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.143188 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 120 components and 0.143188 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080112Jy sigma=0.000677 ! Fit after self-cal, rms=0.080118Jy sigma=0.000677 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 = 6.08052e-05 Jy ! Component: 100 - total flux cleaned = 0.000154514 Jy ! Component: 150 - total flux cleaned = 0.000227444 Jy ! Component: 200 - total flux cleaned = 0.000282405 Jy ! Total flux subtracted in 200 components = 0.000282405 Jy ! Clean residual min=-0.001616 max=0.001729 Jy/beam ! Clean residual mean=0.000001 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.14347 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 128 components and 0.14347 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080113Jy sigma=0.000677 ! Fit after self-cal, rms=0.080112Jy sigma=0.000677 ! 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.080112Jy sigma=0.000677 ! Fit after self-cal, rms=0.080219Jy sigma=0.000677 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.311 mas, bmaj=10.37 mas, bpa=-6.758 degrees ! Estimated noise=665.137 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000974626 Jy ! Component: 100 - total flux cleaned = 0.00141938 Jy ! Component: 150 - total flux cleaned = 0.00152783 Jy ! Component: 200 - total flux cleaned = 0.00160065 Jy ! Total flux subtracted in 200 components = 0.00160065 Jy ! Clean residual min=-0.002054 max=0.002392 Jy/beam ! Clean residual mean=0.000002 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.145071 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 141 components and 0.145071 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080221Jy sigma=0.000677 ! Fit after self-cal, rms=0.080221Jy sigma=0.000677 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.000225806 Jy ! Component: 100 - total flux cleaned = 0.000326198 Jy ! Component: 150 - total flux cleaned = 0.000375183 Jy ! Component: 200 - total flux cleaned = 0.000408823 Jy ! Total flux subtracted in 200 components = 0.000408823 Jy ! Clean residual min=-0.002030 max=0.002347 Jy/beam ! Clean residual mean=0.000002 rms=0.000616 Jy/beam ! Combined flux in latest and established models = 0.145479 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 153 components and 0.145479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080224Jy sigma=0.000677 ! Fit after self-cal, rms=0.080223Jy sigma=0.000677 ! 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.364 mas, bmaj=7.042 mas, bpa=-3.004 degrees ! Estimated noise=535.715 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.364 x 7.042 at -3.004 degrees (North through East) ! Clean map min=-0.0015026 max=0.11394 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.857 mas, bmaj=6.37 mas, bpa=-3.34 degrees ! Estimated noise=778.575 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0884701 Jy ! Component: 100 - total flux cleaned = 0.108104 Jy ! Component: 150 - total flux cleaned = 0.115117 Jy ! Component: 200 - total flux cleaned = 0.119788 Jy ! Total flux subtracted in 200 components = 0.119788 Jy ! Clean residual min=-0.002199 max=0.002630 Jy/beam ! Clean residual mean=-0.000006 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.119788 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.119788 Jy ! Inverting map and beam ! Estimated beam: bmin=3.364 mas, bmaj=7.042 mas, bpa=-3.004 degrees ! Estimated noise=535.715 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.00534415 Jy ! Component: 100 - total flux cleaned = 0.00911444 Jy ! Component: 150 - total flux cleaned = 0.0119583 Jy ! Component: 200 - total flux cleaned = 0.0142134 Jy ! Total flux subtracted in 200 components = 0.0142134 Jy ! Clean residual min=-0.001837 max=0.001849 Jy/beam ! Clean residual mean=-0.000000 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.134001 Jy ! Adding 72 model components to the UV plane model. ! The established model now contains 87 components and 0.134001 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.311 mas, bmaj=10.37 mas, bpa=-6.758 degrees ! Estimated noise=665.137 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00348556 Jy ! Component: 100 - total flux cleaned = 0.00577767 Jy ! Component: 150 - total flux cleaned = 0.00738193 Jy ! Component: 200 - total flux cleaned = 0.00854862 Jy ! Total flux subtracted in 200 components = 0.00854862 Jy ! Clean residual min=-0.002159 max=0.002237 Jy/beam ! Clean residual mean=0.000001 rms=0.000638 Jy/beam ! Combined flux in latest and established models = 0.14255 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.000859583 Jy ! Component: 100 - total flux cleaned = 0.0014965 Jy ! Component: 150 - total flux cleaned = 0.00196996 Jy ! Component: 200 - total flux cleaned = 0.00232278 Jy ! Total flux subtracted in 200 components = 0.00232278 Jy ! Clean residual min=-0.002045 max=0.002229 Jy/beam ! Clean residual mean=0.000001 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.144872 Jy ! Adding 78 model components to the UV plane model. ! The established model now contains 156 components and 0.144872 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.364 mas, bmaj=7.042 mas, bpa=-3.004 degrees ! Estimated noise=535.715 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000607587 Jy ! Component: 100 - total flux cleaned = -0.000878166 Jy ! Component: 150 - total flux cleaned = -0.000922467 Jy ! Component: 200 - total flux cleaned = -0.000865711 Jy ! Total flux subtracted in 200 components = -0.000865711 Jy ! Clean residual min=-0.001555 max=0.001560 Jy/beam ! Clean residual mean=0.000001 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.144007 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 181 components and 0.144007 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080219Jy sigma=0.000677 ! Fit after self-cal, rms=0.080216Jy sigma=0.000677 wmodel J0824+2438_S_2017_08_05_pus_map.mod ! Writing 181 model components to file: J0824+2438_S_2017_08_05_pus_map.mod wobs J0824+2438_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J0824+2438_S_2017_08_05_pus_uvs.fits wwins J0824+2438_S_2017_08_05_pus_map.win ! wwins: Wrote 2 windows to J0824+2438_S_2017_08_05_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 = 5.73945e-05 Jy ! Component: 100 - total flux cleaned = 0.00022116 Jy ! Component: 150 - total flux cleaned = 0.00032531 Jy ! Component: 200 - total flux cleaned = 0.000375334 Jy ! Component: 250 - total flux cleaned = 0.000474337 Jy ! Component: 300 - total flux cleaned = 0.000498319 Jy ! Component: 350 - total flux cleaned = 0.000475029 Jy ! Component: 400 - total flux cleaned = 0.000521453 Jy ! Component: 450 - total flux cleaned = 0.000565907 Jy ! Component: 500 - total flux cleaned = 0.000609668 Jy ! Component: 550 - total flux cleaned = 0.000652933 Jy ! Component: 600 - total flux cleaned = 0.000758406 Jy ! Component: 650 - total flux cleaned = 0.000778638 Jy ! Component: 700 - total flux cleaned = 0.000778593 Jy ! Component: 750 - total flux cleaned = 0.000818555 Jy ! Component: 800 - total flux cleaned = 0.000818522 Jy ! Component: 850 - total flux cleaned = 0.000856811 Jy ! Component: 900 - total flux cleaned = 0.000857129 Jy ! Component: 950 - total flux cleaned = 0.000876101 Jy ! Component: 1000 - total flux cleaned = 0.000931354 Jy ! Component: 1050 - total flux cleaned = 0.000895226 Jy ! Component: 1100 - total flux cleaned = 0.0009314 Jy ! Component: 1150 - total flux cleaned = 0.00103735 Jy ! Component: 1200 - total flux cleaned = 0.00105464 Jy ! Component: 1250 - total flux cleaned = 0.00107182 Jy ! Component: 1300 - total flux cleaned = 0.00107167 Jy ! Component: 1350 - total flux cleaned = 0.00102113 Jy ! Component: 1400 - total flux cleaned = 0.00102129 Jy ! Component: 1450 - total flux cleaned = 0.00100478 Jy ! Component: 1500 - total flux cleaned = 0.000940066 Jy ! Component: 1550 - total flux cleaned = 0.000908255 Jy ! Component: 1600 - total flux cleaned = 0.000971756 Jy ! Component: 1650 - total flux cleaned = 0.000971717 Jy ! Component: 1700 - total flux cleaned = 0.000894101 Jy ! Component: 1750 - total flux cleaned = 0.000878749 Jy ! Component: 1800 - total flux cleaned = 0.000833042 Jy ! Component: 1850 - total flux cleaned = 0.000848274 Jy ! Component: 1900 - total flux cleaned = 0.000758949 Jy ! Component: 1950 - total flux cleaned = 0.000759163 Jy ! Component: 2000 - total flux cleaned = 0.000759177 Jy ! Component: 2050 - total flux cleaned = 0.000759185 Jy ! Component: 2100 - total flux cleaned = 0.00071628 Jy ! Component: 2150 - total flux cleaned = 0.000673837 Jy ! Component: 2200 - total flux cleaned = 0.000617852 Jy ! Component: 2250 - total flux cleaned = 0.000659618 Jy ! Component: 2300 - total flux cleaned = 0.000618215 Jy ! Component: 2350 - total flux cleaned = 0.000604528 Jy ! Component: 2400 - total flux cleaned = 0.000631556 Jy ! Component: 2450 - total flux cleaned = 0.00053774 Jy ! Component: 2500 - total flux cleaned = 0.000590989 Jy ! Component: 2550 - total flux cleaned = 0.000590963 Jy ! Component: 2600 - total flux cleaned = 0.000551899 Jy ! Component: 2650 - total flux cleaned = 0.000526119 Jy ! Component: 2700 - total flux cleaned = 0.000564591 Jy ! Component: 2750 - total flux cleaned = 0.000539149 Jy ! Component: 2800 - total flux cleaned = 0.000551788 Jy ! Component: 2850 - total flux cleaned = 0.00051444 Jy ! Component: 2900 - total flux cleaned = 0.000551576 Jy ! Component: 2950 - total flux cleaned = 0.000539213 Jy ! Component: 3000 - total flux cleaned = 0.000527135 Jy ! Component: 3050 - total flux cleaned = 0.000502835 Jy ! Component: 3100 - total flux cleaned = 0.00050284 Jy ! Component: 3150 - total flux cleaned = 0.000502739 Jy ! Component: 3200 - total flux cleaned = 0.000490895 Jy ! Component: 3250 - total flux cleaned = 0.000514298 Jy ! Component: 3300 - total flux cleaned = 0.000514319 Jy ! Component: 3350 - total flux cleaned = 0.000525779 Jy ! Component: 3400 - total flux cleaned = 0.000525593 Jy ! Component: 3450 - total flux cleaned = 0.000548138 Jy ! Component: 3500 - total flux cleaned = 0.000491612 Jy ! Component: 3550 - total flux cleaned = 0.000547645 Jy ! Component: 3600 - total flux cleaned = 0.000547489 Jy ! Component: 3650 - total flux cleaned = 0.000558451 Jy ! Component: 3700 - total flux cleaned = 0.000580318 Jy ! Component: 3750 - total flux cleaned = 0.000547656 Jy ! Component: 3800 - total flux cleaned = 0.000569326 Jy ! Component: 3850 - total flux cleaned = 0.000590849 Jy ! Component: 3900 - total flux cleaned = 0.000580131 Jy ! Component: 3950 - total flux cleaned = 0.00065432 Jy ! Component: 4000 - total flux cleaned = 0.000675249 Jy ! Component: 4050 - total flux cleaned = 0.000643799 Jy ! Total flux subtracted in 4096 components = 0.000643852 Jy ! Clean residual min=-0.000621 max=0.000519 Jy/beam ! Clean residual mean=0.000001 rms=0.000200 Jy/beam ! Combined flux in latest and established models = 0.144651 Jy keep ! Adding 323 model components to the UV plane model. ! The established model now contains 504 components and 0.144651 Jy ![Exited script file: muppet] wmap "J0824+2438_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.364 x 7.042 at -3.004 degrees (North through East) ! Clean map min=-0.0012121 max=0.11404 Jy/beam ! Writing clean map to FITS file: J0824+2438_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.114044 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000199965 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.52602 0.52602 1.05204 2.10408 4.20816 8.41633 16.8327 33.6653 67.3306 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.114 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.364 x 7.042 at -3.004 degrees (North through East) ! Clean map min=-0.0012121 max=0.11404 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 J0824+2438_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:24:35 2019