! Started logfile: J0030-0211_S_2017_05_27_pus_uvs.log on Fri May 3 10:52:40 2019 obs J0030-0211_S_2017_05_27_pus_uva.fits ! Reading UV FITS file: J0030-0211_S_2017_05_27_pus_uva.fits ! AN table 1: 96 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.920833 visibilities/baseline/integration-bin. ! Found source: J0030-0211 ! ! 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 1211 lines of history. ! ! Reading 15912 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 J0030-0211_S_2017_05_27_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 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 108 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 494 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.741872Jy sigma=0.022184 ! Fit after self-cal, rms=0.708118Jy sigma=0.022100 ! 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=3.254 mas, bmaj=7.013 mas, bpa=-1.028 degrees ! Estimated noise=577.053 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.117409 Jy ! Component: 100 - total flux cleaned = 0.174715 Jy ! Total flux subtracted in 100 components = 0.174715 Jy ! Clean residual min=-0.027657 max=0.068366 Jy/beam ! Clean residual mean=-0.000037 rms=0.009391 Jy/beam ! Combined flux in latest and established models = 0.174715 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.174715 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.217751Jy sigma=0.002535 ! Fit after self-cal, rms=0.216952Jy sigma=0.002534 ! Inverting map ! Added new window around map position (-3, 9.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0599211 Jy ! Component: 100 - total flux cleaned = 0.0903174 Jy ! Total flux subtracted in 100 components = 0.0903174 Jy ! Clean residual min=-0.025967 max=0.047420 Jy/beam ! Clean residual mean=-0.000021 rms=0.007726 Jy/beam ! Combined flux in latest and established models = 0.265032 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 7 components and 0.265032 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.185755Jy sigma=0.002179 ! Fit after self-cal, rms=0.181166Jy sigma=0.002153 ! 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.38 mas, bmaj=7.336 mas, bpa=-0.628 degrees ! Estimated noise=589.288 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.0389707 Jy ! Component: 100 - total flux cleaned = 0.0579743 Jy ! Component: 150 - total flux cleaned = 0.062156 Jy ! Component: 200 - total flux cleaned = 0.0625538 Jy ! Total flux subtracted in 200 components = 0.0625538 Jy ! Clean residual min=-0.020193 max=0.024543 Jy/beam ! Clean residual mean=-0.000004 rms=0.005947 Jy/beam ! Combined flux in latest and established models = 0.327586 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 25 components and 0.327586 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.165112Jy sigma=0.002315 ! Fit after self-cal, rms=0.165043Jy sigma=0.002314 ! 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.46 FD 0.76 HN 0.98 KP 1.01 ! LA 1.02 MK 1.12 NL 0.88 OV 0.93 ! PT 1.07 SC 0.81 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.76 HN 1.02 KP 0.98 ! LA 0.97 MK 0.98 NL 1.04 OV 0.92 ! PT 1.06 SC 0.88 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 14.50 FD 0.81 HN 1.04 KP 1.00 ! LA 1.03 MK 0.99 NL 1.02 OV 0.85 ! PT 1.03 SC 0.85 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.86 HN 1.02 KP 1.00* ! LA 0.92 MK 1.16 NL 1.00* OV 1.00* ! PT 1.05 SC 1.00* ! ! ! Fit before self-cal, rms=0.165043Jy sigma=0.002314 ! Fit after self-cal, rms=1.316674Jy sigma=0.000887 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.228 mas, bmaj=7.999 mas, bpa=-2.288 degrees ! Estimated noise=739.366 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.000919058 Jy ! Component: 100 - total flux cleaned = -0.00346311 Jy ! Component: 150 - total flux cleaned = -0.00619116 Jy ! Component: 200 - total flux cleaned = -0.00805492 Jy ! Total flux subtracted in 200 components = -0.00805492 Jy ! Clean residual min=-0.009576 max=0.009685 Jy/beam ! Clean residual mean=0.000010 rms=0.002612 Jy/beam ! Combined flux in latest and established models = 0.319531 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 29 components and 0.319531 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.310316Jy sigma=0.000840 ! Fit after self-cal, rms=1.309868Jy sigma=0.000811 ! 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=1.309868Jy sigma=0.000811 ! Fit after self-cal, rms=0.892408Jy sigma=0.000785 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.225 mas, bmaj=8.035 mas, bpa=-2.717 degrees ! Estimated noise=739.066 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00236991 Jy ! Component: 100 - total flux cleaned = -0.00398374 Jy ! Component: 150 - total flux cleaned = -0.00537568 Jy ! Component: 200 - total flux cleaned = -0.00657648 Jy ! Total flux subtracted in 200 components = -0.00657648 Jy ! Clean residual min=-0.007274 max=0.007136 Jy/beam ! Clean residual mean=0.000011 rms=0.001839 Jy/beam ! Combined flux in latest and established models = 0.312954 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 31 components and 0.312954 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.888480Jy sigma=0.000770 ! Fit after self-cal, rms=0.888363Jy sigma=0.000767 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.0016978 Jy ! Component: 100 - total flux cleaned = -0.00215534 Jy ! Component: 150 - total flux cleaned = -0.00276798 Jy ! Component: 200 - total flux cleaned = -0.00349267 Jy ! Total flux subtracted in 200 components = -0.00349267 Jy ! Clean residual min=-0.005937 max=0.007017 Jy/beam ! Clean residual mean=0.000011 rms=0.001613 Jy/beam ! Combined flux in latest and established models = 0.309462 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 40 components and 0.309462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.886092Jy sigma=0.000766 ! Fit after self-cal, rms=0.886035Jy sigma=0.000765 ! 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.886035Jy sigma=0.000765 ! Fit after self-cal, rms=1.072468Jy sigma=0.000755 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.213 mas, bmaj=8.102 mas, bpa=-3.103 degrees ! Estimated noise=753.59 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00131924 Jy ! Component: 100 - total flux cleaned = -0.00219478 Jy ! Component: 150 - total flux cleaned = -0.00321915 Jy ! Component: 200 - total flux cleaned = -0.00410027 Jy ! Total flux subtracted in 200 components = -0.00410027 Jy ! Clean residual min=-0.005600 max=0.006370 Jy/beam ! Clean residual mean=0.000008 rms=0.001488 Jy/beam ! Combined flux in latest and established models = 0.305362 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 42 components and 0.305362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.069547Jy sigma=0.000752 ! Fit after self-cal, rms=1.069485Jy sigma=0.000750 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.001276 Jy ! Component: 100 - total flux cleaned = -0.00145314 Jy ! Component: 150 - total flux cleaned = -0.00193351 Jy ! Component: 200 - total flux cleaned = -0.00193347 Jy ! Total flux subtracted in 200 components = -0.00193347 Jy ! Clean residual min=-0.005144 max=0.006239 Jy/beam ! Clean residual mean=0.000008 rms=0.001361 Jy/beam ! Combined flux in latest and established models = 0.303428 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 46 components and 0.303428 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.067788Jy sigma=0.000751 ! Fit after self-cal, rms=1.067760Jy sigma=0.000751 ! Inverting map ! Added new window around map position (13.5, -30.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00288434 Jy ! Component: 100 - total flux cleaned = 0.00460699 Jy ! Component: 150 - total flux cleaned = 0.00590313 Jy ! Component: 200 - total flux cleaned = 0.00699838 Jy ! Total flux subtracted in 200 components = 0.00699838 Jy ! Clean residual min=-0.004785 max=0.004949 Jy/beam ! Clean residual mean=0.000007 rms=0.001191 Jy/beam ! Combined flux in latest and established models = 0.310427 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 62 components and 0.310427 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.066551Jy sigma=0.000750 ! Fit after self-cal, rms=1.066533Jy sigma=0.000750 ! 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=1.066533Jy sigma=0.000750 ! Fit after self-cal, rms=1.294111Jy sigma=0.000742 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.369 mas, bmaj=13.74 mas, bpa=-4.015 degrees ! Estimated noise=963.059 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000210676 Jy ! Component: 100 - total flux cleaned = -0.000239151 Jy ! Component: 150 - total flux cleaned = -0.00065162 Jy ! Component: 200 - total flux cleaned = -0.0010104 Jy ! Total flux subtracted in 200 components = -0.0010104 Jy ! Clean residual min=-0.004560 max=0.004805 Jy/beam ! Clean residual mean=0.000011 rms=0.001472 Jy/beam ! Combined flux in latest and established models = 0.309416 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 70 components and 0.309416 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.292022Jy sigma=0.000742 ! Fit after self-cal, rms=1.292003Jy sigma=0.000742 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.000588268 Jy ! Component: 100 - total flux cleaned = -0.000423653 Jy ! Component: 150 - total flux cleaned = -0.000281443 Jy ! Component: 200 - total flux cleaned = -0.00015745 Jy ! Total flux subtracted in 200 components = -0.00015745 Jy ! Clean residual min=-0.004584 max=0.004544 Jy/beam ! Clean residual mean=0.000011 rms=0.001381 Jy/beam ! Combined flux in latest and established models = 0.309259 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 73 components and 0.309259 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.290637Jy sigma=0.000743 ! Fit after self-cal, rms=1.290632Jy sigma=0.000743 ! 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.202 mas, bmaj=8.154 mas, bpa=-3.399 degrees ! Estimated noise=765.794 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.202 x 8.154 at -3.399 degrees (North through East) ! Clean map min=-0.0050514 max=0.26211 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.782 mas, bmaj=7.262 mas, bpa=-3.195 degrees ! Estimated noise=1096.68 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.21341 Jy ! Component: 100 - total flux cleaned = 0.262288 Jy ! Component: 150 - total flux cleaned = 0.279424 Jy ! Component: 200 - total flux cleaned = 0.285017 Jy ! Total flux subtracted in 200 components = 0.285017 Jy ! Clean residual min=-0.007249 max=0.009669 Jy/beam ! Clean residual mean=0.000001 rms=0.002095 Jy/beam ! Combined flux in latest and established models = 0.285017 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.285017 Jy ! Inverting map and beam ! Estimated beam: bmin=3.202 mas, bmaj=8.154 mas, bpa=-3.399 degrees ! Estimated noise=765.794 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.00790357 Jy ! Component: 100 - total flux cleaned = 0.0124529 Jy ! Component: 150 - total flux cleaned = 0.0141066 Jy ! Component: 200 - total flux cleaned = 0.0157302 Jy ! Total flux subtracted in 200 components = 0.0157302 Jy ! Clean residual min=-0.005010 max=0.004508 Jy/beam ! Clean residual mean=0.000008 rms=0.001196 Jy/beam ! Combined flux in latest and established models = 0.300747 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 74 components and 0.300747 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.369 mas, bmaj=13.74 mas, bpa=-4.015 degrees ! Estimated noise=963.059 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00429089 Jy ! Component: 100 - total flux cleaned = 0.00693228 Jy ! Component: 150 - total flux cleaned = 0.00842666 Jy ! Component: 200 - total flux cleaned = 0.00893581 Jy ! Total flux subtracted in 200 components = 0.00893581 Jy ! Clean residual min=-0.004721 max=0.004035 Jy/beam ! Clean residual mean=0.000011 rms=0.001275 Jy/beam ! Combined flux in latest and established models = 0.309683 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.000227251 Jy ! Component: 100 - total flux cleaned = 0.000328676 Jy ! Component: 150 - total flux cleaned = 0.000374516 Jy ! Component: 200 - total flux cleaned = 0.00046362 Jy ! Total flux subtracted in 200 components = 0.00046362 Jy ! Clean residual min=-0.004784 max=0.004186 Jy/beam ! Clean residual mean=0.000011 rms=0.001262 Jy/beam ! Combined flux in latest and established models = 0.310147 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 94 components and 0.310147 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.202 mas, bmaj=8.154 mas, bpa=-3.399 degrees ! Estimated noise=765.794 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000118514 Jy ! Component: 100 - total flux cleaned = -0.000108239 Jy ! Component: 150 - total flux cleaned = -0.000241845 Jy ! Component: 200 - total flux cleaned = -0.000303292 Jy ! Total flux subtracted in 200 components = -0.000303292 Jy ! Clean residual min=-0.005222 max=0.003809 Jy/beam ! Clean residual mean=0.000004 rms=0.001124 Jy/beam ! Combined flux in latest and established models = 0.309843 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 110 components and 0.309843 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.287475Jy sigma=0.000749 ! Fit after self-cal, rms=1.287465Jy sigma=0.000749 wmodel J0030-0211_S_2017_05_27_pus_map.mod ! Writing 110 model components to file: J0030-0211_S_2017_05_27_pus_map.mod wobs J0030-0211_S_2017_05_27_pus_uvs.fits ! Writing UV FITS file: J0030-0211_S_2017_05_27_pus_uvs.fits wwins J0030-0211_S_2017_05_27_pus_map.win ! wwins: Wrote 3 windows to J0030-0211_S_2017_05_27_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.00177414 Jy ! Component: 100 - total flux cleaned = -0.00230061 Jy ! Component: 150 - total flux cleaned = -0.00272982 Jy ! Component: 200 - total flux cleaned = -0.00314623 Jy ! Component: 250 - total flux cleaned = -0.00335088 Jy ! Component: 300 - total flux cleaned = -0.00361864 Jy ! Component: 350 - total flux cleaned = -0.00388182 Jy ! Component: 400 - total flux cleaned = -0.00407688 Jy ! Component: 450 - total flux cleaned = -0.00413993 Jy ! Component: 500 - total flux cleaned = -0.00414021 Jy ! Component: 550 - total flux cleaned = -0.00426604 Jy ! Component: 600 - total flux cleaned = -0.00414133 Jy ! Component: 650 - total flux cleaned = -0.00420299 Jy ! Component: 700 - total flux cleaned = -0.00420302 Jy ! Component: 750 - total flux cleaned = -0.00420305 Jy ! Component: 800 - total flux cleaned = -0.00426354 Jy ! Component: 850 - total flux cleaned = -0.00420395 Jy ! Component: 900 - total flux cleaned = -0.00426358 Jy ! Component: 950 - total flux cleaned = -0.00426342 Jy ! Component: 1000 - total flux cleaned = -0.00426321 Jy ! Component: 1050 - total flux cleaned = -0.00414745 Jy ! Component: 1100 - total flux cleaned = -0.00414761 Jy ! Component: 1150 - total flux cleaned = -0.00414783 Jy ! Component: 1200 - total flux cleaned = -0.00414747 Jy ! Component: 1250 - total flux cleaned = -0.00409143 Jy ! Component: 1300 - total flux cleaned = -0.0040919 Jy ! Component: 1350 - total flux cleaned = -0.00414754 Jy ! Component: 1400 - total flux cleaned = -0.00414745 Jy ! Component: 1450 - total flux cleaned = -0.00414749 Jy ! Component: 1500 - total flux cleaned = -0.00409284 Jy ! Component: 1550 - total flux cleaned = -0.00403838 Jy ! Component: 1600 - total flux cleaned = -0.00414644 Jy ! Component: 1650 - total flux cleaned = -0.00414625 Jy ! Component: 1700 - total flux cleaned = -0.00409241 Jy ! Component: 1750 - total flux cleaned = -0.00403908 Jy ! Component: 1800 - total flux cleaned = -0.0040388 Jy ! Component: 1850 - total flux cleaned = -0.0040387 Jy ! Component: 1900 - total flux cleaned = -0.00393401 Jy ! Component: 1950 - total flux cleaned = -0.00388146 Jy ! Component: 2000 - total flux cleaned = -0.00383012 Jy ! Component: 2050 - total flux cleaned = -0.00377864 Jy ! Component: 2100 - total flux cleaned = -0.00388105 Jy ! Component: 2150 - total flux cleaned = -0.00377877 Jy ! Component: 2200 - total flux cleaned = -0.00377882 Jy ! Component: 2250 - total flux cleaned = -0.00372809 Jy ! Component: 2300 - total flux cleaned = -0.00367772 Jy ! Component: 2350 - total flux cleaned = -0.00372796 Jy ! Component: 2400 - total flux cleaned = -0.00362791 Jy ! Component: 2450 - total flux cleaned = -0.00367759 Jy ! Component: 2500 - total flux cleaned = -0.00362806 Jy ! Component: 2550 - total flux cleaned = -0.0036279 Jy ! Component: 2600 - total flux cleaned = -0.00352985 Jy ! Component: 2650 - total flux cleaned = -0.00352977 Jy ! Component: 2700 - total flux cleaned = -0.00352972 Jy ! Component: 2750 - total flux cleaned = -0.00348062 Jy ! Component: 2800 - total flux cleaned = -0.00352905 Jy ! Component: 2850 - total flux cleaned = -0.00338506 Jy ! Component: 2900 - total flux cleaned = -0.00328955 Jy ! Component: 2950 - total flux cleaned = -0.0032895 Jy ! Component: 3000 - total flux cleaned = -0.00314734 Jy ! Component: 3050 - total flux cleaned = -0.00319445 Jy ! Component: 3100 - total flux cleaned = -0.00305289 Jy ! Component: 3150 - total flux cleaned = -0.00295904 Jy ! Component: 3200 - total flux cleaned = -0.00305231 Jy ! Component: 3250 - total flux cleaned = -0.00295902 Jy ! Component: 3300 - total flux cleaned = -0.00291237 Jy ! Component: 3350 - total flux cleaned = -0.00286625 Jy ! Component: 3400 - total flux cleaned = -0.00282031 Jy ! Component: 3450 - total flux cleaned = -0.00277405 Jy ! Component: 3500 - total flux cleaned = -0.00272858 Jy ! Component: 3550 - total flux cleaned = -0.00277411 Jy ! Component: 3600 - total flux cleaned = -0.00263773 Jy ! Component: 3650 - total flux cleaned = -0.00254769 Jy ! Component: 3700 - total flux cleaned = -0.00250258 Jy ! Component: 3750 - total flux cleaned = -0.00250275 Jy ! Component: 3800 - total flux cleaned = -0.00236861 Jy ! Component: 3850 - total flux cleaned = -0.00236861 Jy ! Component: 3900 - total flux cleaned = -0.00236846 Jy ! Component: 3950 - total flux cleaned = -0.00241242 Jy ! Component: 4000 - total flux cleaned = -0.00236826 Jy ! Component: 4050 - total flux cleaned = -0.00219254 Jy ! Total flux subtracted in 4096 components = -0.00223641 Jy ! Clean residual min=-0.002276 max=0.002187 Jy/beam ! Clean residual mean=0.000003 rms=0.000799 Jy/beam ! Combined flux in latest and established models = 0.307607 Jy keep ! Adding 200 model components to the UV plane model. ! The established model now contains 310 components and 0.307607 Jy ![Exited script file: muppet] wmap "J0030-0211_S_2017_05_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.202 x 8.154 at -3.399 degrees (North through East) ! Clean map min=-0.0077536 max=0.271 Jy/beam ! Writing clean map to FITS file: J0030-0211_S_2017_05_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.271005 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00079659 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.881819 0.881819 1.76364 3.52728 7.05455 14.1091 28.2182 56.4364 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0023 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.271 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.202 x 8.154 at -3.399 degrees (North through East) ! Clean map min=-0.0077536 max=0.271 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 J0030-0211_S_2017_05_27_pus_uvs.log closed on Fri May 3 10:52:45 2019