! Started logfile: J0745+3313_S_2017_06_10_pus_uvs.log on Mon May 6 14:47:47 2019 obs J0745+3313_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J0745+3313_S_2017_06_10_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.971735 visibilities/baseline/integration-bin. ! Found source: J0745+3313 ! ! 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 1154 lines of history. ! ! Reading 19940 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 J0745+3313_S_2017_06_10_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 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 615 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.953798Jy sigma=0.009719 ! Fit after self-cal, rms=0.942885Jy sigma=0.009617 ! 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.929 mas, bmaj=5.661 mas, bpa=-1.394 degrees ! Estimated noise=933.021 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.0462805 Jy ! Component: 100 - total flux cleaned = 0.0579776 Jy ! Total flux subtracted in 100 components = 0.0579776 Jy ! Clean residual min=-0.003230 max=0.004697 Jy/beam ! Clean residual mean=0.000002 rms=0.000821 Jy/beam ! Combined flux in latest and established models = 0.0579776 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.0579776 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070242Jy sigma=0.000684 ! Fit after self-cal, rms=0.070152Jy sigma=0.000683 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00510848 Jy ! Component: 100 - total flux cleaned = 0.00747854 Jy ! Total flux subtracted in 100 components = 0.00747854 Jy ! Clean residual min=-0.003167 max=0.002981 Jy/beam ! Clean residual mean=0.000003 rms=0.000714 Jy/beam ! Combined flux in latest and established models = 0.0654562 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 21 components and 0.0654562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069899Jy sigma=0.000680 ! Fit after self-cal, rms=0.069889Jy sigma=0.000680 ! 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.519 mas, bmaj=6.425 mas, bpa=-0.2171 degrees ! Estimated noise=563.229 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.000676477 Jy ! Component: 100 - total flux cleaned = 0.000651732 Jy ! Component: 150 - total flux cleaned = 0.000652851 Jy ! Component: 200 - total flux cleaned = 0.00065204 Jy ! Total flux subtracted in 200 components = 0.00065204 Jy ! Clean residual min=-0.002422 max=0.002673 Jy/beam ! Clean residual mean=0.000014 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.0661082 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 28 components and 0.0661082 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069872Jy sigma=0.000680 ! Fit after self-cal, rms=0.069865Jy sigma=0.000680 ! 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.09 FD 0.91 HN 0.95 KP 1.01 ! LA 1.24 MK 1.03 NL 0.92 OV 1.03 ! PT 1.05 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.26 FD 0.95 HN 1.02 KP 0.96 ! LA 1.22 MK 1.03 NL 1.00 OV 0.99 ! PT 0.99 SC 0.91 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 1.03 HN 1.01 KP 0.96 ! LA 0.94 MK 1.16 NL 0.95 OV 0.91 ! PT 0.98 SC 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 0.92 KP 1.00* ! LA 0.89 MK 1.07 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.069865Jy sigma=0.000680 ! Fit after self-cal, rms=0.070681Jy sigma=0.000676 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.532 mas, bmaj=6.418 mas, bpa=0.6392 degrees ! Estimated noise=562.32 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 = 8.57419e-05 Jy ! Component: 100 - total flux cleaned = 8.34387e-05 Jy ! Component: 150 - total flux cleaned = 0.000116715 Jy ! Component: 200 - total flux cleaned = 0.00014576 Jy ! Total flux subtracted in 200 components = 0.00014576 Jy ! Clean residual min=-0.002322 max=0.002146 Jy/beam ! Clean residual mean=0.000011 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.066254 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 33 components and 0.066254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070671Jy sigma=0.000676 ! Fit after self-cal, rms=0.070754Jy sigma=0.000676 ! 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.070754Jy sigma=0.000676 ! Fit after self-cal, rms=0.080119Jy sigma=0.000671 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.522 mas, bmaj=6.5 mas, bpa=-0.06498 degrees ! Estimated noise=565.053 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000175714 Jy ! Component: 100 - total flux cleaned = 0.000203293 Jy ! Component: 150 - total flux cleaned = 0.000216141 Jy ! Component: 200 - total flux cleaned = 0.000228323 Jy ! Total flux subtracted in 200 components = 0.000228323 Jy ! Clean residual min=-0.001495 max=0.001793 Jy/beam ! Clean residual mean=0.000002 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.0664823 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 39 components and 0.0664823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080111Jy sigma=0.000670 ! Fit after self-cal, rms=0.080400Jy sigma=0.000670 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 (-2, 23). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00165259 Jy ! Component: 100 - total flux cleaned = 0.00252181 Jy ! Component: 150 - total flux cleaned = 0.00312205 Jy ! Component: 200 - total flux cleaned = 0.00339623 Jy ! Total flux subtracted in 200 components = 0.00339623 Jy ! Clean residual min=-0.001489 max=0.001446 Jy/beam ! Clean residual mean=0.000002 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.0698785 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 56 components and 0.0698785 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080365Jy sigma=0.000670 ! Fit after self-cal, rms=0.080364Jy sigma=0.000670 ! 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.080364Jy sigma=0.000670 ! Fit after self-cal, rms=0.085085Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.519 mas, bmaj=6.507 mas, bpa=-0.249 degrees ! Estimated noise=565.415 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000841896 Jy ! Component: 100 - total flux cleaned = 0.00133693 Jy ! Component: 150 - total flux cleaned = 0.0015084 Jy ! Component: 200 - total flux cleaned = 0.00156318 Jy ! Total flux subtracted in 200 components = 0.00156318 Jy ! Clean residual min=-0.001391 max=0.001392 Jy/beam ! Clean residual mean=0.000000 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.0714417 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 65 components and 0.0714417 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085071Jy sigma=0.000669 ! Fit after self-cal, rms=0.085145Jy sigma=0.000669 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.000354569 Jy ! Component: 100 - total flux cleaned = 0.000477189 Jy ! Component: 150 - total flux cleaned = 0.000501499 Jy ! Component: 200 - total flux cleaned = 0.000513025 Jy ! Total flux subtracted in 200 components = 0.000513025 Jy ! Clean residual min=-0.001396 max=0.001388 Jy/beam ! Clean residual mean=0.000000 rms=0.000344 Jy/beam ! Combined flux in latest and established models = 0.0719547 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 72 components and 0.0719547 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085139Jy sigma=0.000669 ! Fit after self-cal, rms=0.085142Jy sigma=0.000669 ! 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.085142Jy sigma=0.000669 ! Fit after self-cal, rms=0.086167Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.389 mas, bmaj=9.889 mas, bpa=-3.755 degrees ! Estimated noise=705.803 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000398631 Jy ! Component: 100 - total flux cleaned = 0.000558139 Jy ! Component: 150 - total flux cleaned = 0.000658975 Jy ! Component: 200 - total flux cleaned = 0.00070109 Jy ! Total flux subtracted in 200 components = 0.00070109 Jy ! Clean residual min=-0.001567 max=0.001555 Jy/beam ! Clean residual mean=-0.000000 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.0726558 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 85 components and 0.0726558 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086167Jy sigma=0.000669 ! Fit after self-cal, rms=0.086180Jy sigma=0.000669 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 = 3.8277e-05 Jy ! Component: 100 - total flux cleaned = 0.000139395 Jy ! Component: 150 - total flux cleaned = 0.000158547 Jy ! Component: 200 - total flux cleaned = 0.000158597 Jy ! Total flux subtracted in 200 components = 0.000158597 Jy ! Clean residual min=-0.001565 max=0.001551 Jy/beam ! Clean residual mean=-0.000000 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.0728144 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 88 components and 0.0728144 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086179Jy sigma=0.000669 ! Fit after self-cal, rms=0.086182Jy sigma=0.000669 ! 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.519 mas, bmaj=6.509 mas, bpa=-0.3126 degrees ! Estimated noise=566.023 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.519 x 6.509 at -0.3126 degrees (North through East) ! Clean map min=-0.001335 max=0.058924 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.948 mas, bmaj=5.779 mas, bpa=-1.469 degrees ! Estimated noise=933.981 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0461056 Jy ! Component: 100 - total flux cleaned = 0.0582628 Jy ! Component: 150 - total flux cleaned = 0.0635054 Jy ! Component: 200 - total flux cleaned = 0.0664862 Jy ! Total flux subtracted in 200 components = 0.0664862 Jy ! Clean residual min=-0.002159 max=0.002441 Jy/beam ! Clean residual mean=0.000000 rms=0.000574 Jy/beam ! Combined flux in latest and established models = 0.0664862 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.0664862 Jy ! Inverting map and beam ! Estimated beam: bmin=3.519 mas, bmaj=6.509 mas, bpa=-0.3126 degrees ! Estimated noise=566.023 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.00187467 Jy ! Component: 100 - total flux cleaned = 0.00315156 Jy ! Component: 150 - total flux cleaned = 0.00411683 Jy ! Component: 200 - total flux cleaned = 0.00488453 Jy ! Total flux subtracted in 200 components = 0.00488453 Jy ! Clean residual min=-0.001444 max=0.001435 Jy/beam ! Clean residual mean=0.000000 rms=0.000349 Jy/beam ! Combined flux in latest and established models = 0.0713707 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 37 components and 0.0713707 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.389 mas, bmaj=9.889 mas, bpa=-3.755 degrees ! Estimated noise=705.803 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000736705 Jy ! Component: 100 - total flux cleaned = 0.00111618 Jy ! Component: 150 - total flux cleaned = 0.00128659 Jy ! Component: 200 - total flux cleaned = 0.00136715 Jy ! Total flux subtracted in 200 components = 0.00136715 Jy ! Clean residual min=-0.001538 max=0.001509 Jy/beam ! Clean residual mean=-0.000000 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.0727379 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 = 4.06507e-05 Jy ! Component: 100 - total flux cleaned = 5.50117e-05 Jy ! Component: 150 - total flux cleaned = 6.82921e-05 Jy ! Component: 200 - total flux cleaned = 6.83512e-05 Jy ! Total flux subtracted in 200 components = 6.83512e-05 Jy ! Clean residual min=-0.001541 max=0.001525 Jy/beam ! Clean residual mean=-0.000000 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.0728062 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 64 components and 0.0728062 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.519 mas, bmaj=6.509 mas, bpa=-0.3126 degrees ! Estimated noise=566.023 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000151374 Jy ! Component: 100 - total flux cleaned = 9.84666e-05 Jy ! Component: 150 - total flux cleaned = 3.65436e-05 Jy ! Component: 200 - total flux cleaned = -3.46274e-05 Jy ! Total flux subtracted in 200 components = -3.46274e-05 Jy ! Clean residual min=-0.001401 max=0.001442 Jy/beam ! Clean residual mean=-0.000000 rms=0.000343 Jy/beam ! Combined flux in latest and established models = 0.0727716 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 79 components and 0.0727716 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086179Jy sigma=0.000669 ! Fit after self-cal, rms=0.086178Jy sigma=0.000669 wmodel J0745+3313_S_2017_06_10_pus_map.mod ! Writing 79 model components to file: J0745+3313_S_2017_06_10_pus_map.mod wobs J0745+3313_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J0745+3313_S_2017_06_10_pus_uvs.fits wwins J0745+3313_S_2017_06_10_pus_map.win ! wwins: Wrote 2 windows to J0745+3313_S_2017_06_10_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.000151647 Jy ! Component: 100 - total flux cleaned = -0.00012655 Jy ! Component: 150 - total flux cleaned = 7.3236e-05 Jy ! Component: 200 - total flux cleaned = 0.000158533 Jy ! Component: 250 - total flux cleaned = 0.000283341 Jy ! Component: 300 - total flux cleaned = 0.000344716 Jy ! Component: 350 - total flux cleaned = 0.000385039 Jy ! Component: 400 - total flux cleaned = 0.000501735 Jy ! Component: 450 - total flux cleaned = 0.000558656 Jy ! Component: 500 - total flux cleaned = 0.000577092 Jy ! Component: 550 - total flux cleaned = 0.000669195 Jy ! Component: 600 - total flux cleaned = 0.000669051 Jy ! Component: 650 - total flux cleaned = 0.000686959 Jy ! Component: 700 - total flux cleaned = 0.000775034 Jy ! Component: 750 - total flux cleaned = 0.00075734 Jy ! Component: 800 - total flux cleaned = 0.000808578 Jy ! Component: 850 - total flux cleaned = 0.000808488 Jy ! Component: 900 - total flux cleaned = 0.000842064 Jy ! Component: 950 - total flux cleaned = 0.000924124 Jy ! Component: 1000 - total flux cleaned = 0.000972766 Jy ! Component: 1050 - total flux cleaned = 0.000956786 Jy ! Component: 1100 - total flux cleaned = 0.00102062 Jy ! Component: 1150 - total flux cleaned = 0.00109936 Jy ! Component: 1200 - total flux cleaned = 0.00114589 Jy ! Component: 1250 - total flux cleaned = 0.00116134 Jy ! Component: 1300 - total flux cleaned = 0.00123772 Jy ! Component: 1350 - total flux cleaned = 0.00126755 Jy ! Component: 1400 - total flux cleaned = 0.00132697 Jy ! Component: 1450 - total flux cleaned = 0.00137141 Jy ! Component: 1500 - total flux cleaned = 0.00138614 Jy ! Component: 1550 - total flux cleaned = 0.00145883 Jy ! Component: 1600 - total flux cleaned = 0.00150213 Jy ! Component: 1650 - total flux cleaned = 0.00153068 Jy ! Component: 1700 - total flux cleaned = 0.00157317 Jy ! Component: 1750 - total flux cleaned = 0.0016291 Jy ! Component: 1800 - total flux cleaned = 0.00161501 Jy ! Component: 1850 - total flux cleaned = 0.00162902 Jy ! Component: 1900 - total flux cleaned = 0.00165635 Jy ! Component: 1950 - total flux cleaned = 0.00166984 Jy ! Component: 2000 - total flux cleaned = 0.0016699 Jy ! Component: 2050 - total flux cleaned = 0.00169668 Jy ! Component: 2100 - total flux cleaned = 0.00168331 Jy ! Component: 2150 - total flux cleaned = 0.00165717 Jy ! Component: 2200 - total flux cleaned = 0.00169651 Jy ! Component: 2250 - total flux cleaned = 0.00168346 Jy ! Component: 2300 - total flux cleaned = 0.00173495 Jy ! Component: 2350 - total flux cleaned = 0.00172208 Jy ! Component: 2400 - total flux cleaned = 0.00174757 Jy ! Component: 2450 - total flux cleaned = 0.00177272 Jy ! Component: 2500 - total flux cleaned = 0.00176002 Jy ! Component: 2550 - total flux cleaned = 0.00177242 Jy ! Component: 2600 - total flux cleaned = 0.00183418 Jy ! Component: 2650 - total flux cleaned = 0.0018219 Jy ! Component: 2700 - total flux cleaned = 0.00184633 Jy ! Component: 2750 - total flux cleaned = 0.00181011 Jy ! Component: 2800 - total flux cleaned = 0.00187053 Jy ! Component: 2850 - total flux cleaned = 0.00190651 Jy ! Component: 2900 - total flux cleaned = 0.00190649 Jy ! Component: 2950 - total flux cleaned = 0.00197737 Jy ! Component: 3000 - total flux cleaned = 0.00196549 Jy ! Component: 3050 - total flux cleaned = 0.0020238 Jy ! Component: 3100 - total flux cleaned = 0.00207003 Jy ! Component: 3150 - total flux cleaned = 0.00206998 Jy ! Component: 3200 - total flux cleaned = 0.00208148 Jy ! Component: 3250 - total flux cleaned = 0.00210416 Jy ! Component: 3300 - total flux cleaned = 0.00209287 Jy ! Component: 3350 - total flux cleaned = 0.00213786 Jy ! Component: 3400 - total flux cleaned = 0.00216016 Jy ! Component: 3450 - total flux cleaned = 0.00217125 Jy ! Component: 3500 - total flux cleaned = 0.00218224 Jy ! Component: 3550 - total flux cleaned = 0.00217146 Jy ! Component: 3600 - total flux cleaned = 0.00221504 Jy ! Component: 3650 - total flux cleaned = 0.00221522 Jy ! Component: 3700 - total flux cleaned = 0.00229057 Jy ! Component: 3750 - total flux cleaned = 0.00223706 Jy ! Component: 3800 - total flux cleaned = 0.00225846 Jy ! Component: 3850 - total flux cleaned = 0.00230094 Jy ! Component: 3900 - total flux cleaned = 0.00231157 Jy ! Component: 3950 - total flux cleaned = 0.00232208 Jy ! Component: 4000 - total flux cleaned = 0.00236388 Jy ! Component: 4050 - total flux cleaned = 0.00236387 Jy ! Total flux subtracted in 4096 components = 0.00240522 Jy ! Clean residual min=-0.000606 max=0.000641 Jy/beam ! Clean residual mean=-0.000000 rms=0.000193 Jy/beam ! Combined flux in latest and established models = 0.0751768 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 365 components and 0.0751768 Jy ![Exited script file: muppet] wmap "J0745+3313_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.519 x 6.509 at -0.3126 degrees (North through East) ! Clean map min=-0.0010281 max=0.058839 Jy/beam ! Writing clean map to FITS file: J0745+3313_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0588393 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000192929 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.983675 0.983675 1.96735 3.9347 7.8694 15.7388 31.4776 62.9552 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.058 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.519 x 6.509 at -0.3126 degrees (North through East) ! Clean map min=-0.0010281 max=0.058839 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 J0745+3313_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:47:53 2019