! Started logfile: J0805+2106_S_2014_08_09_pus_uvs.log on Tue Nov 29 22:58:00 2016 obs J0805+2106_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J0805+2106_S_2014_08_09_pus_uva.fits ! AN table 1: 57 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.65692 visibilities/baseline/integration-bin. ! Found source: J0805+2106 ! ! 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 342 lines of history. ! ! Reading 6740 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 J0805+2106_S_2014_08_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 110 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 110 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 110 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 110 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.546203Jy sigma=0.005153 ! Fit after self-cal, rms=0.452852Jy sigma=0.004410 ! 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.157 mas, bmaj=7.594 mas, bpa=-18.03 degrees ! Estimated noise=1200.32 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.46475 Jy ! Component: 100 - total flux cleaned = 0.60312 Jy ! Total flux subtracted in 100 components = 0.60312 Jy ! Clean residual min=-0.043338 max=0.065813 Jy/beam ! Clean residual mean=-0.000122 rms=0.009958 Jy/beam ! Combined flux in latest and established models = 0.603121 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 21 components and 0.603121 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.346730Jy sigma=0.001733 ! Fit after self-cal, rms=0.346712Jy sigma=0.001733 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0765078 Jy ! Component: 100 - total flux cleaned = 0.121753 Jy ! Total flux subtracted in 100 components = 0.121753 Jy ! Clean residual min=-0.031774 max=0.027387 Jy/beam ! Clean residual mean=-0.000063 rms=0.007218 Jy/beam ! Combined flux in latest and established models = 0.724874 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 32 components and 0.724874 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.314462Jy sigma=0.001406 ! Fit after self-cal, rms=0.314447Jy sigma=0.001406 ! 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.884 mas, bmaj=8.498 mas, bpa=-17.11 degrees ! Estimated noise=855.579 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.0302992 Jy ! Component: 100 - total flux cleaned = 0.0483309 Jy ! Component: 150 - total flux cleaned = 0.0606265 Jy ! Component: 200 - total flux cleaned = 0.068815 Jy ! Total flux subtracted in 200 components = 0.068815 Jy ! Clean residual min=-0.029323 max=0.020095 Jy/beam ! Clean residual mean=-0.000006 rms=0.006938 Jy/beam ! Combined flux in latest and established models = 0.793689 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 51 components and 0.793689 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.304823Jy sigma=0.001397 ! Fit after self-cal, rms=0.304820Jy sigma=0.001396 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.78 HN 0.98 KP 1.09 ! LA 1.12 MK 1.06 NL 1.01 OV 0.99 ! PT 1.08 SC 1.03 ! ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.94 HN 1.05 KP 1.04 ! LA 1.08 MK 1.04 NL 1.05 OV 1.03 ! PT 1.05 SC 1.13 ! ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.07 HN 1.07 KP 0.92 ! LA 0.86 MK 1.07 NL 1.02 OV 0.96 ! PT 1.05 SC 1.09 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 1.03 HN 1.02 KP 0.90 ! LA 0.82 MK 1.08 NL 1.11 OV 1.02 ! PT 1.07 SC 1.09 ! ! ! Fit before self-cal, rms=0.304820Jy sigma=0.001396 ! Fit after self-cal, rms=0.253348Jy sigma=0.001148 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.953 mas, bmaj=8.595 mas, bpa=-17.18 degrees ! Estimated noise=890.964 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.0136854 Jy ! Component: 100 - total flux cleaned = 0.016128 Jy ! Component: 150 - total flux cleaned = 0.0161266 Jy ! Component: 200 - total flux cleaned = 0.0159888 Jy ! Total flux subtracted in 200 components = 0.0159888 Jy ! Clean residual min=-0.025066 max=0.018903 Jy/beam ! Clean residual mean=0.000041 rms=0.006605 Jy/beam ! Combined flux in latest and established models = 0.809678 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 66 components and 0.809678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.249716Jy sigma=0.001157 ! Fit after self-cal, rms=0.249695Jy sigma=0.001157 ! 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.249695Jy sigma=0.001157 ! Fit after self-cal, rms=0.109159Jy sigma=0.000875 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.976 mas, bmaj=8.606 mas, bpa=-17.08 degrees ! Estimated noise=894.885 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00129188 Jy ! Component: 100 - total flux cleaned = 0.00145458 Jy ! Component: 150 - total flux cleaned = 0.00145008 Jy ! Component: 200 - total flux cleaned = 0.0015762 Jy ! Total flux subtracted in 200 components = 0.0015762 Jy ! Clean residual min=-0.006093 max=0.005941 Jy/beam ! Clean residual mean=-0.000010 rms=0.001336 Jy/beam ! Combined flux in latest and established models = 0.811254 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 77 components and 0.811254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108591Jy sigma=0.000871 ! Fit after self-cal, rms=0.108473Jy sigma=0.000871 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.000173192 Jy ! Component: 100 - total flux cleaned = -0.00026312 Jy ! Component: 150 - total flux cleaned = -0.000435532 Jy ! Component: 200 - total flux cleaned = -0.000598542 Jy ! Total flux subtracted in 200 components = -0.000598542 Jy ! Clean residual min=-0.006007 max=0.005813 Jy/beam ! Clean residual mean=-0.000010 rms=0.001319 Jy/beam ! Combined flux in latest and established models = 0.810656 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 88 components and 0.810656 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108290Jy sigma=0.000869 ! Fit after self-cal, rms=0.108291Jy sigma=0.000869 ! 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.108291Jy sigma=0.000869 ! Fit after self-cal, rms=0.108194Jy sigma=0.000868 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.981 mas, bmaj=8.592 mas, bpa=-16.97 degrees ! Estimated noise=898.339 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00267761 Jy ! Component: 100 - total flux cleaned = 0.00258362 Jy ! Component: 150 - total flux cleaned = 0.00248838 Jy ! Component: 200 - total flux cleaned = 0.00232255 Jy ! Total flux subtracted in 200 components = 0.00232255 Jy ! Clean residual min=-0.005821 max=0.005133 Jy/beam ! Clean residual mean=-0.000009 rms=0.001204 Jy/beam ! Combined flux in latest and established models = 0.812978 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 91 components and 0.812978 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107854Jy sigma=0.000866 ! Fit after self-cal, rms=0.107853Jy sigma=0.000866 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.00018549 Jy ! Component: 100 - total flux cleaned = -0.000260628 Jy ! Component: 150 - total flux cleaned = -0.000397215 Jy ! Component: 200 - total flux cleaned = -0.000526885 Jy ! Total flux subtracted in 200 components = -0.000526885 Jy ! Clean residual min=-0.005747 max=0.005099 Jy/beam ! Clean residual mean=-0.000009 rms=0.001190 Jy/beam ! Combined flux in latest and established models = 0.812452 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 93 components and 0.812452 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107737Jy sigma=0.000866 ! Fit after self-cal, rms=0.107738Jy sigma=0.000866 ! 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.107738Jy sigma=0.000866 ! Fit after self-cal, rms=0.108126Jy sigma=0.000865 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.875 mas, bmaj=10.46 mas, bpa=-9.296 degrees ! Estimated noise=1033.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00142714 Jy ! Component: 100 - total flux cleaned = 0.00143094 Jy ! Component: 150 - total flux cleaned = 0.00143367 Jy ! Component: 200 - total flux cleaned = 0.00127357 Jy ! Total flux subtracted in 200 components = 0.00127357 Jy ! Clean residual min=-0.004621 max=0.004187 Jy/beam ! Clean residual mean=-0.000016 rms=0.001188 Jy/beam ! Combined flux in latest and established models = 0.813725 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 105 components and 0.813725 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107956Jy sigma=0.000865 ! Fit after self-cal, rms=0.107950Jy sigma=0.000865 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.000286391 Jy ! Component: 100 - total flux cleaned = -0.000385056 Jy ! Component: 150 - total flux cleaned = -0.000437662 Jy ! Component: 200 - total flux cleaned = -0.000458608 Jy ! Total flux subtracted in 200 components = -0.000458608 Jy ! Clean residual min=-0.004634 max=0.004194 Jy/beam ! Clean residual mean=-0.000016 rms=0.001185 Jy/beam ! Combined flux in latest and established models = 0.813267 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 111 components and 0.813267 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107924Jy sigma=0.000865 ! Fit after self-cal, rms=0.107922Jy sigma=0.000865 ! 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.986 mas, bmaj=8.585 mas, bpa=-16.89 degrees ! Estimated noise=902.328 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.986 x 8.585 at -16.89 degrees (North through East) ! Clean map min=-0.0047485 max=0.65744 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.107922Jy sigma=0.000865 ! Fit after self-cal, rms=0.080441Jy sigma=0.000706 ! Inverting map and beam ! Estimated beam: bmin=3.988 mas, bmaj=8.593 mas, bpa=-16.98 degrees ! Estimated noise=902.153 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000565339 Jy ! Component: 100 - total flux cleaned = -0.000842012 Jy ! Component: 150 - total flux cleaned = -0.00100119 Jy ! Component: 200 - total flux cleaned = -0.0012115 Jy ! Total flux subtracted in 200 components = -0.0012115 Jy ! Clean residual min=-0.004548 max=0.004397 Jy/beam ! Clean residual mean=-0.000005 rms=0.000876 Jy/beam ! Combined flux in latest and established models = 0.812055 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 113 components and 0.812055 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080238Jy sigma=0.000705 ! Fit after self-cal, rms=0.080239Jy sigma=0.000705 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000127344 Jy ! Component: 100 - total flux cleaned = -0.000187479 Jy ! Component: 150 - total flux cleaned = -0.000244963 Jy ! Component: 200 - total flux cleaned = -0.000354169 Jy ! Total flux subtracted in 200 components = -0.000354169 Jy ! Clean residual min=-0.004537 max=0.004322 Jy/beam ! Clean residual mean=-0.000005 rms=0.000865 Jy/beam ! Combined flux in latest and established models = 0.811701 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 114 components and 0.811701 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080139Jy sigma=0.000704 ! Fit after self-cal, rms=0.080141Jy sigma=0.000704 ! 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.080141Jy sigma=0.000704 ! Fit after self-cal, rms=0.080156Jy sigma=0.000704 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=3.241 mas, bmaj=7.712 mas, bpa=-17.88 degrees ! Estimated noise=1277.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.494009 Jy ! Component: 100 - total flux cleaned = 0.631707 Jy ! Component: 150 - total flux cleaned = 0.704986 Jy ! Component: 200 - total flux cleaned = 0.748045 Jy ! Total flux subtracted in 200 components = 0.748045 Jy ! Clean residual min=-0.014470 max=0.021795 Jy/beam ! Clean residual mean=-0.000035 rms=0.003346 Jy/beam ! Combined flux in latest and established models = 0.748045 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.748045 Jy ! Inverting map and beam ! Estimated beam: bmin=3.994 mas, bmaj=8.589 mas, bpa=-16.92 degrees ! Estimated noise=902.903 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.0281585 Jy ! Component: 100 - total flux cleaned = 0.0439462 Jy ! Component: 150 - total flux cleaned = 0.0532803 Jy ! Component: 200 - total flux cleaned = 0.0565831 Jy ! Total flux subtracted in 200 components = 0.0565831 Jy ! Clean residual min=-0.005903 max=0.005244 Jy/beam ! Clean residual mean=-0.000006 rms=0.001206 Jy/beam ! Combined flux in latest and established models = 0.804628 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 53 components and 0.804628 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.893 mas, bmaj=10.46 mas, bpa=-9.283 degrees ! Estimated noise=1032.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00381224 Jy ! Component: 100 - total flux cleaned = 0.0054214 Jy ! Component: 150 - total flux cleaned = 0.00592135 Jy ! Component: 200 - total flux cleaned = 0.00608403 Jy ! Total flux subtracted in 200 components = 0.00608403 Jy ! Clean residual min=-0.002974 max=0.003379 Jy/beam ! Clean residual mean=-0.000008 rms=0.000806 Jy/beam ! Combined flux in latest and established models = 0.810712 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.00011893 Jy ! Component: 100 - total flux cleaned = 0.000225989 Jy ! Component: 150 - total flux cleaned = 0.000245474 Jy ! Component: 200 - total flux cleaned = 0.000246026 Jy ! Total flux subtracted in 200 components = 0.000246026 Jy ! Clean residual min=-0.002941 max=0.003370 Jy/beam ! Clean residual mean=-0.000008 rms=0.000803 Jy/beam ! Combined flux in latest and established models = 0.810958 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 67 components and 0.810958 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.994 mas, bmaj=8.589 mas, bpa=-16.92 degrees ! Estimated noise=902.903 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00101834 Jy ! Component: 100 - total flux cleaned = -0.00100306 Jy ! Component: 150 - total flux cleaned = -0.000701869 Jy ! Component: 200 - total flux cleaned = -0.000556414 Jy ! Total flux subtracted in 200 components = -0.000556414 Jy ! Clean residual min=-0.005513 max=0.004601 Jy/beam ! Clean residual mean=-0.000004 rms=0.001066 Jy/beam ! Combined flux in latest and established models = 0.810402 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 74 components and 0.810402 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081762Jy sigma=0.000714 ! Fit after self-cal, rms=0.081734Jy sigma=0.000714 wmodel J0805+2106_S_2014_08_09_pus_map.mod ! Writing 74 model components to file: J0805+2106_S_2014_08_09_pus_map.mod wobs J0805+2106_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J0805+2106_S_2014_08_09_pus_uvs.fits wwins J0805+2106_S_2014_08_09_pus_map.win ! wwins: Wrote 1 windows to J0805+2106_S_2014_08_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.00245691 Jy ! Component: 100 - total flux cleaned = -0.00445746 Jy ! Component: 150 - total flux cleaned = -0.00604336 Jy ! Component: 200 - total flux cleaned = -0.00760817 Jy ! Component: 250 - total flux cleaned = -0.00902888 Jy ! Component: 300 - total flux cleaned = -0.0103184 Jy ! Component: 350 - total flux cleaned = -0.0113595 Jy ! Component: 400 - total flux cleaned = -0.0121114 Jy ! Component: 450 - total flux cleaned = -0.0129 Jy ! Component: 500 - total flux cleaned = -0.0136037 Jy ! Component: 550 - total flux cleaned = -0.0141171 Jy ! Component: 600 - total flux cleaned = -0.0146725 Jy ! Component: 650 - total flux cleaned = -0.0151583 Jy ! Component: 700 - total flux cleaned = -0.015423 Jy ! Component: 750 - total flux cleaned = -0.0157856 Jy ! Component: 800 - total flux cleaned = -0.0160908 Jy ! Component: 850 - total flux cleaned = -0.0164893 Jy ! Component: 900 - total flux cleaned = -0.0168302 Jy ! Component: 950 - total flux cleaned = -0.0170696 Jy ! Component: 1000 - total flux cleaned = -0.0174449 Jy ! Component: 1050 - total flux cleaned = -0.017767 Jy ! Component: 1100 - total flux cleaned = -0.0181741 Jy ! Component: 1150 - total flux cleaned = -0.018486 Jy ! Component: 1200 - total flux cleaned = -0.0188805 Jy ! Component: 1250 - total flux cleaned = -0.0190959 Jy ! Component: 1300 - total flux cleaned = -0.0193936 Jy ! Component: 1350 - total flux cleaned = -0.0196864 Jy ! Component: 1400 - total flux cleaned = -0.0200158 Jy ! Component: 1450 - total flux cleaned = -0.0201371 Jy ! Component: 1500 - total flux cleaned = -0.020457 Jy ! Component: 1550 - total flux cleaned = -0.0207321 Jy ! Component: 1600 - total flux cleaned = -0.0208874 Jy ! Component: 1650 - total flux cleaned = -0.0211936 Jy ! Component: 1700 - total flux cleaned = -0.0212322 Jy ! Component: 1750 - total flux cleaned = -0.021531 Jy ! Component: 1800 - total flux cleaned = -0.0216785 Jy ! Component: 1850 - total flux cleaned = -0.0219324 Jy ! Component: 1900 - total flux cleaned = -0.0220035 Jy ! Component: 1950 - total flux cleaned = -0.0222506 Jy ! Component: 2000 - total flux cleaned = -0.0222851 Jy ! Component: 2050 - total flux cleaned = -0.0223541 Jy ! Component: 2100 - total flux cleaned = -0.02249 Jy ! Component: 2150 - total flux cleaned = -0.0225905 Jy ! Component: 2200 - total flux cleaned = -0.0226908 Jy ! Component: 2250 - total flux cleaned = -0.0227239 Jy ! Component: 2300 - total flux cleaned = -0.022724 Jy ! Component: 2350 - total flux cleaned = -0.022981 Jy ! Component: 2400 - total flux cleaned = -0.0230755 Jy ! Component: 2450 - total flux cleaned = -0.0230755 Jy ! Component: 2500 - total flux cleaned = -0.0232306 Jy ! Component: 2550 - total flux cleaned = -0.0232914 Jy ! Component: 2600 - total flux cleaned = -0.0232606 Jy ! Component: 2650 - total flux cleaned = -0.023351 Jy ! Component: 2700 - total flux cleaned = -0.0234996 Jy ! Component: 2750 - total flux cleaned = -0.0235286 Jy ! Component: 2800 - total flux cleaned = -0.0235577 Jy ! Component: 2850 - total flux cleaned = -0.0236157 Jy ! Component: 2900 - total flux cleaned = -0.0236731 Jy ! Component: 2950 - total flux cleaned = -0.0238711 Jy ! Component: 3000 - total flux cleaned = -0.0238992 Jy ! Component: 3050 - total flux cleaned = -0.0238718 Jy ! Component: 3100 - total flux cleaned = -0.0240646 Jy ! Component: 3150 - total flux cleaned = -0.0242006 Jy ! Component: 3200 - total flux cleaned = -0.0243083 Jy ! Component: 3250 - total flux cleaned = -0.024442 Jy ! Component: 3300 - total flux cleaned = -0.0245213 Jy ! Component: 3350 - total flux cleaned = -0.0245999 Jy ! Component: 3400 - total flux cleaned = -0.0246779 Jy ! Component: 3450 - total flux cleaned = -0.0247549 Jy ! Component: 3500 - total flux cleaned = -0.0248573 Jy ! Component: 3550 - total flux cleaned = -0.0249586 Jy ! Component: 3600 - total flux cleaned = -0.0250588 Jy ! Component: 3650 - total flux cleaned = -0.0251088 Jy ! Component: 3700 - total flux cleaned = -0.0251829 Jy ! Component: 3750 - total flux cleaned = -0.0253054 Jy ! Component: 3800 - total flux cleaned = -0.0253544 Jy ! Component: 3850 - total flux cleaned = -0.025499 Jy ! Component: 3900 - total flux cleaned = -0.025547 Jy ! Component: 3950 - total flux cleaned = -0.0256892 Jy ! Component: 4000 - total flux cleaned = -0.025901 Jy ! Component: 4050 - total flux cleaned = -0.0260642 Jy ! Total flux subtracted in 4096 components = -0.0261334 Jy ! Clean residual min=-0.001293 max=0.001258 Jy/beam ! Clean residual mean=-0.000001 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.784268 Jy keep ! Adding 259 model components to the UV plane model. ! The established model now contains 332 components and 0.784268 Jy ![Exited script file: muppet] wmap "J0805+2106_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.994 x 8.589 at -16.92 degrees (North through East) ! Clean map min=-0.0030676 max=0.65984 Jy/beam ! Writing clean map to FITS file: J0805+2106_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.65984 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000411901 device "J0805+2106_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0805+2106_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.187273 0.187273 0.374546 0.749093 1.49819 2.99637 5.99274 11.9855 23.971 47.9419 95.8839 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.659 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.994 x 8.589 at -16.92 degrees (North through East) ! Clean map min=-0.0030676 max=0.65984 Jy/beam quit ! Quitting program ! Log file J0805+2106_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 22:58:05 2016