! Started logfile: J0803-0805_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:47:08 2016 obs J0803-0805_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J0803-0805_S_2014_06_09_pus_uva.fits ! AN table 1: 104 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.790385 visibilities/baseline/integration-bin. ! Found source: J0803-0805 ! ! 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 336 lines of history. ! ! Reading 14796 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 J0803-0805_S_2014_06_09_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 111 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 111 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 111 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 111 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.885468Jy sigma=0.009477 ! Fit after self-cal, rms=0.847098Jy sigma=0.009085 ! 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.409 mas, bmaj=6.967 mas, bpa=-4.644 degrees ! Estimated noise=982.701 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.114452 Jy ! Component: 100 - total flux cleaned = 0.146283 Jy ! Total flux subtracted in 100 components = 0.146283 Jy ! Clean residual min=-0.005612 max=0.013583 Jy/beam ! Clean residual mean=0.000003 rms=0.001487 Jy/beam ! Combined flux in latest and established models = 0.146283 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.146283 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082008Jy sigma=0.000830 ! Fit after self-cal, rms=0.081996Jy sigma=0.000830 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0144715 Jy ! Component: 100 - total flux cleaned = 0.021376 Jy ! Total flux subtracted in 100 components = 0.021376 Jy ! Clean residual min=-0.003850 max=0.004455 Jy/beam ! Clean residual mean=-0.000001 rms=0.000954 Jy/beam ! Combined flux in latest and established models = 0.167659 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 16 components and 0.167659 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078593Jy sigma=0.000794 ! Fit after self-cal, rms=0.078586Jy sigma=0.000794 ! 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=2.98 mas, bmaj=8.405 mas, bpa=-5.15 degrees ! Estimated noise=549.411 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.00669496 Jy ! Component: 100 - total flux cleaned = 0.0101212 Jy ! Component: 150 - total flux cleaned = 0.0120419 Jy ! Component: 200 - total flux cleaned = 0.0131388 Jy ! Total flux subtracted in 200 components = 0.0131388 Jy ! Clean residual min=-0.002891 max=0.002851 Jy/beam ! Clean residual mean=-0.000005 rms=0.000686 Jy/beam ! Combined flux in latest and established models = 0.180798 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 49 components and 0.180798 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077959Jy sigma=0.000788 ! Fit after self-cal, rms=0.077972Jy sigma=0.000788 ! 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.00* FD 0.83 HN 0.96 KP 1.03 ! LA 1.19 MK 1.01 NL 0.98 OV 1.00 ! PT 1.00 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.02 KP 1.02 ! LA 1.11 MK 0.99 NL 1.06 OV 1.00 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.15 HN 1.02 KP 0.91 ! LA 0.90 MK 1.02 NL 1.00 OV 0.95 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.00 KP 0.88 ! LA 0.87 MK 0.99 NL 1.07 OV 1.01 ! PT 1.01 SC 0.97 ! ! ! Fit before self-cal, rms=0.077972Jy sigma=0.000788 ! Fit after self-cal, rms=0.075388Jy sigma=0.000771 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.985 mas, bmaj=8.428 mas, bpa=-5.115 degrees ! Estimated noise=548.148 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.2507e-05 Jy ! Component: 100 - total flux cleaned = 3.07367e-05 Jy ! Component: 150 - total flux cleaned = 1.16434e-07 Jy ! Component: 200 - total flux cleaned = 1.15392e-06 Jy ! Total flux subtracted in 200 components = 1.15392e-06 Jy ! Clean residual min=-0.001969 max=0.001747 Jy/beam ! Clean residual mean=-0.000001 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.180799 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 55 components and 0.180799 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075381Jy sigma=0.000771 ! Fit after self-cal, rms=0.075383Jy sigma=0.000770 ! 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.075383Jy sigma=0.000770 ! Fit after self-cal, rms=0.075290Jy sigma=0.000770 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.985 mas, bmaj=8.424 mas, bpa=-5.161 degrees ! Estimated noise=547.512 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.22177e-05 Jy ! Component: 100 - total flux cleaned = 5.32091e-05 Jy ! Component: 150 - total flux cleaned = 5.37507e-05 Jy ! Component: 200 - total flux cleaned = 6.4575e-05 Jy ! Total flux subtracted in 200 components = 6.4575e-05 Jy ! Clean residual min=-0.002123 max=0.001533 Jy/beam ! Clean residual mean=-0.000002 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.180863 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 59 components and 0.180863 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075286Jy sigma=0.000770 ! Fit after self-cal, rms=0.075287Jy sigma=0.000770 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 = 1.26786e-05 Jy ! Component: 100 - total flux cleaned = 2.38508e-05 Jy ! Component: 150 - total flux cleaned = 3.32525e-05 Jy ! Component: 200 - total flux cleaned = 5.24797e-05 Jy ! Total flux subtracted in 200 components = 5.24797e-05 Jy ! Clean residual min=-0.002108 max=0.001499 Jy/beam ! Clean residual mean=-0.000002 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.180916 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 61 components and 0.180916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075284Jy sigma=0.000770 ! Fit after self-cal, rms=0.075283Jy sigma=0.000770 ! 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.075283Jy sigma=0.000770 ! Fit after self-cal, rms=0.075220Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.984 mas, bmaj=8.422 mas, bpa=-5.17 degrees ! Estimated noise=547.021 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.67629e-07 Jy ! Component: 100 - total flux cleaned = 9.8123e-06 Jy ! Component: 150 - total flux cleaned = 2.8391e-05 Jy ! Component: 200 - total flux cleaned = 4.61639e-05 Jy ! Total flux subtracted in 200 components = 4.61639e-05 Jy ! Clean residual min=-0.002113 max=0.001477 Jy/beam ! Clean residual mean=-0.000002 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.180962 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 61 components and 0.180962 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075218Jy sigma=0.000770 ! Fit after self-cal, rms=0.075218Jy sigma=0.000770 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.60982e-05 Jy ! Component: 100 - total flux cleaned = -8.60985e-06 Jy ! Component: 150 - total flux cleaned = 7.88888e-06 Jy ! Component: 200 - total flux cleaned = 1.61203e-05 Jy ! Total flux subtracted in 200 components = 1.61203e-05 Jy ! Clean residual min=-0.002104 max=0.001472 Jy/beam ! Clean residual mean=-0.000002 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.180978 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 63 components and 0.180978 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075216Jy sigma=0.000770 ! Fit after self-cal, rms=0.075215Jy sigma=0.000770 ! 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.075215Jy sigma=0.000770 ! Fit after self-cal, rms=0.075153Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.268 mas, bmaj=16.78 mas, bpa=-6.619 degrees ! Estimated noise=695.918 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000331057 Jy ! Component: 100 - total flux cleaned = 0.000330903 Jy ! Component: 150 - total flux cleaned = 0.000324397 Jy ! Component: 200 - total flux cleaned = 0.000319443 Jy ! Total flux subtracted in 200 components = 0.000319443 Jy ! Clean residual min=-0.001931 max=0.001581 Jy/beam ! Clean residual mean=-0.000004 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.181297 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 67 components and 0.181297 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075154Jy sigma=0.000770 ! Fit after self-cal, rms=0.075153Jy sigma=0.000770 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 = -1.43626e-05 Jy ! Component: 100 - total flux cleaned = -2.07714e-05 Jy ! Component: 150 - total flux cleaned = -2.61784e-05 Jy ! Component: 200 - total flux cleaned = -3.02259e-05 Jy ! Total flux subtracted in 200 components = -3.02259e-05 Jy ! Clean residual min=-0.001922 max=0.001575 Jy/beam ! Clean residual mean=-0.000004 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.181267 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 67 components and 0.181267 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075154Jy sigma=0.000770 ! Fit after self-cal, rms=0.075153Jy sigma=0.000770 ! 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=2.982 mas, bmaj=8.419 mas, bpa=-5.169 degrees ! Estimated noise=546.633 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.982 x 8.419 at -5.169 degrees (North through East) ! Clean map min=-0.0019235 max=0.15171 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.408 mas, bmaj=6.969 mas, bpa=-4.678 degrees ! Estimated noise=977.385 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.11366 Jy ! Component: 100 - total flux cleaned = 0.146086 Jy ! Component: 150 - total flux cleaned = 0.160626 Jy ! Component: 200 - total flux cleaned = 0.167664 Jy ! Total flux subtracted in 200 components = 0.167664 Jy ! Clean residual min=-0.002989 max=0.003570 Jy/beam ! Clean residual mean=0.000000 rms=0.000752 Jy/beam ! Combined flux in latest and established models = 0.167664 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.167664 Jy ! Inverting map and beam ! Estimated beam: bmin=2.982 mas, bmaj=8.419 mas, bpa=-5.169 degrees ! Estimated noise=546.633 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.00630444 Jy ! Component: 100 - total flux cleaned = 0.00943791 Jy ! Component: 150 - total flux cleaned = 0.0111482 Jy ! Component: 200 - total flux cleaned = 0.01211 Jy ! Total flux subtracted in 200 components = 0.01211 Jy ! Clean residual min=-0.002067 max=0.001666 Jy/beam ! Clean residual mean=-0.000001 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.179774 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 47 components and 0.179774 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.268 mas, bmaj=16.78 mas, bpa=-6.619 degrees ! Estimated noise=695.918 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102023 Jy ! Component: 100 - total flux cleaned = 0.00133163 Jy ! Component: 150 - total flux cleaned = 0.0013514 Jy ! Component: 200 - total flux cleaned = 0.001362 Jy ! Total flux subtracted in 200 components = 0.001362 Jy ! Clean residual min=-0.001921 max=0.001572 Jy/beam ! Clean residual mean=-0.000003 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.181136 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 = 9.06095e-06 Jy ! Component: 100 - total flux cleaned = 9.25834e-06 Jy ! Component: 150 - total flux cleaned = 1.30197e-05 Jy ! Component: 200 - total flux cleaned = 1.32459e-05 Jy ! Total flux subtracted in 200 components = 1.32459e-05 Jy ! Clean residual min=-0.001916 max=0.001565 Jy/beam ! Clean residual mean=-0.000003 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.18115 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 51 components and 0.18115 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.982 mas, bmaj=8.419 mas, bpa=-5.169 degrees ! Estimated noise=546.633 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000461947 Jy ! Component: 100 - total flux cleaned = -0.00041236 Jy ! Component: 150 - total flux cleaned = -0.000399716 Jy ! Component: 200 - total flux cleaned = -0.000379273 Jy ! Total flux subtracted in 200 components = -0.000379273 Jy ! Clean residual min=-0.002025 max=0.001487 Jy/beam ! Clean residual mean=-0.000002 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.18077 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 62 components and 0.18077 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075156Jy sigma=0.000770 ! Fit after self-cal, rms=0.075156Jy sigma=0.000770 wmodel J0803-0805_S_2014_06_09_pus_map.mod ! Writing 62 model components to file: J0803-0805_S_2014_06_09_pus_map.mod wobs J0803-0805_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J0803-0805_S_2014_06_09_pus_uvs.fits wwins J0803-0805_S_2014_06_09_pus_map.win ! wwins: Wrote 1 windows to J0803-0805_S_2014_06_09_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.000839647 Jy ! Component: 100 - total flux cleaned = -0.00121744 Jy ! Component: 150 - total flux cleaned = -0.00132636 Jy ! Component: 200 - total flux cleaned = -0.00129973 Jy ! Component: 250 - total flux cleaned = -0.00122448 Jy ! Component: 300 - total flux cleaned = -0.00122448 Jy ! Component: 350 - total flux cleaned = -0.00134071 Jy ! Component: 400 - total flux cleaned = -0.00143037 Jy ! Component: 450 - total flux cleaned = -0.00145195 Jy ! Component: 500 - total flux cleaned = -0.00145204 Jy ! Component: 550 - total flux cleaned = -0.00141028 Jy ! Component: 600 - total flux cleaned = -0.00147192 Jy ! Component: 650 - total flux cleaned = -0.00145151 Jy ! Component: 700 - total flux cleaned = -0.0014516 Jy ! Component: 750 - total flux cleaned = -0.00145147 Jy ! Component: 800 - total flux cleaned = -0.00141352 Jy ! Component: 850 - total flux cleaned = -0.00141332 Jy ! Component: 900 - total flux cleaned = -0.00141287 Jy ! Component: 950 - total flux cleaned = -0.00130542 Jy ! Component: 1000 - total flux cleaned = -0.00128778 Jy ! Component: 1050 - total flux cleaned = -0.00123562 Jy ! Component: 1100 - total flux cleaned = -0.00118482 Jy ! Component: 1150 - total flux cleaned = -0.0011682 Jy ! Component: 1200 - total flux cleaned = -0.00106923 Jy ! Component: 1250 - total flux cleaned = -0.00108591 Jy ! Component: 1300 - total flux cleaned = -0.00108569 Jy ! Component: 1350 - total flux cleaned = -0.00103769 Jy ! Component: 1400 - total flux cleaned = -0.00102185 Jy ! Component: 1450 - total flux cleaned = -0.000929469 Jy ! Component: 1500 - total flux cleaned = -0.00094498 Jy ! Component: 1550 - total flux cleaned = -0.000929673 Jy ! Component: 1600 - total flux cleaned = -0.00085534 Jy ! Component: 1650 - total flux cleaned = -0.000782151 Jy ! Component: 1700 - total flux cleaned = -0.000767639 Jy ! Component: 1750 - total flux cleaned = -0.000767709 Jy ! Component: 1800 - total flux cleaned = -0.000767432 Jy ! Component: 1850 - total flux cleaned = -0.000753174 Jy ! Component: 1900 - total flux cleaned = -0.00075301 Jy ! Component: 1950 - total flux cleaned = -0.000725634 Jy ! Component: 2000 - total flux cleaned = -0.000711946 Jy ! Component: 2050 - total flux cleaned = -0.000672314 Jy ! Component: 2100 - total flux cleaned = -0.00067247 Jy ! Component: 2150 - total flux cleaned = -0.000672361 Jy ! Component: 2200 - total flux cleaned = -0.000633835 Jy ! Component: 2250 - total flux cleaned = -0.000684929 Jy ! Component: 2300 - total flux cleaned = -0.00069733 Jy ! Component: 2350 - total flux cleaned = -0.000709923 Jy ! Component: 2400 - total flux cleaned = -0.000685321 Jy ! Component: 2450 - total flux cleaned = -0.000709655 Jy ! Component: 2500 - total flux cleaned = -0.000697516 Jy ! Component: 2550 - total flux cleaned = -0.000709496 Jy ! Component: 2600 - total flux cleaned = -0.000733322 Jy ! Component: 2650 - total flux cleaned = -0.00075688 Jy ! Component: 2700 - total flux cleaned = -0.000768388 Jy ! Component: 2750 - total flux cleaned = -0.000756836 Jy ! Component: 2800 - total flux cleaned = -0.00076829 Jy ! Component: 2850 - total flux cleaned = -0.000756922 Jy ! Component: 2900 - total flux cleaned = -0.000790586 Jy ! Component: 2950 - total flux cleaned = -0.000779392 Jy ! Component: 3000 - total flux cleaned = -0.000757314 Jy ! Component: 3050 - total flux cleaned = -0.000768576 Jy ! Component: 3100 - total flux cleaned = -0.000811999 Jy ! Component: 3150 - total flux cleaned = -0.000790425 Jy ! Component: 3200 - total flux cleaned = -0.000833048 Jy ! Component: 3250 - total flux cleaned = -0.00081177 Jy ! Component: 3300 - total flux cleaned = -0.000801334 Jy ! Component: 3350 - total flux cleaned = -0.000843109 Jy ! Component: 3400 - total flux cleaned = -0.000853483 Jy ! Component: 3450 - total flux cleaned = -0.000863658 Jy ! Component: 3500 - total flux cleaned = -0.000904359 Jy ! Component: 3550 - total flux cleaned = -0.000884236 Jy ! Component: 3600 - total flux cleaned = -0.000924288 Jy ! Component: 3650 - total flux cleaned = -0.000974025 Jy ! Component: 3700 - total flux cleaned = -0.000964108 Jy ! Component: 3750 - total flux cleaned = -0.000983705 Jy ! Component: 3800 - total flux cleaned = -0.00101298 Jy ! Component: 3850 - total flux cleaned = -0.00103231 Jy ! Component: 3900 - total flux cleaned = -0.00105153 Jy ! Component: 3950 - total flux cleaned = -0.0010516 Jy ! Component: 4000 - total flux cleaned = -0.00107053 Jy ! Component: 4050 - total flux cleaned = -0.00107057 Jy ! Total flux subtracted in 4096 components = -0.00111723 Jy ! Clean residual min=-0.000513 max=0.000549 Jy/beam ! Clean residual mean=-0.000003 rms=0.000170 Jy/beam ! Combined flux in latest and established models = 0.179653 Jy keep ! Adding 284 model components to the UV plane model. ! The established model now contains 346 components and 0.179653 Jy ![Exited script file: muppet] wmap "J0803-0805_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.982 x 8.419 at -5.169 degrees (North through East) ! Clean map min=-0.0011391 max=0.15156 Jy/beam ! Writing clean map to FITS file: J0803-0805_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.151564 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000167807 device "J0803-0805_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0803-0805_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.332149 0.332149 0.664299 1.3286 2.6572 5.31439 10.6288 21.2576 42.5151 85.0303 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.151 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.982 x 8.419 at -5.169 degrees (North through East) ! Clean map min=-0.0011391 max=0.15156 Jy/beam quit ! Quitting program ! Log file J0803-0805_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:47:13 2016