! Started logfile: /scr/pima/rdv93_uvs/J2045+1547_S_uvs.log on Tue Sep 24 17:09:25 2013 obs /scr/pima/rdv93_uvs/J2045+1547_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J2045+1547_S_uva.fits ! AN table 1: 91 integrations on 36 of 36 possible baselines. ! AN table 2: 90 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.995222 visibilities/baseline/integration-bin. ! Found source: J2045+1547 ! ! 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.23693e+09 1.6e+07 1 1.6e+07 ! 02 2 2.26693e+09 1.6e+07 1 1.6e+07 ! 03 3 2.35693e+09 1.6e+07 1 1.6e+07 ! 04 4 2.37693e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 29164 visibilities. select RR ! 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 ![@/home/lpetrov/bin/01_muppet /scr/pima/rdv93_uvs/J2045+1547_S] 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 4 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.010735Jy sigma=1.150273 ! Fit after self-cal, rms=0.865199Jy sigma=0.975479 ! 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.348 mas, bmaj=8.315 mas, bpa=-15.2 degrees ! Estimated noise=8.44484 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.108785 Jy ! Component: 100 - total flux cleaned = 0.135424 Jy ! Total flux subtracted in 100 components = 0.135424 Jy ! Clean residual min=-0.005119 max=0.010615 Jy/beam ! Clean residual mean=-0.000015 rms=0.001309 Jy/beam ! Combined flux in latest and established models = 0.135424 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.135424 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100794Jy sigma=0.105029 ! Fit after self-cal, rms=0.100823Jy sigma=0.105018 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.011154 Jy ! Component: 100 - total flux cleaned = 0.0163822 Jy ! Total flux subtracted in 100 components = 0.0163822 Jy ! Clean residual min=-0.003872 max=0.004329 Jy/beam ! Clean residual mean=0.000000 rms=0.001017 Jy/beam ! Combined flux in latest and established models = 0.151806 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 18 components and 0.151806 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099747Jy sigma=0.103617 ! Fit after self-cal, rms=0.099783Jy sigma=0.103599 ! 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.258 mas, bmaj=9.298 mas, bpa=-14.83 degrees ! Estimated noise=3.74857 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.00148684 Jy ! Component: 100 - total flux cleaned = 0.00188092 Jy ! Component: 150 - total flux cleaned = 0.00196852 Jy ! Component: 200 - total flux cleaned = 0.00200568 Jy ! Total flux subtracted in 200 components = 0.00200568 Jy ! Clean residual min=-0.002616 max=0.002704 Jy/beam ! Clean residual mean=0.000009 rms=0.000698 Jy/beam ! Combined flux in latest and established models = 0.153812 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 28 components and 0.153812 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099711Jy sigma=0.103542 ! Fit after self-cal, rms=0.099722Jy sigma=0.103540 ! 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.98 FD 1.00 HN 0.94 KP 1.03 ! LA 1.18 MK 0.90 NL 1.00 OV 1.00 ! PT 1.03 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.97 FD 0.96 HN 0.93 KP 1.03 ! LA 1.15 MK 0.91 NL 1.02 OV 1.00 ! PT 1.05 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.07 HN 1.04 KP 1.04 ! LA 1.05 MK 1.11 NL 1.02 OV 1.02 ! PT 1.04 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.03 FD 1.06 HN 1.04 KP 1.05 ! LA 1.03 MK 1.04 NL 1.05 OV 1.04 ! PT 1.04 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.11 HN 0.93 KP 0.91 ! LA 0.98 MK 1.06 NL 1.08 OV 1.03 ! PT 1.09 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.06 FD 1.06 HN 0.96 KP 0.92 ! LA 0.98 MK 1.05 NL 1.09 OV 1.04 ! PT 1.07 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.05 HN 0.92 KP 0.85 ! LA 0.80 MK 1.18 NL 1.02 OV 0.91 ! PT 0.94 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.99 FD 1.05 HN 0.88 KP 0.86 ! LA 0.82 MK 1.13 NL 1.00 OV 0.89 ! PT 0.95 SC 0.95 ! ! ! Fit before self-cal, rms=0.099722Jy sigma=0.103540 ! Fit after self-cal, rms=0.097898Jy sigma=0.101454 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.269 mas, bmaj=9.31 mas, bpa=-14.69 degrees ! Estimated noise=3.7498 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.000386515 Jy ! Component: 100 - total flux cleaned = 0.000386801 Jy ! Component: 150 - total flux cleaned = 0.000387478 Jy ! Component: 200 - total flux cleaned = 0.000371318 Jy ! Total flux subtracted in 200 components = 0.000371318 Jy ! Clean residual min=-0.001546 max=0.001336 Jy/beam ! Clean residual mean=0.000007 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.154183 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 36 components and 0.154183 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097887Jy sigma=0.101448 ! Fit after self-cal, rms=0.097944Jy sigma=0.101422 ! 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.097944Jy sigma=0.101422 ! Fit after self-cal, rms=0.097873Jy sigma=0.101421 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.262 mas, bmaj=9.315 mas, bpa=-14.69 degrees ! Estimated noise=3.7505 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000241478 Jy ! Component: 100 - total flux cleaned = 0.000257579 Jy ! Component: 150 - total flux cleaned = 0.000257511 Jy ! Component: 200 - total flux cleaned = 0.000242849 Jy ! Total flux subtracted in 200 components = 0.000242849 Jy ! Clean residual min=-0.001547 max=0.001357 Jy/beam ! Clean residual mean=0.000006 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.154426 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 39 components and 0.154426 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097864Jy sigma=0.101417 ! Fit after self-cal, rms=0.097865Jy sigma=0.101416 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.02124e-05 Jy ! Component: 100 - total flux cleaned = -7.35982e-06 Jy ! Component: 150 - total flux cleaned = -2.11672e-05 Jy ! Component: 200 - total flux cleaned = -4.62932e-05 Jy ! Total flux subtracted in 200 components = -4.62932e-05 Jy ! Clean residual min=-0.001546 max=0.001363 Jy/beam ! Clean residual mean=0.000006 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.15438 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 40 components and 0.15438 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097860Jy sigma=0.101414 ! Fit after self-cal, rms=0.097861Jy sigma=0.101414 ! 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.097861Jy sigma=0.101414 ! Fit after self-cal, rms=0.097761Jy sigma=0.101413 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.255 mas, bmaj=9.317 mas, bpa=-14.7 degrees ! Estimated noise=3.75009 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0001597 Jy ! Component: 100 - total flux cleaned = 0.000174389 Jy ! Component: 150 - total flux cleaned = 0.000187373 Jy ! Component: 200 - total flux cleaned = 0.000187401 Jy ! Total flux subtracted in 200 components = 0.000187401 Jy ! Clean residual min=-0.001541 max=0.001387 Jy/beam ! Clean residual mean=0.000006 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.154567 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 42 components and 0.154567 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097755Jy sigma=0.101411 ! Fit after self-cal, rms=0.097755Jy sigma=0.101411 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.13237e-06 Jy ! Component: 100 - total flux cleaned = -9.24914e-06 Jy ! Component: 150 - total flux cleaned = -1.97284e-05 Jy ! Component: 200 - total flux cleaned = -1.98796e-05 Jy ! Total flux subtracted in 200 components = -1.98796e-05 Jy ! Clean residual min=-0.001536 max=0.001379 Jy/beam ! Clean residual mean=0.000006 rms=0.000359 Jy/beam ! Combined flux in latest and established models = 0.154547 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 44 components and 0.154547 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097751Jy sigma=0.101409 ! Fit after self-cal, rms=0.097752Jy sigma=0.101409 ! 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.097752Jy sigma=0.101409 ! Fit after self-cal, rms=0.097673Jy sigma=0.101409 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.968 mas, bmaj=11.06 mas, bpa=-8.29 degrees ! Estimated noise=4.05217 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.37434e-08 Jy ! Component: 100 - total flux cleaned = 3.67099e-05 Jy ! Component: 150 - total flux cleaned = 4.65357e-05 Jy ! Component: 200 - total flux cleaned = 5.10244e-05 Jy ! Total flux subtracted in 200 components = 5.10244e-05 Jy ! Clean residual min=-0.001674 max=0.001557 Jy/beam ! Clean residual mean=0.000010 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.154598 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 52 components and 0.154598 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097673Jy sigma=0.101408 ! Fit after self-cal, rms=0.097671Jy sigma=0.101408 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.72066e-07 Jy ! Component: 100 - total flux cleaned = 4.36397e-06 Jy ! Component: 150 - total flux cleaned = 4.51017e-06 Jy ! Component: 200 - total flux cleaned = 8.61851e-06 Jy ! Total flux subtracted in 200 components = 8.61851e-06 Jy ! Clean residual min=-0.001673 max=0.001541 Jy/beam ! Clean residual mean=0.000010 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.154607 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 58 components and 0.154607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097672Jy sigma=0.101407 ! Fit after self-cal, rms=0.097671Jy sigma=0.101408 ! 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=4.248 mas, bmaj=9.319 mas, bpa=-14.71 degrees ! Estimated noise=3.74986 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.248 x 9.319 at -14.71 degrees (North through East) ! Clean map min=-0.0015019 max=0.14237 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=3.346 mas, bmaj=8.32 mas, bpa=-15.09 degrees ! Estimated noise=8.38662 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.107871 Jy ! Component: 100 - total flux cleaned = 0.134679 Jy ! Component: 150 - total flux cleaned = 0.146027 Jy ! Component: 200 - total flux cleaned = 0.151382 Jy ! Total flux subtracted in 200 components = 0.151382 Jy ! Clean residual min=-0.002983 max=0.003256 Jy/beam ! Clean residual mean=0.000001 rms=0.000794 Jy/beam ! Combined flux in latest and established models = 0.151382 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.151382 Jy ! Inverting map and beam ! Estimated beam: bmin=4.248 mas, bmaj=9.319 mas, bpa=-14.71 degrees ! Estimated noise=3.74986 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.00256624 Jy ! Component: 100 - total flux cleaned = 0.00312182 Jy ! Component: 150 - total flux cleaned = 0.00321833 Jy ! Component: 200 - total flux cleaned = 0.00330001 Jy ! Total flux subtracted in 200 components = 0.00330001 Jy ! Clean residual min=-0.001513 max=0.001404 Jy/beam ! Clean residual mean=0.000006 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.154682 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 28 components and 0.154682 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.968 mas, bmaj=11.06 mas, bpa=-8.29 degrees ! Estimated noise=4.05217 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.20261e-05 Jy ! Component: 100 - total flux cleaned = -0.000117813 Jy ! Component: 150 - total flux cleaned = -0.000108366 Jy ! Component: 200 - total flux cleaned = -0.000100831 Jy ! Total flux subtracted in 200 components = -0.000100831 Jy ! Clean residual min=-0.001653 max=0.001547 Jy/beam ! Clean residual mean=0.000010 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.154581 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 = -1.98537e-07 Jy ! Component: 100 - total flux cleaned = 5.89023e-06 Jy ! Component: 150 - total flux cleaned = 5.96455e-06 Jy ! Component: 200 - total flux cleaned = 7.08902e-07 Jy ! Total flux subtracted in 200 components = 7.08902e-07 Jy ! Clean residual min=-0.001644 max=0.001534 Jy/beam ! Clean residual mean=0.000010 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.154582 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 38 components and 0.154582 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.248 mas, bmaj=9.319 mas, bpa=-14.71 degrees ! Estimated noise=3.74986 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.60579e-05 Jy ! Component: 100 - total flux cleaned = 9.48242e-05 Jy ! Component: 150 - total flux cleaned = 7.67172e-05 Jy ! Component: 200 - total flux cleaned = 7.64041e-05 Jy ! Total flux subtracted in 200 components = 7.64041e-05 Jy ! Clean residual min=-0.001516 max=0.001356 Jy/beam ! Clean residual mean=0.000006 rms=0.000361 Jy/beam ! Combined flux in latest and established models = 0.154658 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 45 components and 0.154658 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097684Jy sigma=0.101414 ! Fit after self-cal, rms=0.097683Jy sigma=0.101414 wmodel /scr/pima/rdv93_uvs/J2045+1547_S_map.mod ! Writing 45 model components to file: /scr/pima/rdv93_uvs/J2045+1547_S_map.mod wobs /scr/pima/rdv93_uvs/J2045+1547_S_uvs.fits ! Writing UV FITS file: /scr/pima/rdv93_uvs/J2045+1547_S_uvs.fits wwins /scr/pima/rdv93_uvs/J2045+1547_S_map.win ! wwins: Wrote 1 windows to /scr/pima/rdv93_uvs/J2045+1547_S_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.0002292 Jy ! Component: 100 - total flux cleaned = -0.000229827 Jy ! Component: 150 - total flux cleaned = -0.000296487 Jy ! Component: 200 - total flux cleaned = -0.000381863 Jy ! Component: 250 - total flux cleaned = -0.000464439 Jy ! Component: 300 - total flux cleaned = -0.000484367 Jy ! Component: 350 - total flux cleaned = -0.000464849 Jy ! Component: 400 - total flux cleaned = -0.000426879 Jy ! Component: 450 - total flux cleaned = -0.000445502 Jy ! Component: 500 - total flux cleaned = -0.000408749 Jy ! Component: 550 - total flux cleaned = -0.000337058 Jy ! Component: 600 - total flux cleaned = -0.000319724 Jy ! Component: 650 - total flux cleaned = -0.000267498 Jy ! Component: 700 - total flux cleaned = -0.000250223 Jy ! Component: 750 - total flux cleaned = -0.000182488 Jy ! Component: 800 - total flux cleaned = -0.000132494 Jy ! Component: 850 - total flux cleaned = -3.41341e-05 Jy ! Component: 900 - total flux cleaned = -1.93678e-06 Jy ! Component: 950 - total flux cleaned = 6.19392e-05 Jy ! Component: 1000 - total flux cleaned = 0.000124764 Jy ! Component: 1050 - total flux cleaned = 0.000140107 Jy ! Component: 1100 - total flux cleaned = 0.00017097 Jy ! Component: 1150 - total flux cleaned = 0.000246748 Jy ! Component: 1200 - total flux cleaned = 0.000291649 Jy ! Component: 1250 - total flux cleaned = 0.000351047 Jy ! Component: 1300 - total flux cleaned = 0.000409532 Jy ! Component: 1350 - total flux cleaned = 0.000452826 Jy ! Component: 1400 - total flux cleaned = 0.000495565 Jy ! Component: 1450 - total flux cleaned = 0.00055216 Jy ! Component: 1500 - total flux cleaned = 0.000635874 Jy ! Component: 1550 - total flux cleaned = 0.000635774 Jy ! Component: 1600 - total flux cleaned = 0.000649589 Jy ! Component: 1650 - total flux cleaned = 0.000690371 Jy ! Component: 1700 - total flux cleaned = 0.000730749 Jy ! Component: 1750 - total flux cleaned = 0.000784055 Jy ! Component: 1800 - total flux cleaned = 0.000836334 Jy ! Component: 1850 - total flux cleaned = 0.000888345 Jy ! Component: 1900 - total flux cleaned = 0.000901269 Jy ! Component: 1950 - total flux cleaned = 0.000978062 Jy ! Component: 2000 - total flux cleaned = 0.00100356 Jy ! Component: 2050 - total flux cleaned = 0.00106628 Jy ! Component: 2100 - total flux cleaned = 0.0011284 Jy ! Component: 2150 - total flux cleaned = 0.00119007 Jy ! Component: 2200 - total flux cleaned = 0.00126341 Jy ! Component: 2250 - total flux cleaned = 0.00127542 Jy ! Component: 2300 - total flux cleaned = 0.00137157 Jy ! Component: 2350 - total flux cleaned = 0.00141923 Jy ! Component: 2400 - total flux cleaned = 0.0015019 Jy ! Component: 2450 - total flux cleaned = 0.00150196 Jy ! Component: 2500 - total flux cleaned = 0.00160661 Jy ! Component: 2550 - total flux cleaned = 0.00164116 Jy ! Component: 2600 - total flux cleaned = 0.00168675 Jy ! Component: 2650 - total flux cleaned = 0.00176622 Jy ! Component: 2700 - total flux cleaned = 0.00181124 Jy ! Component: 2750 - total flux cleaned = 0.00183355 Jy ! Component: 2800 - total flux cleaned = 0.00186688 Jy ! Component: 2850 - total flux cleaned = 0.00195482 Jy ! Component: 2900 - total flux cleaned = 0.00198758 Jy ! Component: 2950 - total flux cleaned = 0.00200924 Jy ! Component: 3000 - total flux cleaned = 0.00202007 Jy ! Component: 3050 - total flux cleaned = 0.00211625 Jy ! Component: 3100 - total flux cleaned = 0.0021479 Jy ! Component: 3150 - total flux cleaned = 0.00217957 Jy ! Component: 3200 - total flux cleaned = 0.00223185 Jy ! Component: 3250 - total flux cleaned = 0.00228373 Jy ! Component: 3300 - total flux cleaned = 0.00230432 Jy ! Component: 3350 - total flux cleaned = 0.00237613 Jy ! Component: 3400 - total flux cleaned = 0.00239652 Jy ! Component: 3450 - total flux cleaned = 0.002447 Jy ! Component: 3500 - total flux cleaned = 0.00250725 Jy ! Component: 3550 - total flux cleaned = 0.00249718 Jy ! Component: 3600 - total flux cleaned = 0.00256658 Jy ! Component: 3650 - total flux cleaned = 0.00260595 Jy ! Component: 3700 - total flux cleaned = 0.00265497 Jy ! Component: 3750 - total flux cleaned = 0.00273273 Jy ! Component: 3800 - total flux cleaned = 0.00277128 Jy ! Component: 3850 - total flux cleaned = 0.00279045 Jy ! Component: 3900 - total flux cleaned = 0.00280947 Jy ! Component: 3950 - total flux cleaned = 0.0028948 Jy ! Component: 4000 - total flux cleaned = 0.00292304 Jy ! Component: 4050 - total flux cleaned = 0.00295114 Jy ! Total flux subtracted in 4096 components = 0.00301621 Jy ! Clean residual min=-0.000529 max=0.000527 Jy/beam ! Clean residual mean=0.000004 rms=0.000176 Jy/beam ! Combined flux in latest and established models = 0.157675 Jy keep ! Adding 275 model components to the UV plane model. ! The established model now contains 320 components and 0.157675 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rdv93_uvs/J2045+1547_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.248 x 9.319 at -14.71 degrees (North through East) ! Clean map min=-0.0010921 max=0.14234 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J2045+1547_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.142345 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00017633 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.371627 0.371627 0.743253 1.48651 2.97301 5.94603 11.8921 23.7841 47.5682 95.1364 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.142 quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J2045+1547_S_uvs.log closed on Tue Sep 24 17:09:30 2013