! Started logfile: J0858+1409_S_2017_07_09_pus_uvs.log on Wed May 8 14:45:49 2019 obs J0858+1409_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J0858+1409_S_2017_07_09_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.969201 visibilities/baseline/integration-bin. ! Found source: J0858+1409 ! ! 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 19888 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 J0858+1409_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 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 134 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 617 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.932324Jy sigma=0.008503 ! Fit after self-cal, rms=0.921742Jy sigma=0.008419 ! 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.962 mas, bmaj=6.707 mas, bpa=-5.268 degrees ! Estimated noise=886.687 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.0614511 Jy ! Component: 100 - total flux cleaned = 0.0765849 Jy ! Total flux subtracted in 100 components = 0.0765849 Jy ! Clean residual min=-0.003344 max=0.006296 Jy/beam ! Clean residual mean=-0.000033 rms=0.000953 Jy/beam ! Combined flux in latest and established models = 0.0765849 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0765849 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080625Jy sigma=0.000682 ! Fit after self-cal, rms=0.080611Jy sigma=0.000682 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00708848 Jy ! Component: 100 - total flux cleaned = 0.010732 Jy ! Total flux subtracted in 100 components = 0.010732 Jy ! Clean residual min=-0.003058 max=0.003256 Jy/beam ! Clean residual mean=-0.000023 rms=0.000829 Jy/beam ! Combined flux in latest and established models = 0.0873169 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 22 components and 0.0873169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079875Jy sigma=0.000675 ! Fit after self-cal, rms=0.079875Jy sigma=0.000675 ! 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.464 mas, bmaj=7.636 mas, bpa=-2.755 degrees ! Estimated noise=652.347 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.00310345 Jy ! Component: 100 - total flux cleaned = 0.00461989 Jy ! Component: 150 - total flux cleaned = 0.00549744 Jy ! Component: 200 - total flux cleaned = 0.00603531 Jy ! Total flux subtracted in 200 components = 0.00603531 Jy ! Clean residual min=-0.002607 max=0.003465 Jy/beam ! Clean residual mean=-0.000019 rms=0.000723 Jy/beam ! Combined flux in latest and established models = 0.0933523 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 37 components and 0.0933523 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079752Jy sigma=0.000674 ! Fit after self-cal, rms=0.079754Jy sigma=0.000674 ! 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.94 FD 1.01 HN 1.03 KP 1.01 ! LA 0.96 MK 1.21 NL 0.94 OV 1.04 ! PT 0.99 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 0.98 KP 1.02 ! LA 0.94 MK 0.96 NL 1.08 OV 1.08 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.85 FD 1.07 HN 1.01 KP 0.94 ! LA 0.98 MK 0.97 NL 1.10 OV 1.01 ! PT 0.94 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 0.88 KP 1.00* ! LA 0.98 MK 0.94 NL 1.00* OV 1.00* ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.079754Jy sigma=0.000674 ! Fit after self-cal, rms=0.078969Jy sigma=0.000671 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.482 mas, bmaj=7.634 mas, bpa=-2.627 degrees ! Estimated noise=652.846 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 (-7, 10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00311356 Jy ! Component: 100 - total flux cleaned = 0.00400586 Jy ! Component: 150 - total flux cleaned = 0.00439676 Jy ! Component: 200 - total flux cleaned = 0.00474367 Jy ! Total flux subtracted in 200 components = 0.00474367 Jy ! Clean residual min=-0.002237 max=0.002336 Jy/beam ! Clean residual mean=-0.000011 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.0980959 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 63 components and 0.0980959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078843Jy sigma=0.000670 ! Fit after self-cal, rms=0.078808Jy sigma=0.000669 ! 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.078808Jy sigma=0.000669 ! Fit after self-cal, rms=0.079268Jy sigma=0.000667 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.479 mas, bmaj=7.633 mas, bpa=-2.774 degrees ! Estimated noise=648.666 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00153543 Jy ! Component: 100 - total flux cleaned = 0.00216643 Jy ! Component: 150 - total flux cleaned = 0.00228331 Jy ! Component: 200 - total flux cleaned = 0.00236293 Jy ! Total flux subtracted in 200 components = 0.00236293 Jy ! Clean residual min=-0.001953 max=0.002394 Jy/beam ! Clean residual mean=-0.000003 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.100459 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 80 components and 0.100459 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079230Jy sigma=0.000667 ! Fit after self-cal, rms=0.079265Jy sigma=0.000667 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 (-74.5, 118.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00197425 Jy ! Component: 100 - total flux cleaned = 0.00294546 Jy ! Component: 150 - total flux cleaned = 0.00337627 Jy ! Component: 200 - total flux cleaned = 0.00347453 Jy ! Total flux subtracted in 200 components = 0.00347453 Jy ! Clean residual min=-0.001935 max=0.002017 Jy/beam ! Clean residual mean=-0.000008 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.103933 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 99 components and 0.103933 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079207Jy sigma=0.000666 ! Fit after self-cal, rms=0.079195Jy sigma=0.000666 ! 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.079195Jy sigma=0.000666 ! Fit after self-cal, rms=0.080490Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.487 mas, bmaj=7.638 mas, bpa=-2.719 degrees ! Estimated noise=647.698 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00088284 Jy ! Component: 100 - total flux cleaned = 0.00121801 Jy ! Component: 150 - total flux cleaned = 0.00130392 Jy ! Component: 200 - total flux cleaned = 0.00136292 Jy ! Total flux subtracted in 200 components = 0.00136292 Jy ! Clean residual min=-0.001870 max=0.001970 Jy/beam ! Clean residual mean=-0.000004 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.105296 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 117 components and 0.105296 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080474Jy sigma=0.000664 ! Fit after self-cal, rms=0.080505Jy sigma=0.000664 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 (-5.5, 32.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00135375 Jy ! Component: 100 - total flux cleaned = 0.00148658 Jy ! Component: 150 - total flux cleaned = 0.00157726 Jy ! Component: 200 - total flux cleaned = 0.00166106 Jy ! Total flux subtracted in 200 components = 0.00166106 Jy ! Clean residual min=-0.001688 max=0.001791 Jy/beam ! Clean residual mean=-0.000004 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.106957 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 136 components and 0.106957 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080454Jy sigma=0.000664 ! Fit after self-cal, rms=0.080451Jy sigma=0.000664 ! 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.080451Jy sigma=0.000664 ! Fit after self-cal, rms=0.080508Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.431 mas, bmaj=11.82 mas, bpa=-7.723 degrees ! Estimated noise=796.972 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000764952 Jy ! Component: 100 - total flux cleaned = 0.00110637 Jy ! Component: 150 - total flux cleaned = 0.00140793 Jy ! Component: 200 - total flux cleaned = 0.00154698 Jy ! Total flux subtracted in 200 components = 0.00154698 Jy ! Clean residual min=-0.001825 max=0.001749 Jy/beam ! Clean residual mean=-0.000004 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.108504 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 147 components and 0.108504 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080498Jy sigma=0.000664 ! Fit after self-cal, rms=0.080499Jy sigma=0.000664 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.000211327 Jy ! Component: 100 - total flux cleaned = 0.000264347 Jy ! Component: 150 - total flux cleaned = 0.00029704 Jy ! Component: 200 - total flux cleaned = 0.000311877 Jy ! Total flux subtracted in 200 components = 0.000311877 Jy ! Clean residual min=-0.001806 max=0.001726 Jy/beam ! Clean residual mean=-0.000003 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.108816 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 165 components and 0.108816 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080494Jy sigma=0.000664 ! Fit after self-cal, rms=0.080491Jy sigma=0.000664 ! 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.487 mas, bmaj=7.635 mas, bpa=-2.703 degrees ! Estimated noise=646.173 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.487 x 7.635 at -2.703 degrees (North through East) ! Clean map min=-0.0016094 max=0.079914 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.991 mas, bmaj=6.69 mas, bpa=-5.223 degrees ! Estimated noise=874.142 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0602793 Jy ! Component: 100 - total flux cleaned = 0.0754362 Jy ! Component: 150 - total flux cleaned = 0.0823804 Jy ! Component: 200 - total flux cleaned = 0.0868091 Jy ! Total flux subtracted in 200 components = 0.0868091 Jy ! Clean residual min=-0.002843 max=0.002808 Jy/beam ! Clean residual mean=-0.000013 rms=0.000686 Jy/beam ! Combined flux in latest and established models = 0.0868091 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.0868091 Jy ! Inverting map and beam ! Estimated beam: bmin=3.487 mas, bmaj=7.635 mas, bpa=-2.703 degrees ! Estimated noise=646.173 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.00453277 Jy ! Component: 100 - total flux cleaned = 0.0076567 Jy ! Component: 150 - total flux cleaned = 0.0101226 Jy ! Component: 200 - total flux cleaned = 0.0121412 Jy ! Total flux subtracted in 200 components = 0.0121412 Jy ! Clean residual min=-0.002018 max=0.001864 Jy/beam ! Clean residual mean=-0.000006 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.0989503 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 50 components and 0.0989503 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.431 mas, bmaj=11.82 mas, bpa=-7.723 degrees ! Estimated noise=796.972 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00247393 Jy ! Component: 100 - total flux cleaned = 0.00426019 Jy ! Component: 150 - total flux cleaned = 0.00545294 Jy ! Component: 200 - total flux cleaned = 0.00620137 Jy ! Total flux subtracted in 200 components = 0.00620137 Jy ! Clean residual min=-0.002088 max=0.001846 Jy/beam ! Clean residual mean=-0.000007 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.105152 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.000633394 Jy ! Component: 100 - total flux cleaned = 0.0011449 Jy ! Component: 150 - total flux cleaned = 0.00144853 Jy ! Component: 200 - total flux cleaned = 0.00172516 Jy ! Total flux subtracted in 200 components = 0.00172516 Jy ! Clean residual min=-0.001967 max=0.001808 Jy/beam ! Clean residual mean=-0.000006 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.106877 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 104 components and 0.106877 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.487 mas, bmaj=7.635 mas, bpa=-2.703 degrees ! Estimated noise=646.173 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000329379 Jy ! Component: 100 - total flux cleaned = 0.000518777 Jy ! Component: 150 - total flux cleaned = 0.000618217 Jy ! Component: 200 - total flux cleaned = 0.000679733 Jy ! Total flux subtracted in 200 components = 0.000679733 Jy ! Clean residual min=-0.001721 max=0.001826 Jy/beam ! Clean residual mean=-0.000003 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.107557 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 128 components and 0.107557 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080520Jy sigma=0.000664 ! Fit after self-cal, rms=0.080517Jy sigma=0.000664 wmodel J0858+1409_S_2017_07_09_pus_map.mod ! Writing 128 model components to file: J0858+1409_S_2017_07_09_pus_map.mod wobs J0858+1409_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J0858+1409_S_2017_07_09_pus_uvs.fits wwins J0858+1409_S_2017_07_09_pus_map.win ! wwins: Wrote 4 windows to J0858+1409_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.000118284 Jy ! Component: 100 - total flux cleaned = -0.000559148 Jy ! Component: 150 - total flux cleaned = -0.001058 Jy ! Component: 200 - total flux cleaned = -0.00148188 Jy ! Component: 250 - total flux cleaned = -0.00181441 Jy ! Component: 300 - total flux cleaned = -0.00208801 Jy ! Component: 350 - total flux cleaned = -0.00220968 Jy ! Component: 400 - total flux cleaned = -0.00240126 Jy ! Component: 450 - total flux cleaned = -0.00254205 Jy ! Component: 500 - total flux cleaned = -0.00270286 Jy ! Component: 550 - total flux cleaned = -0.00281543 Jy ! Component: 600 - total flux cleaned = -0.002904 Jy ! Component: 650 - total flux cleaned = -0.00301334 Jy ! Component: 700 - total flux cleaned = -0.00307794 Jy ! Component: 750 - total flux cleaned = -0.00320438 Jy ! Component: 800 - total flux cleaned = -0.00324584 Jy ! Component: 850 - total flux cleaned = -0.00328692 Jy ! Component: 900 - total flux cleaned = -0.00334772 Jy ! Component: 950 - total flux cleaned = -0.00338756 Jy ! Component: 1000 - total flux cleaned = -0.0035059 Jy ! Component: 1050 - total flux cleaned = -0.00352528 Jy ! Component: 1100 - total flux cleaned = -0.00350585 Jy ! Component: 1150 - total flux cleaned = -0.00356327 Jy ! Component: 1200 - total flux cleaned = -0.00365712 Jy ! Component: 1250 - total flux cleaned = -0.00371254 Jy ! Component: 1300 - total flux cleaned = -0.00373111 Jy ! Component: 1350 - total flux cleaned = -0.00387632 Jy ! Component: 1400 - total flux cleaned = -0.00396583 Jy ! Component: 1450 - total flux cleaned = -0.00403665 Jy ! Component: 1500 - total flux cleaned = -0.0041068 Jy ! Component: 1550 - total flux cleaned = -0.00412419 Jy ! Component: 1600 - total flux cleaned = -0.00415871 Jy ! Component: 1650 - total flux cleaned = -0.0041931 Jy ! Component: 1700 - total flux cleaned = -0.00431111 Jy ! Component: 1750 - total flux cleaned = -0.00432776 Jy ! Component: 1800 - total flux cleaned = -0.00437719 Jy ! Component: 1850 - total flux cleaned = -0.00445903 Jy ! Component: 1900 - total flux cleaned = -0.00444289 Jy ! Component: 1950 - total flux cleaned = -0.00457121 Jy ! Component: 2000 - total flux cleaned = -0.00458719 Jy ! Component: 2050 - total flux cleaned = -0.00465025 Jy ! Component: 2100 - total flux cleaned = -0.00477483 Jy ! Component: 2150 - total flux cleaned = -0.00468211 Jy ! Component: 2200 - total flux cleaned = -0.00477391 Jy ! Component: 2250 - total flux cleaned = -0.00486477 Jy ! Component: 2300 - total flux cleaned = -0.00481942 Jy ! Component: 2350 - total flux cleaned = -0.00492379 Jy ! Component: 2400 - total flux cleaned = -0.00493845 Jy ! Component: 2450 - total flux cleaned = -0.00495308 Jy ! Component: 2500 - total flux cleaned = -0.00498214 Jy ! Component: 2550 - total flux cleaned = -0.00495328 Jy ! Component: 2600 - total flux cleaned = -0.00499645 Jy ! Component: 2650 - total flux cleaned = -0.00505316 Jy ! Component: 2700 - total flux cleaned = -0.00506714 Jy ! Component: 2750 - total flux cleaned = -0.00508106 Jy ! Component: 2800 - total flux cleaned = -0.0050673 Jy ! Component: 2850 - total flux cleaned = -0.00513615 Jy ! Component: 2900 - total flux cleaned = -0.00520456 Jy ! Component: 2950 - total flux cleaned = -0.00519094 Jy ! Component: 3000 - total flux cleaned = -0.00525833 Jy ! Component: 3050 - total flux cleaned = -0.00529839 Jy ! Component: 3100 - total flux cleaned = -0.00532497 Jy ! Component: 3150 - total flux cleaned = -0.00532472 Jy ! Component: 3200 - total flux cleaned = -0.0053508 Jy ! Component: 3250 - total flux cleaned = -0.00537677 Jy ! Component: 3300 - total flux cleaned = -0.00540273 Jy ! Component: 3350 - total flux cleaned = -0.00544125 Jy ! Component: 3400 - total flux cleaned = -0.00547961 Jy ! Component: 3450 - total flux cleaned = -0.00546699 Jy ! Component: 3500 - total flux cleaned = -0.00556783 Jy ! Component: 3550 - total flux cleaned = -0.00563033 Jy ! Component: 3600 - total flux cleaned = -0.00558055 Jy ! Component: 3650 - total flux cleaned = -0.00565461 Jy ! Component: 3700 - total flux cleaned = -0.00566688 Jy ! Component: 3750 - total flux cleaned = -0.00569137 Jy ! Component: 3800 - total flux cleaned = -0.00572783 Jy ! Component: 3850 - total flux cleaned = -0.00577611 Jy ! Component: 3900 - total flux cleaned = -0.00580015 Jy ! Component: 3950 - total flux cleaned = -0.00581213 Jy ! Component: 4000 - total flux cleaned = -0.00582387 Jy ! Component: 4050 - total flux cleaned = -0.00589438 Jy ! Total flux subtracted in 4096 components = -0.00590596 Jy ! Clean residual min=-0.000759 max=0.000602 Jy/beam ! Clean residual mean=-0.000001 rms=0.000219 Jy/beam ! Combined flux in latest and established models = 0.101651 Jy keep ! Adding 280 model components to the UV plane model. ! The established model now contains 408 components and 0.101651 Jy ![Exited script file: muppet] wmap "J0858+1409_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.487 x 7.635 at -2.703 degrees (North through East) ! Clean map min=-0.0013223 max=0.079922 Jy/beam ! Writing clean map to FITS file: J0858+1409_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.0799217 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000218821 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.821384 0.821384 1.64277 3.28554 6.57107 13.1421 26.2843 52.5686 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.079 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.487 x 7.635 at -2.703 degrees (North through East) ! Clean map min=-0.0013223 max=0.079922 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 J0858+1409_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:45:54 2019