! Started logfile: /scr/pima/bp171af_uvs/J0118-4059_C_uvs.log on Thu Oct 10 13:40:30 2013 obs /scr/pima/bp171af_uvs/J0118-4059_C_uva.fits ! Reading UV FITS file: /scr/pima/bp171af_uvs/J0118-4059_C_uva.fits ! AN table 1: 6 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.688889 visibilities/baseline/integration-bin. ! Found source: J0118-4059 ! ! There are 8 IFs, and a total of 8 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 4.128e+09 3.2e+07 1 3.2e+07 ! 02 2 4.16e+09 3.2e+07 1 3.2e+07 ! 03 3 4.192e+09 3.2e+07 1 3.2e+07 ! 04 4 4.224e+09 3.2e+07 1 3.2e+07 ! 05 5 4.416e+09 3.2e+07 1 3.2e+07 ! 06 6 4.512e+09 3.2e+07 1 3.2e+07 ! 07 7 4.544e+09 3.2e+07 1 3.2e+07 ! 08 8 4.576e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 496 visibilities. select RR ! Selecting polarization: RR, channels: 1..8 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ! Reading IF 5 channels: 5..5 ! Reading IF 6 channels: 6..6 ! Reading IF 7 channels: 7..7 ! Reading IF 8 channels: 8..8 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.3 print "taper_size =",taper_size ! taper_size = 40 ![@/home/lpetrov/bin/01_muppet /scr/pima/bp171af_uvs/J0118-4059_C] 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.300x0.300 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 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.004862Jy sigma=1.860282 ! Fit after self-cal, rms=0.932751Jy sigma=1.655441 ! 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=1.578 mas, bmaj=9.915 mas, bpa=9.663 degrees ! Estimated noise=36.9352 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=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0636008 Jy ! Component: 100 - total flux cleaned = 0.0821045 Jy ! Total flux subtracted in 100 components = 0.0821045 Jy ! Clean residual min=-0.013007 max=0.013076 Jy/beam ! Clean residual mean=0.000270 rms=0.006204 Jy/beam ! Combined flux in latest and established models = 0.0821045 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 40 components and 0.0821045 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.059092Jy sigma=0.104224 ! Fit after self-cal, rms=0.058766Jy sigma=0.104063 ! 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=1.857 mas, bmaj=10.32 mas, bpa=9.176 degrees ! Estimated noise=21.1348 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.00908372 Jy ! Component: 100 - total flux cleaned = 0.0109905 Jy ! Component: 150 - total flux cleaned = 0.0105417 Jy ! Component: 200 - total flux cleaned = 0.010184 Jy ! Total flux subtracted in 200 components = 0.010184 Jy ! Clean residual min=-0.003649 max=0.003669 Jy/beam ! Clean residual mean=0.000049 rms=0.001910 Jy/beam ! Combined flux in latest and established models = 0.0922884 Jy ! Performing phase self-cal ! Adding 128 model components to the UV plane model. ! The established model now contains 166 components and 0.0922885 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.053709Jy sigma=0.058755 ! Fit after self-cal, rms=0.053425Jy sigma=0.058459 ! 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: ! HN 0.91 KP 0.93 NL 0.89 OV 0.98 ! PT 0.93 SC 0.87 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! HN 1.05 KP 0.91 NL 0.97 OV 1.07 ! PT 0.94 SC 1.20 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! HN 1.10 KP 0.82 NL 0.93 OV 0.91 ! PT 0.97 SC 0.88 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! HN 1.02 KP 1.02 NL 1.16 OV 0.98 ! PT 1.08 SC 0.97 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! HN 1.19 KP 1.07 NL 0.92 OV 0.96 ! PT 0.85 SC 0.99 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! HN 0.88 KP 0.98 NL 0.92 OV 0.99 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! HN 1.02 KP 0.91 NL 1.03 OV 1.05 ! PT 1.02 SC 0.87 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! HN 0.87 KP 1.03 NL 1.10 OV 1.07 ! PT 0.97 SC 0.95 ! ! ! Fit before self-cal, rms=0.053425Jy sigma=0.058459 ! Fit after self-cal, rms=0.051568Jy sigma=0.051177 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.859 mas, bmaj=10.35 mas, bpa=9.224 degrees ! Estimated noise=19.792 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.00145477 Jy ! Component: 100 - total flux cleaned = -0.00130551 Jy ! Component: 150 - total flux cleaned = -0.000690906 Jy ! Component: 200 - total flux cleaned = -0.000826415 Jy ! Total flux subtracted in 200 components = -0.000826415 Jy ! Clean residual min=-0.001120 max=0.001128 Jy/beam ! Clean residual mean=0.000001 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.091462 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 205 components and 0.091462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.050901Jy sigma=0.050895 ! Fit after self-cal, rms=0.050908Jy sigma=0.050864 ! 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.050908Jy sigma=0.050864 ! Fit after self-cal, rms=0.050200Jy sigma=0.050685 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.845 mas, bmaj=10.29 mas, bpa=9.348 degrees ! Estimated noise=19.2288 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00179724 Jy ! Component: 100 - total flux cleaned = -0.00246975 Jy ! Component: 150 - total flux cleaned = -0.00304211 Jy ! Component: 200 - total flux cleaned = -0.00358438 Jy ! Total flux subtracted in 200 components = -0.00358438 Jy ! Clean residual min=-0.000990 max=0.000987 Jy/beam ! Clean residual mean=0.000003 rms=0.000332 Jy/beam ! Combined flux in latest and established models = 0.0878777 Jy selfcal ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 236 components and 0.0878777 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.049673Jy sigma=0.050576 ! Fit after self-cal, rms=0.049669Jy sigma=0.050563 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.000570506 Jy ! Component: 100 - total flux cleaned = -0.000983024 Jy ! Component: 150 - total flux cleaned = -0.00139956 Jy ! Component: 200 - total flux cleaned = -0.00164231 Jy ! Total flux subtracted in 200 components = -0.00164231 Jy ! Clean residual min=-0.001031 max=0.001027 Jy/beam ! Clean residual mean=-0.000008 rms=0.000323 Jy/beam ! Combined flux in latest and established models = 0.0862353 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 270 components and 0.0862354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.049477Jy sigma=0.050361 ! Fit after self-cal, rms=0.049460Jy sigma=0.050347 ! 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.049460Jy sigma=0.050347 ! Fit after self-cal, rms=0.048646Jy sigma=0.050136 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.831 mas, bmaj=10.21 mas, bpa=9.478 degrees ! Estimated noise=18.6314 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0016493 Jy ! Component: 100 - total flux cleaned = -0.00244968 Jy ! Component: 150 - total flux cleaned = -0.0031111 Jy ! Component: 200 - total flux cleaned = -0.00384049 Jy ! Total flux subtracted in 200 components = -0.00384049 Jy ! Clean residual min=-0.000856 max=0.000844 Jy/beam ! Clean residual mean=-0.000003 rms=0.000286 Jy/beam ! Combined flux in latest and established models = 0.0823949 Jy selfcal ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 303 components and 0.0823949 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.048211Jy sigma=0.050056 ! Fit after self-cal, rms=0.048216Jy sigma=0.050050 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.000102348 Jy ! Component: 100 - total flux cleaned = -0.00035413 Jy ! Component: 150 - total flux cleaned = -0.000255954 Jy ! Component: 200 - total flux cleaned = -0.000107572 Jy ! Total flux subtracted in 200 components = -0.000107572 Jy ! Clean residual min=-0.000832 max=0.000833 Jy/beam ! Clean residual mean=0.000002 rms=0.000272 Jy/beam ! Combined flux in latest and established models = 0.0822873 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 327 components and 0.0822873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.048045Jy sigma=0.049932 ! Fit after self-cal, rms=0.048047Jy sigma=0.049922 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.048047Jy sigma=0.049922 ! Fit after self-cal, rms=0.047080Jy sigma=0.049678 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.818 mas, bmaj=11.58 mas, bpa=3.566 degrees ! Estimated noise=18.2873 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000660045 Jy ! Component: 100 - total flux cleaned = -0.000768569 Jy ! Component: 150 - total flux cleaned = -0.000823081 Jy ! Component: 200 - total flux cleaned = -0.000608986 Jy ! Total flux subtracted in 200 components = -0.000608986 Jy ! Clean residual min=-0.000439 max=0.000437 Jy/beam ! Clean residual mean=0.000000 rms=0.000148 Jy/beam ! Combined flux in latest and established models = 0.0816783 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 358 components and 0.0816783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.046800Jy sigma=0.049701 ! Fit after self-cal, rms=0.046810Jy sigma=0.049697 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 = 6.09717e-05 Jy ! Component: 100 - total flux cleaned = 0.000354163 Jy ! Component: 150 - total flux cleaned = 0.000634619 Jy ! Component: 200 - total flux cleaned = 0.000802316 Jy ! Total flux subtracted in 200 components = 0.000802316 Jy ! Clean residual min=-0.000491 max=0.000498 Jy/beam ! Clean residual mean=-0.000003 rms=0.000156 Jy/beam ! Combined flux in latest and established models = 0.0824806 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 395 components and 0.0824806 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.046729Jy sigma=0.049673 ! Fit after self-cal, rms=0.046729Jy sigma=0.049664 ! 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=1.819 mas, bmaj=10.13 mas, bpa=9.593 degrees ! Estimated noise=17.9637 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.819 x 10.13 at 9.593 degrees (North through East) ! Clean map min=-0.0047757 max=0.058404 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=1.562 mas, bmaj=9.789 mas, bpa=9.911 degrees ! Estimated noise=30.7748 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0532091 Jy ! Component: 100 - total flux cleaned = 0.0695903 Jy ! Component: 150 - total flux cleaned = 0.0780398 Jy ! Component: 200 - total flux cleaned = 0.081668 Jy ! Total flux subtracted in 200 components = 0.081668 Jy ! Clean residual min=-0.006412 max=0.006438 Jy/beam ! Clean residual mean=0.000117 rms=0.003288 Jy/beam ! Combined flux in latest and established models = 0.081668 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 86 model components to the UV plane model. ! The established model now contains 86 components and 0.081668 Jy ! Inverting map and beam ! Estimated beam: bmin=1.819 mas, bmaj=10.13 mas, bpa=9.593 degrees ! Estimated noise=17.9637 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.00186913 Jy ! Component: 100 - total flux cleaned = 0.000178962 Jy ! Component: 150 - total flux cleaned = -0.000312675 Jy ! Component: 200 - total flux cleaned = 0.000184284 Jy ! Total flux subtracted in 200 components = 0.000184284 Jy ! Clean residual min=-0.002428 max=0.002413 Jy/beam ! Clean residual mean=0.000029 rms=0.001254 Jy/beam ! Combined flux in latest and established models = 0.0818523 Jy ! Adding 112 model components to the UV plane model. ! The established model now contains 196 components and 0.0818523 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.818 mas, bmaj=11.58 mas, bpa=3.566 degrees ! Estimated noise=18.2873 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000649603 Jy ! Component: 100 - total flux cleaned = 0.0012988 Jy ! Component: 150 - total flux cleaned = 0.0018959 Jy ! Component: 200 - total flux cleaned = 0.00225681 Jy ! Total flux subtracted in 200 components = 0.00225681 Jy ! Clean residual min=-0.000896 max=0.000891 Jy/beam ! Clean residual mean=0.000003 rms=0.000292 Jy/beam ! Combined flux in latest and established models = 0.0841092 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.000241759 Jy ! Component: 100 - total flux cleaned = -0.000789887 Jy ! Component: 150 - total flux cleaned = -0.00146571 Jy ! Component: 200 - total flux cleaned = -0.00229921 Jy ! Total flux subtracted in 200 components = -0.00229921 Jy ! Clean residual min=-0.001926 max=0.001942 Jy/beam ! Clean residual mean=-0.000013 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.0818099 Jy ! Adding 102 model components to the UV plane model. ! The established model now contains 293 components and 0.08181 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.819 mas, bmaj=10.13 mas, bpa=9.593 degrees ! Estimated noise=17.9637 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000151758 Jy ! Component: 100 - total flux cleaned = -0.000210858 Jy ! Component: 150 - total flux cleaned = 9.35511e-05 Jy ! Component: 200 - total flux cleaned = 0.000486757 Jy ! Total flux subtracted in 200 components = 0.000486757 Jy ! Clean residual min=-0.000809 max=0.000815 Jy/beam ! Clean residual mean=-0.000002 rms=0.000276 Jy/beam ! Combined flux in latest and established models = 0.0822967 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 331 components and 0.0822967 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.046903Jy sigma=0.050546 ! Fit after self-cal, rms=0.046909Jy sigma=0.050423 wmodel /scr/pima/bp171af_uvs/J0118-4059_C_map.mod ! Writing 331 model components to file: /scr/pima/bp171af_uvs/J0118-4059_C_map.mod wobs /scr/pima/bp171af_uvs/J0118-4059_C_uvs.fits ! Writing UV FITS file: /scr/pima/bp171af_uvs/J0118-4059_C_uvs.fits wwins /scr/pima/bp171af_uvs/J0118-4059_C_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /home/lpetrov/bin/01_muppet] ! wmap "/scr/pima/bp171af_uvs/J0118-4059_C\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.819 x 10.13 at 9.593 degrees (North through East) ! Clean map min=-0.0038738 max=0.053908 Jy/beam ! Writing clean map to FITS file: /scr/pima/bp171af_uvs/J0118-4059_C_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.053908 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000249642 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.38927 1.38927 2.77853 5.55707 11.1141 22.2283 44.4565 88.913 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.053 quit ! Quitting program ! Log file /scr/pima/bp171af_uvs/J0118-4059_C_uvs.log closed on Thu Oct 10 13:40:33 2013