! Started logfile: J1047+0029_S_2017_08_05_pus_uvs.log on Thu May 9 19:27:52 2019 obs J1047+0029_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J1047+0029_S_2017_08_05_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.767945 visibilities/baseline/integration-bin. ! Found source: J1047+0029 ! ! 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 15620 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 J1047+0029_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 136 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 136 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 136 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 715 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.926446Jy sigma=0.007630 ! Fit after self-cal, rms=0.916486Jy sigma=0.007556 ! 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.654 mas, bmaj=7.307 mas, bpa=-5.235 degrees ! Estimated noise=969.874 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.0661336 Jy ! Component: 100 - total flux cleaned = 0.081333 Jy ! Total flux subtracted in 100 components = 0.081333 Jy ! Clean residual min=-0.003569 max=0.005667 Jy/beam ! Clean residual mean=0.000013 rms=0.000865 Jy/beam ! Combined flux in latest and established models = 0.0813331 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0813331 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088218Jy sigma=0.000675 ! Fit after self-cal, rms=0.088189Jy sigma=0.000675 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0063418 Jy ! Component: 100 - total flux cleaned = 0.00998723 Jy ! Total flux subtracted in 100 components = 0.00998723 Jy ! Clean residual min=-0.003439 max=0.002873 Jy/beam ! Clean residual mean=0.000009 rms=0.000712 Jy/beam ! Combined flux in latest and established models = 0.0913203 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 36 components and 0.0913203 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087626Jy sigma=0.000671 ! Fit after self-cal, rms=0.087640Jy sigma=0.000671 ! 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.128 mas, bmaj=8.358 mas, bpa=-5.045 degrees ! Estimated noise=785.202 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.00269956 Jy ! Component: 100 - total flux cleaned = 0.00420293 Jy ! Component: 150 - total flux cleaned = 0.00507264 Jy ! Component: 200 - total flux cleaned = 0.00558481 Jy ! Total flux subtracted in 200 components = 0.00558481 Jy ! Clean residual min=-0.002735 max=0.002061 Jy/beam ! Clean residual mean=0.000004 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.0969051 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 57 components and 0.0969051 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087528Jy sigma=0.000670 ! Fit after self-cal, rms=0.087539Jy sigma=0.000670 ! 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.00* FD 0.94 HN 0.98 KP 1.02 ! LA 0.99 MK 1.03 NL 0.98 OV 1.07 ! PT 1.04 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.00 KP 1.02 ! LA 0.96 MK 1.04 NL 1.05 OV 1.11 ! PT 1.02 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.00 KP 0.90 ! LA 0.81 MK 0.96 NL 1.10 OV 1.00 ! PT 1.01 SC 1.03 ! ! ! Correcting IF 4. ! A total of 39 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 0.92 KP 1.00* ! LA 1.00* MK 1.03 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.087539Jy sigma=0.000670 ! Fit after self-cal, rms=0.085648Jy sigma=0.000667 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.132 mas, bmaj=8.383 mas, bpa=-5.026 degrees ! Estimated noise=786.955 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 = -4.17871e-07 Jy ! Component: 100 - total flux cleaned = 3.17655e-05 Jy ! Component: 150 - total flux cleaned = 4.54495e-05 Jy ! Component: 200 - total flux cleaned = 5.18013e-05 Jy ! Total flux subtracted in 200 components = 5.18013e-05 Jy ! Clean residual min=-0.002084 max=0.001989 Jy/beam ! Clean residual mean=0.000001 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.0969569 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 62 components and 0.0969569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085646Jy sigma=0.000667 ! Fit after self-cal, rms=0.085592Jy 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.085592Jy sigma=0.000667 ! Fit after self-cal, rms=0.086148Jy sigma=0.000666 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.131 mas, bmaj=8.385 mas, bpa=-5.006 degrees ! Estimated noise=788.365 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.60359e-05 Jy ! Component: 100 - total flux cleaned = 9.47964e-05 Jy ! Component: 150 - total flux cleaned = 8.7511e-05 Jy ! Component: 200 - total flux cleaned = 7.32967e-05 Jy ! Total flux subtracted in 200 components = 7.32967e-05 Jy ! Clean residual min=-0.002062 max=0.001638 Jy/beam ! Clean residual mean=0.000003 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.0970302 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 69 components and 0.0970302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086147Jy sigma=0.000666 ! Fit after self-cal, rms=0.086164Jy sigma=0.000666 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 = -2.06347e-05 Jy ! Component: 100 - total flux cleaned = -2.72854e-05 Jy ! Component: 150 - total flux cleaned = -3.98438e-05 Jy ! Component: 200 - total flux cleaned = -5.22136e-05 Jy ! Total flux subtracted in 200 components = -5.22136e-05 Jy ! Clean residual min=-0.002065 max=0.001651 Jy/beam ! Clean residual mean=0.000003 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.096978 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 70 components and 0.096978 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086164Jy sigma=0.000666 ! Fit after self-cal, rms=0.086164Jy 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.086164Jy sigma=0.000666 ! Fit after self-cal, rms=0.086607Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.128 mas, bmaj=8.384 mas, bpa=-4.996 degrees ! Estimated noise=788.904 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.88783e-05 Jy ! Component: 100 - total flux cleaned = 5.90382e-05 Jy ! Component: 150 - total flux cleaned = 4.3994e-05 Jy ! Component: 200 - total flux cleaned = 2.96174e-05 Jy ! Total flux subtracted in 200 components = 2.96174e-05 Jy ! Clean residual min=-0.002072 max=0.001564 Jy/beam ! Clean residual mean=0.000001 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.0970076 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 70 components and 0.0970076 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086606Jy sigma=0.000666 ! Fit after self-cal, rms=0.086618Jy sigma=0.000666 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.66558e-05 Jy ! Component: 100 - total flux cleaned = -2.99775e-05 Jy ! Component: 150 - total flux cleaned = -4.30686e-05 Jy ! Component: 200 - total flux cleaned = -5.53793e-05 Jy ! Total flux subtracted in 200 components = -5.53793e-05 Jy ! Clean residual min=-0.002075 max=0.001572 Jy/beam ! Clean residual mean=0.000002 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.0969522 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 72 components and 0.0969522 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086617Jy sigma=0.000666 ! Fit after self-cal, rms=0.086617Jy sigma=0.000666 ! 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.086617Jy sigma=0.000666 ! Fit after self-cal, rms=0.086748Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.341 mas, bmaj=14.44 mas, bpa=-8.731 degrees ! Estimated noise=1013.48 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.54416e-05 Jy ! Component: 100 - total flux cleaned = 3.39163e-05 Jy ! Component: 150 - total flux cleaned = 1.64768e-05 Jy ! Component: 200 - total flux cleaned = -5.38989e-06 Jy ! Total flux subtracted in 200 components = -5.38989e-06 Jy ! Clean residual min=-0.001810 max=0.001653 Jy/beam ! Clean residual mean=0.000003 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.0969468 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 74 components and 0.0969468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086749Jy sigma=0.000666 ! Fit after self-cal, rms=0.086750Jy sigma=0.000666 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 = -2.7031e-05 Jy ! Component: 100 - total flux cleaned = -4.48171e-05 Jy ! Component: 150 - total flux cleaned = -5.90655e-05 Jy ! Component: 200 - total flux cleaned = -7.68399e-05 Jy ! Total flux subtracted in 200 components = -7.68399e-05 Jy ! Clean residual min=-0.001818 max=0.001648 Jy/beam ! Clean residual mean=0.000003 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.09687 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 74 components and 0.09687 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086751Jy sigma=0.000666 ! Fit after self-cal, rms=0.086751Jy sigma=0.000666 ! 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.127 mas, bmaj=8.384 mas, bpa=-5 degrees ! Estimated noise=789.58 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.127 x 8.384 at -5 degrees (North through East) ! Clean map min=-0.0019988 max=0.086662 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.645 mas, bmaj=7.319 mas, bpa=-5.169 degrees ! Estimated noise=969.853 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0664022 Jy ! Component: 100 - total flux cleaned = 0.0819758 Jy ! Component: 150 - total flux cleaned = 0.0885346 Jy ! Component: 200 - total flux cleaned = 0.0922341 Jy ! Total flux subtracted in 200 components = 0.0922341 Jy ! Clean residual min=-0.002722 max=0.002389 Jy/beam ! Clean residual mean=0.000004 rms=0.000644 Jy/beam ! Combined flux in latest and established models = 0.0922341 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.0922341 Jy ! Inverting map and beam ! Estimated beam: bmin=3.127 mas, bmaj=8.384 mas, bpa=-5 degrees ! Estimated noise=789.58 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.00225892 Jy ! Component: 100 - total flux cleaned = 0.00351114 Jy ! Component: 150 - total flux cleaned = 0.00414012 Jy ! Component: 200 - total flux cleaned = 0.00426727 Jy ! Total flux subtracted in 200 components = 0.00426727 Jy ! Clean residual min=-0.002085 max=0.001611 Jy/beam ! Clean residual mean=0.000002 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.0965013 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 53 components and 0.0965013 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.341 mas, bmaj=14.44 mas, bpa=-8.731 degrees ! Estimated noise=1013.48 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000480812 Jy ! Component: 100 - total flux cleaned = 0.000479995 Jy ! Component: 150 - total flux cleaned = 0.0004824 Jy ! Component: 200 - total flux cleaned = 0.00047168 Jy ! Total flux subtracted in 200 components = 0.00047168 Jy ! Clean residual min=-0.001794 max=0.001665 Jy/beam ! Clean residual mean=0.000003 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.096973 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 = -1.81443e-05 Jy ! Component: 100 - total flux cleaned = -2.64036e-05 Jy ! Component: 150 - total flux cleaned = -2.68064e-05 Jy ! Component: 200 - total flux cleaned = -2.70843e-05 Jy ! Total flux subtracted in 200 components = -2.70843e-05 Jy ! Clean residual min=-0.001805 max=0.001665 Jy/beam ! Clean residual mean=0.000003 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.0969459 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 61 components and 0.0969459 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.127 mas, bmaj=8.384 mas, bpa=-5 degrees ! Estimated noise=789.58 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.15514e-05 Jy ! Component: 100 - total flux cleaned = -5.66068e-05 Jy ! Component: 150 - total flux cleaned = -7.01976e-05 Jy ! Component: 200 - total flux cleaned = -7.02696e-05 Jy ! Total flux subtracted in 200 components = -7.02696e-05 Jy ! Clean residual min=-0.002078 max=0.001563 Jy/beam ! Clean residual mean=0.000002 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.0968757 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 67 components and 0.0968757 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086755Jy sigma=0.000666 ! Fit after self-cal, rms=0.086755Jy sigma=0.000666 wmodel J1047+0029_S_2017_08_05_pus_map.mod ! Writing 67 model components to file: J1047+0029_S_2017_08_05_pus_map.mod wobs J1047+0029_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J1047+0029_S_2017_08_05_pus_uvs.fits wwins J1047+0029_S_2017_08_05_pus_map.win ! wwins: Wrote 1 windows to J1047+0029_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 = -0.000912168 Jy ! Component: 100 - total flux cleaned = -0.00153743 Jy ! Component: 150 - total flux cleaned = -0.00165248 Jy ! Component: 200 - total flux cleaned = -0.00159788 Jy ! Component: 250 - total flux cleaned = -0.00170346 Jy ! Component: 300 - total flux cleaned = -0.00177971 Jy ! Component: 350 - total flux cleaned = -0.00187853 Jy ! Component: 400 - total flux cleaned = -0.0019272 Jy ! Component: 450 - total flux cleaned = -0.00197493 Jy ! Component: 500 - total flux cleaned = -0.00195192 Jy ! Component: 550 - total flux cleaned = -0.00208892 Jy ! Component: 600 - total flux cleaned = -0.00215618 Jy ! Component: 650 - total flux cleaned = -0.00226678 Jy ! Component: 700 - total flux cleaned = -0.00237534 Jy ! Component: 750 - total flux cleaned = -0.00252523 Jy ! Component: 800 - total flux cleaned = -0.00267237 Jy ! Component: 850 - total flux cleaned = -0.00273433 Jy ! Component: 900 - total flux cleaned = -0.00281624 Jy ! Component: 950 - total flux cleaned = -0.00293747 Jy ! Component: 1000 - total flux cleaned = -0.00297708 Jy ! Component: 1050 - total flux cleaned = -0.00299653 Jy ! Component: 1100 - total flux cleaned = -0.00307445 Jy ! Component: 1150 - total flux cleaned = -0.00315109 Jy ! Component: 1200 - total flux cleaned = -0.0031507 Jy ! Component: 1250 - total flux cleaned = -0.00315066 Jy ! Component: 1300 - total flux cleaned = -0.00318786 Jy ! Component: 1350 - total flux cleaned = -0.00322494 Jy ! Component: 1400 - total flux cleaned = -0.00326146 Jy ! Component: 1450 - total flux cleaned = -0.00326168 Jy ! Component: 1500 - total flux cleaned = -0.00333294 Jy ! Component: 1550 - total flux cleaned = -0.0034033 Jy ! Component: 1600 - total flux cleaned = -0.00342097 Jy ! Component: 1650 - total flux cleaned = -0.00350738 Jy ! Component: 1700 - total flux cleaned = -0.00350744 Jy ! Component: 1750 - total flux cleaned = -0.00362623 Jy ! Component: 1800 - total flux cleaned = -0.00362584 Jy ! Component: 1850 - total flux cleaned = -0.00369247 Jy ! Component: 1900 - total flux cleaned = -0.00365935 Jy ! Component: 1950 - total flux cleaned = -0.00370829 Jy ! Component: 2000 - total flux cleaned = -0.00370838 Jy ! Component: 2050 - total flux cleaned = -0.00374076 Jy ! Component: 2100 - total flux cleaned = -0.00372487 Jy ! Component: 2150 - total flux cleaned = -0.00381961 Jy ! Component: 2200 - total flux cleaned = -0.00383538 Jy ! Component: 2250 - total flux cleaned = -0.00388213 Jy ! Component: 2300 - total flux cleaned = -0.00391301 Jy ! Component: 2350 - total flux cleaned = -0.00395891 Jy ! Component: 2400 - total flux cleaned = -0.00395903 Jy ! Component: 2450 - total flux cleaned = -0.0040646 Jy ! Component: 2500 - total flux cleaned = -0.00412439 Jy ! Component: 2550 - total flux cleaned = -0.00421336 Jy ! Component: 2600 - total flux cleaned = -0.00419869 Jy ! Component: 2650 - total flux cleaned = -0.00424255 Jy ! Component: 2700 - total flux cleaned = -0.0043441 Jy ! Component: 2750 - total flux cleaned = -0.00430092 Jy ! Component: 2800 - total flux cleaned = -0.00437252 Jy ! Component: 2850 - total flux cleaned = -0.00444346 Jy ! Component: 2900 - total flux cleaned = -0.0044856 Jy ! Component: 2950 - total flux cleaned = -0.00452755 Jy ! Component: 3000 - total flux cleaned = -0.00454158 Jy ! Component: 3050 - total flux cleaned = -0.00459691 Jy ! Component: 3100 - total flux cleaned = -0.00461055 Jy ! Component: 3150 - total flux cleaned = -0.00467878 Jy ! Component: 3200 - total flux cleaned = -0.00467894 Jy ! Component: 3250 - total flux cleaned = -0.00477301 Jy ! Component: 3300 - total flux cleaned = -0.00483963 Jy ! Component: 3350 - total flux cleaned = -0.00483957 Jy ! Component: 3400 - total flux cleaned = -0.00482632 Jy ! Component: 3450 - total flux cleaned = -0.00490497 Jy ! Component: 3500 - total flux cleaned = -0.00499615 Jy ! Component: 3550 - total flux cleaned = -0.00500905 Jy ! Component: 3600 - total flux cleaned = -0.00506046 Jy ! Component: 3650 - total flux cleaned = -0.00512439 Jy ! Component: 3700 - total flux cleaned = -0.00513707 Jy ! Component: 3750 - total flux cleaned = -0.00517499 Jy ! Component: 3800 - total flux cleaned = -0.00525031 Jy ! Component: 3850 - total flux cleaned = -0.00523782 Jy ! Component: 3900 - total flux cleaned = -0.00528753 Jy ! Component: 3950 - total flux cleaned = -0.00526295 Jy ! Component: 4000 - total flux cleaned = -0.00534896 Jy ! Component: 4050 - total flux cleaned = -0.00538575 Jy ! Total flux subtracted in 4096 components = -0.00539799 Jy ! Clean residual min=-0.000747 max=0.000802 Jy/beam ! Clean residual mean=-0.000000 rms=0.000228 Jy/beam ! Combined flux in latest and established models = 0.0914777 Jy keep ! Adding 281 model components to the UV plane model. ! The established model now contains 348 components and 0.0914777 Jy ![Exited script file: muppet] wmap "J1047+0029_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.127 x 8.384 at -5 degrees (North through East) ! Clean map min=-0.0014535 max=0.086484 Jy/beam ! Writing clean map to FITS file: J1047+0029_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.0864836 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000225433 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.781998 0.781998 1.564 3.12799 6.25599 12.512 25.0239 50.0479 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.086 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.127 x 8.384 at -5 degrees (North through East) ! Clean map min=-0.0014535 max=0.086484 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 J1047+0029_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:27:57 2019