! Started logfile: /scr/pima/rdv93_uvs/J0931+2750_S_uvs.log on Tue Sep 24 17:06:27 2013 obs /scr/pima/rdv93_uvs/J0931+2750_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J0931+2750_S_uva.fits ! AN table 1: 90 integrations on 21 of 21 possible baselines. ! AN table 2: 90 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.992788 visibilities/baseline/integration-bin. ! Found source: J0931+2750 ! ! 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 20372 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/J0931+2750_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 2 telescope corrections were flagged in sub-array 1. ! A total of 4 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 4 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 4 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 4 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.015505Jy sigma=0.829561 ! Fit after self-cal, rms=0.898719Jy sigma=0.724773 ! 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.373 mas, bmaj=5.506 mas, bpa=-21.28 degrees ! Estimated noise=14.017 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.0826026 Jy ! Component: 100 - total flux cleaned = 0.106674 Jy ! Total flux subtracted in 100 components = 0.106674 Jy ! Clean residual min=-0.006955 max=0.010539 Jy/beam ! Clean residual mean=-0.000006 rms=0.001704 Jy/beam ! Combined flux in latest and established models = 0.106674 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.106674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102596Jy sigma=0.076268 ! Fit after self-cal, rms=0.102364Jy sigma=0.075929 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0121262 Jy ! Component: 100 - total flux cleaned = 0.0179158 Jy ! Total flux subtracted in 100 components = 0.0179158 Jy ! Clean residual min=-0.006199 max=0.005073 Jy/beam ! Clean residual mean=-0.000000 rms=0.001277 Jy/beam ! Combined flux in latest and established models = 0.12459 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 10 components and 0.12459 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101175Jy sigma=0.074645 ! Fit after self-cal, rms=0.101300Jy sigma=0.074621 ! 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.362 mas, bmaj=6.606 mas, bpa=-17.9 degrees ! Estimated noise=6.32511 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.00170133 Jy ! Component: 100 - total flux cleaned = 0.00162974 Jy ! Component: 150 - total flux cleaned = 0.00150893 Jy ! Component: 200 - total flux cleaned = 0.00135442 Jy ! Total flux subtracted in 200 components = 0.00135442 Jy ! Clean residual min=-0.003826 max=0.003625 Jy/beam ! Clean residual mean=0.000011 rms=0.000926 Jy/beam ! Combined flux in latest and established models = 0.125944 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 15 components and 0.125944 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101182Jy sigma=0.074532 ! Fit after self-cal, rms=0.101209Jy sigma=0.074528 ! 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: ! FD 1.00 HN 0.89 KP 1.00 NL 0.99 ! OV 0.95 PT 1.04 SC 0.90 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.95 FD 1.04 HN 0.94 LA 1.11 ! MK 0.93 NL 0.99 OV 1.00 PT 1.05 ! SC 0.88 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.11 HN 1.03 KP 1.10 NL 0.99 ! OV 0.94 PT 1.03 SC 0.99 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.02 FD 1.13 HN 1.03 LA 1.06 ! MK 1.12 NL 1.01 OV 1.01 PT 1.05 ! SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.09 HN 0.99 KP 0.89 NL 1.11 ! OV 0.95 PT 1.10 SC 0.86 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.02 FD 1.22 HN 0.91 LA 0.97 ! MK 1.03 NL 1.08 OV 1.03 PT 1.07 ! SC 0.94 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.08 HN 0.91 KP 0.83 NL 0.99 ! OV 0.85 PT 0.96 SC 0.91 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.04 FD 1.18 HN 0.92 LA 0.81 ! MK 0.89 NL 0.99 OV 0.85 PT 0.97 ! SC 0.94 ! ! ! Fit before self-cal, rms=0.101209Jy sigma=0.074528 ! Fit after self-cal, rms=0.097498Jy sigma=0.073493 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.314 mas, bmaj=6.457 mas, bpa=-16.81 degrees ! Estimated noise=6.2285 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.000563531 Jy ! Component: 100 - total flux cleaned = 0.000696888 Jy ! Component: 150 - total flux cleaned = 0.000922534 Jy ! Component: 200 - total flux cleaned = 0.00111401 Jy ! Total flux subtracted in 200 components = 0.00111401 Jy ! Clean residual min=-0.001995 max=0.002004 Jy/beam ! Clean residual mean=-0.000002 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.127058 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 20 components and 0.127058 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097438Jy sigma=0.073466 ! Fit after self-cal, rms=0.097549Jy sigma=0.073431 ! 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.097549Jy sigma=0.073431 ! Fit after self-cal, rms=0.096926Jy sigma=0.073424 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.288 mas, bmaj=6.436 mas, bpa=-17.04 degrees ! Estimated noise=6.20647 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000353964 Jy ! Component: 100 - total flux cleaned = 0.000434288 Jy ! Component: 150 - total flux cleaned = 0.000603714 Jy ! Component: 200 - total flux cleaned = 0.000749671 Jy ! Total flux subtracted in 200 components = 0.000749671 Jy ! Clean residual min=-0.001906 max=0.001911 Jy/beam ! Clean residual mean=-0.000002 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.127808 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 23 components and 0.127808 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096901Jy sigma=0.073413 ! Fit after self-cal, rms=0.096919Jy sigma=0.073411 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 (-64.5, 96). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0017896 Jy ! Component: 100 - total flux cleaned = 0.00210257 Jy ! Component: 150 - total flux cleaned = 0.00244886 Jy ! Component: 200 - total flux cleaned = 0.00270505 Jy ! Total flux subtracted in 200 components = 0.00270505 Jy ! Clean residual min=-0.001746 max=0.001579 Jy/beam ! Clean residual mean=-0.000000 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.130513 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 39 components and 0.130513 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096871Jy sigma=0.073379 ! Fit after self-cal, rms=0.096876Jy sigma=0.073375 ! 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.096876Jy sigma=0.073375 ! Fit after self-cal, rms=0.096470Jy sigma=0.073372 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.271 mas, bmaj=6.428 mas, bpa=-17.23 degrees ! Estimated noise=6.19408 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000673187 Jy ! Component: 100 - total flux cleaned = 0.000809786 Jy ! Component: 150 - total flux cleaned = 0.000903781 Jy ! Component: 200 - total flux cleaned = 0.000966207 Jy ! Total flux subtracted in 200 components = 0.000966207 Jy ! Clean residual min=-0.001627 max=0.001593 Jy/beam ! Clean residual mean=-0.000001 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.131479 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 43 components and 0.131479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096453Jy sigma=0.073364 ! Fit after self-cal, rms=0.096456Jy sigma=0.073363 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.000229129 Jy ! Component: 100 - total flux cleaned = 0.000287017 Jy ! Component: 150 - total flux cleaned = 0.000374792 Jy ! Component: 200 - total flux cleaned = 0.000424306 Jy ! Total flux subtracted in 200 components = 0.000424306 Jy ! Clean residual min=-0.001580 max=0.001612 Jy/beam ! Clean residual mean=-0.000001 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.131903 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 57 components and 0.131903 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096447Jy sigma=0.073359 ! Fit after self-cal, rms=0.096450Jy sigma=0.073359 ! 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.096450Jy sigma=0.073359 ! Fit after self-cal, rms=0.096250Jy sigma=0.073358 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.956 mas, bmaj=9.897 mas, bpa=-6.575 degrees ! Estimated noise=6.75925 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00069201 Jy ! Component: 100 - total flux cleaned = 0.00112534 Jy ! Component: 150 - total flux cleaned = 0.00121959 Jy ! Component: 200 - total flux cleaned = 0.00131614 Jy ! Total flux subtracted in 200 components = 0.00131614 Jy ! Clean residual min=-0.001721 max=0.001576 Jy/beam ! Clean residual mean=-0.000000 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.13322 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 65 components and 0.13322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096247Jy sigma=0.073356 ! Fit after self-cal, rms=0.096246Jy sigma=0.073355 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.000183023 Jy ! Component: 100 - total flux cleaned = 0.000312391 Jy ! Component: 150 - total flux cleaned = 0.00040393 Jy ! Component: 200 - total flux cleaned = 0.000484883 Jy ! Total flux subtracted in 200 components = 0.000484883 Jy ! Clean residual min=-0.001728 max=0.001568 Jy/beam ! Clean residual mean=-0.000000 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.133705 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 71 components and 0.133705 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096245Jy sigma=0.073355 ! Fit after self-cal, rms=0.096245Jy sigma=0.073354 ! 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.263 mas, bmaj=6.428 mas, bpa=-17.36 degrees ! Estimated noise=6.18601 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.263 x 6.428 at -17.36 degrees (North through East) ! Clean map min=-0.0015969 max=0.10722 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.312 mas, bmaj=5.371 mas, bpa=-20.86 degrees ! Estimated noise=13.3767 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0789512 Jy ! Component: 100 - total flux cleaned = 0.105042 Jy ! Component: 150 - total flux cleaned = 0.117474 Jy ! Component: 200 - total flux cleaned = 0.123499 Jy ! Total flux subtracted in 200 components = 0.123499 Jy ! Clean residual min=-0.003731 max=0.003936 Jy/beam ! Clean residual mean=-0.000004 rms=0.000901 Jy/beam ! Combined flux in latest and established models = 0.123499 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.123499 Jy ! Inverting map and beam ! Estimated beam: bmin=4.263 mas, bmaj=6.428 mas, bpa=-17.36 degrees ! Estimated noise=6.18601 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.00366477 Jy ! Component: 100 - total flux cleaned = 0.00578636 Jy ! Component: 150 - total flux cleaned = 0.0067507 Jy ! Component: 200 - total flux cleaned = 0.00717146 Jy ! Total flux subtracted in 200 components = 0.00717146 Jy ! Clean residual min=-0.001774 max=0.001662 Jy/beam ! Clean residual mean=-0.000000 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.13067 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 31 components and 0.13067 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.956 mas, bmaj=9.897 mas, bpa=-6.575 degrees ! Estimated noise=6.75925 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00120489 Jy ! Component: 100 - total flux cleaned = 0.00170086 Jy ! Component: 150 - total flux cleaned = 0.00202443 Jy ! Component: 200 - total flux cleaned = 0.00229841 Jy ! Total flux subtracted in 200 components = 0.00229841 Jy ! Clean residual min=-0.001761 max=0.001558 Jy/beam ! Clean residual mean=0.000000 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.132969 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.000151732 Jy ! Component: 100 - total flux cleaned = 0.000245957 Jy ! Component: 150 - total flux cleaned = 0.000320025 Jy ! Component: 200 - total flux cleaned = 0.000400186 Jy ! Total flux subtracted in 200 components = 0.000400186 Jy ! Clean residual min=-0.001762 max=0.001566 Jy/beam ! Clean residual mean=0.000001 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.133369 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 71 components and 0.133369 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.263 mas, bmaj=6.428 mas, bpa=-17.36 degrees ! Estimated noise=6.18601 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000469009 Jy ! Component: 100 - total flux cleaned = -0.000497472 Jy ! Component: 150 - total flux cleaned = -0.000497689 Jy ! Component: 200 - total flux cleaned = -0.000498234 Jy ! Total flux subtracted in 200 components = -0.000498234 Jy ! Clean residual min=-0.001700 max=0.001697 Jy/beam ! Clean residual mean=-0.000001 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.132871 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 83 components and 0.132871 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096246Jy sigma=0.073359 ! Fit after self-cal, rms=0.096261Jy sigma=0.073358 wmodel /scr/pima/rdv93_uvs/J0931+2750_S_map.mod ! Writing 83 model components to file: /scr/pima/rdv93_uvs/J0931+2750_S_map.mod wobs /scr/pima/rdv93_uvs/J0931+2750_S_uvs.fits ! Writing UV FITS file: /scr/pima/rdv93_uvs/J0931+2750_S_uvs.fits wwins /scr/pima/rdv93_uvs/J0931+2750_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rdv93_uvs/J0931+2750_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.000183593 Jy ! Component: 100 - total flux cleaned = -0.000461354 Jy ! Component: 150 - total flux cleaned = -0.000698484 Jy ! Component: 200 - total flux cleaned = -0.00102592 Jy ! Component: 250 - total flux cleaned = -0.0013403 Jy ! Component: 300 - total flux cleaned = -0.00161991 Jy ! Component: 350 - total flux cleaned = -0.00179998 Jy ! Component: 400 - total flux cleaned = -0.0019971 Jy ! Component: 450 - total flux cleaned = -0.00225226 Jy ! Component: 500 - total flux cleaned = -0.00243843 Jy ! Component: 550 - total flux cleaned = -0.00262081 Jy ! Component: 600 - total flux cleaned = -0.00275966 Jy ! Component: 650 - total flux cleaned = -0.0028571 Jy ! Component: 700 - total flux cleaned = -0.00297206 Jy ! Component: 750 - total flux cleaned = -0.00306594 Jy ! Component: 800 - total flux cleaned = -0.00319503 Jy ! Component: 850 - total flux cleaned = -0.0031957 Jy ! Component: 900 - total flux cleaned = -0.0032669 Jy ! Component: 950 - total flux cleaned = -0.00331921 Jy ! Component: 1000 - total flux cleaned = -0.00331907 Jy ! Component: 1050 - total flux cleaned = -0.00331928 Jy ! Component: 1100 - total flux cleaned = -0.00335262 Jy ! Component: 1150 - total flux cleaned = -0.0033855 Jy ! Component: 1200 - total flux cleaned = -0.00341769 Jy ! Component: 1250 - total flux cleaned = -0.00341781 Jy ! Component: 1300 - total flux cleaned = -0.00343344 Jy ! Component: 1350 - total flux cleaned = -0.00346417 Jy ! Component: 1400 - total flux cleaned = -0.00341805 Jy ! Component: 1450 - total flux cleaned = -0.00338794 Jy ! Component: 1500 - total flux cleaned = -0.00337296 Jy ! Component: 1550 - total flux cleaned = -0.0032988 Jy ! Component: 1600 - total flux cleaned = -0.00319657 Jy ! Component: 1650 - total flux cleaned = -0.00315314 Jy ! Component: 1700 - total flux cleaned = -0.00309576 Jy ! Component: 1750 - total flux cleaned = -0.00299667 Jy ! Component: 1800 - total flux cleaned = -0.00291259 Jy ! Component: 1850 - total flux cleaned = -0.00287093 Jy ! Component: 1900 - total flux cleaned = -0.00278847 Jy ! Component: 1950 - total flux cleaned = -0.00272037 Jy ! Component: 2000 - total flux cleaned = -0.00269355 Jy ! Component: 2050 - total flux cleaned = -0.00258675 Jy ! Component: 2100 - total flux cleaned = -0.00253382 Jy ! Component: 2150 - total flux cleaned = -0.00248143 Jy ! Component: 2200 - total flux cleaned = -0.00245541 Jy ! Component: 2250 - total flux cleaned = -0.00237821 Jy ! Component: 2300 - total flux cleaned = -0.00233997 Jy ! Component: 2350 - total flux cleaned = -0.00228924 Jy ! Component: 2400 - total flux cleaned = -0.00226445 Jy ! Component: 2450 - total flux cleaned = -0.00223968 Jy ! Component: 2500 - total flux cleaned = -0.00223965 Jy ! Component: 2550 - total flux cleaned = -0.00222742 Jy ! Component: 2600 - total flux cleaned = -0.00222737 Jy ! Component: 2650 - total flux cleaned = -0.00220303 Jy ! Component: 2700 - total flux cleaned = -0.00217911 Jy ! Component: 2750 - total flux cleaned = -0.00213148 Jy ! Component: 2800 - total flux cleaned = -0.00215524 Jy ! Component: 2850 - total flux cleaned = -0.00216714 Jy ! Component: 2900 - total flux cleaned = -0.00215534 Jy ! Component: 2950 - total flux cleaned = -0.00216695 Jy ! Component: 3000 - total flux cleaned = -0.00215521 Jy ! Component: 3050 - total flux cleaned = -0.00212083 Jy ! Component: 3100 - total flux cleaned = -0.00208656 Jy ! Component: 3150 - total flux cleaned = -0.00210909 Jy ! Component: 3200 - total flux cleaned = -0.00205282 Jy ! Component: 3250 - total flux cleaned = -0.00206402 Jy ! Component: 3300 - total flux cleaned = -0.00206402 Jy ! Component: 3350 - total flux cleaned = -0.00205297 Jy ! Component: 3400 - total flux cleaned = -0.00203085 Jy ! Component: 3450 - total flux cleaned = -0.00199808 Jy ! Component: 3500 - total flux cleaned = -0.00203061 Jy ! Component: 3550 - total flux cleaned = -0.00199807 Jy ! Component: 3600 - total flux cleaned = -0.00194424 Jy ! Component: 3650 - total flux cleaned = -0.00193362 Jy ! Component: 3700 - total flux cleaned = -0.00192299 Jy ! Component: 3750 - total flux cleaned = -0.00190179 Jy ! Component: 3800 - total flux cleaned = -0.0019018 Jy ! Component: 3850 - total flux cleaned = -0.0019018 Jy ! Component: 3900 - total flux cleaned = -0.00183938 Jy ! Component: 3950 - total flux cleaned = -0.00184976 Jy ! Component: 4000 - total flux cleaned = -0.00188072 Jy ! Component: 4050 - total flux cleaned = -0.00182934 Jy ! Total flux subtracted in 4096 components = -0.00182937 Jy ! Clean residual min=-0.000556 max=0.000669 Jy/beam ! Clean residual mean=-0.000002 rms=0.000179 Jy/beam ! Combined flux in latest and established models = 0.131041 Jy keep ! Adding 266 model components to the UV plane model. ! The established model now contains 349 components and 0.131041 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rdv93_uvs/J0931+2750_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.263 x 6.428 at -17.36 degrees (North through East) ! Clean map min=-0.0013494 max=0.10688 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J0931+2750_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.106885 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000178695 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.501555 0.501555 1.00311 2.00622 4.01244 8.02488 16.0498 32.0995 64.1991 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.106 quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J0931+2750_S_uvs.log closed on Tue Sep 24 17:06:32 2013