! Started logfile: J0322+3948_S_2017_08_12_pus_uvs.log on Fri May 10 14:51:38 2019 obs J0322+3948_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J0322+3948_S_2017_08_12_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.972468 visibilities/baseline/integration-bin. ! Found source: J0322+3948 ! ! 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 19780 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 J0322+3948_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 31 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 701 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.947741Jy sigma=0.009610 ! Fit after self-cal, rms=0.939576Jy sigma=0.009537 ! 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.894 mas, bmaj=5.308 mas, bpa=-3.79 degrees ! Estimated noise=874.352 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.0451542 Jy ! Component: 100 - total flux cleaned = 0.0606878 Jy ! Total flux subtracted in 100 components = 0.0606878 Jy ! Clean residual min=-0.003366 max=0.006950 Jy/beam ! Clean residual mean=-0.000001 rms=0.000924 Jy/beam ! Combined flux in latest and established models = 0.0606878 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0606878 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070810Jy sigma=0.000675 ! Fit after self-cal, rms=0.070762Jy sigma=0.000674 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00864797 Jy ! Component: 100 - total flux cleaned = 0.0130544 Jy ! Total flux subtracted in 100 components = 0.0130544 Jy ! Clean residual min=-0.002940 max=0.002840 Jy/beam ! Clean residual mean=-0.000002 rms=0.000762 Jy/beam ! Combined flux in latest and established models = 0.0737423 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 15 components and 0.0737423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069703Jy sigma=0.000664 ! Fit after self-cal, rms=0.069674Jy sigma=0.000663 ! 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.576 mas, bmaj=6.071 mas, bpa=-2.103 degrees ! Estimated noise=571.752 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.00249436 Jy ! Component: 100 - total flux cleaned = 0.00274253 Jy ! Component: 150 - total flux cleaned = 0.00261959 Jy ! Component: 200 - total flux cleaned = 0.00245158 Jy ! Total flux subtracted in 200 components = 0.00245158 Jy ! Clean residual min=-0.001859 max=0.002139 Jy/beam ! Clean residual mean=-0.000002 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.0761939 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 19 components and 0.0761939 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069563Jy sigma=0.000662 ! Fit after self-cal, rms=0.069560Jy sigma=0.000662 ! 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.96 FD 0.96 HN 0.99 KP 1.08 ! LA 0.96 MK 1.09 NL 0.90 OV 1.06 ! PT 1.02 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.97 HN 1.00 KP 1.01 ! LA 0.99 MK 0.98 NL 1.03 OV 1.19 ! PT 1.01 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.01 HN 0.99 KP 1.00 ! LA 0.99 MK 1.08 NL 1.02 OV 1.04 ! PT 0.96 SC 1.01 ! ! ! Correcting IF 4. ! A total of 72 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.95 HN 0.89 KP 1.00* ! LA 0.97 MK 0.85 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.069560Jy sigma=0.000662 ! Fit after self-cal, rms=0.069365Jy sigma=0.000661 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.583 mas, bmaj=6.035 mas, bpa=-1.705 degrees ! Estimated noise=573.548 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.000239956 Jy ! Component: 100 - total flux cleaned = 0.000220397 Jy ! Component: 150 - total flux cleaned = 0.000202875 Jy ! Component: 200 - total flux cleaned = 0.000170503 Jy ! Total flux subtracted in 200 components = 0.000170503 Jy ! Clean residual min=-0.001720 max=0.001689 Jy/beam ! Clean residual mean=-0.000001 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.0763644 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 25 components and 0.0763644 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069354Jy sigma=0.000661 ! Fit after self-cal, rms=0.069356Jy sigma=0.000660 ! 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.069356Jy sigma=0.000660 ! Fit after self-cal, rms=0.069535Jy sigma=0.000659 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.571 mas, bmaj=6.042 mas, bpa=-2.007 degrees ! Estimated noise=573.055 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.00005e-06 Jy ! Component: 100 - total flux cleaned = -1.70023e-05 Jy ! Component: 150 - total flux cleaned = -1.58449e-05 Jy ! Component: 200 - total flux cleaned = -1.51963e-05 Jy ! Total flux subtracted in 200 components = -1.51963e-05 Jy ! Clean residual min=-0.001540 max=0.001633 Jy/beam ! Clean residual mean=-0.000003 rms=0.000358 Jy/beam ! Combined flux in latest and established models = 0.0763492 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 29 components and 0.0763492 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069525Jy sigma=0.000658 ! Fit after self-cal, rms=0.069548Jy sigma=0.000658 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 (44.5, -68). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000614144 Jy ! Component: 100 - total flux cleaned = 0.000378101 Jy ! Component: 150 - total flux cleaned = 0.000296947 Jy ! Component: 200 - total flux cleaned = 0.000249505 Jy ! Total flux subtracted in 200 components = 0.000249505 Jy ! Clean residual min=-0.001447 max=0.001473 Jy/beam ! Clean residual mean=-0.000003 rms=0.000343 Jy/beam ! Combined flux in latest and established models = 0.0765987 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 47 components and 0.0765987 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069508Jy sigma=0.000658 ! Fit after self-cal, rms=0.069508Jy sigma=0.000658 ! 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.069508Jy sigma=0.000658 ! Fit after self-cal, rms=0.069468Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.56 mas, bmaj=6.038 mas, bpa=-2.07 degrees ! Estimated noise=571.817 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.08232e-05 Jy ! Component: 100 - total flux cleaned = 6.74838e-05 Jy ! Component: 150 - total flux cleaned = 2.63434e-05 Jy ! Component: 200 - total flux cleaned = 2.56416e-05 Jy ! Total flux subtracted in 200 components = 2.56416e-05 Jy ! Clean residual min=-0.001399 max=0.001503 Jy/beam ! Clean residual mean=-0.000003 rms=0.000340 Jy/beam ! Combined flux in latest and established models = 0.0766243 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 50 components and 0.0766243 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069454Jy sigma=0.000658 ! Fit after self-cal, rms=0.069458Jy sigma=0.000658 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 (47.5, 93). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000737127 Jy ! Component: 100 - total flux cleaned = 0.000854243 Jy ! Component: 150 - total flux cleaned = 0.00085453 Jy ! Component: 200 - total flux cleaned = 0.000878048 Jy ! Total flux subtracted in 200 components = 0.000878048 Jy ! Clean residual min=-0.001375 max=0.001308 Jy/beam ! Clean residual mean=-0.000003 rms=0.000328 Jy/beam ! Combined flux in latest and established models = 0.0775023 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 68 components and 0.0775023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069424Jy sigma=0.000658 ! Fit after self-cal, rms=0.069419Jy sigma=0.000658 ! 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.069419Jy sigma=0.000658 ! Fit after self-cal, rms=0.069289Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.487 mas, bmaj=9.396 mas, bpa=0.04893 degrees ! Estimated noise=712.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000224842 Jy ! Component: 100 - total flux cleaned = -0.000342603 Jy ! Component: 150 - total flux cleaned = -0.000293747 Jy ! Component: 200 - total flux cleaned = -0.0002357 Jy ! Total flux subtracted in 200 components = -0.0002357 Jy ! Clean residual min=-0.001517 max=0.001293 Jy/beam ! Clean residual mean=-0.000006 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.0772666 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 78 components and 0.0772666 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069285Jy sigma=0.000657 ! Fit after self-cal, rms=0.069285Jy sigma=0.000657 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.29917e-05 Jy ! Component: 100 - total flux cleaned = 2.09663e-05 Jy ! Component: 150 - total flux cleaned = 8.20188e-05 Jy ! Component: 200 - total flux cleaned = 0.000127007 Jy ! Total flux subtracted in 200 components = 0.000127007 Jy ! Clean residual min=-0.001489 max=0.001275 Jy/beam ! Clean residual mean=-0.000006 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.0773937 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 87 components and 0.0773937 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069283Jy sigma=0.000657 ! Fit after self-cal, rms=0.069283Jy sigma=0.000657 ! 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.554 mas, bmaj=6.031 mas, bpa=-2.102 degrees ! Estimated noise=570.749 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.554 x 6.031 at -2.102 degrees (North through East) ! Clean map min=-0.0012782 max=0.061403 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.884 mas, bmaj=5.28 mas, bpa=-3.917 degrees ! Estimated noise=866.046 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0445472 Jy ! Component: 100 - total flux cleaned = 0.0615774 Jy ! Component: 150 - total flux cleaned = 0.0700092 Jy ! Component: 200 - total flux cleaned = 0.074271 Jy ! Total flux subtracted in 200 components = 0.074271 Jy ! Clean residual min=-0.002695 max=0.002613 Jy/beam ! Clean residual mean=-0.000002 rms=0.000696 Jy/beam ! Combined flux in latest and established models = 0.074271 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.074271 Jy ! Inverting map and beam ! Estimated beam: bmin=3.554 mas, bmaj=6.031 mas, bpa=-2.102 degrees ! Estimated noise=570.749 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.00266107 Jy ! Component: 100 - total flux cleaned = 0.00389478 Jy ! Component: 150 - total flux cleaned = 0.00412369 Jy ! Component: 200 - total flux cleaned = 0.00403602 Jy ! Total flux subtracted in 200 components = 0.00403602 Jy ! Clean residual min=-0.001472 max=0.001380 Jy/beam ! Clean residual mean=-0.000003 rms=0.000349 Jy/beam ! Combined flux in latest and established models = 0.078307 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 30 components and 0.078307 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.487 mas, bmaj=9.396 mas, bpa=0.04893 degrees ! Estimated noise=712.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000765861 Jy ! Component: 100 - total flux cleaned = -0.000796169 Jy ! Component: 150 - total flux cleaned = -0.000823804 Jy ! Component: 200 - total flux cleaned = -0.000848369 Jy ! Total flux subtracted in 200 components = -0.000848369 Jy ! Clean residual min=-0.001598 max=0.001498 Jy/beam ! Clean residual mean=-0.000006 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.0774586 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 = -2.39874e-05 Jy ! Component: 100 - total flux cleaned = 1.77933e-05 Jy ! Component: 150 - total flux cleaned = 1.72395e-05 Jy ! Component: 200 - total flux cleaned = 3.5785e-05 Jy ! Total flux subtracted in 200 components = 3.5785e-05 Jy ! Clean residual min=-0.001543 max=0.001443 Jy/beam ! Clean residual mean=-0.000006 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.0774944 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 67 components and 0.0774944 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.554 mas, bmaj=6.031 mas, bpa=-2.102 degrees ! Estimated noise=570.749 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.61008e-05 Jy ! Component: 100 - total flux cleaned = 0.000106308 Jy ! Component: 150 - total flux cleaned = 0.000135027 Jy ! Component: 200 - total flux cleaned = 8.22795e-05 Jy ! Total flux subtracted in 200 components = 8.22795e-05 Jy ! Clean residual min=-0.001319 max=0.001327 Jy/beam ! Clean residual mean=-0.000003 rms=0.000326 Jy/beam ! Combined flux in latest and established models = 0.0775767 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 80 components and 0.0775767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069279Jy sigma=0.000657 ! Fit after self-cal, rms=0.069276Jy sigma=0.000657 wmodel J0322+3948_S_2017_08_12_pus_map.mod ! Writing 80 model components to file: J0322+3948_S_2017_08_12_pus_map.mod wobs J0322+3948_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J0322+3948_S_2017_08_12_pus_uvs.fits wwins J0322+3948_S_2017_08_12_pus_map.win ! wwins: Wrote 3 windows to J0322+3948_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 = -9.7473e-05 Jy ! Component: 100 - total flux cleaned = -0.000213864 Jy ! Component: 150 - total flux cleaned = -0.000369635 Jy ! Component: 200 - total flux cleaned = -0.000497769 Jy ! Component: 250 - total flux cleaned = -0.000704493 Jy ! Component: 300 - total flux cleaned = -0.000885163 Jy ! Component: 350 - total flux cleaned = -0.000982998 Jy ! Component: 400 - total flux cleaned = -0.00111721 Jy ! Component: 450 - total flux cleaned = -0.00119222 Jy ! Component: 500 - total flux cleaned = -0.0012659 Jy ! Component: 550 - total flux cleaned = -0.00135585 Jy ! Component: 600 - total flux cleaned = -0.00144441 Jy ! Component: 650 - total flux cleaned = -0.0014791 Jy ! Component: 700 - total flux cleaned = -0.00149627 Jy ! Component: 750 - total flux cleaned = -0.00158103 Jy ! Component: 800 - total flux cleaned = -0.00161437 Jy ! Component: 850 - total flux cleaned = -0.00159772 Jy ! Component: 900 - total flux cleaned = -0.00159784 Jy ! Component: 950 - total flux cleaned = -0.00159813 Jy ! Component: 1000 - total flux cleaned = -0.00164587 Jy ! Component: 1050 - total flux cleaned = -0.00164592 Jy ! Component: 1100 - total flux cleaned = -0.00170773 Jy ! Component: 1150 - total flux cleaned = -0.00173826 Jy ! Component: 1200 - total flux cleaned = -0.00173807 Jy ! Component: 1250 - total flux cleaned = -0.00172294 Jy ! Component: 1300 - total flux cleaned = -0.00181214 Jy ! Component: 1350 - total flux cleaned = -0.00175302 Jy ! Component: 1400 - total flux cleaned = -0.00178195 Jy ! Component: 1450 - total flux cleaned = -0.00178185 Jy ! Component: 1500 - total flux cleaned = -0.00169607 Jy ! Component: 1550 - total flux cleaned = -0.00171035 Jy ! Component: 1600 - total flux cleaned = -0.00169622 Jy ! Component: 1650 - total flux cleaned = -0.0017101 Jy ! Component: 1700 - total flux cleaned = -0.00169605 Jy ! Component: 1750 - total flux cleaned = -0.00165508 Jy ! Component: 1800 - total flux cleaned = -0.00166869 Jy ! Component: 1850 - total flux cleaned = -0.00165523 Jy ! Component: 1900 - total flux cleaned = -0.00164193 Jy ! Component: 1950 - total flux cleaned = -0.00165511 Jy ! Component: 2000 - total flux cleaned = -0.00164213 Jy ! Component: 2050 - total flux cleaned = -0.00165506 Jy ! Component: 2100 - total flux cleaned = -0.00170644 Jy ! Component: 2150 - total flux cleaned = -0.0016808 Jy ! Component: 2200 - total flux cleaned = -0.0016554 Jy ! Component: 2250 - total flux cleaned = -0.00163038 Jy ! Component: 2300 - total flux cleaned = -0.00168027 Jy ! Component: 2350 - total flux cleaned = -0.00170486 Jy ! Component: 2400 - total flux cleaned = -0.00169264 Jy ! Component: 2450 - total flux cleaned = -0.00172914 Jy ! Component: 2500 - total flux cleaned = -0.00176555 Jy ! Component: 2550 - total flux cleaned = -0.00186145 Jy ! Component: 2600 - total flux cleaned = -0.00182572 Jy ! Component: 2650 - total flux cleaned = -0.00186125 Jy ! Component: 2700 - total flux cleaned = -0.00190823 Jy ! Component: 2750 - total flux cleaned = -0.00193166 Jy ! Component: 2800 - total flux cleaned = -0.00195477 Jy ! Component: 2850 - total flux cleaned = -0.00197792 Jy ! Component: 2900 - total flux cleaned = -0.00202359 Jy ! Component: 2950 - total flux cleaned = -0.00209182 Jy ! Component: 3000 - total flux cleaned = -0.00212555 Jy ! Component: 3050 - total flux cleaned = -0.00212558 Jy ! Component: 3100 - total flux cleaned = -0.00221462 Jy ! Component: 3150 - total flux cleaned = -0.00222562 Jy ! Component: 3200 - total flux cleaned = -0.00228054 Jy ! Component: 3250 - total flux cleaned = -0.00231335 Jy ! Component: 3300 - total flux cleaned = -0.00237859 Jy ! Component: 3350 - total flux cleaned = -0.00245409 Jy ! Component: 3400 - total flux cleaned = -0.00245411 Jy ! Component: 3450 - total flux cleaned = -0.00249679 Jy ! Component: 3500 - total flux cleaned = -0.00256043 Jy ! Component: 3550 - total flux cleaned = -0.00258147 Jy ! Component: 3600 - total flux cleaned = -0.00262344 Jy ! Component: 3650 - total flux cleaned = -0.0026651 Jy ! Component: 3700 - total flux cleaned = -0.00270648 Jy ! Component: 3750 - total flux cleaned = -0.00273727 Jy ! Component: 3800 - total flux cleaned = -0.00273731 Jy ! Component: 3850 - total flux cleaned = -0.00279842 Jy ! Component: 3900 - total flux cleaned = -0.00281861 Jy ! Component: 3950 - total flux cleaned = -0.00281864 Jy ! Component: 4000 - total flux cleaned = -0.00285862 Jy ! Component: 4050 - total flux cleaned = -0.00293814 Jy ! Total flux subtracted in 4096 components = -0.00291817 Jy ! Clean residual min=-0.000816 max=0.000594 Jy/beam ! Clean residual mean=-0.000001 rms=0.000179 Jy/beam ! Combined flux in latest and established models = 0.0746585 Jy keep ! Adding 280 model components to the UV plane model. ! The established model now contains 360 components and 0.0746585 Jy ![Exited script file: muppet] wmap "J0322+3948_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.554 x 6.031 at -2.102 degrees (North through East) ! Clean map min=-0.0011567 max=0.061005 Jy/beam ! Writing clean map to FITS file: J0322+3948_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.0610053 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000177734 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.874026 0.874026 1.74805 3.4961 6.99221 13.9844 27.9688 55.9377 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.061 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.554 x 6.031 at -2.102 degrees (North through East) ! Clean map min=-0.0011567 max=0.061005 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 J0322+3948_S_2017_08_12_pus_uvs.log closed on Fri May 10 14:51:43 2019