! Started logfile: J2358-1020_S_2017_06_15_pus_uvs.log on Tue May 7 15:29:40 2019 obs J2358-1020_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J2358-1020_S_2017_06_15_pus_uva.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.753333 visibilities/baseline/integration-bin. ! Found source: J2358-1020 ! ! 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 603 lines of history. ! ! Reading 1356 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 J2358-1020_S_2017_06_15_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 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.427321Jy sigma=0.003632 ! Fit after self-cal, rms=0.355847Jy sigma=0.002981 ! 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.729 mas, bmaj=6.733 mas, bpa=1.142 degrees ! Estimated noise=3127.75 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.552854 Jy ! Component: 100 - total flux cleaned = 0.676556 Jy ! Total flux subtracted in 100 components = 0.676556 Jy ! Clean residual min=-0.047927 max=0.111810 Jy/beam ! Clean residual mean=-0.000064 rms=0.018235 Jy/beam ! Combined flux in latest and established models = 0.676556 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.676556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.212455Jy sigma=0.001761 ! Fit after self-cal, rms=0.212454Jy sigma=0.001761 ! Inverting map ! Added new window around map position (8.5, 14). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.088774 Jy ! Component: 100 - total flux cleaned = 0.125335 Jy ! Total flux subtracted in 100 components = 0.125335 Jy ! Clean residual min=-0.044148 max=0.085424 Jy/beam ! Clean residual mean=-0.000046 rms=0.013030 Jy/beam ! Combined flux in latest and established models = 0.80189 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 16 components and 0.80189 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.174125Jy sigma=0.001395 ! Fit after self-cal, rms=0.167820Jy sigma=0.001336 ! 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.27 mas, bmaj=7.865 mas, bpa=2.079 degrees ! Estimated noise=2723.34 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.0433808 Jy ! Component: 100 - total flux cleaned = 0.0625416 Jy ! Component: 150 - total flux cleaned = 0.0667549 Jy ! Component: 200 - total flux cleaned = 0.0681116 Jy ! Total flux subtracted in 200 components = 0.0681116 Jy ! Clean residual min=-0.039054 max=0.061875 Jy/beam ! Clean residual mean=-0.000071 rms=0.011560 Jy/beam ! Combined flux in latest and established models = 0.870002 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 27 components and 0.870002 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.157545Jy sigma=0.001233 ! Fit after self-cal, rms=0.156200Jy sigma=0.001218 ! 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.18 FD 0.92 HN 1.00* KP 0.98 ! LA 0.96 MK 0.98 NL 1.19 OV 0.97 ! PT 1.00 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.94 HN 1.00* KP 0.95 ! LA 0.91 MK 0.99 NL 1.90 OV 1.02 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.53 FD 0.98 HN 1.00* KP 0.93 ! LA 0.93 MK 1.04 NL 1.06 OV 0.93 ! PT 0.96 SC 0.99 ! ! ! Correcting IF 4. ! A total of 27 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.156200Jy sigma=0.001218 ! Fit after self-cal, rms=0.124782Jy sigma=0.000834 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.284 mas, bmaj=7.955 mas, bpa=3.389 degrees ! Estimated noise=2861.73 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.0227899 Jy ! Component: 100 - total flux cleaned = -0.0249944 Jy ! Component: 150 - total flux cleaned = -0.0261424 Jy ! Component: 200 - total flux cleaned = -0.0269328 Jy ! Total flux subtracted in 200 components = -0.0269328 Jy ! Clean residual min=-0.025247 max=0.011663 Jy/beam ! Clean residual mean=-0.000021 rms=0.005324 Jy/beam ! Combined flux in latest and established models = 0.843069 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 46 components and 0.843069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118656Jy sigma=0.000785 ! Fit after self-cal, rms=0.117582Jy sigma=0.000778 ! 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.117582Jy sigma=0.000778 ! Fit after self-cal, rms=0.119833Jy sigma=0.000768 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.282 mas, bmaj=7.973 mas, bpa=3.383 degrees ! Estimated noise=2864.68 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0133137 Jy ! Component: 100 - total flux cleaned = -0.0149586 Jy ! Component: 150 - total flux cleaned = -0.0163602 Jy ! Component: 200 - total flux cleaned = -0.0170813 Jy ! Total flux subtracted in 200 components = -0.0170813 Jy ! Clean residual min=-0.021879 max=0.010304 Jy/beam ! Clean residual mean=-0.000019 rms=0.004364 Jy/beam ! Combined flux in latest and established models = 0.825988 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 54 components and 0.825988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117117Jy sigma=0.000749 ! Fit after self-cal, rms=0.116096Jy sigma=0.000744 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.00425996 Jy ! Component: 100 - total flux cleaned = -0.00481497 Jy ! Component: 150 - total flux cleaned = -0.00495275 Jy ! Component: 200 - total flux cleaned = -0.0050775 Jy ! Total flux subtracted in 200 components = -0.0050775 Jy ! Clean residual min=-0.020039 max=0.012235 Jy/beam ! Clean residual mean=-0.000019 rms=0.004046 Jy/beam ! Combined flux in latest and established models = 0.82091 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 60 components and 0.82091 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115420Jy sigma=0.000739 ! Fit after self-cal, rms=0.115063Jy sigma=0.000738 ! 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.115063Jy sigma=0.000738 ! Fit after self-cal, rms=0.117141Jy sigma=0.000728 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.28 mas, bmaj=7.984 mas, bpa=3.445 degrees ! Estimated noise=2868.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00818367 Jy ! Component: 100 - total flux cleaned = -0.00904916 Jy ! Component: 150 - total flux cleaned = -0.010181 Jy ! Component: 200 - total flux cleaned = -0.0109313 Jy ! Total flux subtracted in 200 components = -0.0109313 Jy ! Clean residual min=-0.017244 max=0.009513 Jy/beam ! Clean residual mean=-0.000015 rms=0.003382 Jy/beam ! Combined flux in latest and established models = 0.809979 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 66 components and 0.809979 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115786Jy sigma=0.000719 ! Fit after self-cal, rms=0.115251Jy sigma=0.000717 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.00258838 Jy ! Component: 100 - total flux cleaned = -0.00305477 Jy ! Component: 150 - total flux cleaned = -0.0031438 Jy ! Component: 200 - total flux cleaned = -0.00314438 Jy ! Total flux subtracted in 200 components = -0.00314438 Jy ! Clean residual min=-0.015966 max=0.009614 Jy/beam ! Clean residual mean=-0.000015 rms=0.003195 Jy/beam ! Combined flux in latest and established models = 0.806834 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 70 components and 0.806834 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114896Jy sigma=0.000714 ! Fit after self-cal, rms=0.114707Jy sigma=0.000714 ! 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.114707Jy sigma=0.000714 ! Fit after self-cal, rms=0.116426Jy sigma=0.000709 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.651 mas, bmaj=17.55 mas, bpa=15.88 degrees ! Estimated noise=3555.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.005937 Jy ! Component: 100 - total flux cleaned = -0.00567546 Jy ! Component: 150 - total flux cleaned = -0.00548712 Jy ! Component: 200 - total flux cleaned = -0.00535747 Jy ! Total flux subtracted in 200 components = -0.00535747 Jy ! Clean residual min=-0.015523 max=0.009591 Jy/beam ! Clean residual mean=-0.000019 rms=0.003798 Jy/beam ! Combined flux in latest and established models = 0.801477 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 74 components and 0.801477 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115885Jy sigma=0.000706 ! Fit after self-cal, rms=0.115538Jy sigma=0.000704 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.00253015 Jy ! Component: 100 - total flux cleaned = -0.00239561 Jy ! Component: 150 - total flux cleaned = -0.00234658 Jy ! Component: 200 - total flux cleaned = -0.00225938 Jy ! Total flux subtracted in 200 components = -0.00225938 Jy ! Clean residual min=-0.013441 max=0.009198 Jy/beam ! Clean residual mean=-0.000019 rms=0.003517 Jy/beam ! Combined flux in latest and established models = 0.799218 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 78 components and 0.799218 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115457Jy sigma=0.000704 ! Fit after self-cal, rms=0.115339Jy sigma=0.000704 ! 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.277 mas, bmaj=7.99 mas, bpa=3.494 degrees ! Estimated noise=2870.48 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.277 x 7.99 at 3.494 degrees (North through East) ! Clean map min=-0.013651 max=0.70218 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115339Jy sigma=0.000704 ! Fit after self-cal, rms=0.110700Jy sigma=0.000645 ! Inverting map and beam ! Estimated beam: bmin=3.267 mas, bmaj=7.977 mas, bpa=3.511 degrees ! Estimated noise=2862.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0046721 Jy ! Component: 100 - total flux cleaned = -0.00492461 Jy ! Component: 150 - total flux cleaned = -0.00502806 Jy ! Component: 200 - total flux cleaned = -0.00493608 Jy ! Total flux subtracted in 200 components = -0.00493608 Jy ! Clean residual min=-0.011837 max=0.008132 Jy/beam ! Clean residual mean=-0.000007 rms=0.002424 Jy/beam ! Combined flux in latest and established models = 0.794281 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 83 components and 0.794281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110225Jy sigma=0.000641 ! Fit after self-cal, rms=0.110066Jy sigma=0.000641 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00115671 Jy ! Component: 100 - total flux cleaned = -0.00114341 Jy ! Component: 150 - total flux cleaned = -0.00128885 Jy ! Component: 200 - total flux cleaned = -0.00135388 Jy ! Total flux subtracted in 200 components = -0.00135388 Jy ! Clean residual min=-0.010955 max=0.007774 Jy/beam ! Clean residual mean=-0.000007 rms=0.002345 Jy/beam ! Combined flux in latest and established models = 0.792928 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 87 components and 0.792928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109900Jy sigma=0.000639 ! Fit after self-cal, rms=0.109844Jy sigma=0.000639 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109844Jy sigma=0.000639 ! Fit after self-cal, rms=0.110927Jy sigma=0.000638 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.753 mas, bmaj=6.878 mas, bpa=3.039 degrees ! Estimated noise=3264.46 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.571486 Jy ! Component: 100 - total flux cleaned = 0.699525 Jy ! Component: 150 - total flux cleaned = 0.743666 Jy ! Component: 200 - total flux cleaned = 0.764558 Jy ! Total flux subtracted in 200 components = 0.764558 Jy ! Clean residual min=-0.013547 max=0.014773 Jy/beam ! Clean residual mean=-0.000019 rms=0.003195 Jy/beam ! Combined flux in latest and established models = 0.764558 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.764558 Jy ! Inverting map and beam ! Estimated beam: bmin=3.265 mas, bmaj=7.979 mas, bpa=3.528 degrees ! Estimated noise=2861.8 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) ! Added new window around map position (4.5, 6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0157102 Jy ! Component: 100 - total flux cleaned = 0.0192948 Jy ! Component: 150 - total flux cleaned = 0.0213278 Jy ! Component: 200 - total flux cleaned = 0.0230657 Jy ! Total flux subtracted in 200 components = 0.0230657 Jy ! Clean residual min=-0.008516 max=0.006732 Jy/beam ! Clean residual mean=-0.000012 rms=0.002159 Jy/beam ! Combined flux in latest and established models = 0.787624 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 51 components and 0.787624 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.642 mas, bmaj=17.6 mas, bpa=16.03 degrees ! Estimated noise=3559.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00141252 Jy ! Component: 100 - total flux cleaned = 0.00214479 Jy ! Component: 150 - total flux cleaned = 0.0027892 Jy ! Component: 200 - total flux cleaned = 0.00326623 Jy ! Total flux subtracted in 200 components = 0.00326623 Jy ! Clean residual min=-0.009450 max=0.007768 Jy/beam ! Clean residual mean=-0.000012 rms=0.002750 Jy/beam ! Combined flux in latest and established models = 0.79089 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.000251058 Jy ! Component: 100 - total flux cleaned = 0.000198163 Jy ! Component: 150 - total flux cleaned = 0.000102511 Jy ! Component: 200 - total flux cleaned = 5.716e-05 Jy ! Total flux subtracted in 200 components = 5.716e-05 Jy ! Clean residual min=-0.009235 max=0.007879 Jy/beam ! Clean residual mean=-0.000011 rms=0.002727 Jy/beam ! Combined flux in latest and established models = 0.790947 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 74 components and 0.790947 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.265 mas, bmaj=7.979 mas, bpa=3.528 degrees ! Estimated noise=2861.8 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000334904 Jy ! Component: 100 - total flux cleaned = -0.000173365 Jy ! Component: 150 - total flux cleaned = -0.000171475 Jy ! Component: 200 - total flux cleaned = -0.000108928 Jy ! Total flux subtracted in 200 components = -0.000108928 Jy ! Clean residual min=-0.007888 max=0.006665 Jy/beam ! Clean residual mean=-0.000005 rms=0.001987 Jy/beam ! Combined flux in latest and established models = 0.790838 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 97 components and 0.790838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110091Jy sigma=0.000632 ! Fit after self-cal, rms=0.109936Jy sigma=0.000631 wmodel J2358-1020_S_2017_06_15_pus_map.mod ! Writing 97 model components to file: J2358-1020_S_2017_06_15_pus_map.mod wobs J2358-1020_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J2358-1020_S_2017_06_15_pus_uvs.fits wwins J2358-1020_S_2017_06_15_pus_map.win ! wwins: Wrote 3 windows to J2358-1020_S_2017_06_15_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.0024236 Jy ! Component: 100 - total flux cleaned = -0.00415733 Jy ! Component: 150 - total flux cleaned = -0.00533712 Jy ! Component: 200 - total flux cleaned = -0.00614152 Jy ! Component: 250 - total flux cleaned = -0.00661362 Jy ! Component: 300 - total flux cleaned = -0.00715907 Jy ! Component: 350 - total flux cleaned = -0.00776505 Jy ! Component: 400 - total flux cleaned = -0.00801458 Jy ! Component: 450 - total flux cleaned = -0.00809484 Jy ! Component: 500 - total flux cleaned = -0.00794577 Jy ! Component: 550 - total flux cleaned = -0.00809622 Jy ! Component: 600 - total flux cleaned = -0.00845192 Jy ! Component: 650 - total flux cleaned = -0.00851859 Jy ! Component: 700 - total flux cleaned = -0.00858414 Jy ! Component: 750 - total flux cleaned = -0.00858294 Jy ! Component: 800 - total flux cleaned = -0.0084548 Jy ! Component: 850 - total flux cleaned = -0.00826878 Jy ! Component: 900 - total flux cleaned = -0.00821017 Jy ! Component: 950 - total flux cleaned = -0.00815186 Jy ! Component: 1000 - total flux cleaned = -0.008151 Jy ! Component: 1050 - total flux cleaned = -0.00809438 Jy ! Component: 1100 - total flux cleaned = -0.00792981 Jy ! Component: 1150 - total flux cleaned = -0.00809343 Jy ! Component: 1200 - total flux cleaned = -0.00804184 Jy ! Component: 1250 - total flux cleaned = -0.0081473 Jy ! Component: 1300 - total flux cleaned = -0.00835222 Jy ! Component: 1350 - total flux cleaned = -0.00830254 Jy ! Component: 1400 - total flux cleaned = -0.0083517 Jy ! Component: 1450 - total flux cleaned = -0.00825493 Jy ! Component: 1500 - total flux cleaned = -0.00839905 Jy ! Component: 1550 - total flux cleaned = -0.00844647 Jy ! Component: 1600 - total flux cleaned = -0.00844678 Jy ! Component: 1650 - total flux cleaned = -0.00853796 Jy ! Component: 1700 - total flux cleaned = -0.00858265 Jy ! Component: 1750 - total flux cleaned = -0.00858286 Jy ! Component: 1800 - total flux cleaned = -0.00862648 Jy ! Component: 1850 - total flux cleaned = -0.00866934 Jy ! Component: 1900 - total flux cleaned = -0.00875462 Jy ! Component: 1950 - total flux cleaned = -0.00896566 Jy ! Component: 2000 - total flux cleaned = -0.00913358 Jy ! Component: 2050 - total flux cleaned = -0.00942416 Jy ! Component: 2100 - total flux cleaned = -0.00967088 Jy ! Component: 2150 - total flux cleaned = -0.00991603 Jy ! Component: 2200 - total flux cleaned = -0.0103201 Jy ! Component: 2250 - total flux cleaned = -0.0104002 Jy ! Component: 2300 - total flux cleaned = -0.0105591 Jy ! Component: 2350 - total flux cleaned = -0.0107565 Jy ! Component: 2400 - total flux cleaned = -0.0109525 Jy ! Component: 2450 - total flux cleaned = -0.0111472 Jy ! Component: 2500 - total flux cleaned = -0.0114176 Jy ! Component: 2550 - total flux cleaned = -0.0116093 Jy ! Component: 2600 - total flux cleaned = -0.0116856 Jy ! Component: 2650 - total flux cleaned = -0.0118751 Jy ! Component: 2700 - total flux cleaned = -0.011988 Jy ! Component: 2750 - total flux cleaned = -0.0121751 Jy ! Component: 2800 - total flux cleaned = -0.0123617 Jy ! Component: 2850 - total flux cleaned = -0.0125477 Jy ! Component: 2900 - total flux cleaned = -0.012696 Jy ! Component: 2950 - total flux cleaned = -0.0128072 Jy ! Component: 3000 - total flux cleaned = -0.012992 Jy ! Component: 3050 - total flux cleaned = -0.0131768 Jy ! Component: 3100 - total flux cleaned = -0.0132138 Jy ! Component: 3150 - total flux cleaned = -0.013362 Jy ! Component: 3200 - total flux cleaned = -0.0135103 Jy ! Component: 3250 - total flux cleaned = -0.0136586 Jy ! Component: 3300 - total flux cleaned = -0.0137702 Jy ! Component: 3350 - total flux cleaned = -0.0138822 Jy ! Component: 3400 - total flux cleaned = -0.0140316 Jy ! Component: 3450 - total flux cleaned = -0.0141446 Jy ! Component: 3500 - total flux cleaned = -0.014258 Jy ! Component: 3550 - total flux cleaned = -0.0143343 Jy ! Component: 3600 - total flux cleaned = -0.0144489 Jy ! Component: 3650 - total flux cleaned = -0.0144488 Jy ! Component: 3700 - total flux cleaned = -0.0145651 Jy ! Component: 3750 - total flux cleaned = -0.0146042 Jy ! Component: 3800 - total flux cleaned = -0.0148008 Jy ! Component: 3850 - total flux cleaned = -0.0148803 Jy ! Component: 3900 - total flux cleaned = -0.0149205 Jy ! Component: 3950 - total flux cleaned = -0.0150811 Jy ! Component: 4000 - total flux cleaned = -0.0152032 Jy ! Component: 4050 - total flux cleaned = -0.015326 Jy ! Total flux subtracted in 4096 components = -0.0153261 Jy ! Clean residual min=-0.002767 max=0.002297 Jy/beam ! Clean residual mean=-0.000008 rms=0.000686 Jy/beam ! Combined flux in latest and established models = 0.775512 Jy keep ! Adding 252 model components to the UV plane model. ! The established model now contains 349 components and 0.775512 Jy ![Exited script file: muppet] wmap "J2358-1020_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.265 x 7.979 at 3.528 degrees (North through East) ! Clean map min=-0.0096663 max=0.70495 Jy/beam ! Writing clean map to FITS file: J2358-1020_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.704949 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000693523 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.295137 0.295137 0.590275 1.18055 2.3611 4.7222 9.4444 18.8888 37.7776 75.5552 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.002 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.704 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.265 x 7.979 at 3.528 degrees (North through East) ! Clean map min=-0.0096663 max=0.70495 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 J2358-1020_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:29:45 2019