! Started logfile: J0152-2942_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:41:21 2016 obs J0152-2942_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0152-2942_S_2015_03_17_pus_uva.fits ! AN table 1: 115 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.967536 visibilities/baseline/integration-bin. ! Found source: J0152-2942 ! ! 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 330 lines of history. ! ! Reading 20028 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 J0152-2942_S_2015_03_17_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 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.932295Jy sigma=0.007805 ! Fit after self-cal, rms=0.864213Jy sigma=0.007227 ! 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.385 mas, bmaj=6.464 mas, bpa=-8.138 degrees ! Estimated noise=1000.11 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.0989165 Jy ! Component: 100 - total flux cleaned = 0.134607 Jy ! Total flux subtracted in 100 components = 0.134607 Jy ! Clean residual min=-0.005878 max=0.014938 Jy/beam ! Clean residual mean=-0.000062 rms=0.001833 Jy/beam ! Combined flux in latest and established models = 0.134607 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.134607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111523Jy sigma=0.000861 ! Fit after self-cal, rms=0.111251Jy sigma=0.000859 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0176104 Jy ! Component: 100 - total flux cleaned = 0.027863 Jy ! Total flux subtracted in 100 components = 0.027863 Jy ! Clean residual min=-0.004491 max=0.008365 Jy/beam ! Clean residual mean=-0.000037 rms=0.001286 Jy/beam ! Combined flux in latest and established models = 0.16247 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 28 components and 0.16247 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106452Jy sigma=0.000817 ! Fit after self-cal, rms=0.106402Jy sigma=0.000817 ! Inverting map ! Added new window around map position (4, -4). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00867232 Jy ! Component: 100 - total flux cleaned = 0.014716 Jy ! Total flux subtracted in 100 components = 0.014716 Jy ! Clean residual min=-0.004137 max=0.006832 Jy/beam ! Clean residual mean=-0.000024 rms=0.001108 Jy/beam ! Combined flux in latest and established models = 0.177186 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 53 components and 0.177186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105002Jy sigma=0.000806 ! Fit after self-cal, rms=0.104960Jy sigma=0.000806 ! 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=2.931 mas, bmaj=7.683 mas, bpa=-7.152 degrees ! Estimated noise=610.281 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 (4, 6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00937128 Jy ! Component: 100 - total flux cleaned = 0.0150509 Jy ! Component: 150 - total flux cleaned = 0.018785 Jy ! Component: 200 - total flux cleaned = 0.0212942 Jy ! Total flux subtracted in 200 components = 0.0212942 Jy ! Clean residual min=-0.003916 max=0.004463 Jy/beam ! Clean residual mean=-0.000043 rms=0.001026 Jy/beam ! Combined flux in latest and established models = 0.19848 Jy ! Performing phase self-cal ! Adding 76 model components to the UV plane model. ! The established model now contains 122 components and 0.19848 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103900Jy sigma=0.000799 ! Fit after self-cal, rms=0.103857Jy sigma=0.000798 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.87 HN 1.13 KP 1.10 ! LA 0.99 MK 0.96 NL 0.91 OV 1.02 ! PT 1.06 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.92 HN 1.17 KP 1.03 ! LA 0.97 MK 0.97 NL 1.04 OV 1.02 ! PT 1.03 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.93 HN 1.14 KP 0.96 ! LA 0.79 MK 1.01 NL 1.12 OV 0.94 ! PT 1.03 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.96 HN 1.16 KP 0.92 ! LA 0.85 MK 1.07 NL 1.01 OV 1.00 ! PT 1.07 SC 0.99 ! ! ! Fit before self-cal, rms=0.103857Jy sigma=0.000798 ! Fit after self-cal, rms=0.103009Jy sigma=0.000787 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.952 mas, bmaj=7.673 mas, bpa=-6.899 degrees ! Estimated noise=610.543 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.000633409 Jy ! Component: 100 - total flux cleaned = -0.000742728 Jy ! Component: 150 - total flux cleaned = -0.000875811 Jy ! Component: 200 - total flux cleaned = -0.000951627 Jy ! Total flux subtracted in 200 components = -0.000951627 Jy ! Clean residual min=-0.002399 max=0.002229 Jy/beam ! Clean residual mean=-0.000040 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.197528 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 138 components and 0.197528 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102942Jy sigma=0.000787 ! Fit after self-cal, rms=0.102929Jy sigma=0.000786 ! 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.102929Jy sigma=0.000786 ! Fit after self-cal, rms=0.103815Jy sigma=0.000785 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.955 mas, bmaj=7.664 mas, bpa=-6.904 degrees ! Estimated noise=609.189 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000256038 Jy ! Component: 100 - total flux cleaned = -0.000292138 Jy ! Component: 150 - total flux cleaned = -0.000323539 Jy ! Component: 200 - total flux cleaned = -0.000350894 Jy ! Total flux subtracted in 200 components = -0.000350894 Jy ! Clean residual min=-0.001985 max=0.001918 Jy/beam ! Clean residual mean=-0.000030 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.197177 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 148 components and 0.197177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103786Jy sigma=0.000785 ! Fit after self-cal, rms=0.103805Jy sigma=0.000785 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 = -4.39207e-05 Jy ! Component: 100 - total flux cleaned = 5.06591e-06 Jy ! Component: 150 - total flux cleaned = 2.70498e-05 Jy ! Component: 200 - total flux cleaned = 2.64134e-05 Jy ! Total flux subtracted in 200 components = 2.64134e-05 Jy ! Clean residual min=-0.001982 max=0.001897 Jy/beam ! Clean residual mean=-0.000030 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.197204 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 155 components and 0.197204 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103794Jy sigma=0.000785 ! Fit after self-cal, rms=0.103793Jy sigma=0.000785 ! 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.103793Jy sigma=0.000785 ! Fit after self-cal, rms=0.104771Jy sigma=0.000785 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.955 mas, bmaj=7.653 mas, bpa=-6.9 degrees ! Estimated noise=608.181 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000420131 Jy ! Component: 100 - total flux cleaned = -0.000394013 Jy ! Component: 150 - total flux cleaned = -0.000394506 Jy ! Component: 200 - total flux cleaned = -0.000349932 Jy ! Total flux subtracted in 200 components = -0.000349932 Jy ! Clean residual min=-0.001865 max=0.001878 Jy/beam ! Clean residual mean=-0.000025 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.196854 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 159 components and 0.196854 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104755Jy sigma=0.000785 ! Fit after self-cal, rms=0.104771Jy sigma=0.000785 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.000107386 Jy ! Component: 100 - total flux cleaned = -6.76225e-05 Jy ! Component: 150 - total flux cleaned = -3.03149e-05 Jy ! Component: 200 - total flux cleaned = 4.10436e-06 Jy ! Total flux subtracted in 200 components = 4.10436e-06 Jy ! Clean residual min=-0.001879 max=0.001849 Jy/beam ! Clean residual mean=-0.000025 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.196858 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 163 components and 0.196858 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104763Jy sigma=0.000785 ! Fit after self-cal, rms=0.104761Jy sigma=0.000785 ! 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.104761Jy sigma=0.000785 ! Fit after self-cal, rms=0.105092Jy sigma=0.000785 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.758 mas, bmaj=19.23 mas, bpa=-1.198 degrees ! Estimated noise=793.71 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000192615 Jy ! Component: 100 - total flux cleaned = 7.12737e-05 Jy ! Component: 150 - total flux cleaned = 3.05251e-05 Jy ! Component: 200 - total flux cleaned = 3.22322e-05 Jy ! Total flux subtracted in 200 components = 3.22322e-05 Jy ! Clean residual min=-0.002352 max=0.002286 Jy/beam ! Clean residual mean=-0.000049 rms=0.000684 Jy/beam ! Combined flux in latest and established models = 0.19689 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 171 components and 0.19689 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105087Jy sigma=0.000785 ! Fit after self-cal, rms=0.105092Jy sigma=0.000785 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.000109581 Jy ! Component: 100 - total flux cleaned = 0.000109901 Jy ! Component: 150 - total flux cleaned = 0.000109704 Jy ! Component: 200 - total flux cleaned = 0.000111772 Jy ! Total flux subtracted in 200 components = 0.000111772 Jy ! Clean residual min=-0.002332 max=0.002272 Jy/beam ! Clean residual mean=-0.000048 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.197002 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 175 components and 0.197002 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105091Jy sigma=0.000785 ! Fit after self-cal, rms=0.105091Jy sigma=0.000785 ! 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=2.955 mas, bmaj=7.646 mas, bpa=-6.876 degrees ! Estimated noise=607.456 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.955 x 7.646 at -6.876 degrees (North through East) ! Clean map min=-0.0018079 max=0.12834 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.399 mas, bmaj=6.419 mas, bpa=-7.755 degrees ! Estimated noise=1007.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0993096 Jy ! Component: 100 - total flux cleaned = 0.135576 Jy ! Component: 150 - total flux cleaned = 0.15288 Jy ! Component: 200 - total flux cleaned = 0.16346 Jy ! Total flux subtracted in 200 components = 0.16346 Jy ! Clean residual min=-0.003889 max=0.005691 Jy/beam ! Clean residual mean=-0.000041 rms=0.001018 Jy/beam ! Combined flux in latest and established models = 0.163459 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.163459 Jy ! Inverting map and beam ! Estimated beam: bmin=2.955 mas, bmaj=7.646 mas, bpa=-6.876 degrees ! Estimated noise=607.456 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.0119293 Jy ! Component: 100 - total flux cleaned = 0.0188386 Jy ! Component: 150 - total flux cleaned = 0.0232688 Jy ! Component: 200 - total flux cleaned = 0.0262241 Jy ! Total flux subtracted in 200 components = 0.0262241 Jy ! Clean residual min=-0.002023 max=0.002402 Jy/beam ! Clean residual mean=-0.000037 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.189684 Jy ! Adding 82 model components to the UV plane model. ! The established model now contains 112 components and 0.189684 Jy ! Inverting map ! Added new window around map position (10.5, 13). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00246313 Jy ! Component: 100 - total flux cleaned = 0.00410338 Jy ! Component: 150 - total flux cleaned = 0.00518158 Jy ! Component: 200 - total flux cleaned = 0.00572895 Jy ! Total flux subtracted in 200 components = 0.00572895 Jy ! Clean residual min=-0.001978 max=0.001764 Jy/beam ! Clean residual mean=-0.000027 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.195413 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 149 components and 0.195413 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.758 mas, bmaj=19.23 mas, bpa=-1.198 degrees ! Estimated noise=793.71 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0015691 Jy ! Component: 100 - total flux cleaned = 0.00194942 Jy ! Component: 150 - total flux cleaned = 0.00209769 Jy ! Component: 200 - total flux cleaned = 0.00221844 Jy ! Total flux subtracted in 200 components = 0.00221844 Jy ! Clean residual min=-0.002159 max=0.002180 Jy/beam ! Clean residual mean=-0.000045 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.197631 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 = 8.00051e-05 Jy ! Component: 100 - total flux cleaned = 0.000132061 Jy ! Component: 150 - total flux cleaned = 0.000147623 Jy ! Component: 200 - total flux cleaned = 0.000161893 Jy ! Total flux subtracted in 200 components = 0.000161893 Jy ! Clean residual min=-0.002130 max=0.002161 Jy/beam ! Clean residual mean=-0.000043 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.197793 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 184 components and 0.197793 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.955 mas, bmaj=7.646 mas, bpa=-6.876 degrees ! Estimated noise=607.456 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000293639 Jy ! Component: 100 - total flux cleaned = -0.000444198 Jy ! Component: 150 - total flux cleaned = -0.000464152 Jy ! Component: 200 - total flux cleaned = -0.000445247 Jy ! Total flux subtracted in 200 components = -0.000445247 Jy ! Clean residual min=-0.001962 max=0.001659 Jy/beam ! Clean residual mean=-0.000022 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.197348 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 203 components and 0.197348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105046Jy sigma=0.000784 ! Fit after self-cal, rms=0.105037Jy sigma=0.000784 wmodel J0152-2942_S_2015_03_17_pus_map.mod ! Writing 203 model components to file: J0152-2942_S_2015_03_17_pus_map.mod wobs J0152-2942_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0152-2942_S_2015_03_17_pus_uvs.fits wwins J0152-2942_S_2015_03_17_pus_map.win ! wwins: Wrote 4 windows to J0152-2942_S_2015_03_17_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.00063983 Jy ! Component: 100 - total flux cleaned = -0.00115727 Jy ! Component: 150 - total flux cleaned = -0.00156395 Jy ! Component: 200 - total flux cleaned = -0.00175946 Jy ! Component: 250 - total flux cleaned = -0.00186811 Jy ! Component: 300 - total flux cleaned = -0.00199915 Jy ! Component: 350 - total flux cleaned = -0.00207592 Jy ! Component: 400 - total flux cleaned = -0.00212617 Jy ! Component: 450 - total flux cleaned = -0.00215058 Jy ! Component: 500 - total flux cleaned = -0.00217471 Jy ! Component: 550 - total flux cleaned = -0.00219853 Jy ! Component: 600 - total flux cleaned = -0.00219846 Jy ! Component: 650 - total flux cleaned = -0.00215242 Jy ! Component: 700 - total flux cleaned = -0.00212968 Jy ! Component: 750 - total flux cleaned = -0.00206257 Jy ! Component: 800 - total flux cleaned = -0.00206206 Jy ! Component: 850 - total flux cleaned = -0.00195413 Jy ! Component: 900 - total flux cleaned = -0.00195422 Jy ! Component: 950 - total flux cleaned = -0.00189129 Jy ! Component: 1000 - total flux cleaned = -0.00184973 Jy ! Component: 1050 - total flux cleaned = -0.00178851 Jy ! Component: 1100 - total flux cleaned = -0.00174831 Jy ! Component: 1150 - total flux cleaned = -0.00170847 Jy ! Component: 1200 - total flux cleaned = -0.00172801 Jy ! Component: 1250 - total flux cleaned = -0.00168907 Jy ! Component: 1300 - total flux cleaned = -0.00166993 Jy ! Component: 1350 - total flux cleaned = -0.00176468 Jy ! Component: 1400 - total flux cleaned = -0.00165194 Jy ! Component: 1450 - total flux cleaned = -0.00172648 Jy ! Component: 1500 - total flux cleaned = -0.00170786 Jy ! Component: 1550 - total flux cleaned = -0.00172592 Jy ! Component: 1600 - total flux cleaned = -0.00176209 Jy ! Component: 1650 - total flux cleaned = -0.00174417 Jy ! Component: 1700 - total flux cleaned = -0.00181484 Jy ! Component: 1750 - total flux cleaned = -0.0018321 Jy ! Component: 1800 - total flux cleaned = -0.00188379 Jy ! Component: 1850 - total flux cleaned = -0.00193513 Jy ! Component: 1900 - total flux cleaned = -0.00200333 Jy ! Component: 1950 - total flux cleaned = -0.00202038 Jy ! Component: 2000 - total flux cleaned = -0.00210429 Jy ! Component: 2050 - total flux cleaned = -0.00215416 Jy ! Component: 2100 - total flux cleaned = -0.00221972 Jy ! Component: 2150 - total flux cleaned = -0.00231738 Jy ! Component: 2200 - total flux cleaned = -0.00228529 Jy ! Component: 2250 - total flux cleaned = -0.00239758 Jy ! Component: 2300 - total flux cleaned = -0.00246116 Jy ! Component: 2350 - total flux cleaned = -0.00252424 Jy ! Component: 2400 - total flux cleaned = -0.00260225 Jy ! Component: 2450 - total flux cleaned = -0.0025868 Jy ! Component: 2500 - total flux cleaned = -0.00270998 Jy ! Component: 2550 - total flux cleaned = -0.00277097 Jy ! Component: 2600 - total flux cleaned = -0.0028165 Jy ! Component: 2650 - total flux cleaned = -0.00286142 Jy ! Component: 2700 - total flux cleaned = -0.00293594 Jy ! Component: 2750 - total flux cleaned = -0.00299496 Jy ! Component: 2800 - total flux cleaned = -0.00300959 Jy ! Component: 2850 - total flux cleaned = -0.00305323 Jy ! Component: 2900 - total flux cleaned = -0.00308211 Jy ! Component: 2950 - total flux cleaned = -0.00313942 Jy ! Component: 3000 - total flux cleaned = -0.0031819 Jy ! Component: 3050 - total flux cleaned = -0.00319599 Jy ! Component: 3100 - total flux cleaned = -0.00322395 Jy ! Component: 3150 - total flux cleaned = -0.0032796 Jy ! Component: 3200 - total flux cleaned = -0.00332109 Jy ! Component: 3250 - total flux cleaned = -0.00334866 Jy ! Component: 3300 - total flux cleaned = -0.003376 Jy ! Component: 3350 - total flux cleaned = -0.00344379 Jy ! Component: 3400 - total flux cleaned = -0.00349754 Jy ! Component: 3450 - total flux cleaned = -0.00351092 Jy ! Component: 3500 - total flux cleaned = -0.00352434 Jy ! Component: 3550 - total flux cleaned = -0.00356396 Jy ! Component: 3600 - total flux cleaned = -0.00360327 Jy ! Component: 3650 - total flux cleaned = -0.00365537 Jy ! Component: 3700 - total flux cleaned = -0.00365527 Jy ! Component: 3750 - total flux cleaned = -0.00365533 Jy ! Component: 3800 - total flux cleaned = -0.0036683 Jy ! Component: 3850 - total flux cleaned = -0.00377004 Jy ! Component: 3900 - total flux cleaned = -0.00376995 Jy ! Component: 3950 - total flux cleaned = -0.00378255 Jy ! Component: 4000 - total flux cleaned = -0.00381997 Jy ! Component: 4050 - total flux cleaned = -0.00384474 Jy ! Total flux subtracted in 4096 components = -0.00380789 Jy ! Clean residual min=-0.000889 max=0.000656 Jy/beam ! Clean residual mean=-0.000009 rms=0.000227 Jy/beam ! Combined flux in latest and established models = 0.19354 Jy keep ! Adding 275 model components to the UV plane model. ! The established model now contains 478 components and 0.193539 Jy ![Exited script file: muppet] wmap "J0152-2942_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.955 x 7.646 at -6.876 degrees (North through East) ! Clean map min=-0.0015081 max=0.13065 Jy/beam ! Writing clean map to FITS file: J0152-2942_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.130646 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000227039 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.521346 0.521346 1.04269 2.08539 4.17077 8.34154 16.6831 33.3662 66.7323 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.13 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.955 x 7.646 at -6.876 degrees (North through East) ! Clean map min=-0.0015081 max=0.13065 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 J0152-2942_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:41:28 2016