! Started logfile: /scr/pima/rdv93_uvs/J1043+2408_S_uvs.log on Tue Sep 24 17:06:48 2013 obs /scr/pima/rdv93_uvs/J1043+2408_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J1043+2408_S_uva.fits ! AN table 1: 143 integrations on 36 of 36 possible baselines. ! AN table 2: 34 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.391243 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1043+2408 ! ! 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 9972 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/J1043+2408_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 596 telescope corrections were flagged in sub-array 1. ! A total of 135 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 596 telescope corrections were flagged in sub-array 1. ! A total of 135 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 596 telescope corrections were flagged in sub-array 1. ! A total of 135 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 596 telescope corrections were flagged in sub-array 1. ! A total of 135 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.118309Jy sigma=3.857980 ! Fit after self-cal, rms=0.535952Jy sigma=1.800725 ! 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.759 mas, bmaj=5.5 mas, bpa=23.24 degrees ! Estimated noise=3.29568 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.380468 Jy ! Component: 100 - total flux cleaned = 0.463498 Jy ! Total flux subtracted in 100 components = 0.463498 Jy ! Clean residual min=-0.012628 max=0.023399 Jy/beam ! Clean residual mean=0.000039 rms=0.003591 Jy/beam ! Combined flux in latest and established models = 0.463498 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.463498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.150310Jy sigma=0.486584 ! Fit after self-cal, rms=0.150154Jy sigma=0.486045 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0212963 Jy ! Component: 100 - total flux cleaned = 0.0287583 Jy ! Total flux subtracted in 100 components = 0.0287583 Jy ! Clean residual min=-0.013010 max=0.015447 Jy/beam ! Clean residual mean=0.000022 rms=0.003271 Jy/beam ! Combined flux in latest and established models = 0.492257 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 11 components and 0.492257 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147746Jy sigma=0.471037 ! Fit after self-cal, rms=0.147763Jy sigma=0.471012 ! 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.965 mas, bmaj=6.448 mas, bpa=18.6 degrees ! Estimated noise=2.14023 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.00805918 Jy ! Component: 100 - total flux cleaned = 0.011498 Jy ! Component: 150 - total flux cleaned = 0.0121034 Jy ! Component: 200 - total flux cleaned = 0.0124371 Jy ! Total flux subtracted in 200 components = 0.0124371 Jy ! Clean residual min=-0.010644 max=0.013373 Jy/beam ! Clean residual mean=-0.000017 rms=0.002952 Jy/beam ! Combined flux in latest and established models = 0.504694 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 23 components and 0.504694 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147497Jy sigma=0.468871 ! Fit after self-cal, rms=0.147499Jy sigma=0.468837 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 114 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.98 HN 0.95 KP 1.01 ! LA 1.14 NL 1.08 OV 0.98 PT 1.03 ! SC 0.98 ! ! A total of 15 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 0.94 FD 0.99 HN 0.93 LA 1.11 ! MK 0.95 NL 0.97 OV 0.97 PT 1.02 ! SC 1.00 ! ! ! Correcting IF 2. ! A total of 114 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.06 HN 1.05 KP 1.02 ! LA 1.01 NL 1.14 OV 0.99 PT 1.03 ! SC 1.06 ! ! A total of 15 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.00 FD 1.07 HN 1.04 LA 1.00 ! MK 1.05 NL 1.04 OV 1.00 PT 1.02 ! SC 1.10 ! ! ! Correcting IF 3. ! A total of 114 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.06 HN 0.96 KP 0.90 ! LA 0.96 NL 1.20 OV 0.99 PT 1.07 ! SC 0.95 ! ! A total of 15 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.03 FD 1.06 HN 0.96 LA 0.93 ! MK 1.05 NL 1.09 OV 0.99 PT 1.06 ! SC 0.96 ! ! ! Correcting IF 4. ! A total of 114 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.05 HN 0.95 KP 0.80 ! LA 0.79 NL 1.12 OV 0.84 PT 0.95 ! SC 1.01 ! ! A total of 15 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 0.96 FD 1.06 HN 0.94 LA 0.80 ! MK 1.11 NL 1.00 OV 0.86 PT 0.92 ! SC 1.02 ! ! ! Fit before self-cal, rms=0.147499Jy sigma=0.468837 ! Fit after self-cal, rms=0.133744Jy sigma=0.414681 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.902 mas, bmaj=6.627 mas, bpa=19.73 degrees ! Estimated noise=2.14426 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, 48.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00651262 Jy ! Component: 100 - total flux cleaned = 0.00492801 Jy ! Component: 150 - total flux cleaned = 0.00417573 Jy ! Component: 200 - total flux cleaned = 0.00375318 Jy ! Total flux subtracted in 200 components = 0.00375318 Jy ! Clean residual min=-0.008682 max=0.007510 Jy/beam ! Clean residual mean=0.000008 rms=0.001630 Jy/beam ! Combined flux in latest and established models = 0.508447 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 39 components and 0.508447 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133102Jy sigma=0.412924 ! Fit after self-cal, rms=0.133189Jy sigma=0.412445 ! 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.133189Jy sigma=0.412445 ! Fit after self-cal, rms=0.132784Jy sigma=0.403504 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.889 mas, bmaj=6.643 mas, bpa=19.78 degrees ! Estimated noise=2.14844 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00129407 Jy ! Component: 100 - total flux cleaned = 0.00102925 Jy ! Component: 150 - total flux cleaned = 0.000727131 Jy ! Component: 200 - total flux cleaned = 0.000597756 Jy ! Total flux subtracted in 200 components = 0.000597756 Jy ! Clean residual min=-0.004700 max=0.004769 Jy/beam ! Clean residual mean=0.000007 rms=0.001108 Jy/beam ! Combined flux in latest and established models = 0.509045 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 66 components and 0.509045 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132690Jy sigma=0.403103 ! Fit after self-cal, rms=0.132687Jy sigma=0.403043 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 (-24.5, -2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00425829 Jy ! Component: 100 - total flux cleaned = 0.00501408 Jy ! Component: 150 - total flux cleaned = 0.00561721 Jy ! Component: 200 - total flux cleaned = 0.00628225 Jy ! Total flux subtracted in 200 components = 0.00628225 Jy ! Clean residual min=-0.004459 max=0.004117 Jy/beam ! Clean residual mean=0.000000 rms=0.001043 Jy/beam ! Combined flux in latest and established models = 0.515327 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 89 components and 0.515327 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132422Jy sigma=0.402302 ! Fit after self-cal, rms=0.132406Jy sigma=0.402257 ! 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.132406Jy sigma=0.402257 ! Fit after self-cal, rms=0.132191Jy sigma=0.400875 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.882 mas, bmaj=6.648 mas, bpa=19.73 degrees ! Estimated noise=2.14833 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00233276 Jy ! Component: 100 - total flux cleaned = 0.00293987 Jy ! Component: 150 - total flux cleaned = 0.00334225 Jy ! Component: 200 - total flux cleaned = 0.003407 Jy ! Total flux subtracted in 200 components = 0.003407 Jy ! Clean residual min=-0.004095 max=0.003769 Jy/beam ! Clean residual mean=-0.000000 rms=0.000984 Jy/beam ! Combined flux in latest and established models = 0.518734 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 99 components and 0.518734 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132108Jy sigma=0.400590 ! Fit after self-cal, rms=0.132126Jy sigma=0.400572 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.000385089 Jy ! Component: 100 - total flux cleaned = 0.000551581 Jy ! Component: 150 - total flux cleaned = 0.000657702 Jy ! Component: 200 - total flux cleaned = 0.000807956 Jy ! Total flux subtracted in 200 components = 0.000807956 Jy ! Clean residual min=-0.004014 max=0.003752 Jy/beam ! Clean residual mean=-0.000001 rms=0.000974 Jy/beam ! Combined flux in latest and established models = 0.519542 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 109 components and 0.519542 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132082Jy sigma=0.400432 ! Fit after self-cal, rms=0.132081Jy sigma=0.400428 ! 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.132081Jy sigma=0.400428 ! Fit after self-cal, rms=0.132229Jy sigma=0.400397 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.094 mas, bmaj=9.909 mas, bpa=-16.51 degrees ! Estimated noise=2.47707 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0012061 Jy ! Component: 100 - total flux cleaned = 0.00140825 Jy ! Component: 150 - total flux cleaned = 0.00150038 Jy ! Component: 200 - total flux cleaned = 0.00154262 Jy ! Total flux subtracted in 200 components = 0.00154262 Jy ! Clean residual min=-0.004187 max=0.004611 Jy/beam ! Clean residual mean=-0.000000 rms=0.001188 Jy/beam ! Combined flux in latest and established models = 0.521084 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 124 components and 0.521084 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132204Jy sigma=0.400308 ! Fit after self-cal, rms=0.132203Jy sigma=0.400296 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.000182097 Jy ! Component: 100 - total flux cleaned = 0.000297816 Jy ! Component: 150 - total flux cleaned = 0.00033276 Jy ! Component: 200 - total flux cleaned = 0.00039691 Jy ! Total flux subtracted in 200 components = 0.00039691 Jy ! Clean residual min=-0.004145 max=0.004624 Jy/beam ! Clean residual mean=-0.000001 rms=0.001177 Jy/beam ! Combined flux in latest and established models = 0.521481 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 133 components and 0.521481 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132186Jy sigma=0.400253 ! Fit after self-cal, rms=0.132185Jy sigma=0.400246 ! 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.877 mas, bmaj=6.653 mas, bpa=19.7 degrees ! Estimated noise=2.14923 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.877 x 6.653 at 19.7 degrees (North through East) ! Clean map min=-0.0038619 max=0.48887 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.693 mas, bmaj=5.654 mas, bpa=23.13 degrees ! Estimated noise=3.17784 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.380894 Jy ! Component: 100 - total flux cleaned = 0.463966 Jy ! Component: 150 - total flux cleaned = 0.486186 Jy ! Component: 200 - total flux cleaned = 0.496851 Jy ! Total flux subtracted in 200 components = 0.496851 Jy ! Clean residual min=-0.006585 max=0.006629 Jy/beam ! Clean residual mean=0.000009 rms=0.001588 Jy/beam ! Combined flux in latest and established models = 0.496851 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.496851 Jy ! Inverting map and beam ! Estimated beam: bmin=4.877 mas, bmaj=6.653 mas, bpa=19.7 degrees ! Estimated noise=2.14923 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.00789465 Jy ! Component: 100 - total flux cleaned = 0.0134332 Jy ! Component: 150 - total flux cleaned = 0.0178157 Jy ! Component: 200 - total flux cleaned = 0.0202828 Jy ! Total flux subtracted in 200 components = 0.0202828 Jy ! Clean residual min=-0.004376 max=0.003881 Jy/beam ! Clean residual mean=0.000005 rms=0.001054 Jy/beam ! Combined flux in latest and established models = 0.517133 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 44 components and 0.517134 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=9.094 mas, bmaj=9.909 mas, bpa=-16.51 degrees ! Estimated noise=2.47707 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00265578 Jy ! Component: 100 - total flux cleaned = 0.00339287 Jy ! Component: 150 - total flux cleaned = 0.00382518 Jy ! Component: 200 - total flux cleaned = 0.0041238 Jy ! Total flux subtracted in 200 components = 0.0041238 Jy ! Clean residual min=-0.004259 max=0.004566 Jy/beam ! Clean residual mean=-0.000002 rms=0.001200 Jy/beam ! Combined flux in latest and established models = 0.521257 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.000131595 Jy ! Component: 100 - total flux cleaned = 0.000306347 Jy ! Component: 150 - total flux cleaned = 0.000410006 Jy ! Component: 200 - total flux cleaned = 0.000507016 Jy ! Total flux subtracted in 200 components = 0.000507016 Jy ! Clean residual min=-0.004186 max=0.004583 Jy/beam ! Clean residual mean=-0.000002 rms=0.001180 Jy/beam ! Combined flux in latest and established models = 0.521764 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 91 components and 0.521764 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.877 mas, bmaj=6.653 mas, bpa=19.7 degrees ! Estimated noise=2.14923 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000868531 Jy ! Component: 100 - total flux cleaned = 0.00086986 Jy ! Component: 150 - total flux cleaned = 0.000800788 Jy ! Component: 200 - total flux cleaned = 0.000869174 Jy ! Total flux subtracted in 200 components = 0.000869174 Jy ! Clean residual min=-0.004064 max=0.003849 Jy/beam ! Clean residual mean=-0.000002 rms=0.000972 Jy/beam ! Combined flux in latest and established models = 0.522633 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 105 components and 0.522633 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132304Jy sigma=0.400555 ! Fit after self-cal, rms=0.132266Jy sigma=0.400464 wmodel /scr/pima/rdv93_uvs/J1043+2408_S_map.mod ! Writing 105 model components to file: /scr/pima/rdv93_uvs/J1043+2408_S_map.mod wobs /scr/pima/rdv93_uvs/J1043+2408_S_uvs.fits ! Writing UV FITS file: /scr/pima/rdv93_uvs/J1043+2408_S_uvs.fits wwins /scr/pima/rdv93_uvs/J1043+2408_S_map.win ! wwins: Wrote 3 windows to /scr/pima/rdv93_uvs/J1043+2408_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.000335677 Jy ! Component: 100 - total flux cleaned = 0.000733245 Jy ! Component: 150 - total flux cleaned = 0.0011798 Jy ! Component: 200 - total flux cleaned = 0.001734 Jy ! Component: 250 - total flux cleaned = 0.00197114 Jy ! Component: 300 - total flux cleaned = 0.00237368 Jy ! Component: 350 - total flux cleaned = 0.00254117 Jy ! Component: 400 - total flux cleaned = 0.00276104 Jy ! Component: 450 - total flux cleaned = 0.00286757 Jy ! Component: 500 - total flux cleaned = 0.0030771 Jy ! Component: 550 - total flux cleaned = 0.0030771 Jy ! Component: 600 - total flux cleaned = 0.0030781 Jy ! Component: 650 - total flux cleaned = 0.00327622 Jy ! Component: 700 - total flux cleaned = 0.00327613 Jy ! Component: 750 - total flux cleaned = 0.00346832 Jy ! Component: 800 - total flux cleaned = 0.00379755 Jy ! Component: 850 - total flux cleaned = 0.00393578 Jy ! Component: 900 - total flux cleaned = 0.0043005 Jy ! Component: 950 - total flux cleaned = 0.00439041 Jy ! Component: 1000 - total flux cleaned = 0.00456756 Jy ! Component: 1050 - total flux cleaned = 0.00474296 Jy ! Component: 1100 - total flux cleaned = 0.00465596 Jy ! Component: 1150 - total flux cleaned = 0.00482754 Jy ! Component: 1200 - total flux cleaned = 0.00503847 Jy ! Component: 1250 - total flux cleaned = 0.00499621 Jy ! Component: 1300 - total flux cleaned = 0.00516121 Jy ! Component: 1350 - total flux cleaned = 0.00516105 Jy ! Component: 1400 - total flux cleaned = 0.00536331 Jy ! Component: 1450 - total flux cleaned = 0.00540326 Jy ! Component: 1500 - total flux cleaned = 0.00548185 Jy ! Component: 1550 - total flux cleaned = 0.00552117 Jy ! Component: 1600 - total flux cleaned = 0.00567573 Jy ! Component: 1650 - total flux cleaned = 0.00559891 Jy ! Component: 1700 - total flux cleaned = 0.00571323 Jy ! Component: 1750 - total flux cleaned = 0.00597587 Jy ! Component: 1800 - total flux cleaned = 0.00597578 Jy ! Component: 1850 - total flux cleaned = 0.00612347 Jy ! Component: 1900 - total flux cleaned = 0.00619607 Jy ! Component: 1950 - total flux cleaned = 0.00634094 Jy ! Component: 2000 - total flux cleaned = 0.00655629 Jy ! Component: 2050 - total flux cleaned = 0.00655629 Jy ! Component: 2100 - total flux cleaned = 0.00666242 Jy ! Component: 2150 - total flux cleaned = 0.00669729 Jy ! Component: 2200 - total flux cleaned = 0.00694015 Jy ! Component: 2250 - total flux cleaned = 0.00697482 Jy ! Component: 2300 - total flux cleaned = 0.00714569 Jy ! Component: 2350 - total flux cleaned = 0.00724701 Jy ! Component: 2400 - total flux cleaned = 0.0073811 Jy ! Component: 2450 - total flux cleaned = 0.00748102 Jy ! Component: 2500 - total flux cleaned = 0.0076456 Jy ! Component: 2550 - total flux cleaned = 0.00771056 Jy ! Component: 2600 - total flux cleaned = 0.0077432 Jy ! Component: 2650 - total flux cleaned = 0.00783991 Jy ! Component: 2700 - total flux cleaned = 0.00793542 Jy ! Component: 2750 - total flux cleaned = 0.00796727 Jy ! Component: 2800 - total flux cleaned = 0.00809385 Jy ! Component: 2850 - total flux cleaned = 0.00818756 Jy ! Component: 2900 - total flux cleaned = 0.00831155 Jy ! Component: 2950 - total flux cleaned = 0.00837306 Jy ! Component: 3000 - total flux cleaned = 0.00840372 Jy ! Component: 3050 - total flux cleaned = 0.00846466 Jy ! Component: 3100 - total flux cleaned = 0.00867577 Jy ! Component: 3150 - total flux cleaned = 0.00861585 Jy ! Component: 3200 - total flux cleaned = 0.00879435 Jy ! Component: 3250 - total flux cleaned = 0.00882419 Jy ! Component: 3300 - total flux cleaned = 0.00905909 Jy ! Component: 3350 - total flux cleaned = 0.00905918 Jy ! Component: 3400 - total flux cleaned = 0.00905928 Jy ! Component: 3450 - total flux cleaned = 0.00920357 Jy ! Component: 3500 - total flux cleaned = 0.00937526 Jy ! Component: 3550 - total flux cleaned = 0.00937547 Jy ! Component: 3600 - total flux cleaned = 0.00957366 Jy ! Component: 3650 - total flux cleaned = 0.00960189 Jy ! Component: 3700 - total flux cleaned = 0.00968593 Jy ! Component: 3750 - total flux cleaned = 0.00982482 Jy ! Component: 3800 - total flux cleaned = 0.00979705 Jy ! Component: 3850 - total flux cleaned = 0.00982477 Jy ! Component: 3900 - total flux cleaned = 0.0100709 Jy ! Component: 3950 - total flux cleaned = 0.0100981 Jy ! Component: 4000 - total flux cleaned = 0.0101791 Jy ! Component: 4050 - total flux cleaned = 0.0101792 Jy ! Total flux subtracted in 4096 components = 0.0102328 Jy ! Clean residual min=-0.001603 max=0.001456 Jy/beam ! Clean residual mean=0.000005 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.532866 Jy keep ! Adding 297 model components to the UV plane model. ! The established model now contains 402 components and 0.532866 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rdv93_uvs/J1043+2408_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.877 x 6.653 at 19.7 degrees (North through East) ! Clean map min=-0.0030736 max=0.488 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J1043+2408_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.488005 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000516631 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.317598 0.317598 0.635196 1.27039 2.54078 5.08157 10.1631 20.3263 40.6525 81.305 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.488 quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J1043+2408_S_uvs.log closed on Tue Sep 24 17:06:52 2013