! Started logfile: /scr/pima/rdv93_uvs/J1855-1209_X_uvs.log on Tue Sep 24 17:09:13 2013 obs /scr/pima/rdv93_uvs/J1855-1209_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J1855-1209_X_uva.fits ! AN table 1: 91 integrations on 36 of 36 possible baselines. ! AN table 2: 91 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.951465 visibilities/baseline/integration-bin. ! Found source: J1855-1209 ! ! 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 8.40993e+09 1.6e+07 1 1.6e+07 ! 02 2 8.47993e+09 1.6e+07 1 1.6e+07 ! 03 3 8.79493e+09 1.6e+07 1 1.6e+07 ! 04 4 8.89993e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 24936 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.2 print "taper_size =",taper_size ! taper_size = 70 ![@/home/lpetrov/bin/01_muppet /scr/pima/rdv93_uvs/J1855-1209_X] 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.200x0.200 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 6 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.011306Jy sigma=0.410322 ! Fit after self-cal, rms=0.937285Jy sigma=0.378899 ! 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=0.8287 mas, bmaj=2.338 mas, bpa=-6.955 degrees ! Estimated noise=24.6923 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.0536354 Jy ! Component: 100 - total flux cleaned = 0.0667655 Jy ! Total flux subtracted in 100 components = 0.0667655 Jy ! Clean residual min=-0.004831 max=0.005163 Jy/beam ! Clean residual mean=-0.000000 rms=0.001145 Jy/beam ! Combined flux in latest and established models = 0.0667655 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0667655 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108761Jy sigma=0.040720 ! Fit after self-cal, rms=0.106925Jy sigma=0.039978 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00697028 Jy ! Component: 100 - total flux cleaned = 0.010184 Jy ! Total flux subtracted in 100 components = 0.010184 Jy ! Clean residual min=-0.005125 max=0.004021 Jy/beam ! Clean residual mean=-0.000001 rms=0.001083 Jy/beam ! Combined flux in latest and established models = 0.0769495 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 16 components and 0.0769495 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106569Jy sigma=0.039784 ! Fit after self-cal, rms=0.106625Jy sigma=0.039779 ! 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.061 mas, bmaj=2.795 mas, bpa=-5.24 degrees ! Estimated noise=11.4448 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.00116806 Jy ! Component: 100 - total flux cleaned = 0.00144184 Jy ! Component: 150 - total flux cleaned = 0.00148031 Jy ! Component: 200 - total flux cleaned = 0.00150991 Jy ! Total flux subtracted in 200 components = 0.00150991 Jy ! Clean residual min=-0.002684 max=0.002152 Jy/beam ! Clean residual mean=0.000001 rms=0.000662 Jy/beam ! Combined flux in latest and established models = 0.0784594 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 21 components and 0.0784594 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106611Jy sigma=0.039773 ! Fit after self-cal, rms=0.106630Jy sigma=0.039773 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 HN 0.94 KP 1.08 LA 1.02 ! MK 1.00 NL 0.90 OV 1.00 PT 1.08 ! SC 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.01 FD 1.10 HN 0.93 KP 0.97 ! LA 1.03 MK 1.05 NL 0.96 OV 0.96 ! PT 0.98 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.04 HN 0.99 KP 0.94 LA 1.02 ! MK 1.01 NL 0.96 OV 1.05 PT 1.08 ! SC 1.03 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.96 FD 1.01 HN 0.98 KP 0.92 ! LA 1.01 MK 1.09 NL 1.12 OV 1.04 ! PT 1.13 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 HN 0.88 KP 0.88 LA 1.01 ! MK 0.89 NL 1.11 OV 1.09 PT 1.06 ! SC 0.98 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.11 FD 1.00 HN 0.95 KP 0.81 ! LA 1.07 MK 1.02 NL 1.12 OV 1.00 ! PT 1.03 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.95 HN 0.87 KP 0.88 LA 1.06 ! MK 0.86 NL 1.04 OV 1.11 PT 0.97 ! SC 1.01 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.03 FD 1.04 HN 0.86 KP 0.87 ! LA 1.09 MK 1.00 NL 1.14 OV 1.01 ! PT 0.99 ! ! ! Fit before self-cal, rms=0.106630Jy sigma=0.039773 ! Fit after self-cal, rms=0.105695Jy sigma=0.039657 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.058 mas, bmaj=2.791 mas, bpa=-5.503 degrees ! Estimated noise=11.396 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.000467313 Jy ! Component: 100 - total flux cleaned = 0.000561747 Jy ! Component: 150 - total flux cleaned = 0.000617516 Jy ! Component: 200 - total flux cleaned = 0.000660907 Jy ! Total flux subtracted in 200 components = 0.000660907 Jy ! Clean residual min=-0.002219 max=0.001946 Jy/beam ! Clean residual mean=0.000003 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.0791203 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 31 components and 0.0791203 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105684Jy sigma=0.039654 ! Fit after self-cal, rms=0.105882Jy sigma=0.039614 ! 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.105882Jy sigma=0.039614 ! Fit after self-cal, rms=0.106154Jy sigma=0.039607 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.054 mas, bmaj=2.792 mas, bpa=-5.775 degrees ! Estimated noise=11.3823 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000395563 Jy ! Component: 100 - total flux cleaned = 0.000461237 Jy ! Component: 150 - total flux cleaned = 0.000512268 Jy ! Component: 200 - total flux cleaned = 0.000539377 Jy ! Total flux subtracted in 200 components = 0.000539377 Jy ! Clean residual min=-0.002213 max=0.001979 Jy/beam ! Clean residual mean=0.000003 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.0796597 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 32 components and 0.0796597 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106144Jy sigma=0.039604 ! Fit after self-cal, rms=0.106231Jy sigma=0.039601 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 = 1.22808e-05 Jy ! Component: 100 - total flux cleaned = 6.63005e-07 Jy ! Component: 150 - total flux cleaned = 2.04918e-05 Jy ! Component: 200 - total flux cleaned = 2.02373e-05 Jy ! Total flux subtracted in 200 components = 2.02373e-05 Jy ! Clean residual min=-0.002195 max=0.001965 Jy/beam ! Clean residual mean=0.000003 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.0796799 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 35 components and 0.0796799 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106228Jy sigma=0.039600 ! Fit after self-cal, rms=0.106233Jy sigma=0.039598 ! 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.106233Jy sigma=0.039598 ! Fit after self-cal, rms=0.106021Jy sigma=0.039595 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.051 mas, bmaj=2.794 mas, bpa=-6.116 degrees ! Estimated noise=11.3559 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000365022 Jy ! Component: 100 - total flux cleaned = 0.000424812 Jy ! Component: 150 - total flux cleaned = 0.000469789 Jy ! Component: 200 - total flux cleaned = 0.000457873 Jy ! Total flux subtracted in 200 components = 0.000457873 Jy ! Clean residual min=-0.002244 max=0.001990 Jy/beam ! Clean residual mean=0.000003 rms=0.000492 Jy/beam ! Combined flux in latest and established models = 0.0801378 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 37 components and 0.0801378 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106012Jy sigma=0.039593 ! Fit after self-cal, rms=0.106045Jy sigma=0.039592 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.7319e-05 Jy ! Component: 100 - total flux cleaned = 5.82454e-05 Jy ! Component: 150 - total flux cleaned = 6.81681e-05 Jy ! Component: 200 - total flux cleaned = 7.70503e-05 Jy ! Total flux subtracted in 200 components = 7.70503e-05 Jy ! Clean residual min=-0.002253 max=0.001939 Jy/beam ! Clean residual mean=0.000003 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.0802149 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 37 components and 0.0802149 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106043Jy sigma=0.039591 ! Fit after self-cal, rms=0.106048Jy sigma=0.039591 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 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.106048Jy sigma=0.039591 ! Fit after self-cal, rms=0.105751Jy sigma=0.039589 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.235 mas, bmaj=4.472 mas, bpa=-2.049 degrees ! Estimated noise=12.9752 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000283018 Jy ! Component: 100 - total flux cleaned = 0.000275074 Jy ! Component: 150 - total flux cleaned = 0.000262865 Jy ! Component: 200 - total flux cleaned = 0.000262728 Jy ! Total flux subtracted in 200 components = 0.000262728 Jy ! Clean residual min=-0.003013 max=0.001907 Jy/beam ! Clean residual mean=0.000005 rms=0.000590 Jy/beam ! Combined flux in latest and established models = 0.0804776 Jy selfcal ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 40 components and 0.0804776 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105748Jy sigma=0.039588 ! Fit after self-cal, rms=0.105753Jy sigma=0.039588 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.35023e-05 Jy ! Component: 100 - total flux cleaned = 8.16947e-06 Jy ! Component: 150 - total flux cleaned = -6.88238e-06 Jy ! Component: 200 - total flux cleaned = -1.12771e-05 Jy ! Total flux subtracted in 200 components = -1.12771e-05 Jy ! Clean residual min=-0.002996 max=0.001904 Jy/beam ! Clean residual mean=0.000005 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.0804663 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 42 components and 0.0804663 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105752Jy sigma=0.039588 ! Fit after self-cal, rms=0.105751Jy sigma=0.039588 ! 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.047 mas, bmaj=2.796 mas, bpa=-6.445 degrees ! Estimated noise=11.3265 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.047 x 2.796 at -6.445 degrees (North through East) ! Clean map min=-0.0022168 max=0.070379 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=0.8207 mas, bmaj=2.354 mas, bpa=-8.003 degrees ! Estimated noise=23.9936 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0539887 Jy ! Component: 100 - total flux cleaned = 0.0686777 Jy ! Component: 150 - total flux cleaned = 0.0748164 Jy ! Component: 200 - total flux cleaned = 0.0777234 Jy ! Total flux subtracted in 200 components = 0.0777234 Jy ! Clean residual min=-0.004551 max=0.003572 Jy/beam ! Clean residual mean=-0.000000 rms=0.000973 Jy/beam ! Combined flux in latest and established models = 0.0777234 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.0777234 Jy ! Inverting map and beam ! Estimated beam: bmin=1.047 mas, bmaj=2.796 mas, bpa=-6.445 degrees ! Estimated noise=11.3265 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) ! Added new window around map position (0.8, 2.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00233221 Jy ! Component: 100 - total flux cleaned = 0.00257366 Jy ! Component: 150 - total flux cleaned = 0.00265838 Jy ! Component: 200 - total flux cleaned = 0.00268025 Jy ! Total flux subtracted in 200 components = 0.00268025 Jy ! Clean residual min=-0.002247 max=0.001789 Jy/beam ! Clean residual mean=0.000003 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.0804037 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 33 components and 0.0804037 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.235 mas, bmaj=4.472 mas, bpa=-2.049 degrees ! Estimated noise=12.9752 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000157225 Jy ! Component: 100 - total flux cleaned = 0.00025262 Jy ! Component: 150 - total flux cleaned = 0.000299736 Jy ! Component: 200 - total flux cleaned = 0.000331931 Jy ! Total flux subtracted in 200 components = 0.000331931 Jy ! Clean residual min=-0.002994 max=0.001903 Jy/beam ! Clean residual mean=0.000004 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.0807356 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.52983e-05 Jy ! Component: 100 - total flux cleaned = 2.99044e-05 Jy ! Component: 150 - total flux cleaned = 5.07371e-05 Jy ! Component: 200 - total flux cleaned = 6.39548e-05 Jy ! Total flux subtracted in 200 components = 6.39548e-05 Jy ! Clean residual min=-0.002983 max=0.001901 Jy/beam ! Clean residual mean=0.000004 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.0807996 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 49 components and 0.0807995 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.047 mas, bmaj=2.796 mas, bpa=-6.445 degrees ! Estimated noise=11.3265 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00010554 Jy ! Component: 100 - total flux cleaned = -0.000107523 Jy ! Component: 150 - total flux cleaned = -0.00010763 Jy ! Component: 200 - total flux cleaned = -0.000120595 Jy ! Total flux subtracted in 200 components = -0.000120595 Jy ! Clean residual min=-0.002244 max=0.001725 Jy/beam ! Clean residual mean=0.000002 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.0806789 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 62 components and 0.0806789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105727Jy sigma=0.039582 ! Fit after self-cal, rms=0.105762Jy sigma=0.039581 wmodel /scr/pima/rdv93_uvs/J1855-1209_X_map.mod ! Writing 62 model components to file: /scr/pima/rdv93_uvs/J1855-1209_X_map.mod wobs /scr/pima/rdv93_uvs/J1855-1209_X_uvs.fits ! Writing UV FITS file: /scr/pima/rdv93_uvs/J1855-1209_X_uvs.fits wwins /scr/pima/rdv93_uvs/J1855-1209_X_map.win ! wwins: Wrote 2 windows to /scr/pima/rdv93_uvs/J1855-1209_X_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.000908155 Jy ! Component: 100 - total flux cleaned = -0.00133862 Jy ! Component: 150 - total flux cleaned = -0.00149428 Jy ! Component: 200 - total flux cleaned = -0.00179201 Jy ! Component: 250 - total flux cleaned = -0.00196326 Jy ! Component: 300 - total flux cleaned = -0.00212846 Jy ! Component: 350 - total flux cleaned = -0.00218237 Jy ! Component: 400 - total flux cleaned = -0.00231329 Jy ! Component: 450 - total flux cleaned = -0.00249052 Jy ! Component: 500 - total flux cleaned = -0.00253964 Jy ! Component: 550 - total flux cleaned = -0.00263735 Jy ! Component: 600 - total flux cleaned = -0.00277991 Jy ! Component: 650 - total flux cleaned = -0.00287288 Jy ! Component: 700 - total flux cleaned = -0.00291805 Jy ! Component: 750 - total flux cleaned = -0.00302992 Jy ! Component: 800 - total flux cleaned = -0.00307339 Jy ! Component: 850 - total flux cleaned = -0.0031169 Jy ! Component: 900 - total flux cleaned = -0.00320251 Jy ! Component: 950 - total flux cleaned = -0.00326583 Jy ! Component: 1000 - total flux cleaned = -0.00332804 Jy ! Component: 1050 - total flux cleaned = -0.00338908 Jy ! Component: 1100 - total flux cleaned = -0.00344914 Jy ! Component: 1150 - total flux cleaned = -0.00352783 Jy ! Component: 1200 - total flux cleaned = -0.0035853 Jy ! Component: 1250 - total flux cleaned = -0.00356597 Jy ! Component: 1300 - total flux cleaned = -0.00362249 Jy ! Component: 1350 - total flux cleaned = -0.00371575 Jy ! Component: 1400 - total flux cleaned = -0.00375253 Jy ! Component: 1450 - total flux cleaned = -0.00380689 Jy ! Component: 1500 - total flux cleaned = -0.00384282 Jy ! Component: 1550 - total flux cleaned = -0.00389601 Jy ! Component: 1600 - total flux cleaned = -0.00389626 Jy ! Component: 1650 - total flux cleaned = -0.00398293 Jy ! Component: 1700 - total flux cleaned = -0.00403436 Jy ! Component: 1750 - total flux cleaned = -0.00403447 Jy ! Component: 1800 - total flux cleaned = -0.0040682 Jy ! Component: 1850 - total flux cleaned = -0.0041181 Jy ! Component: 1900 - total flux cleaned = -0.00411817 Jy ! Component: 1950 - total flux cleaned = -0.00421533 Jy ! Component: 2000 - total flux cleaned = -0.00423115 Jy ! Component: 2050 - total flux cleaned = -0.00419905 Jy ! Component: 2100 - total flux cleaned = -0.00418331 Jy ! Component: 2150 - total flux cleaned = -0.00426104 Jy ! Component: 2200 - total flux cleaned = -0.00423013 Jy ! Component: 2250 - total flux cleaned = -0.00423007 Jy ! Component: 2300 - total flux cleaned = -0.00421493 Jy ! Component: 2350 - total flux cleaned = -0.00426005 Jy ! Component: 2400 - total flux cleaned = -0.00431917 Jy ! Component: 2450 - total flux cleaned = -0.00431912 Jy ! Component: 2500 - total flux cleaned = -0.00439172 Jy ! Component: 2550 - total flux cleaned = -0.00439162 Jy ! Component: 2600 - total flux cleaned = -0.00444862 Jy ! Component: 2650 - total flux cleaned = -0.00444863 Jy ! Component: 2700 - total flux cleaned = -0.00449083 Jy ! Component: 2750 - total flux cleaned = -0.004463 Jy ! Component: 2800 - total flux cleaned = -0.00447667 Jy ! Component: 2850 - total flux cleaned = -0.00453114 Jy ! Component: 2900 - total flux cleaned = -0.00462562 Jy ! Component: 2950 - total flux cleaned = -0.00454522 Jy ! Component: 3000 - total flux cleaned = -0.00459856 Jy ! Component: 3050 - total flux cleaned = -0.00457228 Jy ! Component: 3100 - total flux cleaned = -0.00459836 Jy ! Component: 3150 - total flux cleaned = -0.00466319 Jy ! Component: 3200 - total flux cleaned = -0.00458598 Jy ! Component: 3250 - total flux cleaned = -0.00464995 Jy ! Component: 3300 - total flux cleaned = -0.00467536 Jy ! Component: 3350 - total flux cleaned = -0.0047005 Jy ! Component: 3400 - total flux cleaned = -0.00473796 Jy ! Component: 3450 - total flux cleaned = -0.00477502 Jy ! Component: 3500 - total flux cleaned = -0.00478727 Jy ! Component: 3550 - total flux cleaned = -0.00479944 Jy ! Component: 3600 - total flux cleaned = -0.00484799 Jy ! Component: 3650 - total flux cleaned = -0.00484806 Jy ! Component: 3700 - total flux cleaned = -0.00483611 Jy ! Component: 3750 - total flux cleaned = -0.00482424 Jy ! Component: 3800 - total flux cleaned = -0.00482432 Jy ! Component: 3850 - total flux cleaned = -0.00483604 Jy ! Component: 3900 - total flux cleaned = -0.00482452 Jy ! Component: 3950 - total flux cleaned = -0.00484775 Jy ! Component: 4000 - total flux cleaned = -0.00483614 Jy ! Component: 4050 - total flux cleaned = -0.00484755 Jy ! Total flux subtracted in 4096 components = -0.00482491 Jy ! Clean residual min=-0.000624 max=0.000681 Jy/beam ! Clean residual mean=-0.000000 rms=0.000204 Jy/beam ! Combined flux in latest and established models = 0.075854 Jy keep ! Adding 270 model components to the UV plane model. ! The established model now contains 332 components and 0.075854 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rdv93_uvs/J1855-1209_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.047 x 2.796 at -6.445 degrees (North through East) ! Clean map min=-0.0014545 max=0.070037 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J1855-1209_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0700374 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000204024 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.873923 0.873923 1.74785 3.49569 6.99139 13.9828 27.9656 55.9311 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.07 quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J1855-1209_X_uvs.log closed on Tue Sep 24 17:09:18 2013