! Started logfile: J1312-0424_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:27:54 2017 obs J1312-0424_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J1312-0424_S_2014_01_04_pus_uva.fits ! AN table 1: 76 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.680556 visibilities/baseline/integration-bin. ! Found source: J1312-0424 ! ! 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 370 lines of history. ! ! Reading 7448 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 J1312-0424_S_2014_01_04_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 114 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 114 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 114 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 114 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.720692Jy sigma=0.008160 ! Fit after self-cal, rms=0.684900Jy sigma=0.007879 ! 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.719 mas, bmaj=6.007 mas, bpa=-0.1086 degrees ! Estimated noise=1009.04 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.256874 Jy ! Component: 100 - total flux cleaned = 0.313031 Jy ! Total flux subtracted in 100 components = 0.313031 Jy ! Clean residual min=-0.015005 max=0.032278 Jy/beam ! Clean residual mean=0.000033 rms=0.004557 Jy/beam ! Combined flux in latest and established models = 0.313031 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.313031 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155463Jy sigma=0.001178 ! Fit after self-cal, rms=0.155449Jy sigma=0.001178 ! Inverting map ! Added new window around map position (-3.5, 9). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0273635 Jy ! Component: 100 - total flux cleaned = 0.0393919 Jy ! Total flux subtracted in 100 components = 0.0393919 Jy ! Clean residual min=-0.014136 max=0.020278 Jy/beam ! Clean residual mean=0.000021 rms=0.003686 Jy/beam ! Combined flux in latest and established models = 0.352423 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 11 components and 0.352423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.150455Jy sigma=0.001133 ! Fit after self-cal, rms=0.149913Jy sigma=0.001127 ! 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.236 mas, bmaj=6.721 mas, bpa=-0.1841 degrees ! Estimated noise=790.9 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.00871579 Jy ! Component: 100 - total flux cleaned = 0.0105487 Jy ! Component: 150 - total flux cleaned = 0.0113571 Jy ! Component: 200 - total flux cleaned = 0.0116253 Jy ! Total flux subtracted in 200 components = 0.0116253 Jy ! Clean residual min=-0.016731 max=0.018598 Jy/beam ! Clean residual mean=0.000031 rms=0.004585 Jy/beam ! Combined flux in latest and established models = 0.364048 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 22 components and 0.364048 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.149024Jy sigma=0.001119 ! Fit after self-cal, rms=0.148960Jy sigma=0.001119 ! 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.06 FD 0.80 KP 1.00* LA 1.01 ! MK 0.94 NL 1.01 OV 0.96 PT 1.03 ! SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.29 FD 1.00 KP 1.00* LA 0.99 ! MK 0.96 NL 1.05 OV 0.98 PT 0.99 ! SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.04 KP 1.00* LA 0.84 ! MK 1.00 NL 1.02 OV 0.91 PT 0.99 ! SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.98 KP 1.00* LA 0.86 ! MK 1.01 NL 1.11 OV 0.97 PT 1.01 ! SC 0.97 ! ! ! Fit before self-cal, rms=0.148960Jy sigma=0.001119 ! Fit after self-cal, rms=0.138429Jy sigma=0.001030 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.215 mas, bmaj=6.772 mas, bpa=-0.404 degrees ! Estimated noise=788.819 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.00684122 Jy ! Component: 100 - total flux cleaned = -0.00942487 Jy ! Component: 150 - total flux cleaned = -0.0102067 Jy ! Component: 200 - total flux cleaned = -0.0105314 Jy ! Total flux subtracted in 200 components = -0.0105314 Jy ! Clean residual min=-0.013570 max=0.013613 Jy/beam ! Clean residual mean=0.000014 rms=0.003543 Jy/beam ! Combined flux in latest and established models = 0.353517 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 38 components and 0.353517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138362Jy sigma=0.001020 ! Fit after self-cal, rms=0.138162Jy sigma=0.001019 ! 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.138162Jy sigma=0.001019 ! Fit after self-cal, rms=0.161742Jy sigma=0.000923 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.202 mas, bmaj=6.809 mas, bpa=-0.3493 degrees ! Estimated noise=790.624 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0050768 Jy ! Component: 100 - total flux cleaned = -0.0055504 Jy ! Component: 150 - total flux cleaned = -0.00565158 Jy ! Component: 200 - total flux cleaned = -0.00564463 Jy ! Total flux subtracted in 200 components = -0.00564463 Jy ! Clean residual min=-0.005831 max=0.005837 Jy/beam ! Clean residual mean=0.000005 rms=0.001322 Jy/beam ! Combined flux in latest and established models = 0.347872 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 50 components and 0.347872 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.161559Jy sigma=0.000918 ! Fit after self-cal, rms=0.161941Jy sigma=0.000918 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 (1, -14.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00370245 Jy ! Component: 100 - total flux cleaned = 0.00393645 Jy ! Component: 150 - total flux cleaned = 0.00412359 Jy ! Component: 200 - total flux cleaned = 0.00443287 Jy ! Total flux subtracted in 200 components = 0.00443287 Jy ! Clean residual min=-0.004170 max=0.004267 Jy/beam ! Clean residual mean=0.000003 rms=0.000993 Jy/beam ! Combined flux in latest and established models = 0.352305 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 83 components and 0.352305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.161773Jy sigma=0.000912 ! Fit after self-cal, rms=0.161756Jy sigma=0.000911 ! Inverting map ! Added new window around map position (-5.5, -53). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00258831 Jy ! Component: 100 - total flux cleaned = 0.00314192 Jy ! Component: 150 - total flux cleaned = 0.00344724 Jy ! Component: 200 - total flux cleaned = 0.00331848 Jy ! Total flux subtracted in 200 components = 0.00331848 Jy ! Clean residual min=-0.003294 max=0.003045 Jy/beam ! Clean residual mean=0.000003 rms=0.000835 Jy/beam ! Combined flux in latest and established models = 0.355623 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 103 components and 0.355623 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.161602Jy sigma=0.000909 ! Fit after self-cal, rms=0.161608Jy sigma=0.000909 ! 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.161608Jy sigma=0.000909 ! Fit after self-cal, rms=0.163342Jy sigma=0.000909 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.202 mas, bmaj=6.814 mas, bpa=-0.4193 degrees ! Estimated noise=789.924 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000254409 Jy ! Component: 100 - total flux cleaned = -0.000301811 Jy ! Component: 150 - total flux cleaned = -0.000439371 Jy ! Component: 200 - total flux cleaned = -0.000608864 Jy ! Total flux subtracted in 200 components = -0.000608864 Jy ! Clean residual min=-0.002994 max=0.003113 Jy/beam ! Clean residual mean=0.000003 rms=0.000783 Jy/beam ! Combined flux in latest and established models = 0.355015 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 123 components and 0.355015 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.163290Jy sigma=0.000908 ! Fit after self-cal, rms=0.163301Jy sigma=0.000908 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.000116695 Jy ! Component: 100 - total flux cleaned = 7.72363e-05 Jy ! Component: 150 - total flux cleaned = -3.41917e-05 Jy ! Component: 200 - total flux cleaned = -0.00010509 Jy ! Total flux subtracted in 200 components = -0.00010509 Jy ! Clean residual min=-0.002933 max=0.003145 Jy/beam ! Clean residual mean=0.000003 rms=0.000765 Jy/beam ! Combined flux in latest and established models = 0.354909 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 128 components and 0.354909 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.163276Jy sigma=0.000908 ! Fit after self-cal, rms=0.163275Jy sigma=0.000908 ! 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.163275Jy sigma=0.000908 ! Fit after self-cal, rms=0.163676Jy sigma=0.000908 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.728 mas, bmaj=12.45 mas, bpa=8.804 degrees ! Estimated noise=1002.65 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000981417 Jy ! Component: 100 - total flux cleaned = -0.00111785 Jy ! Component: 150 - total flux cleaned = -0.00123577 Jy ! Component: 200 - total flux cleaned = -0.00141518 Jy ! Total flux subtracted in 200 components = -0.00141518 Jy ! Clean residual min=-0.003251 max=0.003474 Jy/beam ! Clean residual mean=0.000004 rms=0.000987 Jy/beam ! Combined flux in latest and established models = 0.353494 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 140 components and 0.353494 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.163658Jy sigma=0.000908 ! Fit after self-cal, rms=0.163655Jy sigma=0.000908 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 = -6.73868e-05 Jy ! Component: 100 - total flux cleaned = -0.000193516 Jy ! Component: 150 - total flux cleaned = -0.000365793 Jy ! Component: 200 - total flux cleaned = -0.000445076 Jy ! Total flux subtracted in 200 components = -0.000445076 Jy ! Clean residual min=-0.003155 max=0.003456 Jy/beam ! Clean residual mean=0.000004 rms=0.000957 Jy/beam ! Combined flux in latest and established models = 0.353049 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 151 components and 0.353049 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.163649Jy sigma=0.000908 ! Fit after self-cal, rms=0.163648Jy sigma=0.000908 ! 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.2 mas, bmaj=6.816 mas, bpa=-0.452 degrees ! Estimated noise=789.852 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.2 x 6.816 at -0.452 degrees (North through East) ! Clean map min=-0.0030981 max=0.31959 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.694 mas, bmaj=6.11 mas, bpa=0.08052 degrees ! Estimated noise=996.392 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.25367 Jy ! Component: 100 - total flux cleaned = 0.309241 Jy ! Component: 150 - total flux cleaned = 0.327331 Jy ! Component: 200 - total flux cleaned = 0.337373 Jy ! Total flux subtracted in 200 components = 0.337373 Jy ! Clean residual min=-0.004670 max=0.005236 Jy/beam ! Clean residual mean=0.000008 rms=0.001238 Jy/beam ! Combined flux in latest and established models = 0.337373 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.337373 Jy ! Inverting map and beam ! Estimated beam: bmin=3.2 mas, bmaj=6.816 mas, bpa=-0.452 degrees ! Estimated noise=789.852 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.00639303 Jy ! Component: 100 - total flux cleaned = 0.0102952 Jy ! Component: 150 - total flux cleaned = 0.0125782 Jy ! Component: 200 - total flux cleaned = 0.0143892 Jy ! Total flux subtracted in 200 components = 0.0143892 Jy ! Clean residual min=-0.003341 max=0.003306 Jy/beam ! Clean residual mean=0.000006 rms=0.000851 Jy/beam ! Combined flux in latest and established models = 0.351762 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 47 components and 0.351762 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.728 mas, bmaj=12.45 mas, bpa=8.804 degrees ! Estimated noise=1002.65 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00160649 Jy ! Component: 100 - total flux cleaned = 0.00229277 Jy ! Component: 150 - total flux cleaned = 0.00241908 Jy ! Component: 200 - total flux cleaned = 0.00241806 Jy ! Total flux subtracted in 200 components = 0.00241806 Jy ! Clean residual min=-0.003732 max=0.003406 Jy/beam ! Clean residual mean=0.000008 rms=0.001086 Jy/beam ! Combined flux in latest and established models = 0.35418 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 = 1.74959e-06 Jy ! Component: 100 - total flux cleaned = -4.54315e-05 Jy ! Component: 150 - total flux cleaned = -4.52437e-05 Jy ! Component: 200 - total flux cleaned = -8.76354e-05 Jy ! Total flux subtracted in 200 components = -8.76354e-05 Jy ! Clean residual min=-0.003443 max=0.003308 Jy/beam ! Clean residual mean=0.000007 rms=0.001025 Jy/beam ! Combined flux in latest and established models = 0.354093 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 94 components and 0.354093 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.2 mas, bmaj=6.816 mas, bpa=-0.452 degrees ! Estimated noise=789.852 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000306434 Jy ! Component: 100 - total flux cleaned = 0.000619544 Jy ! Component: 150 - total flux cleaned = 0.000575628 Jy ! Component: 200 - total flux cleaned = 0.000533702 Jy ! Total flux subtracted in 200 components = 0.000533702 Jy ! Clean residual min=-0.002896 max=0.002979 Jy/beam ! Clean residual mean=0.000003 rms=0.000740 Jy/beam ! Combined flux in latest and established models = 0.354626 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 114 components and 0.354626 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.163670Jy sigma=0.000908 ! Fit after self-cal, rms=0.163672Jy sigma=0.000908 wmodel J1312-0424_S_2014_01_04_pus_map.mod ! Writing 114 model components to file: J1312-0424_S_2014_01_04_pus_map.mod wobs J1312-0424_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J1312-0424_S_2014_01_04_pus_uvs.fits wwins J1312-0424_S_2014_01_04_pus_map.win ! wwins: Wrote 4 windows to J1312-0424_S_2014_01_04_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.000756771 Jy ! Component: 100 - total flux cleaned = -0.00140684 Jy ! Component: 150 - total flux cleaned = -0.00169436 Jy ! Component: 200 - total flux cleaned = -0.00178718 Jy ! Component: 250 - total flux cleaned = -0.00196248 Jy ! Component: 300 - total flux cleaned = -0.00200456 Jy ! Component: 350 - total flux cleaned = -0.00208502 Jy ! Component: 400 - total flux cleaned = -0.00212354 Jy ! Component: 450 - total flux cleaned = -0.00208471 Jy ! Component: 500 - total flux cleaned = -0.00208422 Jy ! Component: 550 - total flux cleaned = -0.00197665 Jy ! Component: 600 - total flux cleaned = -0.00187134 Jy ! Component: 650 - total flux cleaned = -0.0018716 Jy ! Component: 700 - total flux cleaned = -0.0018372 Jy ! Component: 750 - total flux cleaned = -0.00177165 Jy ! Component: 800 - total flux cleaned = -0.00177172 Jy ! Component: 850 - total flux cleaned = -0.00170867 Jy ! Component: 900 - total flux cleaned = -0.0016776 Jy ! Component: 950 - total flux cleaned = -0.00164665 Jy ! Component: 1000 - total flux cleaned = -0.00161705 Jy ! Component: 1050 - total flux cleaned = -0.00170436 Jy ! Component: 1100 - total flux cleaned = -0.00158953 Jy ! Component: 1150 - total flux cleaned = -0.00161842 Jy ! Component: 1200 - total flux cleaned = -0.00161839 Jy ! Component: 1250 - total flux cleaned = -0.00159085 Jy ! Component: 1300 - total flux cleaned = -0.00156353 Jy ! Component: 1350 - total flux cleaned = -0.00156327 Jy ! Component: 1400 - total flux cleaned = -0.00156277 Jy ! Component: 1450 - total flux cleaned = -0.0014845 Jy ! Component: 1500 - total flux cleaned = -0.00151027 Jy ! Component: 1550 - total flux cleaned = -0.00148449 Jy ! Component: 1600 - total flux cleaned = -0.0014336 Jy ! Component: 1650 - total flux cleaned = -0.00148344 Jy ! Component: 1700 - total flux cleaned = -0.00148344 Jy ! Component: 1750 - total flux cleaned = -0.00148363 Jy ! Component: 1800 - total flux cleaned = -0.00148358 Jy ! Component: 1850 - total flux cleaned = -0.00141183 Jy ! Component: 1900 - total flux cleaned = -0.00141243 Jy ! Component: 1950 - total flux cleaned = -0.00141255 Jy ! Component: 2000 - total flux cleaned = -0.00155212 Jy ! Component: 2050 - total flux cleaned = -0.00155229 Jy ! Component: 2100 - total flux cleaned = -0.00162044 Jy ! Component: 2150 - total flux cleaned = -0.00164323 Jy ! Component: 2200 - total flux cleaned = -0.00162066 Jy ! Component: 2250 - total flux cleaned = -0.00168725 Jy ! Component: 2300 - total flux cleaned = -0.00164337 Jy ! Component: 2350 - total flux cleaned = -0.00170891 Jy ! Component: 2400 - total flux cleaned = -0.00181693 Jy ! Component: 2450 - total flux cleaned = -0.00185952 Jy ! Component: 2500 - total flux cleaned = -0.00194419 Jy ! Component: 2550 - total flux cleaned = -0.00190192 Jy ! Component: 2600 - total flux cleaned = -0.00196472 Jy ! Component: 2650 - total flux cleaned = -0.00206833 Jy ! Component: 2700 - total flux cleaned = -0.00206822 Jy ! Component: 2750 - total flux cleaned = -0.00212956 Jy ! Component: 2800 - total flux cleaned = -0.00219036 Jy ! Component: 2850 - total flux cleaned = -0.00225082 Jy ! Component: 2900 - total flux cleaned = -0.00227089 Jy ! Component: 2950 - total flux cleaned = -0.0023901 Jy ! Component: 3000 - total flux cleaned = -0.00244919 Jy ! Component: 3050 - total flux cleaned = -0.00246891 Jy ! Component: 3100 - total flux cleaned = -0.00256653 Jy ! Component: 3150 - total flux cleaned = -0.0026246 Jy ! Component: 3200 - total flux cleaned = -0.00268241 Jy ! Component: 3250 - total flux cleaned = -0.00277832 Jy ! Component: 3300 - total flux cleaned = -0.00281646 Jy ! Component: 3350 - total flux cleaned = -0.0028924 Jy ! Component: 3400 - total flux cleaned = -0.002968 Jy ! Component: 3450 - total flux cleaned = -0.00308105 Jy ! Component: 3500 - total flux cleaned = -0.00308109 Jy ! Component: 3550 - total flux cleaned = -0.00319328 Jy ! Component: 3600 - total flux cleaned = -0.00323051 Jy ! Component: 3650 - total flux cleaned = -0.00332328 Jy ! Component: 3700 - total flux cleaned = -0.00334173 Jy ! Component: 3750 - total flux cleaned = -0.0034524 Jy ! Component: 3800 - total flux cleaned = -0.00345244 Jy ! Component: 3850 - total flux cleaned = -0.00350733 Jy ! Component: 3900 - total flux cleaned = -0.00359862 Jy ! Component: 3950 - total flux cleaned = -0.00358045 Jy ! Component: 4000 - total flux cleaned = -0.00365306 Jy ! Component: 4050 - total flux cleaned = -0.00370739 Jy ! Total flux subtracted in 4096 components = -0.00372551 Jy ! Clean residual min=-0.001000 max=0.001146 Jy/beam ! Clean residual mean=-0.000000 rms=0.000319 Jy/beam ! Combined flux in latest and established models = 0.350901 Jy keep ! Adding 262 model components to the UV plane model. ! The established model now contains 376 components and 0.350901 Jy ![Exited script file: muppet] wmap "J1312-0424_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.2 x 6.816 at -0.452 degrees (North through East) ! Clean map min=-0.0027282 max=0.31824 Jy/beam ! Writing clean map to FITS file: J1312-0424_S_2014_01_04_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.31824 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000315883 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.297778 0.297778 0.595556 1.19111 2.38223 4.76445 9.5289 19.0578 38.1156 76.2312 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.318 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.2 x 6.816 at -0.452 degrees (North through East) ! Clean map min=-0.0027282 max=0.31824 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 J1312-0424_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:27:59 2017