! Started logfile: J0011-2612_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:39:45 2016 obs J0011-2612_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J0011-2612_S_2014_06_09_pus_uva.fits ! AN table 1: 42 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.438624 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0011-2612 ! ! 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 336 lines of history. ! ! Reading 3316 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 J0011-2612_S_2014_06_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 153 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 153 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 153 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 153 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.498031Jy sigma=0.004576 ! Fit after self-cal, rms=0.488358Jy sigma=0.004487 ! 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.233 mas, bmaj=12 mas, bpa=9.43 degrees ! Estimated noise=1701.36 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.405682 Jy ! Component: 100 - total flux cleaned = 0.494779 Jy ! Total flux subtracted in 100 components = 0.494779 Jy ! Clean residual min=-0.013464 max=0.028480 Jy/beam ! Clean residual mean=0.000061 rms=0.004417 Jy/beam ! Combined flux in latest and established models = 0.494779 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.494779 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115873Jy sigma=0.000999 ! Fit after self-cal, rms=0.115870Jy sigma=0.000999 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0300985 Jy ! Component: 100 - total flux cleaned = 0.0459323 Jy ! Total flux subtracted in 100 components = 0.0459323 Jy ! Clean residual min=-0.010932 max=0.013181 Jy/beam ! Clean residual mean=0.000016 rms=0.003228 Jy/beam ! Combined flux in latest and established models = 0.540712 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 19 components and 0.540712 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108028Jy sigma=0.000928 ! Fit after self-cal, rms=0.108034Jy sigma=0.000928 ! 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=4.03 mas, bmaj=14.01 mas, bpa=7.526 degrees ! Estimated noise=1357.88 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.00942672 Jy ! Component: 100 - total flux cleaned = 0.011969 Jy ! Component: 150 - total flux cleaned = 0.0123141 Jy ! Component: 200 - total flux cleaned = 0.0126197 Jy ! Total flux subtracted in 200 components = 0.0126197 Jy ! Clean residual min=-0.008289 max=0.010960 Jy/beam ! Clean residual mean=0.000024 rms=0.002524 Jy/beam ! Combined flux in latest and established models = 0.553331 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 38 components and 0.553331 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106841Jy sigma=0.000922 ! Fit after self-cal, rms=0.106848Jy sigma=0.000922 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 39 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.85 HN 1.02 KP 1.06 ! LA 1.18 MK 1.00* NL 0.95 OV 0.97 ! PT 1.00 SC 0.97 ! ! ! Correcting IF 2. ! A total of 39 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.09 KP 1.02 ! LA 1.13 MK 1.00* NL 1.03 OV 1.00 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 3. ! A total of 39 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.13 HN 1.05 KP 0.92 ! LA 0.91 MK 1.00* NL 1.00 OV 0.93 ! PT 0.99 SC 1.00 ! ! ! Correcting IF 4. ! A total of 39 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.06 KP 0.89 ! LA 0.87 MK 1.00* NL 1.04 OV 0.99 ! PT 1.02 SC 0.96 ! ! ! Fit before self-cal, rms=0.106848Jy sigma=0.000922 ! Fit after self-cal, rms=0.092671Jy sigma=0.000781 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.925 mas, bmaj=13.72 mas, bpa=7.753 degrees ! Estimated noise=1404.57 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.00530761 Jy ! Component: 100 - total flux cleaned = -0.00554466 Jy ! Component: 150 - total flux cleaned = -0.00574948 Jy ! Component: 200 - total flux cleaned = -0.00584339 Jy ! Total flux subtracted in 200 components = -0.00584339 Jy ! Clean residual min=-0.004811 max=0.005987 Jy/beam ! Clean residual mean=0.000002 rms=0.001510 Jy/beam ! Combined flux in latest and established models = 0.547488 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 49 components and 0.547488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092213Jy sigma=0.000778 ! Fit after self-cal, rms=0.092215Jy 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.092215Jy sigma=0.000778 ! Fit after self-cal, rms=0.092152Jy sigma=0.000777 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.926 mas, bmaj=13.76 mas, bpa=7.809 degrees ! Estimated noise=1400.97 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00400955 Jy ! Component: 100 - total flux cleaned = -0.00436992 Jy ! Component: 150 - total flux cleaned = -0.00436746 Jy ! Component: 200 - total flux cleaned = -0.0044455 Jy ! Total flux subtracted in 200 components = -0.0044455 Jy ! Clean residual min=-0.004458 max=0.005615 Jy/beam ! Clean residual mean=0.000000 rms=0.001407 Jy/beam ! Combined flux in latest and established models = 0.543043 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 52 components and 0.543043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091877Jy sigma=0.000775 ! Fit after self-cal, rms=0.091881Jy sigma=0.000775 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 = -8.41283e-05 Jy ! Component: 100 - total flux cleaned = -8.64101e-05 Jy ! Component: 150 - total flux cleaned = -0.000148989 Jy ! Component: 200 - total flux cleaned = -0.000147843 Jy ! Total flux subtracted in 200 components = -0.000147843 Jy ! Clean residual min=-0.004393 max=0.005477 Jy/beam ! Clean residual mean=-0.000000 rms=0.001387 Jy/beam ! Combined flux in latest and established models = 0.542895 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 55 components and 0.542895 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091784Jy sigma=0.000775 ! Fit after self-cal, rms=0.091784Jy sigma=0.000775 ! 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.091784Jy sigma=0.000775 ! Fit after self-cal, rms=0.091233Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.926 mas, bmaj=13.77 mas, bpa=7.785 degrees ! Estimated noise=1399.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00289814 Jy ! Component: 100 - total flux cleaned = -0.00309791 Jy ! Component: 150 - total flux cleaned = -0.00305319 Jy ! Component: 200 - total flux cleaned = -0.00301165 Jy ! Total flux subtracted in 200 components = -0.00301165 Jy ! Clean residual min=-0.004038 max=0.004171 Jy/beam ! Clean residual mean=-0.000007 rms=0.001097 Jy/beam ! Combined flux in latest and established models = 0.539883 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 66 components and 0.539883 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091106Jy sigma=0.000766 ! Fit after self-cal, rms=0.091117Jy sigma=0.000766 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 = -3.61865e-05 Jy ! Component: 100 - total flux cleaned = -6.86853e-05 Jy ! Component: 150 - total flux cleaned = -6.8162e-05 Jy ! Component: 200 - total flux cleaned = -9.59453e-05 Jy ! Total flux subtracted in 200 components = -9.59453e-05 Jy ! Clean residual min=-0.003971 max=0.004152 Jy/beam ! Clean residual mean=-0.000007 rms=0.001091 Jy/beam ! Combined flux in latest and established models = 0.539787 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 69 components and 0.539787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091091Jy sigma=0.000766 ! Fit after self-cal, rms=0.091087Jy sigma=0.000766 ! 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.091087Jy sigma=0.000766 ! Fit after self-cal, rms=0.091149Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.824 mas, bmaj=21.9 mas, bpa=-3.792 degrees ! Estimated noise=1586.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00140218 Jy ! Component: 100 - total flux cleaned = -0.00143325 Jy ! Component: 150 - total flux cleaned = -0.00143625 Jy ! Component: 200 - total flux cleaned = -0.00143572 Jy ! Total flux subtracted in 200 components = -0.00143572 Jy ! Clean residual min=-0.003765 max=0.004242 Jy/beam ! Clean residual mean=-0.000013 rms=0.001143 Jy/beam ! Combined flux in latest and established models = 0.538351 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 76 components and 0.538351 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091105Jy sigma=0.000766 ! Fit after self-cal, rms=0.091107Jy sigma=0.000766 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 = -2.38695e-05 Jy ! Component: 100 - total flux cleaned = -4.97869e-06 Jy ! Component: 150 - total flux cleaned = -4.71529e-06 Jy ! Component: 200 - total flux cleaned = -5.22524e-06 Jy ! Total flux subtracted in 200 components = -5.22524e-06 Jy ! Clean residual min=-0.003764 max=0.004232 Jy/beam ! Clean residual mean=-0.000013 rms=0.001141 Jy/beam ! Combined flux in latest and established models = 0.538346 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 80 components and 0.538346 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091098Jy sigma=0.000766 ! Fit after self-cal, rms=0.091097Jy sigma=0.000766 ! 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.924 mas, bmaj=13.79 mas, bpa=7.835 degrees ! Estimated noise=1398.07 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.924 x 13.79 at 7.835 degrees (North through East) ! Clean map min=-0.0038272 max=0.5119 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.091097Jy sigma=0.000766 ! Fit after self-cal, rms=0.085169Jy sigma=0.000700 ! Inverting map and beam ! Estimated beam: bmin=3.922 mas, bmaj=13.8 mas, bpa=7.866 degrees ! Estimated noise=1396.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00177771 Jy ! Component: 100 - total flux cleaned = -0.00210368 Jy ! Component: 150 - total flux cleaned = -0.00205385 Jy ! Component: 200 - total flux cleaned = -0.00203366 Jy ! Total flux subtracted in 200 components = -0.00203366 Jy ! Clean residual min=-0.003770 max=0.004289 Jy/beam ! Clean residual mean=-0.000010 rms=0.001017 Jy/beam ! Combined flux in latest and established models = 0.536312 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 86 components and 0.536312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085124Jy sigma=0.000700 ! Fit after self-cal, rms=0.085122Jy sigma=0.000700 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.94039e-05 Jy ! Component: 100 - total flux cleaned = -3.0853e-05 Jy ! Component: 150 - total flux cleaned = -1.36125e-05 Jy ! Component: 200 - total flux cleaned = -1.45809e-05 Jy ! Total flux subtracted in 200 components = -1.45809e-05 Jy ! Clean residual min=-0.003743 max=0.004274 Jy/beam ! Clean residual mean=-0.000010 rms=0.001015 Jy/beam ! Combined flux in latest and established models = 0.536298 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 89 components and 0.536298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085112Jy sigma=0.000700 ! Fit after self-cal, rms=0.085112Jy sigma=0.000700 ! 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.085112Jy sigma=0.000700 ! Fit after self-cal, rms=0.085194Jy sigma=0.000700 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.145 mas, bmaj=11.91 mas, bpa=9.867 degrees ! Estimated noise=1742.59 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.400709 Jy ! Component: 100 - total flux cleaned = 0.488198 Jy ! Component: 150 - total flux cleaned = 0.510056 Jy ! Component: 200 - total flux cleaned = 0.521249 Jy ! Total flux subtracted in 200 components = 0.521249 Jy ! Clean residual min=-0.005684 max=0.006472 Jy/beam ! Clean residual mean=0.000016 rms=0.001486 Jy/beam ! Combined flux in latest and established models = 0.521248 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.521248 Jy ! Inverting map and beam ! Estimated beam: bmin=3.921 mas, bmaj=13.81 mas, bpa=7.899 degrees ! Estimated noise=1396.15 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 (-3.5, 6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00832144 Jy ! Component: 100 - total flux cleaned = 0.0118449 Jy ! Component: 150 - total flux cleaned = 0.0129608 Jy ! Component: 200 - total flux cleaned = 0.0135602 Jy ! Total flux subtracted in 200 components = 0.0135602 Jy ! Clean residual min=-0.003907 max=0.003947 Jy/beam ! Clean residual mean=-0.000008 rms=0.001030 Jy/beam ! Combined flux in latest and established models = 0.534809 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 54 components and 0.534809 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.84 mas, bmaj=21.94 mas, bpa=-3.741 degrees ! Estimated noise=1583.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00124425 Jy ! Component: 100 - total flux cleaned = 0.00124607 Jy ! Component: 150 - total flux cleaned = 0.00119685 Jy ! Component: 200 - total flux cleaned = 0.0011084 Jy ! Total flux subtracted in 200 components = 0.0011084 Jy ! Clean residual min=-0.003726 max=0.003745 Jy/beam ! Clean residual mean=-0.000017 rms=0.001084 Jy/beam ! Combined flux in latest and established models = 0.535917 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.95543e-05 Jy ! Component: 100 - total flux cleaned = -0.000116209 Jy ! Component: 150 - total flux cleaned = -0.000151641 Jy ! Component: 200 - total flux cleaned = -0.0002182 Jy ! Total flux subtracted in 200 components = -0.0002182 Jy ! Clean residual min=-0.003651 max=0.003714 Jy/beam ! Clean residual mean=-0.000019 rms=0.001069 Jy/beam ! Combined flux in latest and established models = 0.535699 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 80 components and 0.535699 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.921 mas, bmaj=13.81 mas, bpa=7.899 degrees ! Estimated noise=1396.15 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000274323 Jy ! Component: 100 - total flux cleaned = -0.000445645 Jy ! Component: 150 - total flux cleaned = -0.000597364 Jy ! Component: 200 - total flux cleaned = -0.000688296 Jy ! Total flux subtracted in 200 components = -0.000688296 Jy ! Clean residual min=-0.003684 max=0.003860 Jy/beam ! Clean residual mean=-0.000013 rms=0.000970 Jy/beam ! Combined flux in latest and established models = 0.535011 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 97 components and 0.535011 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085120Jy sigma=0.000699 ! Fit after self-cal, rms=0.085106Jy sigma=0.000699 wmodel J0011-2612_S_2014_06_09_pus_map.mod ! Writing 97 model components to file: J0011-2612_S_2014_06_09_pus_map.mod wobs J0011-2612_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J0011-2612_S_2014_06_09_pus_uvs.fits wwins J0011-2612_S_2014_06_09_pus_map.win ! wwins: Wrote 2 windows to J0011-2612_S_2014_06_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.00056694 Jy ! Component: 100 - total flux cleaned = 0.00105874 Jy ! Component: 150 - total flux cleaned = 0.00117423 Jy ! Component: 200 - total flux cleaned = 0.00117418 Jy ! Component: 250 - total flux cleaned = 0.00117376 Jy ! Component: 300 - total flux cleaned = 0.000969897 Jy ! Component: 350 - total flux cleaned = 0.00101807 Jy ! Component: 400 - total flux cleaned = 0.000829989 Jy ! Component: 450 - total flux cleaned = 0.000695073 Jy ! Component: 500 - total flux cleaned = 0.0006073 Jy ! Component: 550 - total flux cleaned = 0.000434419 Jy ! Component: 600 - total flux cleaned = 0.000223864 Jy ! Component: 650 - total flux cleaned = 5.9004e-05 Jy ! Component: 700 - total flux cleaned = -0.000223311 Jy ! Component: 750 - total flux cleaned = -0.00057871 Jy ! Component: 800 - total flux cleaned = -0.000811521 Jy ! Component: 850 - total flux cleaned = -0.000963255 Jy ! Component: 900 - total flux cleaned = -0.00111305 Jy ! Component: 950 - total flux cleaned = -0.00129789 Jy ! Component: 1000 - total flux cleaned = -0.00147884 Jy ! Component: 1050 - total flux cleaned = -0.00158599 Jy ! Component: 1100 - total flux cleaned = -0.00176185 Jy ! Component: 1150 - total flux cleaned = -0.00203811 Jy ! Component: 1200 - total flux cleaned = -0.00217378 Jy ! Component: 1250 - total flux cleaned = -0.00227433 Jy ! Component: 1300 - total flux cleaned = -0.00234005 Jy ! Component: 1350 - total flux cleaned = -0.00247053 Jy ! Component: 1400 - total flux cleaned = -0.0024389 Jy ! Component: 1450 - total flux cleaned = -0.00256548 Jy ! Component: 1500 - total flux cleaned = -0.00253419 Jy ! Component: 1550 - total flux cleaned = -0.00259575 Jy ! Component: 1600 - total flux cleaned = -0.00250389 Jy ! Component: 1650 - total flux cleaned = -0.00262457 Jy ! Component: 1700 - total flux cleaned = -0.00262386 Jy ! Component: 1750 - total flux cleaned = -0.00262349 Jy ! Component: 1800 - total flux cleaned = -0.00250747 Jy ! Component: 1850 - total flux cleaned = -0.00256504 Jy ! Component: 1900 - total flux cleaned = -0.00250823 Jy ! Component: 1950 - total flux cleaned = -0.00242454 Jy ! Component: 2000 - total flux cleaned = -0.00242459 Jy ! Component: 2050 - total flux cleaned = -0.00236957 Jy ! Component: 2100 - total flux cleaned = -0.00236976 Jy ! Component: 2150 - total flux cleaned = -0.00226213 Jy ! Component: 2200 - total flux cleaned = -0.00228891 Jy ! Component: 2250 - total flux cleaned = -0.00223642 Jy ! Component: 2300 - total flux cleaned = -0.00228882 Jy ! Component: 2350 - total flux cleaned = -0.00228884 Jy ! Component: 2400 - total flux cleaned = -0.00226332 Jy ! Component: 2450 - total flux cleaned = -0.00228847 Jy ! Component: 2500 - total flux cleaned = -0.00231372 Jy ! Component: 2550 - total flux cleaned = -0.00218946 Jy ! Component: 2600 - total flux cleaned = -0.00223829 Jy ! Component: 2650 - total flux cleaned = -0.00223829 Jy ! Component: 2700 - total flux cleaned = -0.00216615 Jy ! Component: 2750 - total flux cleaned = -0.00216615 Jy ! Component: 2800 - total flux cleaned = -0.0021425 Jy ! Component: 2850 - total flux cleaned = -0.00216588 Jy ! Component: 2900 - total flux cleaned = -0.00214302 Jy ! Component: 2950 - total flux cleaned = -0.00221215 Jy ! Component: 3000 - total flux cleaned = -0.00212117 Jy ! Component: 3050 - total flux cleaned = -0.00212094 Jy ! Component: 3100 - total flux cleaned = -0.00216586 Jy ! Component: 3150 - total flux cleaned = -0.00221033 Jy ! Component: 3200 - total flux cleaned = -0.00223215 Jy ! Component: 3250 - total flux cleaned = -0.00223203 Jy ! Component: 3300 - total flux cleaned = -0.00221047 Jy ! Component: 3350 - total flux cleaned = -0.00227511 Jy ! Component: 3400 - total flux cleaned = -0.00225382 Jy ! Component: 3450 - total flux cleaned = -0.00235948 Jy ! Component: 3500 - total flux cleaned = -0.00235952 Jy ! Component: 3550 - total flux cleaned = -0.00244255 Jy ! Component: 3600 - total flux cleaned = -0.002484 Jy ! Component: 3650 - total flux cleaned = -0.00254538 Jy ! Component: 3700 - total flux cleaned = -0.00252495 Jy ! Component: 3750 - total flux cleaned = -0.00256536 Jy ! Component: 3800 - total flux cleaned = -0.00256531 Jy ! Component: 3850 - total flux cleaned = -0.00262514 Jy ! Component: 3900 - total flux cleaned = -0.00268439 Jy ! Component: 3950 - total flux cleaned = -0.00278227 Jy ! Component: 4000 - total flux cleaned = -0.00284049 Jy ! Component: 4050 - total flux cleaned = -0.00287927 Jy ! Total flux subtracted in 4096 components = -0.00295635 Jy ! Clean residual min=-0.001070 max=0.001062 Jy/beam ! Clean residual mean=-0.000001 rms=0.000380 Jy/beam ! Combined flux in latest and established models = 0.532054 Jy keep ! Adding 288 model components to the UV plane model. ! The established model now contains 385 components and 0.532054 Jy ![Exited script file: muppet] wmap "J0011-2612_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.921 x 13.81 at 7.899 degrees (North through East) ! Clean map min=-0.0029173 max=0.50961 Jy/beam ! Writing clean map to FITS file: J0011-2612_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.509611 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000377562 device "J0011-2612_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0011-2612_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.222264 0.222264 0.444529 0.889058 1.77812 3.55623 7.11246 14.2249 28.4498 56.8997 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.509 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.921 x 13.81 at 7.899 degrees (North through East) ! Clean map min=-0.0029173 max=0.50961 Jy/beam quit ! Quitting program ! Log file J0011-2612_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:39:50 2016