! Started logfile: /scr/pima/rdv93_uvs/J2015+4628_S_uvs.log on Tue Sep 24 17:09:12 2013 obs /scr/pima/rdv93_uvs/J2015+4628_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J2015+4628_S_uva.fits ! AN table 1: 90 integrations on 10 of 10 possible baselines. ! AN table 2: 90 integrations on 1 of 1 possible baselines. ! AN table 3: 90 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.498718 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J2015+4628 ! ! 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 4668 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/J2015+4628_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 180 telescope corrections were flagged in sub-array 1. ! A total of 180 telescope corrections were flagged in sub-array 2. ! A total of 92 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 180 telescope corrections were flagged in sub-array 1. ! A total of 180 telescope corrections were flagged in sub-array 2. ! A total of 92 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 180 telescope corrections were flagged in sub-array 1. ! A total of 180 telescope corrections were flagged in sub-array 2. ! A total of 92 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 180 telescope corrections were flagged in sub-array 1. ! A total of 180 telescope corrections were flagged in sub-array 2. ! A total of 92 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=0.998162Jy sigma=0.461785 ! Fit after self-cal, rms=0.920763Jy sigma=0.490426 ! 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=17.88 mas, bmaj=69.7 mas, bpa=-15.64 degrees ! Estimated noise=35.3054 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0640289 Jy ! Component: 100 - total flux cleaned = 0.0780381 Jy ! Total flux subtracted in 100 components = 0.0780381 Jy ! Clean residual min=-0.006820 max=0.006714 Jy/beam ! Clean residual mean=-0.000249 rms=0.002778 Jy/beam ! Combined flux in latest and established models = 0.0780381 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 32 components and 0.0780381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070430Jy sigma=0.037312 ! Fit after self-cal, rms=0.068744Jy sigma=0.036811 ! 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=18.65 mas, bmaj=61.96 mas, bpa=-19.55 degrees ! Estimated noise=23.8616 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.0105006 Jy ! Component: 100 - total flux cleaned = 0.0117754 Jy ! Component: 150 - total flux cleaned = 0.0123052 Jy ! Component: 200 - total flux cleaned = 0.0119397 Jy ! Total flux subtracted in 200 components = 0.0119397 Jy ! Clean residual min=-0.002193 max=0.002178 Jy/beam ! Clean residual mean=-0.000053 rms=0.000867 Jy/beam ! Combined flux in latest and established models = 0.0899778 Jy ! Performing phase self-cal ! Adding 101 model components to the UV plane model. ! The established model now contains 130 components and 0.0899778 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067177Jy sigma=0.035704 ! Fit after self-cal, rms=0.067412Jy sigma=0.035670 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 270 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* HN 0.00* KP 0.00* LA 0.00* ! PT 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.00* NL 0.00* ! ! A total of 3 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 0.84 KP 1.22 LA 1.20 OV 1.01 ! PT 0.98 SC 1.00* ! ! ! Correcting IF 2. ! A total of 270 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* HN 0.00* KP 0.00* LA 0.00* ! PT 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.00* NL 0.00* ! ! A total of 3 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 0.97 KP 1.21 LA 1.07 OV 1.04 ! PT 0.99 SC 1.00* ! ! ! Correcting IF 3. ! A total of 270 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* HN 0.00* KP 0.00* LA 0.00* ! PT 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.00* NL 0.00* ! ! A total of 3 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 1.06 KP 0.95 LA 1.02 OV 0.94 ! PT 1.09 SC 1.00* ! ! ! Correcting IF 4. ! A total of 270 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* HN 0.00* KP 0.00* LA 0.00* ! PT 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.00* NL 0.00* ! ! A total of 3 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 1.10 KP 0.90 LA 0.80 OV 0.96 ! PT 0.94 SC 1.00* ! ! ! Fit before self-cal, rms=0.067412Jy sigma=0.035670 ! Fit after self-cal, rms=0.061437Jy sigma=0.027632 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=15.63 mas, bmaj=51.24 mas, bpa=-22.53 degrees ! Estimated noise=33.2463 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 = -3.88089e-05 Jy ! Component: 100 - total flux cleaned = 0.000329458 Jy ! Component: 150 - total flux cleaned = 0.000776159 Jy ! Component: 200 - total flux cleaned = 0.00105019 Jy ! Total flux subtracted in 200 components = 0.00105019 Jy ! Clean residual min=-0.000492 max=0.000486 Jy/beam ! Clean residual mean=0.000005 rms=0.000164 Jy/beam ! Combined flux in latest and established models = 0.091028 Jy ! Performing phase self-cal ! Adding 63 model components to the UV plane model. ! The established model now contains 193 components and 0.091028 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061364Jy sigma=0.027605 ! Fit after self-cal, rms=0.061718Jy sigma=0.027552 ! 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.061718Jy sigma=0.027552 ! Fit after self-cal, rms=0.062516Jy sigma=0.027541 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=15.62 mas, bmaj=51.3 mas, bpa=-22.5 degrees ! Estimated noise=33.2592 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.47233e-05 Jy ! Component: 100 - total flux cleaned = 0.00030581 Jy ! Component: 150 - total flux cleaned = 0.000559619 Jy ! Component: 200 - total flux cleaned = 0.000586776 Jy ! Total flux subtracted in 200 components = 0.000586776 Jy ! Clean residual min=-0.000427 max=0.000425 Jy/beam ! Clean residual mean=0.000003 rms=0.000153 Jy/beam ! Combined flux in latest and established models = 0.0916148 Jy selfcal ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 238 components and 0.0916148 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062481Jy sigma=0.027529 ! Fit after self-cal, rms=0.062724Jy sigma=0.027521 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 = 8.66708e-05 Jy ! Component: 100 - total flux cleaned = 0.000336192 Jy ! Component: 150 - total flux cleaned = 0.000599943 Jy ! Component: 200 - total flux cleaned = 0.000931169 Jy ! Total flux subtracted in 200 components = 0.000931169 Jy ! Clean residual min=-0.000418 max=0.000415 Jy/beam ! Clean residual mean=0.000004 rms=0.000154 Jy/beam ! Combined flux in latest and established models = 0.0925459 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 284 components and 0.0925459 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062697Jy sigma=0.027514 ! Fit after self-cal, rms=0.062755Jy sigma=0.027512 ! 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.062755Jy sigma=0.027512 ! Fit after self-cal, rms=0.063553Jy sigma=0.027505 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=15.63 mas, bmaj=51.22 mas, bpa=-22.51 degrees ! Estimated noise=33.4187 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000248986 Jy ! Component: 100 - total flux cleaned = -0.000429651 Jy ! Component: 150 - total flux cleaned = -0.000428489 Jy ! Component: 200 - total flux cleaned = -0.000536543 Jy ! Total flux subtracted in 200 components = -0.000536543 Jy ! Clean residual min=-0.000356 max=0.000355 Jy/beam ! Clean residual mean=0.000001 rms=0.000131 Jy/beam ! Combined flux in latest and established models = 0.0920094 Jy selfcal ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 341 components and 0.0920094 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063527Jy sigma=0.027498 ! Fit after self-cal, rms=0.063653Jy sigma=0.027490 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 = 9.32141e-05 Jy ! Component: 100 - total flux cleaned = 0.00023297 Jy ! Component: 150 - total flux cleaned = 0.000167388 Jy ! Component: 200 - total flux cleaned = 0.000166982 Jy ! Total flux subtracted in 200 components = 0.000166982 Jy ! Clean residual min=-0.000361 max=0.000357 Jy/beam ! Clean residual mean=-0.000001 rms=0.000128 Jy/beam ! Combined flux in latest and established models = 0.0921764 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 377 components and 0.0921764 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063633Jy sigma=0.027487 ! Fit after self-cal, rms=0.063662Jy sigma=0.027483 ! Inverting map ! Added new window around map position (126, -74). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.9681e-05 Jy ! Component: 100 - total flux cleaned = 3.32395e-05 Jy ! Component: 150 - total flux cleaned = -3.10447e-05 Jy ! Component: 200 - total flux cleaned = -6.60952e-05 Jy ! Total flux subtracted in 200 components = -6.60952e-05 Jy ! Clean residual min=-0.000618 max=0.000680 Jy/beam ! Clean residual mean=0.000001 rms=0.000179 Jy/beam ! Combined flux in latest and established models = 0.0921103 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 406 components and 0.0921102 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063651Jy sigma=0.027482 ! Fit after self-cal, rms=0.063669Jy sigma=0.027476 ! 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.063669Jy sigma=0.027476 ! Fit after self-cal, rms=0.064240Jy sigma=0.027470 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=15.98 mas, bmaj=50.34 mas, bpa=-22.57 degrees ! Estimated noise=33.6592 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000101837 Jy ! Component: 100 - total flux cleaned = -4.88028e-05 Jy ! Component: 150 - total flux cleaned = -8.75116e-05 Jy ! Component: 200 - total flux cleaned = -0.00010441 Jy ! Total flux subtracted in 200 components = -0.00010441 Jy ! Clean residual min=-0.000913 max=0.000737 Jy/beam ! Clean residual mean=0.000002 rms=0.000218 Jy/beam ! Combined flux in latest and established models = 0.0920058 Jy selfcal ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 437 components and 0.0920058 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064227Jy sigma=0.027468 ! Fit after self-cal, rms=0.064349Jy sigma=0.027464 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.000110915 Jy ! Component: 100 - total flux cleaned = -1.05918e-05 Jy ! Component: 150 - total flux cleaned = -0.000108253 Jy ! Component: 200 - total flux cleaned = -0.000187343 Jy ! Total flux subtracted in 200 components = -0.000187343 Jy ! Clean residual min=-0.000815 max=0.000709 Jy/beam ! Clean residual mean=0.000001 rms=0.000215 Jy/beam ! Combined flux in latest and established models = 0.0918185 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 453 components and 0.0918185 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064342Jy sigma=0.027464 ! Fit after self-cal, rms=0.064378Jy sigma=0.027463 ! 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=15.63 mas, bmaj=51.12 mas, bpa=-22.52 degrees ! Estimated noise=33.5356 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 15.63 x 51.12 at -22.52 degrees (North through East) ! Clean map min=-0.0039417 max=0.077972 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=14.73 mas, bmaj=53.89 mas, bpa=-20.01 degrees ! Estimated noise=34.5903 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0391085 Jy ! Component: 100 - total flux cleaned = 0.0322707 Jy ! Component: 150 - total flux cleaned = 0.0357943 Jy ! Component: 200 - total flux cleaned = 0.040157 Jy ! Total flux subtracted in 200 components = 0.040157 Jy ! Clean residual min=-0.022005 max=0.024684 Jy/beam ! Clean residual mean=0.000433 rms=0.008403 Jy/beam ! Combined flux in latest and established models = 0.040157 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 59 model components to the UV plane model. ! The established model now contains 59 components and 0.040157 Jy ! Inverting map and beam ! Estimated beam: bmin=15.63 mas, bmaj=51.12 mas, bpa=-22.52 degrees ! Estimated noise=33.5356 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.0092203 Jy ! Component: 100 - total flux cleaned = 0.0123254 Jy ! Component: 150 - total flux cleaned = 0.014186 Jy ! Component: 200 - total flux cleaned = 0.0154421 Jy ! Total flux subtracted in 200 components = 0.0154421 Jy ! Clean residual min=-0.015440 max=0.015033 Jy/beam ! Clean residual mean=0.000211 rms=0.004720 Jy/beam ! Combined flux in latest and established models = 0.0555991 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 122 components and 0.0555991 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=15.98 mas, bmaj=50.34 mas, bpa=-22.57 degrees ! Estimated noise=33.6592 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00127469 Jy ! Component: 100 - total flux cleaned = 0.00168657 Jy ! Component: 150 - total flux cleaned = 0.00167133 Jy ! Component: 200 - total flux cleaned = 0.00129907 Jy ! Total flux subtracted in 200 components = 0.00129907 Jy ! Clean residual min=-0.013396 max=0.012729 Jy/beam ! Clean residual mean=0.000083 rms=0.003681 Jy/beam ! Combined flux in latest and established models = 0.0568982 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.000311736 Jy ! Component: 100 - total flux cleaned = -0.000584998 Jy ! Component: 150 - total flux cleaned = -0.00087767 Jy ! Component: 200 - total flux cleaned = -0.0010914 Jy ! Total flux subtracted in 200 components = -0.0010914 Jy ! Clean residual min=-0.013223 max=0.011599 Jy/beam ! Clean residual mean=0.000069 rms=0.003406 Jy/beam ! Combined flux in latest and established models = 0.0558068 Jy ! Adding 94 model components to the UV plane model. ! The established model now contains 206 components and 0.0558067 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=15.63 mas, bmaj=51.12 mas, bpa=-22.52 degrees ! Estimated noise=33.5356 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00039053 Jy ! Component: 100 - total flux cleaned = 0.000489627 Jy ! Component: 150 - total flux cleaned = 0.000584677 Jy ! Component: 200 - total flux cleaned = 0.000585219 Jy ! Total flux subtracted in 200 components = 0.000585219 Jy ! Clean residual min=-0.013756 max=0.012355 Jy/beam ! Clean residual mean=0.000024 rms=0.003414 Jy/beam ! Combined flux in latest and established models = 0.056392 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 239 components and 0.0563919 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068657Jy sigma=0.029908 ! Fit after self-cal, rms=0.064582Jy sigma=0.027751 wmodel /scr/pima/rdv93_uvs/J2015+4628_S_map.mod ! Writing 239 model components to file: /scr/pima/rdv93_uvs/J2015+4628_S_map.mod wobs /scr/pima/rdv93_uvs/J2015+4628_S_uvs.fits ! Writing UV FITS file: /scr/pima/rdv93_uvs/J2015+4628_S_uvs.fits wwins /scr/pima/rdv93_uvs/J2015+4628_S_map.win ! wwins: Wrote 1 windows to /scr/pima/rdv93_uvs/J2015+4628_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.00113377 Jy ! Component: 100 - total flux cleaned = 0.00138931 Jy ! Component: 150 - total flux cleaned = 0.00129343 Jy ! Component: 200 - total flux cleaned = 0.00125306 Jy ! Component: 250 - total flux cleaned = 0.00140935 Jy ! Component: 300 - total flux cleaned = 0.00169489 Jy ! Component: 350 - total flux cleaned = 0.00156569 Jy ! Component: 400 - total flux cleaned = 0.00156475 Jy ! Component: 450 - total flux cleaned = 0.00156527 Jy ! Component: 500 - total flux cleaned = 0.00170317 Jy ! Component: 550 - total flux cleaned = 0.00188518 Jy ! Component: 600 - total flux cleaned = 0.00208904 Jy ! Component: 650 - total flux cleaned = 0.00229289 Jy ! Component: 700 - total flux cleaned = 0.00249689 Jy ! Component: 750 - total flux cleaned = 0.00270098 Jy ! Component: 800 - total flux cleaned = 0.00290504 Jy ! Component: 850 - total flux cleaned = 0.00310924 Jy ! Component: 900 - total flux cleaned = 0.00331352 Jy ! Component: 950 - total flux cleaned = 0.00351844 Jy ! Component: 1000 - total flux cleaned = 0.00370088 Jy ! Component: 1050 - total flux cleaned = 0.0038607 Jy ! Component: 1100 - total flux cleaned = 0.00402094 Jy ! Component: 1150 - total flux cleaned = 0.00418173 Jy ! Component: 1200 - total flux cleaned = 0.00432108 Jy ! Component: 1250 - total flux cleaned = 0.00436822 Jy ! Component: 1300 - total flux cleaned = 0.00444018 Jy ! Component: 1350 - total flux cleaned = 0.00451371 Jy ! Component: 1400 - total flux cleaned = 0.00451369 Jy ! Component: 1450 - total flux cleaned = 0.00456521 Jy ! Component: 1500 - total flux cleaned = 0.0045397 Jy ! Component: 1550 - total flux cleaned = 0.0045669 Jy ! Component: 1600 - total flux cleaned = 0.00459463 Jy ! Component: 1650 - total flux cleaned = 0.00462303 Jy ! Component: 1700 - total flux cleaned = 0.00471016 Jy ! Component: 1750 - total flux cleaned = 0.00476932 Jy ! Component: 1800 - total flux cleaned = 0.00489183 Jy ! Component: 1850 - total flux cleaned = 0.00492334 Jy ! Component: 1900 - total flux cleaned = 0.00495624 Jy ! Component: 1950 - total flux cleaned = 0.00495679 Jy ! Component: 2000 - total flux cleaned = 0.00495733 Jy ! Component: 2050 - total flux cleaned = 0.00495727 Jy ! Component: 2100 - total flux cleaned = 0.00499431 Jy ! Component: 2150 - total flux cleaned = 0.00499409 Jy ! Component: 2200 - total flux cleaned = 0.00499463 Jy ! Component: 2250 - total flux cleaned = 0.00499513 Jy ! Component: 2300 - total flux cleaned = 0.00499558 Jy ! Component: 2350 - total flux cleaned = 0.00503952 Jy ! Component: 2400 - total flux cleaned = 0.00503984 Jy ! Component: 2450 - total flux cleaned = 0.00504013 Jy ! Component: 2500 - total flux cleaned = 0.00503981 Jy ! Component: 2550 - total flux cleaned = 0.00509032 Jy ! Component: 2600 - total flux cleaned = 0.00514327 Jy ! Component: 2650 - total flux cleaned = 0.00514545 Jy ! Component: 2700 - total flux cleaned = 0.00508977 Jy ! Component: 2750 - total flux cleaned = 0.00508914 Jy ! Component: 2800 - total flux cleaned = 0.00508804 Jy ! Component: 2850 - total flux cleaned = 0.00514941 Jy ! Component: 2900 - total flux cleaned = 0.0051499 Jy ! Component: 2950 - total flux cleaned = 0.00514995 Jy ! Component: 3000 - total flux cleaned = 0.00521949 Jy ! Component: 3050 - total flux cleaned = 0.00522056 Jy ! Component: 3100 - total flux cleaned = 0.00521981 Jy ! Component: 3150 - total flux cleaned = 0.0052975 Jy ! Component: 3200 - total flux cleaned = 0.00529687 Jy ! Component: 3250 - total flux cleaned = 0.00529496 Jy ! Component: 3300 - total flux cleaned = 0.00537996 Jy ! Component: 3350 - total flux cleaned = 0.00547094 Jy ! Component: 3400 - total flux cleaned = 0.00556674 Jy ! Component: 3450 - total flux cleaned = 0.00556784 Jy ! Component: 3500 - total flux cleaned = 0.00577056 Jy ! Component: 3550 - total flux cleaned = 0.00577202 Jy ! Component: 3600 - total flux cleaned = 0.00599174 Jy ! Component: 3650 - total flux cleaned = 0.00610967 Jy ! Component: 3700 - total flux cleaned = 0.00623049 Jy ! Component: 3750 - total flux cleaned = 0.00635438 Jy ! Component: 3800 - total flux cleaned = 0.0064832 Jy ! Component: 3850 - total flux cleaned = 0.00661768 Jy ! Component: 3900 - total flux cleaned = 0.00675798 Jy ! Component: 3950 - total flux cleaned = 0.00690411 Jy ! Component: 4000 - total flux cleaned = 0.00705255 Jy ! Component: 4050 - total flux cleaned = 0.00736829 Jy ! Total flux subtracted in 4096 components = 0.00753441 Jy ! Clean residual min=-0.009711 max=0.009124 Jy/beam ! Clean residual mean=0.000068 rms=0.003146 Jy/beam ! Combined flux in latest and established models = 0.0639264 Jy keep ! Adding 211 model components to the UV plane model. ! The established model now contains 450 components and 0.0639263 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rdv93_uvs/J2015+4628_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 15.63 x 51.12 at -22.52 degrees (North through East) ! Clean map min=-0.025209 max=0.052217 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J2015+4628_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0522172 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00383919 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -22.057 22.057 44.114 88.228 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0115 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.052 quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J2015+4628_S_uvs.log closed on Tue Sep 24 17:09:18 2013