! Started logfile: J0140-1532_S_2015_01_23_pus_uvs.log on Mon Jan 2 18:00:35 2017 obs J0140-1532_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0140-1532_S_2015_01_23_pus_uva.fits ! AN table 1: 58 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.845211 visibilities/baseline/integration-bin. ! Found source: J0140-1532 ! ! 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 338 lines of history. ! ! Reading 8824 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 J0140-1532_S_2015_01_23_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 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.827433Jy sigma=0.008194 ! Fit after self-cal, rms=0.791675Jy sigma=0.007824 ! 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.511 mas, bmaj=6.457 mas, bpa=-3.792 degrees ! Estimated noise=972.304 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.170083 Jy ! Component: 100 - total flux cleaned = 0.209026 Jy ! Total flux subtracted in 100 components = 0.209026 Jy ! Clean residual min=-0.010436 max=0.015743 Jy/beam ! Clean residual mean=-0.000008 rms=0.002530 Jy/beam ! Combined flux in latest and established models = 0.209026 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.209026 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112888Jy sigma=0.000914 ! Fit after self-cal, rms=0.112884Jy sigma=0.000914 ! Inverting map ! Added new window around map position (-40.5, 74). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0173582 Jy ! Component: 100 - total flux cleaned = 0.0279747 Jy ! Total flux subtracted in 100 components = 0.0279747 Jy ! Clean residual min=-0.008537 max=0.012103 Jy/beam ! Clean residual mean=-0.000000 rms=0.002062 Jy/beam ! Combined flux in latest and established models = 0.237001 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 35 components and 0.237001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109547Jy sigma=0.000875 ! Fit after self-cal, rms=0.109397Jy sigma=0.000872 ! 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.044 mas, bmaj=7.381 mas, bpa=-3.637 degrees ! Estimated noise=773.472 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.0124328 Jy ! Component: 100 - total flux cleaned = 0.0189585 Jy ! Component: 150 - total flux cleaned = 0.0229804 Jy ! Component: 200 - total flux cleaned = 0.0243421 Jy ! Total flux subtracted in 200 components = 0.0243421 Jy ! Clean residual min=-0.008050 max=0.011558 Jy/beam ! Clean residual mean=0.000017 rms=0.002175 Jy/beam ! Combined flux in latest and established models = 0.261343 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 50 components and 0.261343 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107228Jy sigma=0.000862 ! Fit after self-cal, rms=0.107008Jy sigma=0.000858 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 2.08 HN 0.94 KP 1.08 ! LA 1.05 MK 1.01 NL 0.95 OV 0.98 ! PT 1.00 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 2.66 HN 1.00 KP 1.00 ! LA 1.00 MK 1.01 NL 1.20 OV 0.99 ! PT 0.97 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 3.59 HN 1.01 KP 0.87 ! LA 0.79 MK 1.06 NL 1.24 OV 0.93 ! PT 0.97 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 2.51 HN 0.97 KP 0.81 ! LA 0.84 MK 1.04 NL 0.96 OV 0.97 ! PT 0.99 SC 0.96 ! ! ! Fit before self-cal, rms=0.107008Jy sigma=0.000858 ! Fit after self-cal, rms=0.162837Jy sigma=0.000783 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.048 mas, bmaj=7.379 mas, bpa=-3.29 degrees ! Estimated noise=781.478 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.00503595 Jy ! Component: 100 - total flux cleaned = -0.00563931 Jy ! Component: 150 - total flux cleaned = -0.00622104 Jy ! Component: 200 - total flux cleaned = -0.00671899 Jy ! Total flux subtracted in 200 components = -0.00671899 Jy ! Clean residual min=-0.003786 max=0.003696 Jy/beam ! Clean residual mean=0.000011 rms=0.000964 Jy/beam ! Combined flux in latest and established models = 0.254624 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 72 components and 0.254624 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.162614Jy sigma=0.000779 ! Fit after self-cal, rms=0.162864Jy sigma=0.000779 ! 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.162864Jy sigma=0.000779 ! Fit after self-cal, rms=0.167851Jy sigma=0.000773 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.051 mas, bmaj=7.379 mas, bpa=-3.323 degrees ! Estimated noise=777.921 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0021845 Jy ! Component: 100 - total flux cleaned = -0.00237679 Jy ! Component: 150 - total flux cleaned = -0.0026897 Jy ! Component: 200 - total flux cleaned = -0.00291363 Jy ! Total flux subtracted in 200 components = -0.00291363 Jy ! Clean residual min=-0.003138 max=0.003545 Jy/beam ! Clean residual mean=-0.000004 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.25171 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 79 components and 0.25171 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.167783Jy sigma=0.000773 ! Fit after self-cal, rms=0.167789Jy sigma=0.000772 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) ! Added new window around map position (-20.5, 76). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00317542 Jy ! Component: 100 - total flux cleaned = 0.00410231 Jy ! Component: 150 - total flux cleaned = 0.00456496 Jy ! Component: 200 - total flux cleaned = 0.00482993 Jy ! Total flux subtracted in 200 components = 0.00482993 Jy ! Clean residual min=-0.002944 max=0.002727 Jy/beam ! Clean residual mean=-0.000002 rms=0.000660 Jy/beam ! Combined flux in latest and established models = 0.25654 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 98 components and 0.25654 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.167709Jy sigma=0.000771 ! Fit after self-cal, rms=0.167722Jy sigma=0.000771 ! 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.167722Jy sigma=0.000771 ! Fit after self-cal, rms=0.171672Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.051 mas, bmaj=7.38 mas, bpa=-3.328 degrees ! Estimated noise=776.598 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00118248 Jy ! Component: 100 - total flux cleaned = -0.0010188 Jy ! Component: 150 - total flux cleaned = -0.000944028 Jy ! Component: 200 - total flux cleaned = -0.000910304 Jy ! Total flux subtracted in 200 components = -0.000910304 Jy ! Clean residual min=-0.002741 max=0.002414 Jy/beam ! Clean residual mean=-0.000001 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.25563 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 108 components and 0.25563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.171636Jy sigma=0.000770 ! Fit after self-cal, rms=0.171652Jy sigma=0.000770 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.00050895 Jy ! Component: 100 - total flux cleaned = -0.000512419 Jy ! Component: 150 - total flux cleaned = -0.000485093 Jy ! Component: 200 - total flux cleaned = -0.000458134 Jy ! Total flux subtracted in 200 components = -0.000458134 Jy ! Clean residual min=-0.002658 max=0.002484 Jy/beam ! Clean residual mean=-0.000001 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.255172 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 118 components and 0.255172 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.171635Jy sigma=0.000770 ! Fit after self-cal, rms=0.171636Jy sigma=0.000770 ! 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.171636Jy sigma=0.000770 ! Fit after self-cal, rms=0.174019Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.268 mas, bmaj=14.41 mas, bpa=-0.92 degrees ! Estimated noise=1015.96 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000758853 Jy ! Component: 100 - total flux cleaned = -0.000489246 Jy ! Component: 150 - total flux cleaned = -0.000397255 Jy ! Component: 200 - total flux cleaned = -0.000346583 Jy ! Total flux subtracted in 200 components = -0.000346583 Jy ! Clean residual min=-0.002751 max=0.003042 Jy/beam ! Clean residual mean=-0.000002 rms=0.000840 Jy/beam ! Combined flux in latest and established models = 0.254825 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 128 components and 0.254825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.173998Jy sigma=0.000770 ! Fit after self-cal, rms=0.174009Jy sigma=0.000770 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.000287743 Jy ! Component: 100 - total flux cleaned = -0.000236814 Jy ! Component: 150 - total flux cleaned = -0.000171368 Jy ! Component: 200 - total flux cleaned = -9.26668e-05 Jy ! Total flux subtracted in 200 components = -9.26668e-05 Jy ! Clean residual min=-0.002735 max=0.003007 Jy/beam ! Clean residual mean=-0.000002 rms=0.000823 Jy/beam ! Combined flux in latest and established models = 0.254733 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 137 components and 0.254733 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.174001Jy sigma=0.000770 ! Fit after self-cal, rms=0.174001Jy sigma=0.000770 ! 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.051 mas, bmaj=7.38 mas, bpa=-3.331 degrees ! Estimated noise=775.891 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.051 x 7.38 at -3.331 degrees (North through East) ! Clean map min=-0.0022806 max=0.21627 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.514 mas, bmaj=6.448 mas, bpa=-3.5 degrees ! Estimated noise=971.515 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.169769 Jy ! Component: 100 - total flux cleaned = 0.209182 Jy ! Component: 150 - total flux cleaned = 0.224894 Jy ! Component: 200 - total flux cleaned = 0.233381 Jy ! Total flux subtracted in 200 components = 0.233381 Jy ! Clean residual min=-0.003025 max=0.004666 Jy/beam ! Clean residual mean=-0.000007 rms=0.000876 Jy/beam ! Combined flux in latest and established models = 0.233381 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.233381 Jy ! Inverting map and beam ! Estimated beam: bmin=3.051 mas, bmaj=7.38 mas, bpa=-3.331 degrees ! Estimated noise=775.891 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 (-41, 67). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00653389 Jy ! Component: 100 - total flux cleaned = 0.0104443 Jy ! Component: 150 - total flux cleaned = 0.0132669 Jy ! Component: 200 - total flux cleaned = 0.0154175 Jy ! Total flux subtracted in 200 components = 0.0154175 Jy ! Clean residual min=-0.002519 max=0.002733 Jy/beam ! Clean residual mean=-0.000004 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.248798 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 69 components and 0.248798 Jy ! Inverting map ! Added new window around map position (3.5, 41.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00252952 Jy ! Component: 100 - total flux cleaned = 0.00363457 Jy ! Component: 150 - total flux cleaned = 0.00470076 Jy ! Component: 200 - total flux cleaned = 0.00548674 Jy ! Total flux subtracted in 200 components = 0.00548674 Jy ! Clean residual min=-0.002580 max=0.002293 Jy/beam ! Clean residual mean=-0.000003 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.254285 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 94 components and 0.254285 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.268 mas, bmaj=14.41 mas, bpa=-0.92 degrees ! Estimated noise=1015.96 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00154688 Jy ! Component: 100 - total flux cleaned = 0.00260549 Jy ! Component: 150 - total flux cleaned = 0.00326795 Jy ! Component: 200 - total flux cleaned = 0.00334602 Jy ! Total flux subtracted in 200 components = 0.00334602 Jy ! Clean residual min=-0.003137 max=0.002326 Jy/beam ! Clean residual mean=-0.000006 rms=0.000729 Jy/beam ! Combined flux in latest and established models = 0.257631 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 = 2.38591e-05 Jy ! Component: 100 - total flux cleaned = 4.43176e-05 Jy ! Component: 150 - total flux cleaned = 4.35393e-05 Jy ! Component: 200 - total flux cleaned = 6.1734e-05 Jy ! Total flux subtracted in 200 components = 6.1734e-05 Jy ! Clean residual min=-0.003136 max=0.002252 Jy/beam ! Clean residual mean=-0.000007 rms=0.000723 Jy/beam ! Combined flux in latest and established models = 0.257693 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 133 components and 0.257693 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.051 mas, bmaj=7.38 mas, bpa=-3.331 degrees ! Estimated noise=775.891 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000594101 Jy ! Component: 100 - total flux cleaned = -0.000757299 Jy ! Component: 150 - total flux cleaned = -0.000794089 Jy ! Component: 200 - total flux cleaned = -0.000863366 Jy ! Total flux subtracted in 200 components = -0.000863366 Jy ! Clean residual min=-0.002676 max=0.002254 Jy/beam ! Clean residual mean=-0.000003 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.25683 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 155 components and 0.25683 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.173933Jy sigma=0.000769 ! Fit after self-cal, rms=0.173913Jy sigma=0.000769 wmodel J0140-1532_S_2015_01_23_pus_map.mod ! Writing 155 model components to file: J0140-1532_S_2015_01_23_pus_map.mod wobs J0140-1532_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0140-1532_S_2015_01_23_pus_uvs.fits wwins J0140-1532_S_2015_01_23_pus_map.win ! wwins: Wrote 5 windows to J0140-1532_S_2015_01_23_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.00072993 Jy ! Component: 100 - total flux cleaned = -0.000888992 Jy ! Component: 150 - total flux cleaned = -0.00077944 Jy ! Component: 200 - total flux cleaned = -0.000606773 Jy ! Component: 250 - total flux cleaned = -0.000407435 Jy ! Component: 300 - total flux cleaned = -0.000151034 Jy ! Component: 350 - total flux cleaned = 0.000128882 Jy ! Component: 400 - total flux cleaned = 0.000309883 Jy ! Component: 450 - total flux cleaned = 0.000456733 Jy ! Component: 500 - total flux cleaned = 0.000628685 Jy ! Component: 550 - total flux cleaned = 0.000879595 Jy ! Component: 600 - total flux cleaned = 0.00107008 Jy ! Component: 650 - total flux cleaned = 0.00131101 Jy ! Component: 700 - total flux cleaned = 0.00162626 Jy ! Component: 750 - total flux cleaned = 0.00185824 Jy ! Component: 800 - total flux cleaned = 0.00203646 Jy ! Component: 850 - total flux cleaned = 0.00228649 Jy ! Component: 900 - total flux cleaned = 0.00250801 Jy ! Component: 950 - total flux cleaned = 0.00275001 Jy ! Component: 1000 - total flux cleaned = 0.00289351 Jy ! Component: 1050 - total flux cleaned = 0.0030815 Jy ! Component: 1100 - total flux cleaned = 0.00324365 Jy ! Component: 1150 - total flux cleaned = 0.00335761 Jy ! Component: 1200 - total flux cleaned = 0.0034481 Jy ! Component: 1250 - total flux cleaned = 0.00362676 Jy ! Component: 1300 - total flux cleaned = 0.00375893 Jy ! Component: 1350 - total flux cleaned = 0.00384575 Jy ! Component: 1400 - total flux cleaned = 0.0039961 Jy ! Component: 1450 - total flux cleaned = 0.00410262 Jy ! Component: 1500 - total flux cleaned = 0.00418688 Jy ! Component: 1550 - total flux cleaned = 0.00433264 Jy ! Component: 1600 - total flux cleaned = 0.0044356 Jy ! Component: 1650 - total flux cleaned = 0.00457776 Jy ! Component: 1700 - total flux cleaned = 0.00459791 Jy ! Component: 1750 - total flux cleaned = 0.00467765 Jy ! Component: 1800 - total flux cleaned = 0.00477637 Jy ! Component: 1850 - total flux cleaned = 0.00479617 Jy ! Component: 1900 - total flux cleaned = 0.00485429 Jy ! Component: 1950 - total flux cleaned = 0.00496915 Jy ! Component: 2000 - total flux cleaned = 0.00500707 Jy ! Component: 2050 - total flux cleaned = 0.00500733 Jy ! Component: 2100 - total flux cleaned = 0.00513764 Jy ! Component: 2150 - total flux cleaned = 0.00517441 Jy ! Component: 2200 - total flux cleaned = 0.00524758 Jy ! Component: 2250 - total flux cleaned = 0.00522958 Jy ! Component: 2300 - total flux cleaned = 0.00531968 Jy ! Component: 2350 - total flux cleaned = 0.00540889 Jy ! Component: 2400 - total flux cleaned = 0.0054621 Jy ! Component: 2450 - total flux cleaned = 0.00551476 Jy ! Component: 2500 - total flux cleaned = 0.00558439 Jy ! Component: 2550 - total flux cleaned = 0.0057053 Jy ! Component: 2600 - total flux cleaned = 0.0057394 Jy ! Component: 2650 - total flux cleaned = 0.00577346 Jy ! Component: 2700 - total flux cleaned = 0.00589121 Jy ! Component: 2750 - total flux cleaned = 0.00585791 Jy ! Component: 2800 - total flux cleaned = 0.00604031 Jy ! Component: 2850 - total flux cleaned = 0.00608978 Jy ! Component: 2900 - total flux cleaned = 0.00613887 Jy ! Component: 2950 - total flux cleaned = 0.00623599 Jy ! Component: 3000 - total flux cleaned = 0.00625192 Jy ! Component: 3050 - total flux cleaned = 0.00634784 Jy ! Component: 3100 - total flux cleaned = 0.00641126 Jy ! Component: 3150 - total flux cleaned = 0.00644294 Jy ! Component: 3200 - total flux cleaned = 0.00645881 Jy ! Component: 3250 - total flux cleaned = 0.00652094 Jy ! Component: 3300 - total flux cleaned = 0.00656723 Jy ! Component: 3350 - total flux cleaned = 0.00652134 Jy ! Component: 3400 - total flux cleaned = 0.00662793 Jy ! Component: 3450 - total flux cleaned = 0.00665825 Jy ! Component: 3500 - total flux cleaned = 0.00667331 Jy ! Component: 3550 - total flux cleaned = 0.00665852 Jy ! Component: 3600 - total flux cleaned = 0.00677739 Jy ! Component: 3650 - total flux cleaned = 0.00677744 Jy ! Component: 3700 - total flux cleaned = 0.00683586 Jy ! Component: 3750 - total flux cleaned = 0.00680673 Jy ! Component: 3800 - total flux cleaned = 0.0068357 Jy ! Component: 3850 - total flux cleaned = 0.0068357 Jy ! Component: 3900 - total flux cleaned = 0.00683559 Jy ! Component: 3950 - total flux cleaned = 0.00687828 Jy ! Component: 4000 - total flux cleaned = 0.00690644 Jy ! Component: 4050 - total flux cleaned = 0.00692044 Jy ! Total flux subtracted in 4096 components = 0.00697631 Jy ! Clean residual min=-0.000747 max=0.000834 Jy/beam ! Clean residual mean=-0.000001 rms=0.000260 Jy/beam ! Combined flux in latest and established models = 0.263806 Jy keep ! Adding 260 model components to the UV plane model. ! The established model now contains 415 components and 0.263806 Jy ![Exited script file: muppet] wmap "J0140-1532_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.051 x 7.38 at -3.331 degrees (North through East) ! Clean map min=-0.0016178 max=0.21694 Jy/beam ! Writing clean map to FITS file: J0140-1532_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.216939 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000259703 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.359138 0.359138 0.718275 1.43655 2.8731 5.7462 11.4924 22.9848 45.9696 91.9393 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.216 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.051 x 7.38 at -3.331 degrees (North through East) ! Clean map min=-0.0016178 max=0.21694 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 J0140-1532_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 18:00:41 2017