! Started logfile: J2349-0438_S_2017_07_09_pus_uvs.log on Wed May 8 14:59:27 2019 obs J2349-0438_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J2349-0438_S_2017_07_09_pus_uva.fits ! AN table 1: 218 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.983078 visibilities/baseline/integration-bin. ! Found source: J2349-0438 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 594 lines of history. ! ! Reading 38576 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 J2349-0438_S_2017_07_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 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 93 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 93 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1276 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.850038Jy sigma=0.007662 ! Fit after self-cal, rms=0.822485Jy sigma=0.007425 ! 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.601 mas, bmaj=7.034 mas, bpa=-6.42 degrees ! Estimated noise=825.83 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.133879 Jy ! Component: 100 - total flux cleaned = 0.167456 Jy ! Total flux subtracted in 100 components = 0.167456 Jy ! Clean residual min=-0.005798 max=0.015874 Jy/beam ! Clean residual mean=0.000010 rms=0.001709 Jy/beam ! Combined flux in latest and established models = 0.167456 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.167456 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088688Jy sigma=0.000757 ! Fit after self-cal, rms=0.088631Jy sigma=0.000756 ! Inverting map ! Added new window around map position (-3, 0.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0176343 Jy ! Component: 100 - total flux cleaned = 0.0278981 Jy ! Total flux subtracted in 100 components = 0.0278981 Jy ! Clean residual min=-0.004115 max=0.007032 Jy/beam ! Clean residual mean=0.000006 rms=0.001174 Jy/beam ! Combined flux in latest and established models = 0.195354 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 17 components and 0.195354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083989Jy sigma=0.000714 ! Fit after self-cal, rms=0.083927Jy sigma=0.000714 ! 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.198 mas, bmaj=8.033 mas, bpa=-4.809 degrees ! Estimated noise=464.839 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.00883602 Jy ! Component: 100 - total flux cleaned = 0.01324 Jy ! Component: 150 - total flux cleaned = 0.0157282 Jy ! Component: 200 - total flux cleaned = 0.0168026 Jy ! Total flux subtracted in 200 components = 0.0168026 Jy ! Clean residual min=-0.003277 max=0.003575 Jy/beam ! Clean residual mean=0.000004 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.212157 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 38 components and 0.212157 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082974Jy sigma=0.000706 ! Fit after self-cal, rms=0.082967Jy sigma=0.000706 ! 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.94 FD 0.95 HN 0.96 KP 1.04 ! LA 1.01 MK 1.01 NL 0.91 OV 1.04 ! PT 1.04 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.21 FD 0.99 HN 0.98 KP 0.99 ! LA 0.97 MK 1.02 NL 1.04 OV 1.05 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.02 HN 0.98 KP 0.99 ! LA 0.97 MK 1.03 NL 1.01 OV 0.97 ! PT 0.99 SC 1.00 ! ! ! Correcting IF 4. ! A total of 180 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.08 HN 0.94 KP 1.00* ! LA 0.94 MK 1.32 NL 1.00* OV 1.00* ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.082967Jy sigma=0.000706 ! Fit after self-cal, rms=0.082025Jy sigma=0.000699 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.218 mas, bmaj=8.033 mas, bpa=-4.416 degrees ! Estimated noise=465.856 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.00119326 Jy ! Component: 100 - total flux cleaned = 0.00116022 Jy ! Component: 150 - total flux cleaned = 0.00118693 Jy ! Component: 200 - total flux cleaned = 0.00118682 Jy ! Total flux subtracted in 200 components = 0.00118682 Jy ! Clean residual min=-0.002914 max=0.002981 Jy/beam ! Clean residual mean=-0.000004 rms=0.000709 Jy/beam ! Combined flux in latest and established models = 0.213343 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 52 components and 0.213343 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081991Jy sigma=0.000698 ! Fit after self-cal, rms=0.081988Jy sigma=0.000698 ! 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.081988Jy sigma=0.000698 ! Fit after self-cal, rms=0.081993Jy sigma=0.000691 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.208 mas, bmaj=8.053 mas, bpa=-4.333 degrees ! Estimated noise=466.218 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000649164 Jy ! Component: 100 - total flux cleaned = 0.000580593 Jy ! Component: 150 - total flux cleaned = 0.00052094 Jy ! Component: 200 - total flux cleaned = 0.000464895 Jy ! Total flux subtracted in 200 components = 0.000464895 Jy ! Clean residual min=-0.001612 max=0.002701 Jy/beam ! Clean residual mean=0.000003 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.213808 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 61 components and 0.213808 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081950Jy sigma=0.000691 ! Fit after self-cal, rms=0.081962Jy sigma=0.000691 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 (-10.5, 2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00228082 Jy ! Component: 100 - total flux cleaned = 0.00295012 Jy ! Component: 150 - total flux cleaned = 0.00286235 Jy ! Component: 200 - total flux cleaned = 0.00286145 Jy ! Total flux subtracted in 200 components = 0.00286145 Jy ! Clean residual min=-0.001361 max=0.002580 Jy/beam ! Clean residual mean=0.000002 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.21667 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 93 components and 0.21667 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081895Jy sigma=0.000690 ! Fit after self-cal, rms=0.081889Jy sigma=0.000690 ! Inverting map ! Added new window around map position (-62, 12). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00222029 Jy ! Component: 100 - total flux cleaned = 0.0034517 Jy ! Component: 150 - total flux cleaned = 0.00438278 Jy ! Component: 200 - total flux cleaned = 0.00512589 Jy ! Total flux subtracted in 200 components = 0.00512589 Jy ! Clean residual min=-0.001260 max=0.001621 Jy/beam ! Clean residual mean=0.000001 rms=0.000347 Jy/beam ! Combined flux in latest and established models = 0.221796 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 113 components and 0.221796 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081820Jy sigma=0.000689 ! Fit after self-cal, rms=0.081812Jy sigma=0.000689 ! Inverting map ! Added new window around map position (-26.5, 7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00147704 Jy ! Component: 100 - total flux cleaned = 0.00219143 Jy ! Component: 150 - total flux cleaned = 0.00279596 Jy ! Component: 200 - total flux cleaned = 0.00328098 Jy ! Total flux subtracted in 200 components = 0.00328098 Jy ! Clean residual min=-0.001176 max=0.001207 Jy/beam ! Clean residual mean=-0.000001 rms=0.000315 Jy/beam ! Combined flux in latest and established models = 0.225077 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 132 components and 0.225077 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081777Jy sigma=0.000689 ! Fit after self-cal, rms=0.081774Jy sigma=0.000689 ! 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.081774Jy sigma=0.000689 ! Fit after self-cal, rms=0.081986Jy sigma=0.000689 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.209 mas, bmaj=8.055 mas, bpa=-4.284 degrees ! Estimated noise=465.998 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000938571 Jy ! Component: 100 - total flux cleaned = 0.00151679 Jy ! Component: 150 - total flux cleaned = 0.00183443 Jy ! Component: 200 - total flux cleaned = 0.00209633 Jy ! Total flux subtracted in 200 components = 0.00209633 Jy ! Clean residual min=-0.001195 max=0.001093 Jy/beam ! Clean residual mean=0.000001 rms=0.000289 Jy/beam ! Combined flux in latest and established models = 0.227173 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 158 components and 0.227173 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081965Jy sigma=0.000689 ! Fit after self-cal, rms=0.081967Jy sigma=0.000689 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.000384616 Jy ! Component: 100 - total flux cleaned = 0.000600086 Jy ! Component: 150 - total flux cleaned = 0.000780109 Jy ! Component: 200 - total flux cleaned = 0.000948634 Jy ! Total flux subtracted in 200 components = 0.000948634 Jy ! Clean residual min=-0.001160 max=0.001087 Jy/beam ! Clean residual mean=0.000001 rms=0.000283 Jy/beam ! Combined flux in latest and established models = 0.228122 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 168 components and 0.228122 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081955Jy sigma=0.000688 ! Fit after self-cal, rms=0.081954Jy sigma=0.000688 ! 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.081954Jy sigma=0.000688 ! Fit after self-cal, rms=0.082046Jy sigma=0.000688 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.438 mas, bmaj=13.35 mas, bpa=-5.096 degrees ! Estimated noise=590.904 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00076916 Jy ! Component: 100 - total flux cleaned = 0.00111686 Jy ! Component: 150 - total flux cleaned = 0.00135094 Jy ! Component: 200 - total flux cleaned = 0.00151795 Jy ! Total flux subtracted in 200 components = 0.00151795 Jy ! Clean residual min=-0.001225 max=0.001044 Jy/beam ! Clean residual mean=0.000002 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 0.229639 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 187 components and 0.229639 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082039Jy sigma=0.000688 ! Fit after self-cal, rms=0.082039Jy sigma=0.000688 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.000302892 Jy ! Component: 100 - total flux cleaned = 0.000433612 Jy ! Component: 150 - total flux cleaned = 0.000572108 Jy ! Component: 200 - total flux cleaned = 0.000661108 Jy ! Total flux subtracted in 200 components = 0.000661108 Jy ! Clean residual min=-0.001190 max=0.001036 Jy/beam ! Clean residual mean=0.000002 rms=0.000337 Jy/beam ! Combined flux in latest and established models = 0.230301 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 198 components and 0.230301 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082037Jy sigma=0.000688 ! Fit after self-cal, rms=0.082036Jy sigma=0.000688 ! 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.209 mas, bmaj=8.055 mas, bpa=-4.263 degrees ! Estimated noise=466.09 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.209 x 8.055 at -4.263 degrees (North through East) ! Clean map min=-0.0011091 max=0.1777 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.619 mas, bmaj=7.033 mas, bpa=-5.777 degrees ! Estimated noise=827.58 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.133601 Jy ! Component: 100 - total flux cleaned = 0.167629 Jy ! Component: 150 - total flux cleaned = 0.184599 Jy ! Component: 200 - total flux cleaned = 0.19416 Jy ! Total flux subtracted in 200 components = 0.19416 Jy ! Clean residual min=-0.003103 max=0.004835 Jy/beam ! Clean residual mean=0.000006 rms=0.000772 Jy/beam ! Combined flux in latest and established models = 0.19416 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.19416 Jy ! Inverting map and beam ! Estimated beam: bmin=3.209 mas, bmaj=8.055 mas, bpa=-4.263 degrees ! Estimated noise=466.09 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.00882483 Jy ! Component: 100 - total flux cleaned = 0.0134431 Jy ! Component: 150 - total flux cleaned = 0.0165931 Jy ! Component: 200 - total flux cleaned = 0.0189736 Jy ! Total flux subtracted in 200 components = 0.0189736 Jy ! Clean residual min=-0.001552 max=0.001618 Jy/beam ! Clean residual mean=0.000008 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.213134 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 68 components and 0.213134 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.438 mas, bmaj=13.35 mas, bpa=-5.096 degrees ! Estimated noise=590.904 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.003223 Jy ! Component: 100 - total flux cleaned = 0.00565444 Jy ! Component: 150 - total flux cleaned = 0.00760102 Jy ! Component: 200 - total flux cleaned = 0.00920133 Jy ! Total flux subtracted in 200 components = 0.00920133 Jy ! Clean residual min=-0.001578 max=0.001348 Jy/beam ! Clean residual mean=0.000008 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.222335 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 = 0.00133789 Jy ! Component: 100 - total flux cleaned = 0.00246453 Jy ! Component: 150 - total flux cleaned = 0.00342011 Jy ! Component: 200 - total flux cleaned = 0.00423405 Jy ! Total flux subtracted in 200 components = 0.00423405 Jy ! Clean residual min=-0.001310 max=0.001113 Jy/beam ! Clean residual mean=0.000005 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.226569 Jy ! Adding 128 model components to the UV plane model. ! The established model now contains 190 components and 0.226569 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.209 mas, bmaj=8.055 mas, bpa=-4.263 degrees ! Estimated noise=466.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000863996 Jy ! Component: 100 - total flux cleaned = 0.00126026 Jy ! Component: 150 - total flux cleaned = 0.00147584 Jy ! Component: 200 - total flux cleaned = 0.00167311 Jy ! Total flux subtracted in 200 components = 0.00167311 Jy ! Clean residual min=-0.001158 max=0.001041 Jy/beam ! Clean residual mean=0.000002 rms=0.000281 Jy/beam ! Combined flux in latest and established models = 0.228243 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 218 components and 0.228242 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082017Jy sigma=0.000689 ! Fit after self-cal, rms=0.082008Jy sigma=0.000689 wmodel J2349-0438_S_2017_07_09_pus_map.mod ! Writing 218 model components to file: J2349-0438_S_2017_07_09_pus_map.mod wobs J2349-0438_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J2349-0438_S_2017_07_09_pus_uvs.fits wwins J2349-0438_S_2017_07_09_pus_map.win ! wwins: Wrote 5 windows to J2349-0438_S_2017_07_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.000196053 Jy ! Component: 100 - total flux cleaned = -0.000215583 Jy ! Component: 150 - total flux cleaned = -0.000289903 Jy ! Component: 200 - total flux cleaned = -0.000343707 Jy ! Component: 250 - total flux cleaned = -0.000379524 Jy ! Component: 300 - total flux cleaned = -0.000396998 Jy ! Component: 350 - total flux cleaned = -0.000397007 Jy ! Component: 400 - total flux cleaned = -0.000348413 Jy ! Component: 450 - total flux cleaned = -0.000301193 Jy ! Component: 500 - total flux cleaned = -0.000255009 Jy ! Component: 550 - total flux cleaned = -0.000209682 Jy ! Component: 600 - total flux cleaned = -0.000195236 Jy ! Component: 650 - total flux cleaned = -0.000195575 Jy ! Component: 700 - total flux cleaned = -0.000238599 Jy ! Component: 750 - total flux cleaned = -0.000224286 Jy ! Component: 800 - total flux cleaned = -0.000210167 Jy ! Component: 850 - total flux cleaned = -0.000210089 Jy ! Component: 900 - total flux cleaned = -0.00023679 Jy ! Component: 950 - total flux cleaned = -0.000183533 Jy ! Component: 1000 - total flux cleaned = -0.000170424 Jy ! Component: 1050 - total flux cleaned = -0.000157477 Jy ! Component: 1100 - total flux cleaned = -0.00011887 Jy ! Component: 1150 - total flux cleaned = -0.000106311 Jy ! Component: 1200 - total flux cleaned = -0.00013143 Jy ! Component: 1250 - total flux cleaned = -0.000156107 Jy ! Component: 1300 - total flux cleaned = -0.000156086 Jy ! Component: 1350 - total flux cleaned = -0.000156175 Jy ! Component: 1400 - total flux cleaned = -0.000192443 Jy ! Component: 1450 - total flux cleaned = -0.000251921 Jy ! Component: 1500 - total flux cleaned = -0.000287105 Jy ! Component: 1550 - total flux cleaned = -0.000298677 Jy ! Component: 1600 - total flux cleaned = -0.00033325 Jy ! Component: 1650 - total flux cleaned = -0.000390475 Jy ! Component: 1700 - total flux cleaned = -0.00037898 Jy ! Component: 1750 - total flux cleaned = -0.000412611 Jy ! Component: 1800 - total flux cleaned = -0.000435045 Jy ! Component: 1850 - total flux cleaned = -0.000457096 Jy ! Component: 1900 - total flux cleaned = -0.000511947 Jy ! Component: 1950 - total flux cleaned = -0.000544383 Jy ! Component: 2000 - total flux cleaned = -0.000576645 Jy ! Component: 2050 - total flux cleaned = -0.000587129 Jy ! Component: 2100 - total flux cleaned = -0.000639928 Jy ! Component: 2150 - total flux cleaned = -0.000618809 Jy ! Component: 2200 - total flux cleaned = -0.000650119 Jy ! Component: 2250 - total flux cleaned = -0.000650137 Jy ! Component: 2300 - total flux cleaned = -0.000680708 Jy ! Component: 2350 - total flux cleaned = -0.000650228 Jy ! Component: 2400 - total flux cleaned = -0.000660373 Jy ! Component: 2450 - total flux cleaned = -0.000710416 Jy ! Component: 2500 - total flux cleaned = -0.000700471 Jy ! Component: 2550 - total flux cleaned = -0.000700562 Jy ! Component: 2600 - total flux cleaned = -0.000720071 Jy ! Component: 2650 - total flux cleaned = -0.000700528 Jy ! Component: 2700 - total flux cleaned = -0.000681318 Jy ! Component: 2750 - total flux cleaned = -0.00072915 Jy ! Component: 2800 - total flux cleaned = -0.0007386 Jy ! Component: 2850 - total flux cleaned = -0.000766836 Jy ! Component: 2900 - total flux cleaned = -0.000766818 Jy ! Component: 2950 - total flux cleaned = -0.0007761 Jy ! Component: 3000 - total flux cleaned = -0.000794516 Jy ! Component: 3050 - total flux cleaned = -0.000877045 Jy ! Component: 3100 - total flux cleaned = -0.000904245 Jy ! Component: 3150 - total flux cleaned = -0.000895138 Jy ! Component: 3200 - total flux cleaned = -0.000967123 Jy ! Component: 3250 - total flux cleaned = -0.000976099 Jy ! Component: 3300 - total flux cleaned = -0.000967174 Jy ! Component: 3350 - total flux cleaned = -0.00100253 Jy ! Component: 3400 - total flux cleaned = -0.00103763 Jy ! Component: 3450 - total flux cleaned = -0.00108117 Jy ! Component: 3500 - total flux cleaned = -0.00113313 Jy ! Component: 3550 - total flux cleaned = -0.00112444 Jy ! Component: 3600 - total flux cleaned = -0.00116721 Jy ! Component: 3650 - total flux cleaned = -0.00121821 Jy ! Component: 3700 - total flux cleaned = -0.00121822 Jy ! Component: 3750 - total flux cleaned = -0.00128546 Jy ! Component: 3800 - total flux cleaned = -0.00128541 Jy ! Component: 3850 - total flux cleaned = -0.00129375 Jy ! Component: 3900 - total flux cleaned = -0.00134331 Jy ! Component: 3950 - total flux cleaned = -0.00136797 Jy ! Component: 4000 - total flux cleaned = -0.00137615 Jy ! Component: 4050 - total flux cleaned = -0.00144118 Jy ! Total flux subtracted in 4096 components = -0.00144118 Jy ! Clean residual min=-0.000426 max=0.000579 Jy/beam ! Clean residual mean=0.000001 rms=0.000150 Jy/beam ! Combined flux in latest and established models = 0.226801 Jy keep ! Adding 261 model components to the UV plane model. ! The established model now contains 479 components and 0.226801 Jy ![Exited script file: muppet] wmap "J2349-0438_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.209 x 8.055 at -4.263 degrees (North through East) ! Clean map min=-0.00093829 max=0.17928 Jy/beam ! Writing clean map to FITS file: J2349-0438_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.179284 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000150049 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.25108 0.25108 0.50216 1.00432 2.00864 4.01728 8.03456 16.0691 32.1382 64.2765 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.179 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.209 x 8.055 at -4.263 degrees (North through East) ! Clean map min=-0.00093829 max=0.17928 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 J2349-0438_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:59:33 2019