! Started logfile: J1100+0949_S_2017_08_12_pus_uvs.log on Fri May 10 14:58:18 2019 obs J1100+0949_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J1100+0949_S_2017_08_12_pus_uva.fits ! AN table 1: 246 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.983017 visibilities/baseline/integration-bin. ! Found source: J1100+0949 ! ! 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 43528 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 J1100+0949_S_2017_08_12_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 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 313 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 132 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1454 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.000408Jy sigma=0.009035 ! Fit after self-cal, rms=0.964652Jy sigma=0.008727 ! 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.742 mas, bmaj=6.822 mas, bpa=-3.412 degrees ! Estimated noise=690.339 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.0300976 Jy ! Component: 100 - total flux cleaned = 0.0367373 Jy ! Total flux subtracted in 100 components = 0.0367373 Jy ! Clean residual min=-0.002404 max=0.002645 Jy/beam ! Clean residual mean=-0.000013 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.0367373 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0367373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078062Jy sigma=0.000659 ! Fit after self-cal, rms=0.076462Jy sigma=0.000645 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00422037 Jy ! Component: 100 - total flux cleaned = 0.00482214 Jy ! Total flux subtracted in 100 components = 0.00482214 Jy ! Clean residual min=-0.002339 max=0.002603 Jy/beam ! Clean residual mean=-0.000011 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.0415594 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 11 components and 0.0415594 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076277Jy sigma=0.000644 ! Fit after self-cal, rms=0.076266Jy sigma=0.000644 ! 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.291 mas, bmaj=7.705 mas, bpa=-3.188 degrees ! Estimated noise=452.351 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 = -3.60201e-05 Jy ! Component: 100 - total flux cleaned = -8.39794e-05 Jy ! Component: 150 - total flux cleaned = -0.000102337 Jy ! Component: 200 - total flux cleaned = -8.43429e-05 Jy ! Total flux subtracted in 200 components = -8.43429e-05 Jy ! Clean residual min=-0.001795 max=0.001993 Jy/beam ! Clean residual mean=-0.000035 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.0414751 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 24 components and 0.0414751 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076254Jy sigma=0.000644 ! Fit after self-cal, rms=0.076240Jy sigma=0.000644 ! 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 0.95 HN 1.03 KP 1.04 ! LA 1.00 MK 1.03 NL 1.00 OV 1.13 ! PT 1.03 SC 0.98 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.06 HN 1.04 KP 0.93 ! LA 0.96 MK 1.00 NL 1.05 OV 1.14 ! PT 1.03 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.04 HN 1.05 KP 0.97 ! LA 1.01 MK 1.01 NL 1.00 OV 1.02 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.85 HN 0.81 KP 1.00* ! LA 0.67 MK 0.80 NL 1.00* OV 1.00* ! PT 0.89 SC 1.00* ! ! ! Fit before self-cal, rms=0.076240Jy sigma=0.000644 ! Fit after self-cal, rms=0.076128Jy sigma=0.000642 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.278 mas, bmaj=7.676 mas, bpa=-3.605 degrees ! Estimated noise=454.67 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.000666275 Jy ! Component: 100 - total flux cleaned = 0.000817808 Jy ! Component: 150 - total flux cleaned = 0.000893191 Jy ! Component: 200 - total flux cleaned = 0.00092578 Jy ! Total flux subtracted in 200 components = 0.00092578 Jy ! Clean residual min=-0.001521 max=0.001803 Jy/beam ! Clean residual mean=-0.000026 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.0424008 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 29 components and 0.0424008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076119Jy sigma=0.000642 ! Fit after self-cal, rms=0.076064Jy sigma=0.000642 ! 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.076064Jy sigma=0.000642 ! Fit after self-cal, rms=0.074670Jy sigma=0.000641 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.287 mas, bmaj=7.686 mas, bpa=-3.905 degrees ! Estimated noise=452.987 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000439167 Jy ! Component: 100 - total flux cleaned = 0.000509322 Jy ! Component: 150 - total flux cleaned = 0.000545071 Jy ! Component: 200 - total flux cleaned = 0.000566592 Jy ! Total flux subtracted in 200 components = 0.000566592 Jy ! Clean residual min=-0.001406 max=0.001674 Jy/beam ! Clean residual mean=-0.000017 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.0429674 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 37 components and 0.0429674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074665Jy sigma=0.000641 ! Fit after self-cal, rms=0.074638Jy sigma=0.000641 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 = 7.0964e-05 Jy ! Component: 100 - total flux cleaned = 8.14173e-05 Jy ! Component: 150 - total flux cleaned = 0.00010782 Jy ! Component: 200 - total flux cleaned = 0.000131334 Jy ! Total flux subtracted in 200 components = 0.000131334 Jy ! Clean residual min=-0.001389 max=0.001646 Jy/beam ! Clean residual mean=-0.000018 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.0430988 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 42 components and 0.0430988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074635Jy sigma=0.000641 ! Fit after self-cal, rms=0.074630Jy sigma=0.000641 ! 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.074630Jy sigma=0.000641 ! Fit after self-cal, rms=0.074642Jy sigma=0.000640 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.284 mas, bmaj=7.683 mas, bpa=-3.961 degrees ! Estimated noise=451.845 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000208527 Jy ! Component: 100 - total flux cleaned = 0.000255964 Jy ! Component: 150 - total flux cleaned = 0.000296591 Jy ! Component: 200 - total flux cleaned = 0.000314379 Jy ! Total flux subtracted in 200 components = 0.000314379 Jy ! Clean residual min=-0.001349 max=0.001560 Jy/beam ! Clean residual mean=-0.000016 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.0434131 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 44 components and 0.0434131 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074639Jy sigma=0.000640 ! Fit after self-cal, rms=0.074664Jy sigma=0.000640 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.72394e-05 Jy ! Component: 100 - total flux cleaned = 0.000106827 Jy ! Component: 150 - total flux cleaned = 0.000132671 Jy ! Component: 200 - total flux cleaned = 0.000148027 Jy ! Total flux subtracted in 200 components = 0.000148027 Jy ! Clean residual min=-0.001324 max=0.001589 Jy/beam ! Clean residual mean=-0.000016 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.0435612 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 44 components and 0.0435612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074662Jy sigma=0.000640 ! Fit after self-cal, rms=0.074663Jy sigma=0.000640 ! 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.074663Jy sigma=0.000640 ! Fit after self-cal, rms=0.074840Jy sigma=0.000640 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.466 mas, bmaj=11.36 mas, bpa=-7.399 degrees ! Estimated noise=569.475 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00049483 Jy ! Component: 100 - total flux cleaned = 0.000678356 Jy ! Component: 150 - total flux cleaned = 0.000694103 Jy ! Component: 200 - total flux cleaned = 0.000708255 Jy ! Total flux subtracted in 200 components = 0.000708255 Jy ! Clean residual min=-0.001769 max=0.001877 Jy/beam ! Clean residual mean=-0.000032 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.0442694 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 46 components and 0.0442694 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074840Jy sigma=0.000640 ! Fit after self-cal, rms=0.074863Jy sigma=0.000640 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.000162881 Jy ! Component: 100 - total flux cleaned = 0.000178347 Jy ! Component: 150 - total flux cleaned = 0.000191748 Jy ! Component: 200 - total flux cleaned = 0.000199998 Jy ! Total flux subtracted in 200 components = 0.000199998 Jy ! Clean residual min=-0.001769 max=0.001909 Jy/beam ! Clean residual mean=-0.000033 rms=0.000565 Jy/beam ! Combined flux in latest and established models = 0.0444694 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 47 components and 0.0444694 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074864Jy sigma=0.000640 ! Fit after self-cal, rms=0.074862Jy sigma=0.000640 ! 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.283 mas, bmaj=7.681 mas, bpa=-4.03 degrees ! Estimated noise=451.335 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.283 x 7.681 at -4.03 degrees (North through East) ! Clean map min=-0.0013175 max=0.040944 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.746 mas, bmaj=6.855 mas, bpa=-4.25 degrees ! Estimated noise=672.746 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0319173 Jy ! Component: 100 - total flux cleaned = 0.0390346 Jy ! Component: 150 - total flux cleaned = 0.0415232 Jy ! Component: 200 - total flux cleaned = 0.0424325 Jy ! Total flux subtracted in 200 components = 0.0424325 Jy ! Clean residual min=-0.001915 max=0.001739 Jy/beam ! Clean residual mean=-0.000006 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.0424324 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0424324 Jy ! Inverting map and beam ! Estimated beam: bmin=3.283 mas, bmaj=7.681 mas, bpa=-4.03 degrees ! Estimated noise=451.335 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) ! Added new window around map position (-3, -6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0013273 Jy ! Component: 100 - total flux cleaned = 0.00176785 Jy ! Component: 150 - total flux cleaned = 0.00195991 Jy ! Component: 200 - total flux cleaned = 0.00212352 Jy ! Total flux subtracted in 200 components = 0.00212352 Jy ! Clean residual min=-0.001383 max=0.001545 Jy/beam ! Clean residual mean=-0.000015 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.044556 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 30 components and 0.044556 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.466 mas, bmaj=11.36 mas, bpa=-7.399 degrees ! Estimated noise=569.475 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000516483 Jy ! Component: 100 - total flux cleaned = 0.000632523 Jy ! Component: 150 - total flux cleaned = 0.000642307 Jy ! Component: 200 - total flux cleaned = 0.000642208 Jy ! Total flux subtracted in 200 components = 0.000642208 Jy ! Clean residual min=-0.001756 max=0.002033 Jy/beam ! Clean residual mean=-0.000031 rms=0.000560 Jy/beam ! Combined flux in latest and established models = 0.0451982 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 = 8.25592e-06 Jy ! Component: 100 - total flux cleaned = 8.14497e-06 Jy ! Component: 150 - total flux cleaned = 1.496e-05 Jy ! Component: 200 - total flux cleaned = 1.50438e-05 Jy ! Total flux subtracted in 200 components = 1.50438e-05 Jy ! Clean residual min=-0.001765 max=0.002020 Jy/beam ! Clean residual mean=-0.000031 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.0452132 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 55 components and 0.0452132 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.283 mas, bmaj=7.681 mas, bpa=-4.03 degrees ! Estimated noise=451.335 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.70959e-05 Jy ! Component: 100 - total flux cleaned = 9.17045e-05 Jy ! Component: 150 - total flux cleaned = 0.000119129 Jy ! Component: 200 - total flux cleaned = 0.000145114 Jy ! Total flux subtracted in 200 components = 0.000145114 Jy ! Clean residual min=-0.001330 max=0.001540 Jy/beam ! Clean residual mean=-0.000014 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.0453583 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 72 components and 0.0453583 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074857Jy sigma=0.000640 ! Fit after self-cal, rms=0.074857Jy sigma=0.000640 wmodel J1100+0949_S_2017_08_12_pus_map.mod ! Writing 72 model components to file: J1100+0949_S_2017_08_12_pus_map.mod wobs J1100+0949_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J1100+0949_S_2017_08_12_pus_uvs.fits wwins J1100+0949_S_2017_08_12_pus_map.win ! wwins: Wrote 2 windows to J1100+0949_S_2017_08_12_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.000679403 Jy ! Component: 100 - total flux cleaned = 0.00102786 Jy ! Component: 150 - total flux cleaned = 0.00128855 Jy ! Component: 200 - total flux cleaned = 0.00142454 Jy ! Component: 250 - total flux cleaned = 0.00149085 Jy ! Component: 300 - total flux cleaned = 0.00166065 Jy ! Component: 350 - total flux cleaned = 0.00174224 Jy ! Component: 400 - total flux cleaned = 0.00184174 Jy ! Component: 450 - total flux cleaned = 0.00188058 Jy ! Component: 500 - total flux cleaned = 0.00189953 Jy ! Component: 550 - total flux cleaned = 0.00197287 Jy ! Component: 600 - total flux cleaned = 0.00204446 Jy ! Component: 650 - total flux cleaned = 0.00209678 Jy ! Component: 700 - total flux cleaned = 0.00211388 Jy ! Component: 750 - total flux cleaned = 0.00213033 Jy ! Component: 800 - total flux cleaned = 0.00213025 Jy ! Component: 850 - total flux cleaned = 0.0021303 Jy ! Component: 900 - total flux cleaned = 0.00216172 Jy ! Component: 950 - total flux cleaned = 0.00220764 Jy ! Component: 1000 - total flux cleaned = 0.00222245 Jy ! Component: 1050 - total flux cleaned = 0.00225194 Jy ! Component: 1100 - total flux cleaned = 0.00228065 Jy ! Component: 1150 - total flux cleaned = 0.00229492 Jy ! Component: 1200 - total flux cleaned = 0.00228077 Jy ! Component: 1250 - total flux cleaned = 0.00233644 Jy ! Component: 1300 - total flux cleaned = 0.00233628 Jy ! Component: 1350 - total flux cleaned = 0.00234976 Jy ! Component: 1400 - total flux cleaned = 0.00236295 Jy ! Component: 1450 - total flux cleaned = 0.00236271 Jy ! Component: 1500 - total flux cleaned = 0.00238864 Jy ! Component: 1550 - total flux cleaned = 0.00235009 Jy ! Component: 1600 - total flux cleaned = 0.00237578 Jy ! Component: 1650 - total flux cleaned = 0.00240074 Jy ! Component: 1700 - total flux cleaned = 0.00242551 Jy ! Component: 1750 - total flux cleaned = 0.00238896 Jy ! Component: 1800 - total flux cleaned = 0.00237687 Jy ! Component: 1850 - total flux cleaned = 0.00238876 Jy ! Component: 1900 - total flux cleaned = 0.00236514 Jy ! Component: 1950 - total flux cleaned = 0.00229501 Jy ! Component: 2000 - total flux cleaned = 0.00228348 Jy ! Component: 2050 - total flux cleaned = 0.00223794 Jy ! Component: 2100 - total flux cleaned = 0.00227195 Jy ! Component: 2150 - total flux cleaned = 0.00220465 Jy ! Component: 2200 - total flux cleaned = 0.00220486 Jy ! Component: 2250 - total flux cleaned = 0.00218286 Jy ! Component: 2300 - total flux cleaned = 0.00213953 Jy ! Component: 2350 - total flux cleaned = 0.0021288 Jy ! Component: 2400 - total flux cleaned = 0.00212894 Jy ! Component: 2450 - total flux cleaned = 0.00211838 Jy ! Component: 2500 - total flux cleaned = 0.00213916 Jy ! Component: 2550 - total flux cleaned = 0.00210823 Jy ! Component: 2600 - total flux cleaned = 0.00212878 Jy ! Component: 2650 - total flux cleaned = 0.00212884 Jy ! Component: 2700 - total flux cleaned = 0.00210883 Jy ! Component: 2750 - total flux cleaned = 0.00211873 Jy ! Component: 2800 - total flux cleaned = 0.00211875 Jy ! Component: 2850 - total flux cleaned = 0.00210892 Jy ! Component: 2900 - total flux cleaned = 0.00209911 Jy ! Component: 2950 - total flux cleaned = 0.00207977 Jy ! Component: 3000 - total flux cleaned = 0.00210846 Jy ! Component: 3050 - total flux cleaned = 0.00212744 Jy ! Component: 3100 - total flux cleaned = 0.00209922 Jy ! Component: 3150 - total flux cleaned = 0.00211794 Jy ! Component: 3200 - total flux cleaned = 0.0021272 Jy ! Component: 3250 - total flux cleaned = 0.00219147 Jy ! Component: 3300 - total flux cleaned = 0.00222782 Jy ! Component: 3350 - total flux cleaned = 0.0021825 Jy ! Component: 3400 - total flux cleaned = 0.0021824 Jy ! Component: 3450 - total flux cleaned = 0.00219119 Jy ! Component: 3500 - total flux cleaned = 0.00221776 Jy ! Component: 3550 - total flux cleaned = 0.00217382 Jy ! Component: 3600 - total flux cleaned = 0.00216518 Jy ! Component: 3650 - total flux cleaned = 0.00216517 Jy ! Component: 3700 - total flux cleaned = 0.00218244 Jy ! Component: 3750 - total flux cleaned = 0.00221665 Jy ! Component: 3800 - total flux cleaned = 0.00219961 Jy ! Component: 3850 - total flux cleaned = 0.00221644 Jy ! Component: 3900 - total flux cleaned = 0.00220804 Jy ! Component: 3950 - total flux cleaned = 0.00224137 Jy ! Component: 4000 - total flux cleaned = 0.00224136 Jy ! Component: 4050 - total flux cleaned = 0.00228244 Jy ! Total flux subtracted in 4096 components = 0.00229064 Jy ! Clean residual min=-0.000503 max=0.000439 Jy/beam ! Clean residual mean=-0.000005 rms=0.000157 Jy/beam ! Combined flux in latest and established models = 0.047649 Jy keep ! Adding 322 model components to the UV plane model. ! The established model now contains 394 components and 0.047649 Jy ![Exited script file: muppet] wmap "J1100+0949_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.283 x 7.681 at -4.03 degrees (North through East) ! Clean map min=-0.00081351 max=0.040478 Jy/beam ! Writing clean map to FITS file: J1100+0949_S_2017_08_12_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0404777 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000157564 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.16778 1.16778 2.33556 4.67113 9.34225 18.6845 37.369 74.738 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.04 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.283 x 7.681 at -4.03 degrees (North through East) ! Clean map min=-0.00081351 max=0.040478 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 J1100+0949_S_2017_08_12_pus_uvs.log closed on Fri May 10 14:58:24 2019