! Started logfile: J0955+6901_S_2017_02_19_pus_uvs.log on Sat May 4 18:47:55 2019 obs J0955+6901_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J0955+6901_S_2017_02_19_pus_uva.fits ! AN table 1: 173 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.579833 visibilities/baseline/integration-bin. ! Found source: J0955+6901 ! ! 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 482 lines of history. ! ! Reading 18056 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 J0955+6901_S_2017_02_19_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 448 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 552 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 580 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1124 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.003589Jy sigma=0.008937 ! Fit after self-cal, rms=0.963218Jy sigma=0.008585 ! 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=3.098 mas, bmaj=4.432 mas, bpa=-81.73 degrees ! Estimated noise=1086.41 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.0312335 Jy ! Component: 100 - total flux cleaned = 0.0382312 Jy ! Total flux subtracted in 100 components = 0.0382312 Jy ! Clean residual min=-0.003525 max=0.002831 Jy/beam ! Clean residual mean=-0.000002 rms=0.000733 Jy/beam ! Combined flux in latest and established models = 0.0382312 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0382312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074036Jy sigma=0.000618 ! Fit after self-cal, rms=0.072394Jy sigma=0.000603 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00457115 Jy ! Component: 100 - total flux cleaned = 0.00514836 Jy ! Total flux subtracted in 100 components = 0.00514836 Jy ! Clean residual min=-0.002716 max=0.003030 Jy/beam ! Clean residual mean=-0.000002 rms=0.000696 Jy/beam ! Combined flux in latest and established models = 0.0433796 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 13 components and 0.0433795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072233Jy sigma=0.000602 ! Fit after self-cal, rms=0.072213Jy sigma=0.000602 ! 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=4.192 mas, bmaj=4.838 mas, bpa=-83.52 degrees ! Estimated noise=680.255 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 = -6.07472e-05 Jy ! Component: 100 - total flux cleaned = -7.22618e-05 Jy ! Component: 150 - total flux cleaned = -7.19201e-05 Jy ! Component: 200 - total flux cleaned = -5.40511e-05 Jy ! Total flux subtracted in 200 components = -5.40511e-05 Jy ! Clean residual min=-0.001951 max=0.001959 Jy/beam ! Clean residual mean=-0.000002 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.0433255 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 23 components and 0.0433255 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072210Jy sigma=0.000602 ! Fit after self-cal, rms=0.072208Jy sigma=0.000602 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.05 HN 1.05 KP 0.95 ! LA 1.01 MK 0.97 NL 0.89 OV 1.08 ! PT 1.00* SC 0.88 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.07 HN 1.08 KP 0.96 ! LA 1.01 MK 1.06 NL 1.01 OV 1.08 ! PT 1.00* SC 1.00 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.07 HN 1.05 KP 0.84 ! LA 0.92 MK 0.94 NL 1.02 OV 1.02 ! PT 1.00* SC 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.03 HN 0.95 KP 1.00* ! LA 0.77 MK 0.90 NL 1.00* OV 0.95 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.072208Jy sigma=0.000602 ! Fit after self-cal, rms=0.070290Jy sigma=0.000601 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.154 mas, bmaj=4.815 mas, bpa=-83.34 degrees ! Estimated noise=681.639 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.000295578 Jy ! Component: 100 - total flux cleaned = 0.000325153 Jy ! Component: 150 - total flux cleaned = 0.000325518 Jy ! Component: 200 - total flux cleaned = 0.000331337 Jy ! Total flux subtracted in 200 components = 0.000331337 Jy ! Clean residual min=-0.001513 max=0.001736 Jy/beam ! Clean residual mean=-0.000000 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.0436568 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 29 components and 0.0436568 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070287Jy sigma=0.000601 ! Fit after self-cal, rms=0.070175Jy sigma=0.000600 ! 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.070175Jy sigma=0.000600 ! Fit after self-cal, rms=0.069828Jy sigma=0.000599 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.155 mas, bmaj=4.815 mas, bpa=-85.23 degrees ! Estimated noise=679.815 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.71985e-05 Jy ! Component: 100 - total flux cleaned = -2.87635e-05 Jy ! Component: 150 - total flux cleaned = 4.22847e-06 Jy ! Component: 200 - total flux cleaned = 1.10069e-05 Jy ! Total flux subtracted in 200 components = 1.10069e-05 Jy ! Clean residual min=-0.001512 max=0.001671 Jy/beam ! Clean residual mean=0.000001 rms=0.000373 Jy/beam ! Combined flux in latest and established models = 0.0436678 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 39 components and 0.0436678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069825Jy sigma=0.000599 ! Fit after self-cal, rms=0.069827Jy sigma=0.000599 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 = 8.24716e-05 Jy ! Component: 100 - total flux cleaned = 9.41945e-05 Jy ! Component: 150 - total flux cleaned = 9.43071e-05 Jy ! Component: 200 - total flux cleaned = 0.000100464 Jy ! Total flux subtracted in 200 components = 0.000100464 Jy ! Clean residual min=-0.001477 max=0.001553 Jy/beam ! Clean residual mean=0.000001 rms=0.000377 Jy/beam ! Combined flux in latest and established models = 0.0437683 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 41 components and 0.0437683 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069825Jy sigma=0.000599 ! Fit after self-cal, rms=0.069814Jy sigma=0.000599 ! 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.069814Jy sigma=0.000599 ! Fit after self-cal, rms=0.069993Jy sigma=0.000599 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.152 mas, bmaj=4.811 mas, bpa=-86.83 degrees ! Estimated noise=679.047 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.59646e-05 Jy ! Component: 100 - total flux cleaned = -2.80983e-05 Jy ! Component: 150 - total flux cleaned = -5.27756e-06 Jy ! Component: 200 - total flux cleaned = 7.37338e-06 Jy ! Total flux subtracted in 200 components = 7.37338e-06 Jy ! Clean residual min=-0.001435 max=0.001581 Jy/beam ! Clean residual mean=0.000001 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.0437757 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 42 components and 0.0437757 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069990Jy sigma=0.000599 ! Fit after self-cal, rms=0.070009Jy sigma=0.000599 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 (-61, 42). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00105278 Jy ! Component: 100 - total flux cleaned = 0.00121161 Jy ! Component: 150 - total flux cleaned = 0.0012455 Jy ! Component: 200 - total flux cleaned = 0.00135912 Jy ! Total flux subtracted in 200 components = 0.00135912 Jy ! Clean residual min=-0.001377 max=0.001397 Jy/beam ! Clean residual mean=0.000000 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.0451348 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 58 components and 0.0451348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069967Jy sigma=0.000598 ! Fit after self-cal, rms=0.069934Jy sigma=0.000598 ! 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.069934Jy sigma=0.000598 ! Fit after self-cal, rms=0.069858Jy sigma=0.000598 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.721 mas, bmaj=8.556 mas, bpa=54.64 degrees ! Estimated noise=852.398 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00124839 Jy ! Component: 100 - total flux cleaned = 0.00142729 Jy ! Component: 150 - total flux cleaned = 0.00140623 Jy ! Component: 200 - total flux cleaned = 0.00142308 Jy ! Total flux subtracted in 200 components = 0.00142308 Jy ! Clean residual min=-0.001198 max=0.001498 Jy/beam ! Clean residual mean=0.000001 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.0465579 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 69 components and 0.0465579 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069839Jy sigma=0.000598 ! Fit after self-cal, rms=0.069841Jy sigma=0.000598 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.00077105 Jy ! Component: 100 - total flux cleaned = 0.000812695 Jy ! Component: 150 - total flux cleaned = 0.000829819 Jy ! Component: 200 - total flux cleaned = 0.000859458 Jy ! Total flux subtracted in 200 components = 0.000859458 Jy ! Clean residual min=-0.001224 max=0.001578 Jy/beam ! Clean residual mean=0.000001 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.0474173 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 73 components and 0.0474173 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069831Jy sigma=0.000598 ! Fit after self-cal, rms=0.069817Jy sigma=0.000598 ! 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=4.152 mas, bmaj=4.814 mas, bpa=-88.62 degrees ! Estimated noise=676.807 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.152 x 4.814 at -88.62 degrees (North through East) ! Clean map min=-0.0017298 max=0.04205 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=3.095 mas, bmaj=4.403 mas, bpa=-83.67 degrees ! Estimated noise=1060.15 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0330006 Jy ! Component: 100 - total flux cleaned = 0.0405602 Jy ! Component: 150 - total flux cleaned = 0.0430137 Jy ! Component: 200 - total flux cleaned = 0.0442085 Jy ! Total flux subtracted in 200 components = 0.0442085 Jy ! Clean residual min=-0.002392 max=0.002590 Jy/beam ! Clean residual mean=0.000001 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.0442086 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0442086 Jy ! Inverting map and beam ! Estimated beam: bmin=4.152 mas, bmaj=4.814 mas, bpa=-88.62 degrees ! Estimated noise=676.807 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.00135058 Jy ! Component: 100 - total flux cleaned = 0.0020344 Jy ! Component: 150 - total flux cleaned = 0.00231223 Jy ! Component: 200 - total flux cleaned = 0.00251309 Jy ! Total flux subtracted in 200 components = 0.00251309 Jy ! Clean residual min=-0.001426 max=0.001418 Jy/beam ! Clean residual mean=0.000000 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.0467217 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 39 components and 0.0467217 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.721 mas, bmaj=8.556 mas, bpa=54.64 degrees ! Estimated noise=852.398 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000829506 Jy ! Component: 100 - total flux cleaned = 0.00111104 Jy ! Component: 150 - total flux cleaned = 0.00128338 Jy ! Component: 200 - total flux cleaned = 0.00140553 Jy ! Total flux subtracted in 200 components = 0.00140553 Jy ! Clean residual min=-0.001255 max=0.001623 Jy/beam ! Clean residual mean=0.000001 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.0481272 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 = 5.30968e-05 Jy ! Component: 100 - total flux cleaned = 9.88258e-05 Jy ! Component: 150 - total flux cleaned = 0.000126419 Jy ! Component: 200 - total flux cleaned = 0.000151985 Jy ! Total flux subtracted in 200 components = 0.000151985 Jy ! Clean residual min=-0.001251 max=0.001624 Jy/beam ! Clean residual mean=0.000001 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.0482792 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 64 components and 0.0482792 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.152 mas, bmaj=4.814 mas, bpa=-88.62 degrees ! Estimated noise=676.807 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000335131 Jy ! Component: 100 - total flux cleaned = -0.000358599 Jy ! Component: 150 - total flux cleaned = -0.000378419 Jy ! Component: 200 - total flux cleaned = -0.000360054 Jy ! Total flux subtracted in 200 components = -0.000360054 Jy ! Clean residual min=-0.001352 max=0.001333 Jy/beam ! Clean residual mean=0.000000 rms=0.000344 Jy/beam ! Combined flux in latest and established models = 0.0479191 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 75 components and 0.0479191 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069802Jy sigma=0.000597 ! Fit after self-cal, rms=0.069768Jy sigma=0.000597 wmodel J0955+6901_S_2017_02_19_pus_map.mod ! Writing 75 model components to file: J0955+6901_S_2017_02_19_pus_map.mod wobs J0955+6901_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J0955+6901_S_2017_02_19_pus_uvs.fits wwins J0955+6901_S_2017_02_19_pus_map.win ! wwins: Wrote 2 windows to J0955+6901_S_2017_02_19_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 = 7.54611e-05 Jy ! Component: 100 - total flux cleaned = 2.9667e-05 Jy ! Component: 150 - total flux cleaned = -6.15498e-05 Jy ! Component: 200 - total flux cleaned = -3.99476e-05 Jy ! Component: 250 - total flux cleaned = -8.20632e-05 Jy ! Component: 300 - total flux cleaned = -0.000102676 Jy ! Component: 350 - total flux cleaned = -0.000163349 Jy ! Component: 400 - total flux cleaned = -0.000183094 Jy ! Component: 450 - total flux cleaned = -0.000221393 Jy ! Component: 500 - total flux cleaned = -0.000146086 Jy ! Component: 550 - total flux cleaned = -0.00016493 Jy ! Component: 600 - total flux cleaned = -0.00014696 Jy ! Component: 650 - total flux cleaned = -0.000218259 Jy ! Component: 700 - total flux cleaned = -0.000305399 Jy ! Component: 750 - total flux cleaned = -0.00032224 Jy ! Component: 800 - total flux cleaned = -0.000373011 Jy ! Component: 850 - total flux cleaned = -0.000406452 Jy ! Component: 900 - total flux cleaned = -0.000505555 Jy ! Component: 950 - total flux cleaned = -0.000587275 Jy ! Component: 1000 - total flux cleaned = -0.000747396 Jy ! Component: 1050 - total flux cleaned = -0.000842265 Jy ! Component: 1100 - total flux cleaned = -0.000998227 Jy ! Component: 1150 - total flux cleaned = -0.00109073 Jy ! Component: 1200 - total flux cleaned = -0.00124281 Jy ! Component: 1250 - total flux cleaned = -0.00133314 Jy ! Component: 1300 - total flux cleaned = -0.00151141 Jy ! Component: 1350 - total flux cleaned = -0.00154061 Jy ! Component: 1400 - total flux cleaned = -0.00161354 Jy ! Component: 1450 - total flux cleaned = -0.00168548 Jy ! Component: 1500 - total flux cleaned = -0.0017567 Jy ! Component: 1550 - total flux cleaned = -0.00175652 Jy ! Component: 1600 - total flux cleaned = -0.00185405 Jy ! Component: 1650 - total flux cleaned = -0.00190937 Jy ! Component: 1700 - total flux cleaned = -0.00195061 Jy ! Component: 1750 - total flux cleaned = -0.00208623 Jy ! Component: 1800 - total flux cleaned = -0.00218026 Jy ! Component: 1850 - total flux cleaned = -0.00227343 Jy ! Component: 1900 - total flux cleaned = -0.00235242 Jy ! Component: 1950 - total flux cleaned = -0.00244386 Jy ! Component: 2000 - total flux cleaned = -0.00252162 Jy ! Component: 2050 - total flux cleaned = -0.00262424 Jy ! Component: 2100 - total flux cleaned = -0.00266233 Jy ! Component: 2150 - total flux cleaned = -0.00277585 Jy ! Component: 2200 - total flux cleaned = -0.00278844 Jy ! Component: 2250 - total flux cleaned = -0.00286293 Jy ! Component: 2300 - total flux cleaned = -0.00288752 Jy ! Component: 2350 - total flux cleaned = -0.00298488 Jy ! Component: 2400 - total flux cleaned = -0.00298493 Jy ! Component: 2450 - total flux cleaned = -0.0030567 Jy ! Component: 2500 - total flux cleaned = -0.00308032 Jy ! Component: 2550 - total flux cleaned = -0.00312734 Jy ! Component: 2600 - total flux cleaned = -0.00318574 Jy ! Component: 2650 - total flux cleaned = -0.00320889 Jy ! Component: 2700 - total flux cleaned = -0.00327801 Jy ! Component: 2750 - total flux cleaned = -0.00328956 Jy ! Component: 2800 - total flux cleaned = -0.00335762 Jy ! Component: 2850 - total flux cleaned = -0.00339121 Jy ! Component: 2900 - total flux cleaned = -0.0034245 Jy ! Component: 2950 - total flux cleaned = -0.00346886 Jy ! Component: 3000 - total flux cleaned = -0.00350175 Jy ! Component: 3050 - total flux cleaned = -0.00352353 Jy ! Component: 3100 - total flux cleaned = -0.00353431 Jy ! Component: 3150 - total flux cleaned = -0.00354507 Jy ! Component: 3200 - total flux cleaned = -0.0035985 Jy ! Component: 3250 - total flux cleaned = -0.00360911 Jy ! Component: 3300 - total flux cleaned = -0.00361962 Jy ! Component: 3350 - total flux cleaned = -0.00368245 Jy ! Component: 3400 - total flux cleaned = -0.00368235 Jy ! Component: 3450 - total flux cleaned = -0.00372371 Jy ! Component: 3500 - total flux cleaned = -0.00373393 Jy ! Component: 3550 - total flux cleaned = -0.00375427 Jy ! Component: 3600 - total flux cleaned = -0.00380488 Jy ! Component: 3650 - total flux cleaned = -0.00383514 Jy ! Component: 3700 - total flux cleaned = -0.0038651 Jy ! Component: 3750 - total flux cleaned = -0.00388501 Jy ! Component: 3800 - total flux cleaned = -0.00389496 Jy ! Component: 3850 - total flux cleaned = -0.00393432 Jy ! Component: 3900 - total flux cleaned = -0.00398313 Jy ! Component: 3950 - total flux cleaned = -0.00396369 Jy ! Component: 4000 - total flux cleaned = -0.00400227 Jy ! Component: 4050 - total flux cleaned = -0.00398307 Jy ! Total flux subtracted in 4096 components = -0.00400216 Jy ! Clean residual min=-0.000511 max=0.000524 Jy/beam ! Clean residual mean=0.000000 rms=0.000170 Jy/beam ! Combined flux in latest and established models = 0.0439169 Jy keep ! Adding 295 model components to the UV plane model. ! The established model now contains 370 components and 0.0439169 Jy ![Exited script file: muppet] wmap "J0955+6901_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.152 x 4.814 at -88.62 degrees (North through East) ! Clean map min=-0.0018498 max=0.041716 Jy/beam ! Writing clean map to FITS file: J0955+6901_S_2017_02_19_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.041716 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000168222 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.20976 1.20976 2.41953 4.83906 9.67812 19.3562 38.7125 77.4249 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.041 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.152 x 4.814 at -88.62 degrees (North through East) ! Clean map min=-0.0018498 max=0.041716 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 J0955+6901_S_2017_02_19_pus_uvs.log closed on Sat May 4 18:48:00 2019