! Started logfile: J1344-1723_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:28:43 2017 obs J1344-1723_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J1344-1723_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: J1344-1723 ! ! 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 J1344-1723_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.769710Jy sigma=0.008179 ! Fit after self-cal, rms=0.728105Jy sigma=0.007835 ! 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.657 mas, bmaj=5.903 mas, bpa=-3.049 degrees ! Estimated noise=1439.07 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.21753 Jy ! Component: 100 - total flux cleaned = 0.278992 Jy ! Total flux subtracted in 100 components = 0.278992 Jy ! Clean residual min=-0.012315 max=0.030852 Jy/beam ! Clean residual mean=0.000086 rms=0.003995 Jy/beam ! Combined flux in latest and established models = 0.278992 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.278992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119759Jy sigma=0.001059 ! Fit after self-cal, rms=0.119192Jy sigma=0.001059 ! Inverting map ! Added new window around map position (-3.5, -8.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0287458 Jy ! Component: 100 - total flux cleaned = 0.0444831 Jy ! Total flux subtracted in 100 components = 0.0444831 Jy ! Clean residual min=-0.010802 max=0.019111 Jy/beam ! Clean residual mean=0.000048 rms=0.002807 Jy/beam ! Combined flux in latest and established models = 0.323475 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 23 components and 0.323475 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109224Jy sigma=0.000969 ! Fit after self-cal, rms=0.108891Jy sigma=0.000964 ! 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.314 mas, bmaj=7.035 mas, bpa=-2.552 degrees ! Estimated noise=790.074 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.0136216 Jy ! Component: 100 - total flux cleaned = 0.0205226 Jy ! Component: 150 - total flux cleaned = 0.0215288 Jy ! Component: 200 - total flux cleaned = 0.0223842 Jy ! Total flux subtracted in 200 components = 0.0223842 Jy ! Clean residual min=-0.008537 max=0.011181 Jy/beam ! Clean residual mean=0.000073 rms=0.002564 Jy/beam ! Combined flux in latest and established models = 0.345859 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 36 components and 0.345859 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105878Jy sigma=0.000953 ! Fit after self-cal, rms=0.105811Jy sigma=0.000952 ! 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.02 FD 0.87 KP 1.00* LA 1.03 ! MK 0.98 NL 0.97 OV 0.97 PT 1.01 ! SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.04 KP 1.00* LA 1.00 ! MK 0.99 NL 1.03 OV 0.98 PT 0.99 ! SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.14 KP 1.00* LA 0.83 ! MK 1.00 NL 0.98 OV 0.93 PT 0.97 ! SC 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.03 KP 1.00* LA 0.90 ! MK 1.00 NL 1.07 OV 0.97 PT 0.99 ! SC 0.92 ! ! ! Fit before self-cal, rms=0.105811Jy sigma=0.000952 ! Fit after self-cal, rms=0.098387Jy sigma=0.000894 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.288 mas, bmaj=7.033 mas, bpa=-2.185 degrees ! Estimated noise=784.149 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.00208366 Jy ! Component: 100 - total flux cleaned = -0.00192702 Jy ! Component: 150 - total flux cleaned = -0.00180759 Jy ! Component: 200 - total flux cleaned = -0.00170465 Jy ! Total flux subtracted in 200 components = -0.00170465 Jy ! Clean residual min=-0.007183 max=0.007380 Jy/beam ! Clean residual mean=0.000043 rms=0.001881 Jy/beam ! Combined flux in latest and established models = 0.344154 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 46 components and 0.344155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097633Jy sigma=0.000891 ! Fit after self-cal, rms=0.097442Jy sigma=0.000891 ! 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.097442Jy sigma=0.000891 ! Fit after self-cal, rms=0.115608Jy sigma=0.000874 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.31 mas, bmaj=7.332 mas, bpa=-3.839 degrees ! Estimated noise=798.857 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00076566 Jy ! Component: 100 - total flux cleaned = -0.000765344 Jy ! Component: 150 - total flux cleaned = -0.000765127 Jy ! Component: 200 - total flux cleaned = -0.000852053 Jy ! Total flux subtracted in 200 components = -0.000852053 Jy ! Clean residual min=-0.005168 max=0.006582 Jy/beam ! Clean residual mean=0.000013 rms=0.001211 Jy/beam ! Combined flux in latest and established models = 0.343302 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 62 components and 0.343302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115401Jy sigma=0.000872 ! Fit after self-cal, rms=0.115431Jy sigma=0.000872 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 (-6.5, 8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0042703 Jy ! Component: 100 - total flux cleaned = 0.00491457 Jy ! Component: 150 - total flux cleaned = 0.00531738 Jy ! Component: 200 - total flux cleaned = 0.00567389 Jy ! Total flux subtracted in 200 components = 0.00567389 Jy ! Clean residual min=-0.004470 max=0.004616 Jy/beam ! Clean residual mean=0.000001 rms=0.001031 Jy/beam ! Combined flux in latest and established models = 0.348976 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 74 components and 0.348976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114773Jy sigma=0.000867 ! Fit after self-cal, rms=0.114904Jy sigma=0.000867 ! Inverting map ! Added new window around map position (-23.5, -45). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00373292 Jy ! Component: 100 - total flux cleaned = 0.00458531 Jy ! Component: 150 - total flux cleaned = 0.00532746 Jy ! Component: 200 - total flux cleaned = 0.00571265 Jy ! Total flux subtracted in 200 components = 0.00571265 Jy ! Clean residual min=-0.003888 max=0.003731 Jy/beam ! Clean residual mean=-0.000005 rms=0.000903 Jy/beam ! Combined flux in latest and established models = 0.354689 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 93 components and 0.354689 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114491Jy sigma=0.000864 ! Fit after self-cal, rms=0.114692Jy sigma=0.000864 ! 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.114692Jy sigma=0.000864 ! Fit after self-cal, rms=0.114285Jy sigma=0.000863 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.302 mas, bmaj=7.331 mas, bpa=-3.623 degrees ! Estimated noise=796.445 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00131541 Jy ! Component: 100 - total flux cleaned = 0.00190429 Jy ! Component: 150 - total flux cleaned = 0.00208369 Jy ! Component: 200 - total flux cleaned = 0.00208664 Jy ! Total flux subtracted in 200 components = 0.00208664 Jy ! Clean residual min=-0.003480 max=0.003168 Jy/beam ! Clean residual mean=-0.000006 rms=0.000810 Jy/beam ! Combined flux in latest and established models = 0.356776 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 99 components and 0.356776 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114039Jy sigma=0.000862 ! Fit after self-cal, rms=0.114211Jy sigma=0.000862 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.00026363 Jy ! Component: 100 - total flux cleaned = 0.000188757 Jy ! Component: 150 - total flux cleaned = 0.000263209 Jy ! Component: 200 - total flux cleaned = 0.000262388 Jy ! Total flux subtracted in 200 components = 0.000262388 Jy ! Clean residual min=-0.003268 max=0.003125 Jy/beam ! Clean residual mean=-0.000007 rms=0.000792 Jy/beam ! Combined flux in latest and established models = 0.357038 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 109 components and 0.357038 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114038Jy sigma=0.000861 ! Fit after self-cal, rms=0.114162Jy sigma=0.000861 ! 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.114162Jy sigma=0.000861 ! Fit after self-cal, rms=0.113143Jy sigma=0.000861 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.152 mas, bmaj=15.1 mas, bpa=7.441 degrees ! Estimated noise=944.654 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000536915 Jy ! Component: 100 - total flux cleaned = -0.000644485 Jy ! Component: 150 - total flux cleaned = -0.000740256 Jy ! Component: 200 - total flux cleaned = -0.000796463 Jy ! Total flux subtracted in 200 components = -0.000796463 Jy ! Clean residual min=-0.003215 max=0.002987 Jy/beam ! Clean residual mean=-0.000013 rms=0.000906 Jy/beam ! Combined flux in latest and established models = 0.356242 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 124 components and 0.356242 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113120Jy sigma=0.000861 ! Fit after self-cal, rms=0.113119Jy sigma=0.000861 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.00031886 Jy ! Component: 100 - total flux cleaned = -0.000395091 Jy ! Component: 150 - total flux cleaned = -0.000492233 Jy ! Component: 200 - total flux cleaned = -0.000560381 Jy ! Total flux subtracted in 200 components = -0.000560381 Jy ! Clean residual min=-0.003195 max=0.002954 Jy/beam ! Clean residual mean=-0.000013 rms=0.000896 Jy/beam ! Combined flux in latest and established models = 0.355681 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 129 components and 0.355681 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113101Jy sigma=0.000861 ! Fit after self-cal, rms=0.113109Jy sigma=0.000861 ! 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.3 mas, bmaj=7.321 mas, bpa=-3.536 degrees ! Estimated noise=795.581 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.3 x 7.321 at -3.536 degrees (North through East) ! Clean map min=-0.0060529 max=0.27944 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.636 mas, bmaj=6.158 mas, bpa=-4.015 degrees ! Estimated noise=1460.22 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.220078 Jy ! Component: 100 - total flux cleaned = 0.279617 Jy ! Component: 150 - total flux cleaned = 0.305392 Jy ! Component: 200 - total flux cleaned = 0.319581 Jy ! Total flux subtracted in 200 components = 0.319581 Jy ! Clean residual min=-0.007792 max=0.009359 Jy/beam ! Clean residual mean=0.000029 rms=0.002029 Jy/beam ! Combined flux in latest and established models = 0.319581 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.319581 Jy ! Inverting map and beam ! Estimated beam: bmin=3.3 mas, bmaj=7.321 mas, bpa=-3.536 degrees ! Estimated noise=795.581 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.0128414 Jy ! Component: 100 - total flux cleaned = 0.0202058 Jy ! Component: 150 - total flux cleaned = 0.0250751 Jy ! Component: 200 - total flux cleaned = 0.0274984 Jy ! Total flux subtracted in 200 components = 0.0274984 Jy ! Clean residual min=-0.004728 max=0.004763 Jy/beam ! Clean residual mean=0.000009 rms=0.001010 Jy/beam ! Combined flux in latest and established models = 0.34708 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 57 components and 0.34708 Jy ! Inverting map ! Added new window around map position (2.5, -11.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00314288 Jy ! Component: 100 - total flux cleaned = 0.0039092 Jy ! Component: 150 - total flux cleaned = 0.00447537 Jy ! Component: 200 - total flux cleaned = 0.00512857 Jy ! Total flux subtracted in 200 components = 0.00512857 Jy ! Clean residual min=-0.004013 max=0.003587 Jy/beam ! Clean residual mean=-0.000000 rms=0.000866 Jy/beam ! Combined flux in latest and established models = 0.352208 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 80 components and 0.352208 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=8.152 mas, bmaj=15.1 mas, bpa=7.441 degrees ! Estimated noise=944.654 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00177637 Jy ! Component: 100 - total flux cleaned = 0.00219158 Jy ! Component: 150 - total flux cleaned = 0.00229198 Jy ! Component: 200 - total flux cleaned = 0.00238276 Jy ! Total flux subtracted in 200 components = 0.00238276 Jy ! Clean residual min=-0.003142 max=0.002839 Jy/beam ! Clean residual mean=-0.000012 rms=0.000890 Jy/beam ! Combined flux in latest and established models = 0.354591 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 = 7.83948e-05 Jy ! Component: 100 - total flux cleaned = 0.000114532 Jy ! Component: 150 - total flux cleaned = 0.000179625 Jy ! Component: 200 - total flux cleaned = 0.000150512 Jy ! Total flux subtracted in 200 components = 0.000150512 Jy ! Clean residual min=-0.002966 max=0.002796 Jy/beam ! Clean residual mean=-0.000014 rms=0.000859 Jy/beam ! Combined flux in latest and established models = 0.354742 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 105 components and 0.354742 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.3 mas, bmaj=7.321 mas, bpa=-3.536 degrees ! Estimated noise=795.581 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000808838 Jy ! Component: 100 - total flux cleaned = -0.000816698 Jy ! Component: 150 - total flux cleaned = -0.000617635 Jy ! Component: 200 - total flux cleaned = -0.000425129 Jy ! Total flux subtracted in 200 components = -0.000425129 Jy ! Clean residual min=-0.003272 max=0.003191 Jy/beam ! Clean residual mean=-0.000006 rms=0.000744 Jy/beam ! Combined flux in latest and established models = 0.354317 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 117 components and 0.354317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113410Jy sigma=0.000860 ! Fit after self-cal, rms=0.113358Jy sigma=0.000860 wmodel J1344-1723_S_2014_01_04_pus_map.mod ! Writing 117 model components to file: J1344-1723_S_2014_01_04_pus_map.mod wobs J1344-1723_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J1344-1723_S_2014_01_04_pus_uvs.fits wwins J1344-1723_S_2014_01_04_pus_map.win ! wwins: Wrote 5 windows to J1344-1723_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.00102984 Jy ! Component: 100 - total flux cleaned = -0.00113587 Jy ! Component: 150 - total flux cleaned = -0.00113697 Jy ! Component: 200 - total flux cleaned = -0.00132787 Jy ! Component: 250 - total flux cleaned = -0.00159845 Jy ! Component: 300 - total flux cleaned = -0.00185759 Jy ! Component: 350 - total flux cleaned = -0.0021063 Jy ! Component: 400 - total flux cleaned = -0.00238771 Jy ! Component: 450 - total flux cleaned = -0.00258189 Jy ! Component: 500 - total flux cleaned = -0.00265668 Jy ! Component: 550 - total flux cleaned = -0.0027671 Jy ! Component: 600 - total flux cleaned = -0.00294557 Jy ! Component: 650 - total flux cleaned = -0.00301501 Jy ! Component: 700 - total flux cleaned = -0.00318557 Jy ! Component: 750 - total flux cleaned = -0.00325169 Jy ! Component: 800 - total flux cleaned = -0.00334944 Jy ! Component: 850 - total flux cleaned = -0.0034776 Jy ! Component: 900 - total flux cleaned = -0.0036029 Jy ! Component: 950 - total flux cleaned = -0.00363449 Jy ! Component: 1000 - total flux cleaned = -0.00375643 Jy ! Component: 1050 - total flux cleaned = -0.00384603 Jy ! Component: 1100 - total flux cleaned = -0.00393396 Jy ! Component: 1150 - total flux cleaned = -0.00396223 Jy ! Component: 1200 - total flux cleaned = -0.00399068 Jy ! Component: 1250 - total flux cleaned = -0.0041024 Jy ! Component: 1300 - total flux cleaned = -0.00412991 Jy ! Component: 1350 - total flux cleaned = -0.00421108 Jy ! Component: 1400 - total flux cleaned = -0.0042378 Jy ! Component: 1450 - total flux cleaned = -0.00431669 Jy ! Component: 1500 - total flux cleaned = -0.0044206 Jy ! Component: 1550 - total flux cleaned = -0.00454855 Jy ! Component: 1600 - total flux cleaned = -0.00464984 Jy ! Component: 1650 - total flux cleaned = -0.00474962 Jy ! Component: 1700 - total flux cleaned = -0.00487243 Jy ! Component: 1750 - total flux cleaned = -0.00492103 Jy ! Component: 1800 - total flux cleaned = -0.00492062 Jy ! Component: 1850 - total flux cleaned = -0.00494435 Jy ! Component: 1900 - total flux cleaned = -0.00489733 Jy ! Component: 1950 - total flux cleaned = -0.00494358 Jy ! Component: 2000 - total flux cleaned = -0.00492051 Jy ! Component: 2050 - total flux cleaned = -0.00494309 Jy ! Component: 2100 - total flux cleaned = -0.00496525 Jy ! Component: 2150 - total flux cleaned = -0.00494284 Jy ! Component: 2200 - total flux cleaned = -0.00489884 Jy ! Component: 2250 - total flux cleaned = -0.00492055 Jy ! Component: 2300 - total flux cleaned = -0.00492054 Jy ! Component: 2350 - total flux cleaned = -0.00494198 Jy ! Component: 2400 - total flux cleaned = -0.00496303 Jy ! Component: 2450 - total flux cleaned = -0.00494216 Jy ! Component: 2500 - total flux cleaned = -0.00494229 Jy ! Component: 2550 - total flux cleaned = -0.00494226 Jy ! Component: 2600 - total flux cleaned = -0.0048815 Jy ! Component: 2650 - total flux cleaned = -0.00488131 Jy ! Component: 2700 - total flux cleaned = -0.00484137 Jy ! Component: 2750 - total flux cleaned = -0.00480174 Jy ! Component: 2800 - total flux cleaned = -0.00480163 Jy ! Component: 2850 - total flux cleaned = -0.0047821 Jy ! Component: 2900 - total flux cleaned = -0.00476285 Jy ! Component: 2950 - total flux cleaned = -0.00478199 Jy ! Component: 3000 - total flux cleaned = -0.00474398 Jy ! Component: 3050 - total flux cleaned = -0.00470634 Jy ! Component: 3100 - total flux cleaned = -0.00472493 Jy ! Component: 3150 - total flux cleaned = -0.00466928 Jy ! Component: 3200 - total flux cleaned = -0.00465092 Jy ! Component: 3250 - total flux cleaned = -0.00459625 Jy ! Component: 3300 - total flux cleaned = -0.0045965 Jy ! Component: 3350 - total flux cleaned = -0.00465029 Jy ! Component: 3400 - total flux cleaned = -0.00457903 Jy ! Component: 3450 - total flux cleaned = -0.00456136 Jy ! Component: 3500 - total flux cleaned = -0.00457885 Jy ! Component: 3550 - total flux cleaned = -0.00456134 Jy ! Component: 3600 - total flux cleaned = -0.00459579 Jy ! Component: 3650 - total flux cleaned = -0.00450988 Jy ! Component: 3700 - total flux cleaned = -0.00452706 Jy ! Component: 3750 - total flux cleaned = -0.0044424 Jy ! Component: 3800 - total flux cleaned = -0.00447603 Jy ! Component: 3850 - total flux cleaned = -0.00445929 Jy ! Component: 3900 - total flux cleaned = -0.00439281 Jy ! Component: 3950 - total flux cleaned = -0.00442584 Jy ! Component: 4000 - total flux cleaned = -0.00440941 Jy ! Component: 4050 - total flux cleaned = -0.00442553 Jy ! Total flux subtracted in 4096 components = -0.00439319 Jy ! Clean residual min=-0.000880 max=0.001088 Jy/beam ! Clean residual mean=-0.000003 rms=0.000280 Jy/beam ! Combined flux in latest and established models = 0.349923 Jy keep ! Adding 223 model components to the UV plane model. ! The established model now contains 338 components and 0.349923 Jy ![Exited script file: muppet] wmap "J1344-1723_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.3 x 7.321 at -3.536 degrees (North through East) ! Clean map min=-0.0027684 max=0.28003 Jy/beam ! Writing clean map to FITS file: J1344-1723_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.280025 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000277823 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.297641 0.297641 0.595282 1.19056 2.38113 4.76226 9.52452 19.049 38.0981 76.1961 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.28 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.3 x 7.321 at -3.536 degrees (North through East) ! Clean map min=-0.0027684 max=0.28003 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 J1344-1723_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:28:49 2017