! Started logfile: J2034+1154_S_2017_07_16_pus_uvs.log on Thu May 9 11:18:39 2019 obs J2034+1154_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J2034+1154_S_2017_07_16_pus_uva.fits ! AN table 1: 143 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.780575 visibilities/baseline/integration-bin. ! Found source: J2034+1154 ! ! 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 815 lines of history. ! ! Reading 20092 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 J2034+1154_S_2017_07_16_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 161 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 240 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 195 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 943 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.911416Jy sigma=0.008618 ! Fit after self-cal, rms=0.897261Jy sigma=0.008507 ! 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.644 mas, bmaj=6.553 mas, bpa=-4.445 degrees ! Estimated noise=1012.23 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.0792198 Jy ! Component: 100 - total flux cleaned = 0.102436 Jy ! Total flux subtracted in 100 components = 0.102436 Jy ! Clean residual min=-0.004671 max=0.010481 Jy/beam ! Clean residual mean=0.000007 rms=0.001427 Jy/beam ! Combined flux in latest and established models = 0.102436 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.102436 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079163Jy sigma=0.000701 ! Fit after self-cal, rms=0.079120Jy sigma=0.000700 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0119254 Jy ! Component: 100 - total flux cleaned = 0.0179301 Jy ! Total flux subtracted in 100 components = 0.0179301 Jy ! Clean residual min=-0.004245 max=0.006008 Jy/beam ! Clean residual mean=0.000005 rms=0.001068 Jy/beam ! Combined flux in latest and established models = 0.120366 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 12 components and 0.120366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077261Jy sigma=0.000682 ! Fit after self-cal, rms=0.077252Jy sigma=0.000682 ! 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.017 mas, bmaj=7.412 mas, bpa=-5.156 degrees ! Estimated noise=621.91 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 (19.5, 5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00765981 Jy ! Component: 100 - total flux cleaned = 0.0125415 Jy ! Component: 150 - total flux cleaned = 0.0163004 Jy ! Component: 200 - total flux cleaned = 0.0192679 Jy ! Total flux subtracted in 200 components = 0.0192679 Jy ! Clean residual min=-0.003159 max=0.004488 Jy/beam ! Clean residual mean=0.000000 rms=0.000846 Jy/beam ! Combined flux in latest and established models = 0.139634 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 58 components and 0.139634 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076349Jy sigma=0.000672 ! Fit after self-cal, rms=0.076300Jy sigma=0.000672 ! 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.91 FD 1.00* HN 1.02 KP 1.00 ! LA 0.99 MK 1.04 NL 0.93 OV 1.01 ! PT 1.01 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00* HN 1.02 KP 1.00 ! LA 0.94 MK 1.00 NL 1.12 OV 1.05 ! PT 0.97 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.82 FD 1.00* HN 1.00 KP 0.99 ! LA 0.94 MK 1.07 NL 1.04 OV 0.97 ! PT 0.95 SC 1.02 ! ! ! Correcting IF 4. ! A total of 183 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00 KP 1.00* ! LA 0.96 MK 0.93 NL 1.00* OV 1.00* ! PT 0.96 SC 1.00* ! ! ! Fit before self-cal, rms=0.076300Jy sigma=0.000672 ! Fit after self-cal, rms=0.074104Jy sigma=0.000668 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.087 mas, bmaj=7.441 mas, bpa=-4.523 degrees ! Estimated noise=618.655 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.00256544 Jy ! Component: 100 - total flux cleaned = 0.00426607 Jy ! Component: 150 - total flux cleaned = 0.00549754 Jy ! Component: 200 - total flux cleaned = 0.00642214 Jy ! Total flux subtracted in 200 components = 0.00642214 Jy ! Clean residual min=-0.002469 max=0.002929 Jy/beam ! Clean residual mean=-0.000003 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.146056 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 84 components and 0.146056 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074008Jy sigma=0.000667 ! Fit after self-cal, rms=0.074014Jy sigma=0.000667 ! 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.074014Jy sigma=0.000667 ! Fit after self-cal, rms=0.074283Jy sigma=0.000664 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.082 mas, bmaj=7.449 mas, bpa=-4.368 degrees ! Estimated noise=618.338 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00128268 Jy ! Component: 100 - total flux cleaned = 0.00170403 Jy ! Component: 150 - total flux cleaned = 0.00196505 Jy ! Component: 200 - total flux cleaned = 0.00212449 Jy ! Total flux subtracted in 200 components = 0.00212449 Jy ! Clean residual min=-0.001843 max=0.002551 Jy/beam ! Clean residual mean=-0.000001 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.148181 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 105 components and 0.148181 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074257Jy sigma=0.000663 ! Fit after self-cal, rms=0.074278Jy sigma=0.000663 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 (4.5, -0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0023324 Jy ! Component: 100 - total flux cleaned = 0.0031421 Jy ! Component: 150 - total flux cleaned = 0.00341504 Jy ! Component: 200 - total flux cleaned = 0.00356124 Jy ! Total flux subtracted in 200 components = 0.00356124 Jy ! Clean residual min=-0.001611 max=0.001779 Jy/beam ! Clean residual mean=-0.000002 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.151742 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 118 components and 0.151742 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074203Jy sigma=0.000663 ! Fit after self-cal, rms=0.074196Jy sigma=0.000662 ! 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.074196Jy sigma=0.000662 ! Fit after self-cal, rms=0.073835Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.071 mas, bmaj=7.431 mas, bpa=-4.337 degrees ! Estimated noise=616.618 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00125676 Jy ! Component: 100 - total flux cleaned = 0.00190348 Jy ! Component: 150 - total flux cleaned = 0.00205362 Jy ! Component: 200 - total flux cleaned = 0.00207483 Jy ! Total flux subtracted in 200 components = 0.00207483 Jy ! Clean residual min=-0.001517 max=0.001701 Jy/beam ! Clean residual mean=-0.000002 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.153817 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 136 components and 0.153817 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073809Jy sigma=0.000662 ! Fit after self-cal, rms=0.073810Jy sigma=0.000662 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.000310406 Jy ! Component: 100 - total flux cleaned = 0.000270204 Jy ! Component: 150 - total flux cleaned = 0.00025234 Jy ! Component: 200 - total flux cleaned = 0.000268903 Jy ! Total flux subtracted in 200 components = 0.000268903 Jy ! Clean residual min=-0.001519 max=0.001674 Jy/beam ! Clean residual mean=-0.000002 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.154086 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 148 components and 0.154086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073801Jy sigma=0.000662 ! Fit after self-cal, rms=0.073800Jy sigma=0.000662 ! 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.073800Jy sigma=0.000662 ! Fit after self-cal, rms=0.073694Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.862 mas, bmaj=11.56 mas, bpa=-7.318 degrees ! Estimated noise=790.305 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00082596 Jy ! Component: 100 - total flux cleaned = 0.00120858 Jy ! Component: 150 - total flux cleaned = 0.00138679 Jy ! Component: 200 - total flux cleaned = 0.00147807 Jy ! Total flux subtracted in 200 components = 0.00147807 Jy ! Clean residual min=-0.001952 max=0.002428 Jy/beam ! Clean residual mean=-0.000004 rms=0.000638 Jy/beam ! Combined flux in latest and established models = 0.155564 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 161 components and 0.155564 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073690Jy sigma=0.000662 ! Fit after self-cal, rms=0.073695Jy sigma=0.000662 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.000106052 Jy ! Component: 100 - total flux cleaned = 0.000156145 Jy ! Component: 150 - total flux cleaned = 0.000184996 Jy ! Component: 200 - total flux cleaned = 0.000223998 Jy ! Total flux subtracted in 200 components = 0.000223998 Jy ! Clean residual min=-0.001925 max=0.002445 Jy/beam ! Clean residual mean=-0.000004 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.155788 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 171 components and 0.155788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073697Jy sigma=0.000662 ! Fit after self-cal, rms=0.073697Jy sigma=0.000662 ! 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.065 mas, bmaj=7.423 mas, bpa=-4.322 degrees ! Estimated noise=616.349 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.065 x 7.423 at -4.322 degrees (North through East) ! Clean map min=-0.0014263 max=0.10346 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.67 mas, bmaj=6.559 mas, bpa=-3.98 degrees ! Estimated noise=1009.9 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0772996 Jy ! Component: 100 - total flux cleaned = 0.100425 Jy ! Component: 150 - total flux cleaned = 0.111844 Jy ! Component: 200 - total flux cleaned = 0.118925 Jy ! Total flux subtracted in 200 components = 0.118925 Jy ! Clean residual min=-0.003351 max=0.004050 Jy/beam ! Clean residual mean=0.000009 rms=0.000937 Jy/beam ! Combined flux in latest and established models = 0.118925 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.118925 Jy ! Inverting map and beam ! Estimated beam: bmin=3.065 mas, bmaj=7.423 mas, bpa=-4.322 degrees ! Estimated noise=616.349 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.00719058 Jy ! Component: 100 - total flux cleaned = 0.0125326 Jy ! Component: 150 - total flux cleaned = 0.0167801 Jy ! Component: 200 - total flux cleaned = 0.0202497 Jy ! Total flux subtracted in 200 components = 0.0202497 Jy ! Clean residual min=-0.002263 max=0.002474 Jy/beam ! Clean residual mean=0.000001 rms=0.000661 Jy/beam ! Combined flux in latest and established models = 0.139174 Jy ! Adding 75 model components to the UV plane model. ! The established model now contains 92 components and 0.139174 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.862 mas, bmaj=11.56 mas, bpa=-7.318 degrees ! Estimated noise=790.305 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00535673 Jy ! Component: 100 - total flux cleaned = 0.00892439 Jy ! Component: 150 - total flux cleaned = 0.0114113 Jy ! Component: 200 - total flux cleaned = 0.0131772 Jy ! Total flux subtracted in 200 components = 0.0131772 Jy ! Clean residual min=-0.002153 max=0.002402 Jy/beam ! Clean residual mean=-0.000002 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.152351 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.00126906 Jy ! Component: 100 - total flux cleaned = 0.00184034 Jy ! Component: 150 - total flux cleaned = 0.00231439 Jy ! Component: 200 - total flux cleaned = 0.00266792 Jy ! Total flux subtracted in 200 components = 0.00266792 Jy ! Clean residual min=-0.002047 max=0.002454 Jy/beam ! Clean residual mean=-0.000003 rms=0.000646 Jy/beam ! Combined flux in latest and established models = 0.155019 Jy ! Adding 91 model components to the UV plane model. ! The established model now contains 161 components and 0.155019 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.065 mas, bmaj=7.423 mas, bpa=-4.322 degrees ! Estimated noise=616.349 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000389812 Jy ! Component: 100 - total flux cleaned = 0.000387309 Jy ! Component: 150 - total flux cleaned = 0.000415172 Jy ! Component: 200 - total flux cleaned = 0.000463958 Jy ! Total flux subtracted in 200 components = 0.000463958 Jy ! Clean residual min=-0.001524 max=0.001674 Jy/beam ! Clean residual mean=-0.000001 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.155483 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 180 components and 0.155483 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073700Jy sigma=0.000662 ! Fit after self-cal, rms=0.073691Jy sigma=0.000662 wmodel J2034+1154_S_2017_07_16_pus_map.mod ! Writing 180 model components to file: J2034+1154_S_2017_07_16_pus_map.mod wobs J2034+1154_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J2034+1154_S_2017_07_16_pus_uvs.fits wwins J2034+1154_S_2017_07_16_pus_map.win ! wwins: Wrote 3 windows to J2034+1154_S_2017_07_16_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.000390586 Jy ! Component: 100 - total flux cleaned = 0.000556039 Jy ! Component: 150 - total flux cleaned = 0.000504474 Jy ! Component: 200 - total flux cleaned = 0.000455302 Jy ! Component: 250 - total flux cleaned = 0.000382448 Jy ! Component: 300 - total flux cleaned = 0.000287657 Jy ! Component: 350 - total flux cleaned = 0.000195873 Jy ! Component: 400 - total flux cleaned = 6.16343e-05 Jy ! Component: 450 - total flux cleaned = -4.72821e-05 Jy ! Component: 500 - total flux cleaned = -0.000153861 Jy ! Component: 550 - total flux cleaned = -0.00023756 Jy ! Component: 600 - total flux cleaned = -0.000319491 Jy ! Component: 650 - total flux cleaned = -0.000419428 Jy ! Component: 700 - total flux cleaned = -0.000458552 Jy ! Component: 750 - total flux cleaned = -0.000420005 Jy ! Component: 800 - total flux cleaned = -0.000438621 Jy ! Component: 850 - total flux cleaned = -0.000438327 Jy ! Component: 900 - total flux cleaned = -0.000419668 Jy ! Component: 950 - total flux cleaned = -0.000401838 Jy ! Component: 1000 - total flux cleaned = -0.000437288 Jy ! Component: 1050 - total flux cleaned = -0.000419763 Jy ! Component: 1100 - total flux cleaned = -0.000368143 Jy ! Component: 1150 - total flux cleaned = -0.000384895 Jy ! Component: 1200 - total flux cleaned = -0.000267177 Jy ! Component: 1250 - total flux cleaned = -0.000250406 Jy ! Component: 1300 - total flux cleaned = -0.000185095 Jy ! Component: 1350 - total flux cleaned = -0.000184783 Jy ! Component: 1400 - total flux cleaned = -0.000104902 Jy ! Component: 1450 - total flux cleaned = -0.000120799 Jy ! Component: 1500 - total flux cleaned = -5.87815e-05 Jy ! Component: 1550 - total flux cleaned = -7.40406e-05 Jy ! Component: 1600 - total flux cleaned = -4.3637e-05 Jy ! Component: 1650 - total flux cleaned = -1.37752e-05 Jy ! Component: 1700 - total flux cleaned = 3.07059e-05 Jy ! Component: 1750 - total flux cleaned = 5.96982e-05 Jy ! Component: 1800 - total flux cleaned = 0.000117478 Jy ! Component: 1850 - total flux cleaned = 0.000145889 Jy ! Component: 1900 - total flux cleaned = 0.000188432 Jy ! Component: 1950 - total flux cleaned = 0.000188727 Jy ! Component: 2000 - total flux cleaned = 0.000271589 Jy ! Component: 2050 - total flux cleaned = 0.000339817 Jy ! Component: 2100 - total flux cleaned = 0.000366908 Jy ! Component: 2150 - total flux cleaned = 0.000407079 Jy ! Component: 2200 - total flux cleaned = 0.000473295 Jy ! Component: 2250 - total flux cleaned = 0.000512622 Jy ! Component: 2300 - total flux cleaned = 0.000590535 Jy ! Component: 2350 - total flux cleaned = 0.000667578 Jy ! Component: 2400 - total flux cleaned = 0.00074391 Jy ! Component: 2450 - total flux cleaned = 0.000819619 Jy ! Component: 2500 - total flux cleaned = 0.000869758 Jy ! Component: 2550 - total flux cleaned = 0.000857381 Jy ! Component: 2600 - total flux cleaned = 0.000943436 Jy ! Component: 2650 - total flux cleaned = 0.000967787 Jy ! Component: 2700 - total flux cleaned = 0.00102824 Jy ! Component: 2750 - total flux cleaned = 0.00106399 Jy ! Component: 2800 - total flux cleaned = 0.0011235 Jy ! Component: 2850 - total flux cleaned = 0.00115874 Jy ! Component: 2900 - total flux cleaned = 0.001217 Jy ! Component: 2950 - total flux cleaned = 0.00124026 Jy ! Component: 3000 - total flux cleaned = 0.0012632 Jy ! Component: 3050 - total flux cleaned = 0.00130866 Jy ! Component: 3100 - total flux cleaned = 0.00132009 Jy ! Component: 3150 - total flux cleaned = 0.00137623 Jy ! Component: 3200 - total flux cleaned = 0.00139841 Jy ! Component: 3250 - total flux cleaned = 0.00142068 Jy ! Component: 3300 - total flux cleaned = 0.0014863 Jy ! Component: 3350 - total flux cleaned = 0.00151884 Jy ! Component: 3400 - total flux cleaned = 0.00157297 Jy ! Component: 3450 - total flux cleaned = 0.00154086 Jy ! Component: 3500 - total flux cleaned = 0.00160475 Jy ! Component: 3550 - total flux cleaned = 0.00165761 Jy ! Component: 3600 - total flux cleaned = 0.00172046 Jy ! Component: 3650 - total flux cleaned = 0.0017413 Jy ! Component: 3700 - total flux cleaned = 0.001762 Jy ! Component: 3750 - total flux cleaned = 0.00183396 Jy ! Component: 3800 - total flux cleaned = 0.00189516 Jy ! Component: 3850 - total flux cleaned = 0.00193565 Jy ! Component: 3900 - total flux cleaned = 0.00197597 Jy ! Component: 3950 - total flux cleaned = 0.00198595 Jy ! Component: 4000 - total flux cleaned = 0.00205559 Jy ! Component: 4050 - total flux cleaned = 0.00208522 Jy ! Total flux subtracted in 4096 components = 0.00215399 Jy ! Clean residual min=-0.000544 max=0.000658 Jy/beam ! Clean residual mean=0.000001 rms=0.000182 Jy/beam ! Combined flux in latest and established models = 0.157637 Jy keep ! Adding 305 model components to the UV plane model. ! The established model now contains 485 components and 0.157637 Jy ![Exited script file: muppet] wmap "J2034+1154_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.065 x 7.423 at -4.322 degrees (North through East) ! Clean map min=-0.0011735 max=0.10385 Jy/beam ! Writing clean map to FITS file: J2034+1154_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.103847 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000179552 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.518704 0.518704 1.03741 2.07482 4.14963 8.29927 16.5985 33.1971 66.3941 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.103 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.065 x 7.423 at -4.322 degrees (North through East) ! Clean map min=-0.0011735 max=0.10385 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 J2034+1154_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:18:46 2019