! Started logfile: /scr/pima/rdv72_uvs/J2002+1501_X_uvs.log on Sat Oct 5 08:50:06 2013 obs /scr/pima/rdv72_uvs/J2002+1501_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv72_uvs/J2002+1501_X_uva.fits ! AN table 1: 31 integrations on 45 of 45 possible baselines. ! AN table 2: 10 integrations on 45 of 45 possible baselines. ! AN table 3: 14 integrations on 1 of 1 possible baselines. ! AN table 4: 5 integrations on 1 of 1 possible baselines. ! Apparent sampling: 0.76985 visibilities/baseline/integration-bin. ! Found source: J2002+1501 ! ! 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.40599e+09 1.6e+07 1 1.6e+07 ! 02 2 8.47599e+09 1.6e+07 1 1.6e+07 ! 03 3 8.79099e+09 1.6e+07 1 1.6e+07 ! 04 4 8.89599e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 5740 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/rdv72_uvs/J2002+1501_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 69 telescope corrections were flagged in sub-array 1. ! A total of 18 telescope corrections were flagged in sub-array 2. ! A total of 28 telescope corrections were flagged in sub-array 3. ! A total of 10 telescope corrections were flagged in sub-array 4. ! ! Correcting IF 2. ! A total of 69 telescope corrections were flagged in sub-array 1. ! A total of 18 telescope corrections were flagged in sub-array 2. ! A total of 28 telescope corrections were flagged in sub-array 3. ! A total of 10 telescope corrections were flagged in sub-array 4. ! ! Correcting IF 3. ! A total of 69 telescope corrections were flagged in sub-array 1. ! A total of 18 telescope corrections were flagged in sub-array 2. ! A total of 28 telescope corrections were flagged in sub-array 3. ! A total of 10 telescope corrections were flagged in sub-array 4. ! ! Correcting IF 4. ! A total of 69 telescope corrections were flagged in sub-array 1. ! A total of 18 telescope corrections were flagged in sub-array 2. ! A total of 28 telescope corrections were flagged in sub-array 3. ! A total of 10 telescope corrections were flagged in sub-array 4. ! ! Fit before self-cal, rms=1.061760Jy sigma=3.953221 ! Fit after self-cal, rms=0.711888Jy sigma=2.534511 ! 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.6681 mas, bmaj=1.297 mas, bpa=-13.32 degrees ! Estimated noise=4.8 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.232395 Jy ! Component: 100 - total flux cleaned = 0.288339 Jy ! Total flux subtracted in 100 components = 0.288339 Jy ! Clean residual min=-0.016427 max=0.022039 Jy/beam ! Clean residual mean=-0.000036 rms=0.003885 Jy/beam ! Combined flux in latest and established models = 0.288339 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.288339 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120117Jy sigma=0.442786 ! Fit after self-cal, rms=0.120130Jy sigma=0.442755 ! 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=0.853 mas, bmaj=1.562 mas, bpa=-11.38 degrees ! Estimated noise=2.63974 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.0345282 Jy ! Component: 100 - total flux cleaned = 0.0503551 Jy ! Component: 150 - total flux cleaned = 0.058867 Jy ! Component: 200 - total flux cleaned = 0.0605119 Jy ! Total flux subtracted in 200 components = 0.0605119 Jy ! Clean residual min=-0.015928 max=0.019267 Jy/beam ! Clean residual mean=-0.000031 rms=0.003862 Jy/beam ! Combined flux in latest and established models = 0.348851 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 21 components and 0.348851 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114291Jy sigma=0.395590 ! Fit after self-cal, rms=0.114343Jy sigma=0.395519 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.31 FD 0.82 KP 1.00 LA 0.93 ! MK 1.02 NL 1.10 NY 0.92 OV 1.14 ! PT 0.91 SC 0.93 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.60 FD 0.79 KK 1.15 KP 0.98 ! LA 1.06 MK 0.80 NL 1.09 OV 1.06 ! PT 0.91 SC 1.03 ! ! Telescope amplitude corrections in sub-array 3: ! HO 0.00* ZC 0.00* ! ! Telescope amplitude corrections in sub-array 4: ! NL 0.00* SC 0.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.29 FD 0.83 KP 0.91 LA 0.95 ! MK 1.01 NL 1.13 NY 0.96 OV 1.11 ! PT 0.94 SC 0.96 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.49 FD 0.86 KK 1.08 KP 0.91 ! LA 0.96 MK 0.83 NL 1.08 OV 1.04 ! PT 0.95 SC 1.11 ! ! Telescope amplitude corrections in sub-array 3: ! HO 0.00* ZC 0.00* ! ! Telescope amplitude corrections in sub-array 4: ! NL 0.00* SC 0.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.34 FD 0.81 KP 0.86 LA 0.96 ! MK 1.00 NL 1.18 NY 0.98 OV 1.16 ! PT 0.96 SC 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.63 FD 0.84 KK 1.02 KP 0.84 ! LA 1.02 MK 0.83 NL 1.11 OV 1.20 ! PT 0.98 SC 1.10 ! ! Telescope amplitude corrections in sub-array 3: ! HO 0.00* ZC 0.00* ! ! Telescope amplitude corrections in sub-array 4: ! NL 0.00* SC 0.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.37 FD 0.83 KP 0.91 LA 0.99 ! MK 1.06 NL 1.22 NY 1.02 OV 1.17 ! PT 0.98 SC 0.98 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.45 FD 0.91 KK 1.01 KP 0.91 ! LA 1.00 MK 0.86 NL 1.16 OV 1.13 ! PT 0.93 SC 1.24 ! ! Telescope amplitude corrections in sub-array 3: ! HO 0.00* ZC 0.00* ! ! Telescope amplitude corrections in sub-array 4: ! NL 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.114343Jy sigma=0.395519 ! Fit after self-cal, rms=0.108682Jy sigma=0.335179 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8481 mas, bmaj=1.566 mas, bpa=-11.65 degrees ! Estimated noise=2.6273 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.00374568 Jy ! Component: 100 - total flux cleaned = -0.00419228 Jy ! Component: 150 - total flux cleaned = -0.00445119 Jy ! Component: 200 - total flux cleaned = -0.00459216 Jy ! Total flux subtracted in 200 components = -0.00459216 Jy ! Clean residual min=-0.004171 max=0.004452 Jy/beam ! Clean residual mean=-0.000002 rms=0.001003 Jy/beam ! Combined flux in latest and established models = 0.344259 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 25 components and 0.344259 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108314Jy sigma=0.334592 ! Fit after self-cal, rms=0.108693Jy sigma=0.334353 ! 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.108693Jy sigma=0.334353 ! Fit after self-cal, rms=0.108894Jy sigma=0.333980 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8519 mas, bmaj=1.566 mas, bpa=-11.33 degrees ! Estimated noise=2.62448 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00295752 Jy ! Component: 100 - total flux cleaned = -0.00311729 Jy ! Component: 150 - total flux cleaned = -0.00324651 Jy ! Component: 200 - total flux cleaned = -0.00329828 Jy ! Total flux subtracted in 200 components = -0.00329828 Jy ! Clean residual min=-0.003974 max=0.004384 Jy/beam ! Clean residual mean=-0.000002 rms=0.000951 Jy/beam ! Combined flux in latest and established models = 0.34096 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 26 components and 0.34096 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108669Jy sigma=0.333651 ! Fit after self-cal, rms=0.108662Jy sigma=0.333646 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 (-11.2, 6.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0019636 Jy ! Component: 100 - total flux cleaned = 0.00175716 Jy ! Component: 150 - total flux cleaned = 0.00174579 Jy ! Component: 200 - total flux cleaned = 0.00162395 Jy ! Total flux subtracted in 200 components = 0.00162395 Jy ! Clean residual min=-0.003756 max=0.003740 Jy/beam ! Clean residual mean=-0.000001 rms=0.000899 Jy/beam ! Combined flux in latest and established models = 0.342584 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 35 components and 0.342584 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108416Jy sigma=0.332979 ! Fit after self-cal, rms=0.108409Jy sigma=0.332942 ! 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.108409Jy sigma=0.332942 ! Fit after self-cal, rms=0.108739Jy sigma=0.332675 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8544 mas, bmaj=1.566 mas, bpa=-11.03 degrees ! Estimated noise=2.62185 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00137287 Jy ! Component: 100 - total flux cleaned = -0.0012282 Jy ! Component: 150 - total flux cleaned = -0.00134303 Jy ! Component: 200 - total flux cleaned = -0.00139281 Jy ! Total flux subtracted in 200 components = -0.00139281 Jy ! Clean residual min=-0.003593 max=0.003821 Jy/beam ! Clean residual mean=0.000000 rms=0.000849 Jy/beam ! Combined flux in latest and established models = 0.341192 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 37 components and 0.341192 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108601Jy sigma=0.332443 ! Fit after self-cal, rms=0.108601Jy sigma=0.332440 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 (40.4, -37.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00148564 Jy ! Component: 100 - total flux cleaned = 0.0011196 Jy ! Component: 150 - total flux cleaned = 0.000842208 Jy ! Component: 200 - total flux cleaned = 0.000607248 Jy ! Total flux subtracted in 200 components = 0.000607248 Jy ! Clean residual min=-0.003552 max=0.003076 Jy/beam ! Clean residual mean=-0.000000 rms=0.000820 Jy/beam ! Combined flux in latest and established models = 0.341799 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 50 components and 0.341799 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108429Jy sigma=0.331885 ! Fit after self-cal, rms=0.108423Jy sigma=0.331855 ! 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.108423Jy sigma=0.331855 ! Fit after self-cal, rms=0.108387Jy sigma=0.331728 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.466 mas, bmaj=3.552 mas, bpa=-5.549 degrees ! Estimated noise=3.08817 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000657407 Jy ! Component: 100 - total flux cleaned = -0.000652938 Jy ! Component: 150 - total flux cleaned = -0.000654272 Jy ! Component: 200 - total flux cleaned = -0.000686088 Jy ! Total flux subtracted in 200 components = -0.000686088 Jy ! Clean residual min=-0.004117 max=0.003417 Jy/beam ! Clean residual mean=-0.000000 rms=0.001047 Jy/beam ! Combined flux in latest and established models = 0.341113 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 70 components and 0.341113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108348Jy sigma=0.331681 ! Fit after self-cal, rms=0.108350Jy sigma=0.331666 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.000118231 Jy ! Component: 100 - total flux cleaned = 0.000209111 Jy ! Component: 150 - total flux cleaned = 0.000264014 Jy ! Component: 200 - total flux cleaned = 0.000365326 Jy ! Total flux subtracted in 200 components = 0.000365326 Jy ! Clean residual min=-0.004056 max=0.003426 Jy/beam ! Clean residual mean=0.000000 rms=0.001038 Jy/beam ! Combined flux in latest and established models = 0.341478 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 74 components and 0.341478 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108328Jy sigma=0.331628 ! Fit after self-cal, rms=0.108327Jy sigma=0.331624 ! 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=0.8562 mas, bmaj=1.566 mas, bpa=-10.84 degrees ! Estimated noise=2.61891 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8562 x 1.566 at -10.84 degrees (North through East) ! Clean map min=-0.0030305 max=0.30269 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.6656 mas, bmaj=1.289 mas, bpa=-13.51 degrees ! Estimated noise=4.8342 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.233861 Jy ! Component: 100 - total flux cleaned = 0.29072 Jy ! Component: 150 - total flux cleaned = 0.31342 Jy ! Component: 200 - total flux cleaned = 0.317745 Jy ! Total flux subtracted in 200 components = 0.317745 Jy ! Clean residual min=-0.008932 max=0.008267 Jy/beam ! Clean residual mean=-0.000006 rms=0.002067 Jy/beam ! Combined flux in latest and established models = 0.317745 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.317745 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8562 mas, bmaj=1.566 mas, bpa=-10.84 degrees ! Estimated noise=2.61891 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.00818204 Jy ! Component: 100 - total flux cleaned = 0.0129772 Jy ! Component: 150 - total flux cleaned = 0.0155164 Jy ! Component: 200 - total flux cleaned = 0.0174091 Jy ! Total flux subtracted in 200 components = 0.0174091 Jy ! Clean residual min=-0.003642 max=0.003324 Jy/beam ! Clean residual mean=-0.000003 rms=0.000886 Jy/beam ! Combined flux in latest and established models = 0.335155 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 33 components and 0.335154 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.466 mas, bmaj=3.552 mas, bpa=-5.549 degrees ! Estimated noise=3.08817 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00259344 Jy ! Component: 100 - total flux cleaned = 0.0031671 Jy ! Component: 150 - total flux cleaned = 0.00350116 Jy ! Component: 200 - total flux cleaned = 0.00377222 Jy ! Total flux subtracted in 200 components = 0.00377222 Jy ! Clean residual min=-0.004137 max=0.003390 Jy/beam ! Clean residual mean=-0.000002 rms=0.001108 Jy/beam ! Combined flux in latest and established models = 0.338927 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.000229388 Jy ! Component: 100 - total flux cleaned = 0.000328995 Jy ! Component: 150 - total flux cleaned = 0.00047811 Jy ! Component: 200 - total flux cleaned = 0.000560975 Jy ! Total flux subtracted in 200 components = 0.000560975 Jy ! Clean residual min=-0.004058 max=0.003312 Jy/beam ! Clean residual mean=-0.000002 rms=0.001086 Jy/beam ! Combined flux in latest and established models = 0.339488 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 59 components and 0.339488 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8562 mas, bmaj=1.566 mas, bpa=-10.84 degrees ! Estimated noise=2.61891 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000412242 Jy ! Component: 100 - total flux cleaned = 0.000284439 Jy ! Component: 150 - total flux cleaned = 0.000167506 Jy ! Component: 200 - total flux cleaned = 6.03931e-05 Jy ! Total flux subtracted in 200 components = 6.03931e-05 Jy ! Clean residual min=-0.003479 max=0.002911 Jy/beam ! Clean residual mean=-0.000001 rms=0.000793 Jy/beam ! Combined flux in latest and established models = 0.339548 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 73 components and 0.339548 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108228Jy sigma=0.331587 ! Fit after self-cal, rms=0.108198Jy sigma=0.331558 wmodel /scr/pima/rdv72_uvs/J2002+1501_X_map.mod ! Writing 73 model components to file: /scr/pima/rdv72_uvs/J2002+1501_X_map.mod wobs /scr/pima/rdv72_uvs/J2002+1501_X_uvs.fits ! Writing UV FITS file: /scr/pima/rdv72_uvs/J2002+1501_X_uvs.fits wwins /scr/pima/rdv72_uvs/J2002+1501_X_map.win ! wwins: Wrote 3 windows to /scr/pima/rdv72_uvs/J2002+1501_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.0015055 Jy ! Component: 100 - total flux cleaned = -0.00206517 Jy ! Component: 150 - total flux cleaned = -0.00232902 Jy ! Component: 200 - total flux cleaned = -0.00227754 Jy ! Component: 250 - total flux cleaned = -0.00207783 Jy ! Component: 300 - total flux cleaned = -0.00198151 Jy ! Component: 350 - total flux cleaned = -0.0018398 Jy ! Component: 400 - total flux cleaned = -0.00174725 Jy ! Component: 450 - total flux cleaned = -0.0016563 Jy ! Component: 500 - total flux cleaned = -0.00183697 Jy ! Component: 550 - total flux cleaned = -0.00174761 Jy ! Component: 600 - total flux cleaned = -0.00183526 Jy ! Component: 650 - total flux cleaned = -0.00187733 Jy ! Component: 700 - total flux cleaned = -0.00200517 Jy ! Component: 750 - total flux cleaned = -0.00217362 Jy ! Component: 800 - total flux cleaned = -0.00221548 Jy ! Component: 850 - total flux cleaned = -0.00233849 Jy ! Component: 900 - total flux cleaned = -0.00229826 Jy ! Component: 950 - total flux cleaned = -0.00241943 Jy ! Component: 1000 - total flux cleaned = -0.00242015 Jy ! Component: 1050 - total flux cleaned = -0.00249943 Jy ! Component: 1100 - total flux cleaned = -0.00253821 Jy ! Component: 1150 - total flux cleaned = -0.00249979 Jy ! Component: 1200 - total flux cleaned = -0.00253759 Jy ! Component: 1250 - total flux cleaned = -0.00257522 Jy ! Component: 1300 - total flux cleaned = -0.00268717 Jy ! Component: 1350 - total flux cleaned = -0.00264993 Jy ! Component: 1400 - total flux cleaned = -0.00275978 Jy ! Component: 1450 - total flux cleaned = -0.00265065 Jy ! Component: 1500 - total flux cleaned = -0.00272302 Jy ! Component: 1550 - total flux cleaned = -0.00268752 Jy ! Component: 1600 - total flux cleaned = -0.00261631 Jy ! Component: 1650 - total flux cleaned = -0.00254569 Jy ! Component: 1700 - total flux cleaned = -0.00258112 Jy ! Component: 1750 - total flux cleaned = -0.00258168 Jy ! Component: 1800 - total flux cleaned = -0.00240992 Jy ! Component: 1850 - total flux cleaned = -0.00244402 Jy ! Component: 1900 - total flux cleaned = -0.00227523 Jy ! Component: 1950 - total flux cleaned = -0.00227488 Jy ! Component: 2000 - total flux cleaned = -0.00217509 Jy ! Component: 2050 - total flux cleaned = -0.00224139 Jy ! Component: 2100 - total flux cleaned = -0.00224132 Jy ! Component: 2150 - total flux cleaned = -0.00211032 Jy ! Component: 2200 - total flux cleaned = -0.00207798 Jy ! Component: 2250 - total flux cleaned = -0.00214255 Jy ! Component: 2300 - total flux cleaned = -0.00198221 Jy ! Component: 2350 - total flux cleaned = -0.00210973 Jy ! Component: 2400 - total flux cleaned = -0.00191985 Jy ! Component: 2450 - total flux cleaned = -0.00201414 Jy ! Component: 2500 - total flux cleaned = -0.00198257 Jy ! Component: 2550 - total flux cleaned = -0.00185812 Jy ! Component: 2600 - total flux cleaned = -0.00173461 Jy ! Component: 2650 - total flux cleaned = -0.00170381 Jy ! Component: 2700 - total flux cleaned = -0.00158181 Jy ! Component: 2750 - total flux cleaned = -0.00161189 Jy ! Component: 2800 - total flux cleaned = -0.00152135 Jy ! Component: 2850 - total flux cleaned = -0.0015212 Jy ! Component: 2900 - total flux cleaned = -0.00140186 Jy ! Component: 2950 - total flux cleaned = -0.00131277 Jy ! Component: 3000 - total flux cleaned = -0.00128347 Jy ! Component: 3050 - total flux cleaned = -0.00122457 Jy ! Component: 3100 - total flux cleaned = -0.00107824 Jy ! Component: 3150 - total flux cleaned = -0.00104908 Jy ! Component: 3200 - total flux cleaned = -0.000875609 Jy ! Component: 3250 - total flux cleaned = -0.000962185 Jy ! Component: 3300 - total flux cleaned = -0.000905022 Jy ! Component: 3350 - total flux cleaned = -0.000762359 Jy ! Component: 3400 - total flux cleaned = -0.000790677 Jy ! Component: 3450 - total flux cleaned = -0.000705927 Jy ! Component: 3500 - total flux cleaned = -0.000706036 Jy ! Component: 3550 - total flux cleaned = -0.000510696 Jy ! Component: 3600 - total flux cleaned = -0.000538556 Jy ! Component: 3650 - total flux cleaned = -0.000400261 Jy ! Component: 3700 - total flux cleaned = -0.000317574 Jy ! Component: 3750 - total flux cleaned = -0.00012593 Jy ! Component: 3800 - total flux cleaned = -0.000153317 Jy ! Component: 3850 - total flux cleaned = -0.000180318 Jy ! Component: 3900 - total flux cleaned = -9.89231e-05 Jy ! Component: 3950 - total flux cleaned = -4.49399e-05 Jy ! Component: 4000 - total flux cleaned = 0.000142948 Jy ! Component: 4050 - total flux cleaned = 0.000196294 Jy ! Total flux subtracted in 4096 components = 0.000222987 Jy ! Clean residual min=-0.001760 max=0.001562 Jy/beam ! Clean residual mean=0.000000 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.339771 Jy keep ! Adding 301 model components to the UV plane model. ! The established model now contains 374 components and 0.339771 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rdv72_uvs/J2002+1501_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8562 x 1.566 at -10.84 degrees (North through East) ! Clean map min=-0.0027416 max=0.3055 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv72_uvs/J2002+1501_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.305497 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000439145 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.431243 0.431243 0.862486 1.72497 3.44994 6.89989 13.7998 27.5996 55.1991 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.305 quit ! Quitting program ! Log file /scr/pima/rdv72_uvs/J2002+1501_X_uvs.log closed on Sat Oct 5 08:50:10 2013