! Started logfile: J2005-3723_S_2017_02_24_pus_uvs.log on Sat May 4 11:34:22 2019 obs J2005-3723_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J2005-3723_S_2017_02_24_pus_uva.fits ! AN table 1: 32 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.592361 visibilities/baseline/integration-bin. ! Found source: J2005-3723 ! ! 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 823 lines of history. ! ! Reading 3412 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 J2005-3723_S_2017_02_24_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 81 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 81 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 81 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 162 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.625876Jy sigma=0.003573 ! Fit after self-cal, rms=0.616462Jy sigma=0.003527 ! 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.619 mas, bmaj=7.988 mas, bpa=-3.737 degrees ! Estimated noise=3057.96 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.304734 Jy ! Component: 100 - total flux cleaned = 0.371865 Jy ! Total flux subtracted in 100 components = 0.371865 Jy ! Clean residual min=-0.020144 max=0.030530 Jy/beam ! Clean residual mean=-0.000009 rms=0.004516 Jy/beam ! Combined flux in latest and established models = 0.371865 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.371865 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.150968Jy sigma=0.000810 ! Fit after self-cal, rms=0.150973Jy sigma=0.000810 ! Inverting map ! Added new window around map position (3.5, 7.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0273727 Jy ! Component: 100 - total flux cleaned = 0.0418594 Jy ! Total flux subtracted in 100 components = 0.0418594 Jy ! Clean residual min=-0.019593 max=0.024451 Jy/beam ! Clean residual mean=0.000017 rms=0.004046 Jy/beam ! Combined flux in latest and established models = 0.413724 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 17 components and 0.413724 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145221Jy sigma=0.000775 ! Fit after self-cal, rms=0.144833Jy sigma=0.000772 ! 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.292 mas, bmaj=9.703 mas, bpa=-2.774 degrees ! Estimated noise=2288.49 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.0122564 Jy ! Component: 100 - total flux cleaned = 0.0175357 Jy ! Component: 150 - total flux cleaned = 0.0179874 Jy ! Component: 200 - total flux cleaned = 0.0181218 Jy ! Total flux subtracted in 200 components = 0.0181218 Jy ! Clean residual min=-0.013097 max=0.020577 Jy/beam ! Clean residual mean=0.000003 rms=0.004137 Jy/beam ! Combined flux in latest and established models = 0.431846 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 30 components and 0.431846 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143863Jy sigma=0.000766 ! Fit after self-cal, rms=0.143864Jy sigma=0.000765 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.22 FD 1.00 HN 1.48 KP 0.97 ! LA 0.96 MK 0.96 NL 0.96 OV 0.98 ! PT 1.00 SC 0.91 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.33 FD 0.97 HN 1.49 KP 0.93 ! LA 0.92 MK 0.98 NL 0.95 OV 1.04 ! PT 0.94 SC 0.99 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.41 FD 1.00 HN 1.50 KP 0.98 ! LA 0.99 MK 1.01 NL 1.05 OV 0.96 ! PT 0.94 SC 0.99 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.43 FD 0.98 HN 1.67 KP 1.00* ! LA 0.90 MK 0.93 NL 1.00* OV 0.96 ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.143864Jy sigma=0.000765 ! Fit after self-cal, rms=0.154610Jy sigma=0.000703 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.281 mas, bmaj=9.657 mas, bpa=-2.678 degrees ! Estimated noise=2303.72 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.000646613 Jy ! Component: 100 - total flux cleaned = -0.000800287 Jy ! Component: 150 - total flux cleaned = -0.000922587 Jy ! Component: 200 - total flux cleaned = -0.000919761 Jy ! Total flux subtracted in 200 components = -0.000919761 Jy ! Clean residual min=-0.011287 max=0.010578 Jy/beam ! Clean residual mean=0.000068 rms=0.002711 Jy/beam ! Combined flux in latest and established models = 0.430926 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 40 components and 0.430926 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.154307Jy sigma=0.000701 ! Fit after self-cal, rms=0.154611Jy sigma=0.000701 ! 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.154611Jy sigma=0.000701 ! Fit after self-cal, rms=0.155761Jy sigma=0.000693 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.286 mas, bmaj=9.707 mas, bpa=-2.65 degrees ! Estimated noise=2316.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000691398 Jy ! Component: 100 - total flux cleaned = 0.000820148 Jy ! Component: 150 - total flux cleaned = 0.000724291 Jy ! Component: 200 - total flux cleaned = 0.000636667 Jy ! Total flux subtracted in 200 components = 0.000636667 Jy ! Clean residual min=-0.010341 max=0.008561 Jy/beam ! Clean residual mean=0.000038 rms=0.002569 Jy/beam ! Combined flux in latest and established models = 0.431563 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 47 components and 0.431563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155545Jy sigma=0.000693 ! Fit after self-cal, rms=0.155525Jy sigma=0.000692 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.000819771 Jy ! Component: 100 - total flux cleaned = -0.000732687 Jy ! Component: 150 - total flux cleaned = -0.0007295 Jy ! Component: 200 - total flux cleaned = -0.000883942 Jy ! Total flux subtracted in 200 components = -0.000883942 Jy ! Clean residual min=-0.010202 max=0.008546 Jy/beam ! Clean residual mean=0.000036 rms=0.002557 Jy/beam ! Combined flux in latest and established models = 0.430679 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 50 components and 0.430679 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155422Jy sigma=0.000692 ! Fit after self-cal, rms=0.155411Jy sigma=0.000692 ! 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.155411Jy sigma=0.000692 ! Fit after self-cal, rms=0.148021Jy sigma=0.000651 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.288 mas, bmaj=9.71 mas, bpa=-2.636 degrees ! Estimated noise=2311.6 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00199841 Jy ! Component: 100 - total flux cleaned = -0.0019965 Jy ! Component: 150 - total flux cleaned = -0.00204708 Jy ! Component: 200 - total flux cleaned = -0.00209304 Jy ! Total flux subtracted in 200 components = -0.00209304 Jy ! Clean residual min=-0.005639 max=0.005389 Jy/beam ! Clean residual mean=0.000028 rms=0.001424 Jy/beam ! Combined flux in latest and established models = 0.428586 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 59 components and 0.428586 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147950Jy sigma=0.000650 ! Fit after self-cal, rms=0.148013Jy sigma=0.000650 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.000489156 Jy ! Component: 100 - total flux cleaned = -0.000485809 Jy ! Component: 150 - total flux cleaned = -0.000525493 Jy ! Component: 200 - total flux cleaned = -0.000525574 Jy ! Total flux subtracted in 200 components = -0.000525574 Jy ! Clean residual min=-0.005587 max=0.005336 Jy/beam ! Clean residual mean=0.000028 rms=0.001412 Jy/beam ! Combined flux in latest and established models = 0.42806 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 67 components and 0.42806 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147977Jy sigma=0.000650 ! Fit after self-cal, rms=0.147973Jy sigma=0.000650 ! 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.147973Jy sigma=0.000650 ! Fit after self-cal, rms=0.148770Jy sigma=0.000650 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.888 mas, bmaj=27.91 mas, bpa=1.169 degrees ! Estimated noise=2792.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0013642 Jy ! Component: 100 - total flux cleaned = -0.00136602 Jy ! Component: 150 - total flux cleaned = -0.00136439 Jy ! Component: 200 - total flux cleaned = -0.00136351 Jy ! Total flux subtracted in 200 components = -0.00136351 Jy ! Clean residual min=-0.005717 max=0.005205 Jy/beam ! Clean residual mean=0.000048 rms=0.001608 Jy/beam ! Combined flux in latest and established models = 0.426697 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 76 components and 0.426697 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148756Jy sigma=0.000650 ! Fit after self-cal, rms=0.148756Jy sigma=0.000650 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.000271782 Jy ! Component: 100 - total flux cleaned = -0.000295717 Jy ! Component: 150 - total flux cleaned = -0.000292002 Jy ! Component: 200 - total flux cleaned = -0.000290365 Jy ! Total flux subtracted in 200 components = -0.000290365 Jy ! Clean residual min=-0.005657 max=0.005182 Jy/beam ! Clean residual mean=0.000047 rms=0.001600 Jy/beam ! Combined flux in latest and established models = 0.426406 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 79 components and 0.426406 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148749Jy sigma=0.000650 ! Fit after self-cal, rms=0.148750Jy sigma=0.000650 ! 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.289 mas, bmaj=9.716 mas, bpa=-2.604 degrees ! Estimated noise=2311.26 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.289 x 9.716 at -2.604 degrees (North through East) ! Clean map min=-0.0054113 max=0.3996 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.62 mas, bmaj=7.95 mas, bpa=-3.37 degrees ! Estimated noise=3140.4 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.312287 Jy ! Component: 100 - total flux cleaned = 0.380882 Jy ! Component: 150 - total flux cleaned = 0.404083 Jy ! Component: 200 - total flux cleaned = 0.41638 Jy ! Total flux subtracted in 200 components = 0.41638 Jy ! Clean residual min=-0.007818 max=0.008263 Jy/beam ! Clean residual mean=0.000011 rms=0.002055 Jy/beam ! Combined flux in latest and established models = 0.41638 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 0.41638 Jy ! Inverting map and beam ! Estimated beam: bmin=3.289 mas, bmaj=9.716 mas, bpa=-2.604 degrees ! Estimated noise=2311.26 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.00768053 Jy ! Component: 100 - total flux cleaned = 0.010091 Jy ! Component: 150 - total flux cleaned = 0.0101897 Jy ! Component: 200 - total flux cleaned = 0.0102754 Jy ! Total flux subtracted in 200 components = 0.0102754 Jy ! Clean residual min=-0.005475 max=0.005150 Jy/beam ! Clean residual mean=0.000027 rms=0.001419 Jy/beam ! Combined flux in latest and established models = 0.426655 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 31 components and 0.426655 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.888 mas, bmaj=27.91 mas, bpa=1.169 degrees ! Estimated noise=2792.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000121966 Jy ! Component: 100 - total flux cleaned = 0.000121754 Jy ! Component: 150 - total flux cleaned = 0.000120851 Jy ! Component: 200 - total flux cleaned = 8.23086e-05 Jy ! Total flux subtracted in 200 components = 8.23086e-05 Jy ! Clean residual min=-0.005656 max=0.005099 Jy/beam ! Clean residual mean=0.000048 rms=0.001602 Jy/beam ! Combined flux in latest and established models = 0.426738 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 = -3.54597e-05 Jy ! Component: 100 - total flux cleaned = -6.85966e-05 Jy ! Component: 150 - total flux cleaned = -0.000100007 Jy ! Component: 200 - total flux cleaned = -0.00012954 Jy ! Total flux subtracted in 200 components = -0.00012954 Jy ! Clean residual min=-0.005657 max=0.005098 Jy/beam ! Clean residual mean=0.000048 rms=0.001599 Jy/beam ! Combined flux in latest and established models = 0.426608 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 39 components and 0.426608 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.289 mas, bmaj=9.716 mas, bpa=-2.604 degrees ! Estimated noise=2311.26 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000106126 Jy ! Component: 100 - total flux cleaned = 8.2942e-06 Jy ! Component: 150 - total flux cleaned = 6.17919e-05 Jy ! Component: 200 - total flux cleaned = 0.000108655 Jy ! Total flux subtracted in 200 components = 0.000108655 Jy ! Clean residual min=-0.005500 max=0.005159 Jy/beam ! Clean residual mean=0.000027 rms=0.001403 Jy/beam ! Combined flux in latest and established models = 0.426717 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 48 components and 0.426717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148764Jy sigma=0.000650 ! Fit after self-cal, rms=0.148744Jy sigma=0.000650 wmodel J2005-3723_S_2017_02_24_pus_map.mod ! Writing 48 model components to file: J2005-3723_S_2017_02_24_pus_map.mod wobs J2005-3723_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J2005-3723_S_2017_02_24_pus_uvs.fits wwins J2005-3723_S_2017_02_24_pus_map.win ! wwins: Wrote 2 windows to J2005-3723_S_2017_02_24_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.00103197 Jy ! Component: 100 - total flux cleaned = -0.00122161 Jy ! Component: 150 - total flux cleaned = -0.00149501 Jy ! Component: 200 - total flux cleaned = -0.00158214 Jy ! Component: 250 - total flux cleaned = -0.00158243 Jy ! Component: 300 - total flux cleaned = -0.00158283 Jy ! Component: 350 - total flux cleaned = -0.00150332 Jy ! Component: 400 - total flux cleaned = -0.00111546 Jy ! Component: 450 - total flux cleaned = -0.000736095 Jy ! Component: 500 - total flux cleaned = -0.000288835 Jy ! Component: 550 - total flux cleaned = -6.94869e-05 Jy ! Component: 600 - total flux cleaned = -6.9947e-05 Jy ! Component: 650 - total flux cleaned = 0.000143214 Jy ! Component: 700 - total flux cleaned = 0.000491088 Jy ! Component: 750 - total flux cleaned = 0.00069522 Jy ! Component: 800 - total flux cleaned = 0.000829678 Jy ! Component: 850 - total flux cleaned = 0.00103021 Jy ! Component: 900 - total flux cleaned = 0.00155823 Jy ! Component: 950 - total flux cleaned = 0.00175285 Jy ! Component: 1000 - total flux cleaned = 0.00201084 Jy ! Component: 1050 - total flux cleaned = 0.00213933 Jy ! Component: 1100 - total flux cleaned = 0.00258045 Jy ! Component: 1150 - total flux cleaned = 0.00289043 Jy ! Component: 1200 - total flux cleaned = 0.00301385 Jy ! Component: 1250 - total flux cleaned = 0.00325699 Jy ! Component: 1300 - total flux cleaned = 0.00349819 Jy ! Component: 1350 - total flux cleaned = 0.00385414 Jy ! Component: 1400 - total flux cleaned = 0.00403022 Jy ! Component: 1450 - total flux cleaned = 0.00414618 Jy ! Component: 1500 - total flux cleaned = 0.00420446 Jy ! Component: 1550 - total flux cleaned = 0.00471844 Jy ! Component: 1600 - total flux cleaned = 0.00488797 Jy ! Component: 1650 - total flux cleaned = 0.00511149 Jy ! Component: 1700 - total flux cleaned = 0.00533288 Jy ! Component: 1750 - total flux cleaned = 0.00549775 Jy ! Component: 1800 - total flux cleaned = 0.00582479 Jy ! Component: 1850 - total flux cleaned = 0.00604047 Jy ! Component: 1900 - total flux cleaned = 0.00625424 Jy ! Component: 1950 - total flux cleaned = 0.00657238 Jy ! Component: 2000 - total flux cleaned = 0.00673032 Jy ! Component: 2050 - total flux cleaned = 0.00693899 Jy ! Component: 2100 - total flux cleaned = 0.00724895 Jy ! Component: 2150 - total flux cleaned = 0.00750515 Jy ! Component: 2200 - total flux cleaned = 0.00765735 Jy ! Component: 2250 - total flux cleaned = 0.00790952 Jy ! Component: 2300 - total flux cleaned = 0.00825886 Jy ! Component: 2350 - total flux cleaned = 0.0084078 Jy ! Component: 2400 - total flux cleaned = 0.00870298 Jy ! Component: 2450 - total flux cleaned = 0.00894766 Jy ! Component: 2500 - total flux cleaned = 0.00914147 Jy ! Component: 2550 - total flux cleaned = 0.00952591 Jy ! Component: 2600 - total flux cleaned = 0.00990767 Jy ! Component: 2650 - total flux cleaned = 0.0100968 Jy ! Component: 2700 - total flux cleaned = 0.0103789 Jy ! Component: 2750 - total flux cleaned = 0.0105652 Jy ! Component: 2800 - total flux cleaned = 0.0108432 Jy ! Component: 2850 - total flux cleaned = 0.0111655 Jy ! Component: 2900 - total flux cleaned = 0.011303 Jy ! Component: 2950 - total flux cleaned = 0.0115752 Jy ! Component: 3000 - total flux cleaned = 0.0117557 Jy ! Component: 3050 - total flux cleaned = 0.012025 Jy ! Component: 3100 - total flux cleaned = 0.0122473 Jy ! Component: 3150 - total flux cleaned = 0.0124243 Jy ! Component: 3200 - total flux cleaned = 0.0124683 Jy ! Component: 3250 - total flux cleaned = 0.0126868 Jy ! Component: 3300 - total flux cleaned = 0.0128601 Jy ! Component: 3350 - total flux cleaned = 0.0130752 Jy ! Component: 3400 - total flux cleaned = 0.0132031 Jy ! Component: 3450 - total flux cleaned = 0.0131181 Jy ! Component: 3500 - total flux cleaned = 0.0131182 Jy ! Component: 3550 - total flux cleaned = 0.0132867 Jy ! Component: 3600 - total flux cleaned = 0.0134125 Jy ! Component: 3650 - total flux cleaned = 0.0134544 Jy ! Component: 3700 - total flux cleaned = 0.013537 Jy ! Component: 3750 - total flux cleaned = 0.0135785 Jy ! Component: 3800 - total flux cleaned = 0.0136607 Jy ! Component: 3850 - total flux cleaned = 0.0138233 Jy ! Component: 3900 - total flux cleaned = 0.014066 Jy ! Component: 3950 - total flux cleaned = 0.0139454 Jy ! Component: 4000 - total flux cleaned = 0.0141856 Jy ! Component: 4050 - total flux cleaned = 0.0141854 Jy ! Total flux subtracted in 4096 components = 0.0143437 Jy ! Clean residual min=-0.002166 max=0.002434 Jy/beam ! Clean residual mean=0.000011 rms=0.000737 Jy/beam ! Combined flux in latest and established models = 0.44106 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 330 components and 0.441061 Jy ![Exited script file: muppet] wmap "J2005-3723_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.289 x 9.716 at -2.604 degrees (North through East) ! Clean map min=-0.004833 max=0.40161 Jy/beam ! Writing clean map to FITS file: J2005-3723_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.401615 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000733376 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.547821 0.547821 1.09564 2.19128 4.38257 8.76513 17.5303 35.0605 70.1211 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0022 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.401 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.289 x 9.716 at -2.604 degrees (North through East) ! Clean map min=-0.004833 max=0.40161 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 J2005-3723_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:34:27 2019