! Started logfile: J1238-1959_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:05:24 2016 obs J1238-1959_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J1238-1959_S_2014_08_09_pus_uva.fits ! AN table 1: 121 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.890909 visibilities/baseline/integration-bin. ! Found source: J1238-1959 ! ! 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 342 lines of history. ! ! Reading 19404 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 J1238-1959_S_2014_08_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 67 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 67 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 67 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 67 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.949217Jy sigma=0.008158 ! Fit after self-cal, rms=0.902847Jy sigma=0.007799 ! 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.488 mas, bmaj=6.091 mas, bpa=-3.363 degrees ! Estimated noise=992.571 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.0763263 Jy ! Component: 100 - total flux cleaned = 0.0934079 Jy ! Total flux subtracted in 100 components = 0.0934079 Jy ! Clean residual min=-0.004016 max=0.006053 Jy/beam ! Clean residual mean=-0.000021 rms=0.001025 Jy/beam ! Combined flux in latest and established models = 0.0934078 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0934078 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096804Jy sigma=0.000779 ! Fit after self-cal, rms=0.096783Jy sigma=0.000779 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00674367 Jy ! Component: 100 - total flux cleaned = 0.0105238 Jy ! Total flux subtracted in 100 components = 0.0105238 Jy ! Clean residual min=-0.003596 max=0.004238 Jy/beam ! Clean residual mean=-0.000013 rms=0.000880 Jy/beam ! Combined flux in latest and established models = 0.103932 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 29 components and 0.103932 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096036Jy sigma=0.000772 ! Fit after self-cal, rms=0.096026Jy sigma=0.000772 ! 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.101 mas, bmaj=7.373 mas, bpa=-2.232 degrees ! Estimated noise=596.893 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.00480038 Jy ! Component: 100 - total flux cleaned = 0.00740998 Jy ! Component: 150 - total flux cleaned = 0.00893821 Jy ! Component: 200 - total flux cleaned = 0.00984654 Jy ! Total flux subtracted in 200 components = 0.00984654 Jy ! Clean residual min=-0.002923 max=0.003516 Jy/beam ! Clean residual mean=-0.000014 rms=0.000738 Jy/beam ! Combined flux in latest and established models = 0.113778 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 42 components and 0.113778 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095778Jy sigma=0.000770 ! Fit after self-cal, rms=0.095784Jy sigma=0.000770 ! 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.89 HN 1.05 KP 1.02 ! LA 1.07 MK 1.03 NL 0.97 OV 0.96 ! PT 1.02 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.05 HN 1.16 KP 1.01 ! LA 1.02 MK 1.00 NL 1.01 OV 1.01 ! PT 1.04 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.17 HN 1.15 KP 0.86 ! LA 0.82 MK 1.01 NL 0.99 OV 0.97 ! PT 0.96 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.06 HN 1.13 KP 0.86 ! LA 0.84 MK 1.01 NL 1.10 OV 1.00 ! PT 1.04 SC 0.97 ! ! ! Fit before self-cal, rms=0.095784Jy sigma=0.000770 ! Fit after self-cal, rms=0.095766Jy sigma=0.000763 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.124 mas, bmaj=7.383 mas, bpa=-1.788 degrees ! Estimated noise=597.096 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.000433351 Jy ! Component: 100 - total flux cleaned = -0.00051682 Jy ! Component: 150 - total flux cleaned = -0.000591306 Jy ! Component: 200 - total flux cleaned = -0.000617801 Jy ! Total flux subtracted in 200 components = -0.000617801 Jy ! Clean residual min=-0.001872 max=0.002350 Jy/beam ! Clean residual mean=-0.000010 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.11316 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 54 components and 0.11316 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095760Jy sigma=0.000763 ! Fit after self-cal, rms=0.095815Jy sigma=0.000763 ! 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.095815Jy sigma=0.000763 ! Fit after self-cal, rms=0.098089Jy sigma=0.000761 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.13 mas, bmaj=7.387 mas, bpa=-1.848 degrees ! Estimated noise=597.259 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000178641 Jy ! Component: 100 - total flux cleaned = -0.000239161 Jy ! Component: 150 - total flux cleaned = -0.000271291 Jy ! Component: 200 - total flux cleaned = -0.000285292 Jy ! Total flux subtracted in 200 components = -0.000285292 Jy ! Clean residual min=-0.001760 max=0.002000 Jy/beam ! Clean residual mean=-0.000008 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.112875 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 59 components and 0.112875 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098086Jy sigma=0.000761 ! Fit after self-cal, rms=0.098137Jy sigma=0.000761 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 (-18.5, 84). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00166339 Jy ! Component: 100 - total flux cleaned = 0.00170956 Jy ! Component: 150 - total flux cleaned = 0.00168553 Jy ! Component: 200 - total flux cleaned = 0.00174722 Jy ! Total flux subtracted in 200 components = 0.00174722 Jy ! Clean residual min=-0.001715 max=0.001516 Jy/beam ! Clean residual mean=-0.000007 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.114622 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 71 components and 0.114622 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098102Jy sigma=0.000761 ! Fit after self-cal, rms=0.098099Jy sigma=0.000761 ! 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.098099Jy sigma=0.000761 ! Fit after self-cal, rms=0.098181Jy sigma=0.000761 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.134 mas, bmaj=7.39 mas, bpa=-1.834 degrees ! Estimated noise=596.444 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000163716 Jy ! Component: 100 - total flux cleaned = 0.000142091 Jy ! Component: 150 - total flux cleaned = 8.5242e-05 Jy ! Component: 200 - total flux cleaned = 3.56983e-05 Jy ! Total flux subtracted in 200 components = 3.56983e-05 Jy ! Clean residual min=-0.001738 max=0.001531 Jy/beam ! Clean residual mean=-0.000007 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.114658 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 80 components and 0.114658 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098170Jy sigma=0.000761 ! Fit after self-cal, rms=0.098174Jy sigma=0.000761 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.94067e-05 Jy ! Component: 100 - total flux cleaned = -2.82848e-05 Jy ! Component: 150 - total flux cleaned = -7.19748e-05 Jy ! Component: 200 - total flux cleaned = -0.000112823 Jy ! Total flux subtracted in 200 components = -0.000112823 Jy ! Clean residual min=-0.001727 max=0.001498 Jy/beam ! Clean residual mean=-0.000007 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.114545 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 85 components and 0.114545 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098169Jy sigma=0.000761 ! Fit after self-cal, rms=0.098168Jy sigma=0.000761 ! 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.098168Jy sigma=0.000761 ! Fit after self-cal, rms=0.098155Jy sigma=0.000761 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.502 mas, bmaj=15.18 mas, bpa=3.924 degrees ! Estimated noise=748.206 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000266231 Jy ! Component: 100 - total flux cleaned = -0.000265418 Jy ! Component: 150 - total flux cleaned = -0.000252363 Jy ! Component: 200 - total flux cleaned = -0.000264323 Jy ! Total flux subtracted in 200 components = -0.000264323 Jy ! Clean residual min=-0.002370 max=0.001972 Jy/beam ! Clean residual mean=-0.000014 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.114281 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 92 components and 0.114281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098155Jy sigma=0.000761 ! Fit after self-cal, rms=0.098154Jy sigma=0.000761 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.80238e-05 Jy ! Component: 100 - total flux cleaned = -0.000173909 Jy ! Component: 150 - total flux cleaned = -0.000195709 Jy ! Component: 200 - total flux cleaned = -0.000195687 Jy ! Total flux subtracted in 200 components = -0.000195687 Jy ! Clean residual min=-0.002359 max=0.001982 Jy/beam ! Clean residual mean=-0.000014 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.114085 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 93 components and 0.114085 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098154Jy sigma=0.000761 ! Fit after self-cal, rms=0.098152Jy sigma=0.000761 ! 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.135 mas, bmaj=7.395 mas, bpa=-1.855 degrees ! Estimated noise=595.981 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.135 x 7.395 at -1.855 degrees (North through East) ! Clean map min=-0.0016794 max=0.099486 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.506 mas, bmaj=6.105 mas, bpa=-2.947 degrees ! Estimated noise=1002.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0767696 Jy ! Component: 100 - total flux cleaned = 0.0943278 Jy ! Component: 150 - total flux cleaned = 0.101113 Jy ! Component: 200 - total flux cleaned = 0.104719 Jy ! Total flux subtracted in 200 components = 0.104719 Jy ! Clean residual min=-0.002841 max=0.002684 Jy/beam ! Clean residual mean=-0.000012 rms=0.000657 Jy/beam ! Combined flux in latest and established models = 0.104719 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.104719 Jy ! Inverting map and beam ! Estimated beam: bmin=3.135 mas, bmaj=7.395 mas, bpa=-1.855 degrees ! Estimated noise=595.981 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.00368378 Jy ! Component: 100 - total flux cleaned = 0.00590265 Jy ! Component: 150 - total flux cleaned = 0.00703936 Jy ! Component: 200 - total flux cleaned = 0.00756394 Jy ! Total flux subtracted in 200 components = 0.00756394 Jy ! Clean residual min=-0.001784 max=0.001628 Jy/beam ! Clean residual mean=-0.000011 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.112283 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 41 components and 0.112283 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.502 mas, bmaj=15.18 mas, bpa=3.924 degrees ! Estimated noise=748.206 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000727072 Jy ! Component: 100 - total flux cleaned = 0.00100336 Jy ! Component: 150 - total flux cleaned = 0.00120205 Jy ! Component: 200 - total flux cleaned = 0.00127762 Jy ! Total flux subtracted in 200 components = 0.00127762 Jy ! Clean residual min=-0.002305 max=0.001988 Jy/beam ! Clean residual mean=-0.000017 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.11356 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.05122e-05 Jy ! Component: 100 - total flux cleaned = 8.56996e-05 Jy ! Component: 150 - total flux cleaned = 7.46851e-05 Jy ! Component: 200 - total flux cleaned = 7.48885e-05 Jy ! Total flux subtracted in 200 components = 7.48885e-05 Jy ! Clean residual min=-0.002314 max=0.002012 Jy/beam ! Clean residual mean=-0.000016 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.113635 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 65 components and 0.113635 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.135 mas, bmaj=7.395 mas, bpa=-1.855 degrees ! Estimated noise=595.981 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000219866 Jy ! Component: 100 - total flux cleaned = -0.000194374 Jy ! Component: 150 - total flux cleaned = -0.000170845 Jy ! Component: 200 - total flux cleaned = -0.000170994 Jy ! Total flux subtracted in 200 components = -0.000170994 Jy ! Clean residual min=-0.001720 max=0.001515 Jy/beam ! Clean residual mean=-0.000009 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.113464 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 79 components and 0.113464 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098154Jy sigma=0.000761 ! Fit after self-cal, rms=0.098149Jy sigma=0.000761 wmodel J1238-1959_S_2014_08_09_pus_map.mod ! Writing 79 model components to file: J1238-1959_S_2014_08_09_pus_map.mod wobs J1238-1959_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J1238-1959_S_2014_08_09_pus_uvs.fits wwins J1238-1959_S_2014_08_09_pus_map.win ! wwins: Wrote 2 windows to J1238-1959_S_2014_08_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.00043364 Jy ! Component: 100 - total flux cleaned = -0.000379716 Jy ! Component: 150 - total flux cleaned = -0.00027586 Jy ! Component: 200 - total flux cleaned = -0.000200798 Jy ! Component: 250 - total flux cleaned = -0.000104258 Jy ! Component: 300 - total flux cleaned = 3.71525e-05 Jy ! Component: 350 - total flux cleaned = 8.28274e-05 Jy ! Component: 400 - total flux cleaned = 0.000195475 Jy ! Component: 450 - total flux cleaned = 0.000283729 Jy ! Component: 500 - total flux cleaned = 0.000456346 Jy ! Component: 550 - total flux cleaned = 0.000540881 Jy ! Component: 600 - total flux cleaned = 0.000685755 Jy ! Component: 650 - total flux cleaned = 0.000726511 Jy ! Component: 700 - total flux cleaned = 0.000867001 Jy ! Component: 750 - total flux cleaned = 0.0010045 Jy ! Component: 800 - total flux cleaned = 0.00112018 Jy ! Component: 850 - total flux cleaned = 0.00121478 Jy ! Component: 900 - total flux cleaned = 0.00127129 Jy ! Component: 950 - total flux cleaned = 0.00134543 Jy ! Component: 1000 - total flux cleaned = 0.0014182 Jy ! Component: 1050 - total flux cleaned = 0.00152523 Jy ! Component: 1100 - total flux cleaned = 0.00157796 Jy ! Component: 1150 - total flux cleaned = 0.00163036 Jy ! Component: 1200 - total flux cleaned = 0.00168213 Jy ! Component: 1250 - total flux cleaned = 0.00173301 Jy ! Component: 1300 - total flux cleaned = 0.00171635 Jy ! Component: 1350 - total flux cleaned = 0.00176618 Jy ! Component: 1400 - total flux cleaned = 0.00176646 Jy ! Component: 1450 - total flux cleaned = 0.00179884 Jy ! Component: 1500 - total flux cleaned = 0.00176704 Jy ! Component: 1550 - total flux cleaned = 0.00175112 Jy ! Component: 1600 - total flux cleaned = 0.001751 Jy ! Component: 1650 - total flux cleaned = 0.00173551 Jy ! Component: 1700 - total flux cleaned = 0.00173553 Jy ! Component: 1750 - total flux cleaned = 0.00176576 Jy ! Component: 1800 - total flux cleaned = 0.00178057 Jy ! Component: 1850 - total flux cleaned = 0.00176561 Jy ! Component: 1900 - total flux cleaned = 0.0017507 Jy ! Component: 1950 - total flux cleaned = 0.00175081 Jy ! Component: 2000 - total flux cleaned = 0.00170734 Jy ! Component: 2050 - total flux cleaned = 0.00172166 Jy ! Component: 2100 - total flux cleaned = 0.00169333 Jy ! Component: 2150 - total flux cleaned = 0.00170742 Jy ! Component: 2200 - total flux cleaned = 0.00170747 Jy ! Component: 2250 - total flux cleaned = 0.00162438 Jy ! Component: 2300 - total flux cleaned = 0.00158332 Jy ! Component: 2350 - total flux cleaned = 0.00155621 Jy ! Component: 2400 - total flux cleaned = 0.00152912 Jy ! Component: 2450 - total flux cleaned = 0.00148892 Jy ! Component: 2500 - total flux cleaned = 0.00144905 Jy ! Component: 2550 - total flux cleaned = 0.00140956 Jy ! Component: 2600 - total flux cleaned = 0.00134436 Jy ! Component: 2650 - total flux cleaned = 0.00130543 Jy ! Component: 2700 - total flux cleaned = 0.00124123 Jy ! Component: 2750 - total flux cleaned = 0.00122837 Jy ! Component: 2800 - total flux cleaned = 0.00117761 Jy ! Component: 2850 - total flux cleaned = 0.00116488 Jy ! Component: 2900 - total flux cleaned = 0.00108997 Jy ! Component: 2950 - total flux cleaned = 0.00100336 Jy ! Component: 3000 - total flux cleaned = 0.000966626 Jy ! Component: 3050 - total flux cleaned = 0.000917944 Jy ! Component: 3100 - total flux cleaned = 0.000893801 Jy ! Component: 3150 - total flux cleaned = 0.00084567 Jy ! Component: 3200 - total flux cleaned = 0.000869564 Jy ! Component: 3250 - total flux cleaned = 0.000798264 Jy ! Component: 3300 - total flux cleaned = 0.00071561 Jy ! Component: 3350 - total flux cleaned = 0.000657164 Jy ! Component: 3400 - total flux cleaned = 0.000645468 Jy ! Component: 3450 - total flux cleaned = 0.000610928 Jy ! Component: 3500 - total flux cleaned = 0.000553631 Jy ! Component: 3550 - total flux cleaned = 0.000485229 Jy ! Component: 3600 - total flux cleaned = 0.000451274 Jy ! Component: 3650 - total flux cleaned = 0.000372676 Jy ! Component: 3700 - total flux cleaned = 0.000339288 Jy ! Component: 3750 - total flux cleaned = 0.000250506 Jy ! Component: 3800 - total flux cleaned = 0.000239588 Jy ! Component: 3850 - total flux cleaned = 0.000162961 Jy ! Component: 3900 - total flux cleaned = 0.000130533 Jy ! Component: 3950 - total flux cleaned = 7.65881e-05 Jy ! Component: 4000 - total flux cleaned = 6.58711e-05 Jy ! Component: 4050 - total flux cleaned = -1.93464e-05 Jy ! Total flux subtracted in 4096 components = -2.99131e-05 Jy ! Clean residual min=-0.000544 max=0.000661 Jy/beam ! Clean residual mean=-0.000004 rms=0.000199 Jy/beam ! Combined flux in latest and established models = 0.113434 Jy keep ! Adding 302 model components to the UV plane model. ! The established model now contains 381 components and 0.113434 Jy ![Exited script file: muppet] wmap "J1238-1959_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.135 x 7.395 at -1.855 degrees (North through East) ! Clean map min=-0.0013275 max=0.1003 Jy/beam ! Writing clean map to FITS file: J1238-1959_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.100299 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000196117 device "J1238-1959_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1238-1959_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.586596 0.586596 1.17319 2.34638 4.69277 9.38553 18.7711 37.5421 75.0843 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.1 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.135 x 7.395 at -1.855 degrees (North through East) ! Clean map min=-0.0013275 max=0.1003 Jy/beam quit ! Quitting program ! Log file J1238-1959_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:05:29 2016