! Started logfile: J0756+6347_S_2017_08_12_pus_uvs.log on Fri May 10 14:55:20 2019 obs J0756+6347_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J0756+6347_S_2017_08_12_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.957407 visibilities/baseline/integration-bin. ! Found source: J0756+6347 ! ! 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 14476 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 J0756+6347_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 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 442 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.776718Jy sigma=0.006952 ! Fit after self-cal, rms=0.765987Jy sigma=0.006861 ! 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.419 mas, bmaj=3.746 mas, bpa=35.27 degrees ! Estimated noise=1047.56 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.17952 Jy ! Component: 100 - total flux cleaned = 0.227992 Jy ! Total flux subtracted in 100 components = 0.227992 Jy ! Clean residual min=-0.006602 max=0.018957 Jy/beam ! Clean residual mean=-0.000075 rms=0.001871 Jy/beam ! Combined flux in latest and established models = 0.227992 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.227992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088138Jy sigma=0.000749 ! Fit after self-cal, rms=0.088113Jy sigma=0.000749 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0204561 Jy ! Component: 100 - total flux cleaned = 0.0317032 Jy ! Total flux subtracted in 100 components = 0.0317032 Jy ! Clean residual min=-0.004816 max=0.006665 Jy/beam ! Clean residual mean=-0.000031 rms=0.001191 Jy/beam ! Combined flux in latest and established models = 0.259696 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 27 components and 0.259696 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082410Jy sigma=0.000694 ! Fit after self-cal, rms=0.082399Jy sigma=0.000693 ! 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.06 mas, bmaj=4.466 mas, bpa=33.14 degrees ! Estimated noise=739.353 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 (-4, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00920923 Jy ! Component: 100 - total flux cleaned = 0.0141949 Jy ! Component: 150 - total flux cleaned = 0.0155166 Jy ! Component: 200 - total flux cleaned = 0.0156077 Jy ! Total flux subtracted in 200 components = 0.0156077 Jy ! Clean residual min=-0.004335 max=0.003911 Jy/beam ! Clean residual mean=-0.000015 rms=0.000919 Jy/beam ! Combined flux in latest and established models = 0.275303 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 55 components and 0.275303 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081318Jy sigma=0.000684 ! Fit after self-cal, rms=0.081299Jy sigma=0.000684 ! 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.98 FD 0.97 HN 0.99 KP 1.07 ! LA 1.02 MK 1.06 NL 0.90 OV 1.02 ! PT 1.03 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.99 HN 1.03 KP 1.02 ! LA 0.99 MK 1.05 NL 1.02 OV 1.00 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 1.02 HN 1.00 KP 1.00 ! LA 1.00 MK 1.10 NL 0.99 OV 0.97 ! PT 1.00 SC 1.07 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 0.99 KP 1.00* ! LA 1.02 MK 0.97 NL 1.00* OV 1.00* ! PT 1.05 SC 1.00* ! ! ! Fit before self-cal, rms=0.081299Jy sigma=0.000684 ! Fit after self-cal, rms=0.080257Jy sigma=0.000671 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.103 mas, bmaj=4.523 mas, bpa=33.94 degrees ! Estimated noise=741.421 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.000661495 Jy ! Component: 100 - total flux cleaned = 0.000971996 Jy ! Component: 150 - total flux cleaned = 0.00113894 Jy ! Component: 200 - total flux cleaned = 0.00125296 Jy ! Total flux subtracted in 200 components = 0.00125296 Jy ! Clean residual min=-0.003235 max=0.002913 Jy/beam ! Clean residual mean=-0.000017 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.276556 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 77 components and 0.276556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080189Jy sigma=0.000670 ! Fit after self-cal, rms=0.080188Jy sigma=0.000670 ! 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.080188Jy sigma=0.000670 ! Fit after self-cal, rms=0.079628Jy sigma=0.000661 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.094 mas, bmaj=4.519 mas, bpa=33.68 degrees ! Estimated noise=740.785 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000652867 Jy ! Component: 100 - total flux cleaned = 0.000685665 Jy ! Component: 150 - total flux cleaned = 0.000656874 Jy ! Component: 200 - total flux cleaned = 0.000631539 Jy ! Total flux subtracted in 200 components = 0.000631539 Jy ! Clean residual min=-0.002065 max=0.001945 Jy/beam ! Clean residual mean=0.000001 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.277188 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 94 components and 0.277188 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079602Jy sigma=0.000661 ! Fit after self-cal, rms=0.079615Jy sigma=0.000661 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 = 9.48278e-05 Jy ! Component: 100 - total flux cleaned = 6.9014e-05 Jy ! Component: 150 - total flux cleaned = 4.58757e-05 Jy ! Component: 200 - total flux cleaned = 2.50166e-05 Jy ! Total flux subtracted in 200 components = 2.50166e-05 Jy ! Clean residual min=-0.002059 max=0.001943 Jy/beam ! Clean residual mean=0.000001 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.277213 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 98 components and 0.277213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079602Jy sigma=0.000661 ! Fit after self-cal, rms=0.079600Jy sigma=0.000661 ! 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.079600Jy sigma=0.000661 ! Fit after self-cal, rms=0.079690Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.092 mas, bmaj=4.523 mas, bpa=33.69 degrees ! Estimated noise=741.018 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000233308 Jy ! Component: 100 - total flux cleaned = 0.000252719 Jy ! Component: 150 - total flux cleaned = 0.000253442 Jy ! Component: 200 - total flux cleaned = 0.000253692 Jy ! Total flux subtracted in 200 components = 0.000253692 Jy ! Clean residual min=-0.002053 max=0.001960 Jy/beam ! Clean residual mean=0.000001 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.277466 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 100 components and 0.277466 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079679Jy sigma=0.000661 ! Fit after self-cal, rms=0.079679Jy sigma=0.000661 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 = 4.3447e-05 Jy ! Component: 100 - total flux cleaned = 2.72402e-05 Jy ! Component: 150 - total flux cleaned = 4.32854e-05 Jy ! Component: 200 - total flux cleaned = 4.3247e-05 Jy ! Total flux subtracted in 200 components = 4.3247e-05 Jy ! Clean residual min=-0.002051 max=0.001954 Jy/beam ! Clean residual mean=0.000001 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.27751 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 101 components and 0.27751 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079671Jy sigma=0.000661 ! Fit after self-cal, rms=0.079671Jy sigma=0.000661 ! 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.079671Jy sigma=0.000661 ! Fit after self-cal, rms=0.079730Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.097 mas, bmaj=9.018 mas, bpa=59.91 degrees ! Estimated noise=923.557 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.68475e-05 Jy ! Component: 100 - total flux cleaned = -3.97848e-05 Jy ! Component: 150 - total flux cleaned = -6.22434e-05 Jy ! Component: 200 - total flux cleaned = -7.23686e-05 Jy ! Total flux subtracted in 200 components = -7.23686e-05 Jy ! Clean residual min=-0.002091 max=0.002315 Jy/beam ! Clean residual mean=0.000003 rms=0.000578 Jy/beam ! Combined flux in latest and established models = 0.277437 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 111 components and 0.277437 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079727Jy sigma=0.000661 ! Fit after self-cal, rms=0.079727Jy sigma=0.000661 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.59963e-06 Jy ! Component: 100 - total flux cleaned = -3.72523e-06 Jy ! Component: 150 - total flux cleaned = -1.29131e-05 Jy ! Component: 200 - total flux cleaned = -1.25927e-05 Jy ! Total flux subtracted in 200 components = -1.25927e-05 Jy ! Clean residual min=-0.002091 max=0.002303 Jy/beam ! Clean residual mean=0.000003 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.277425 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 116 components and 0.277425 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079726Jy sigma=0.000661 ! Fit after self-cal, rms=0.079725Jy sigma=0.000661 ! 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.091 mas, bmaj=4.526 mas, bpa=33.63 degrees ! Estimated noise=741.206 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.091 x 4.526 at 33.63 degrees (North through East) ! Clean map min=-0.0019823 max=0.23472 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.448 mas, bmaj=3.807 mas, bpa=35.97 degrees ! Estimated noise=1054.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.180492 Jy ! Component: 100 - total flux cleaned = 0.228308 Jy ! Component: 150 - total flux cleaned = 0.247554 Jy ! Component: 200 - total flux cleaned = 0.258301 Jy ! Total flux subtracted in 200 components = 0.258301 Jy ! Clean residual min=-0.003609 max=0.005540 Jy/beam ! Clean residual mean=-0.000026 rms=0.000831 Jy/beam ! Combined flux in latest and established models = 0.258301 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 0.258301 Jy ! Inverting map and beam ! Estimated beam: bmin=4.091 mas, bmaj=4.526 mas, bpa=33.63 degrees ! Estimated noise=741.206 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.00898196 Jy ! Component: 100 - total flux cleaned = 0.013942 Jy ! Component: 150 - total flux cleaned = 0.0168363 Jy ! Component: 200 - total flux cleaned = 0.0182509 Jy ! Total flux subtracted in 200 components = 0.0182509 Jy ! Clean residual min=-0.002173 max=0.002121 Jy/beam ! Clean residual mean=-0.000000 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.276552 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 54 components and 0.276552 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=8.097 mas, bmaj=9.018 mas, bpa=59.91 degrees ! Estimated noise=923.557 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000493879 Jy ! Component: 100 - total flux cleaned = 0.000684234 Jy ! Component: 150 - total flux cleaned = 0.000850639 Jy ! Component: 200 - total flux cleaned = 0.000975703 Jy ! Total flux subtracted in 200 components = 0.000975703 Jy ! Clean residual min=-0.002102 max=0.002405 Jy/beam ! Clean residual mean=0.000003 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.277528 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 = 6.99345e-05 Jy ! Component: 100 - total flux cleaned = 9.43894e-05 Jy ! Component: 150 - total flux cleaned = 9.46522e-05 Jy ! Component: 200 - total flux cleaned = 9.44989e-05 Jy ! Total flux subtracted in 200 components = 9.44989e-05 Jy ! Clean residual min=-0.002080 max=0.002341 Jy/beam ! Clean residual mean=0.000003 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.277622 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 97 components and 0.277622 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.091 mas, bmaj=4.526 mas, bpa=33.63 degrees ! Estimated noise=741.206 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.36943e-06 Jy ! Component: 100 - total flux cleaned = 0.000101857 Jy ! Component: 150 - total flux cleaned = 0.000131935 Jy ! Component: 200 - total flux cleaned = 0.000158409 Jy ! Total flux subtracted in 200 components = 0.000158409 Jy ! Clean residual min=-0.002127 max=0.001960 Jy/beam ! Clean residual mean=0.000001 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.277781 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 107 components and 0.277781 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079772Jy sigma=0.000661 ! Fit after self-cal, rms=0.079764Jy sigma=0.000661 wmodel J0756+6347_S_2017_08_12_pus_map.mod ! Writing 107 model components to file: J0756+6347_S_2017_08_12_pus_map.mod wobs J0756+6347_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J0756+6347_S_2017_08_12_pus_uvs.fits wwins J0756+6347_S_2017_08_12_pus_map.win ! wwins: Wrote 2 windows to J0756+6347_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 = 2.73274e-05 Jy ! Component: 100 - total flux cleaned = 0.000306287 Jy ! Component: 150 - total flux cleaned = 0.000537033 Jy ! Component: 200 - total flux cleaned = 0.000726579 Jy ! Component: 250 - total flux cleaned = 0.000879433 Jy ! Component: 300 - total flux cleaned = 0.00093909 Jy ! Component: 350 - total flux cleaned = 0.00111044 Jy ! Component: 400 - total flux cleaned = 0.00125063 Jy ! Component: 450 - total flux cleaned = 0.00138733 Jy ! Component: 500 - total flux cleaned = 0.00149463 Jy ! Component: 550 - total flux cleaned = 0.00167789 Jy ! Component: 600 - total flux cleaned = 0.00180591 Jy ! Component: 650 - total flux cleaned = 0.00180571 Jy ! Component: 700 - total flux cleaned = 0.00185584 Jy ! Component: 750 - total flux cleaned = 0.00190475 Jy ! Component: 800 - total flux cleaned = 0.0019044 Jy ! Component: 850 - total flux cleaned = 0.00192815 Jy ! Component: 900 - total flux cleaned = 0.00192779 Jy ! Component: 950 - total flux cleaned = 0.00199688 Jy ! Component: 1000 - total flux cleaned = 0.0019965 Jy ! Component: 1050 - total flux cleaned = 0.00195161 Jy ! Component: 1100 - total flux cleaned = 0.0019296 Jy ! Component: 1150 - total flux cleaned = 0.00197355 Jy ! Component: 1200 - total flux cleaned = 0.00190897 Jy ! Component: 1250 - total flux cleaned = 0.00188803 Jy ! Component: 1300 - total flux cleaned = 0.00186744 Jy ! Component: 1350 - total flux cleaned = 0.00186769 Jy ! Component: 1400 - total flux cleaned = 0.00186793 Jy ! Component: 1450 - total flux cleaned = 0.00178679 Jy ! Component: 1500 - total flux cleaned = 0.00182727 Jy ! Component: 1550 - total flux cleaned = 0.00178742 Jy ! Component: 1600 - total flux cleaned = 0.00174802 Jy ! Component: 1650 - total flux cleaned = 0.00168975 Jy ! Component: 1700 - total flux cleaned = 0.00163201 Jy ! Component: 1750 - total flux cleaned = 0.00163187 Jy ! Component: 1800 - total flux cleaned = 0.00151824 Jy ! Component: 1850 - total flux cleaned = 0.00142466 Jy ! Component: 1900 - total flux cleaned = 0.00142483 Jy ! Component: 1950 - total flux cleaned = 0.001388 Jy ! Component: 2000 - total flux cleaned = 0.00129718 Jy ! Component: 2050 - total flux cleaned = 0.00126119 Jy ! Component: 2100 - total flux cleaned = 0.0012794 Jy ! Component: 2150 - total flux cleaned = 0.00126149 Jy ! Component: 2200 - total flux cleaned = 0.00120885 Jy ! Component: 2250 - total flux cleaned = 0.00113937 Jy ! Component: 2300 - total flux cleaned = 0.00115683 Jy ! Component: 2350 - total flux cleaned = 0.00113987 Jy ! Component: 2400 - total flux cleaned = 0.0011739 Jy ! Component: 2450 - total flux cleaned = 0.00107291 Jy ! Component: 2500 - total flux cleaned = 0.00108968 Jy ! Component: 2550 - total flux cleaned = 0.00102388 Jy ! Component: 2600 - total flux cleaned = 0.00105682 Jy ! Component: 2650 - total flux cleaned = 0.00100814 Jy ! Component: 2700 - total flux cleaned = 0.0010082 Jy ! Component: 2750 - total flux cleaned = 0.000944277 Jy ! Component: 2800 - total flux cleaned = 0.000912578 Jy ! Component: 2850 - total flux cleaned = 0.000944083 Jy ! Component: 2900 - total flux cleaned = 0.000913032 Jy ! Component: 2950 - total flux cleaned = 0.000897384 Jy ! Component: 3000 - total flux cleaned = 0.000866481 Jy ! Component: 3050 - total flux cleaned = 0.000805645 Jy ! Component: 3100 - total flux cleaned = 0.000745087 Jy ! Component: 3150 - total flux cleaned = 0.000730278 Jy ! Component: 3200 - total flux cleaned = 0.000745235 Jy ! Component: 3250 - total flux cleaned = 0.00064141 Jy ! Component: 3300 - total flux cleaned = 0.000670794 Jy ! Component: 3350 - total flux cleaned = 0.000685451 Jy ! Component: 3400 - total flux cleaned = 0.000612959 Jy ! Component: 3450 - total flux cleaned = 0.000526442 Jy ! Component: 3500 - total flux cleaned = 0.000497809 Jy ! Component: 3550 - total flux cleaned = 0.000426655 Jy ! Component: 3600 - total flux cleaned = 0.00035604 Jy ! Component: 3650 - total flux cleaned = 0.000328194 Jy ! Component: 3700 - total flux cleaned = 0.00025847 Jy ! Component: 3750 - total flux cleaned = 0.000272368 Jy ! Component: 3800 - total flux cleaned = 0.000217336 Jy ! Component: 3850 - total flux cleaned = 0.00017627 Jy ! Component: 3900 - total flux cleaned = 5.39702e-05 Jy ! Component: 3950 - total flux cleaned = 6.76099e-05 Jy ! Component: 4000 - total flux cleaned = 6.76931e-05 Jy ! Component: 4050 - total flux cleaned = -1.24397e-05 Jy ! Total flux subtracted in 4096 components = -6.5526e-05 Jy ! Clean residual min=-0.000966 max=0.000781 Jy/beam ! Clean residual mean=-0.000001 rms=0.000239 Jy/beam ! Combined flux in latest and established models = 0.277715 Jy keep ! Adding 304 model components to the UV plane model. ! The established model now contains 411 components and 0.277715 Jy ![Exited script file: muppet] wmap "J0756+6347_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.091 x 4.526 at 33.63 degrees (North through East) ! Clean map min=-0.0014269 max=0.23492 Jy/beam ! Writing clean map to FITS file: J0756+6347_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.234925 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000239116 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.305352 0.305352 0.610704 1.22141 2.44282 4.88563 9.77127 19.5425 39.0851 78.1702 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.234 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.091 x 4.526 at 33.63 degrees (North through East) ! Clean map min=-0.0014269 max=0.23492 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 J0756+6347_S_2017_08_12_pus_uvs.log closed on Fri May 10 14:55:25 2019