! Started logfile: /scr/pima/rdv93_uvs/J1343+6602_X_uvs.log on Tue Sep 24 17:08:11 2013 obs /scr/pima/rdv93_uvs/J1343+6602_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J1343+6602_X_uva.fits ! AN table 1: 163 integrations on 36 of 36 possible baselines. ! AN table 2: 85 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.593302 visibilities/baseline/integration-bin. ! Found source: J1343+6602 ! ! 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 21188 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/J1343+6602_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 462 telescope corrections were flagged in sub-array 1. ! A total of 220 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 462 telescope corrections were flagged in sub-array 1. ! A total of 220 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 462 telescope corrections were flagged in sub-array 1. ! A total of 220 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 462 telescope corrections were flagged in sub-array 1. ! A total of 220 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.053653Jy sigma=2.226413 ! Fit after self-cal, rms=0.709621Jy sigma=1.434446 ! 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.9802 mas, bmaj=1.729 mas, bpa=-39.39 degrees ! Estimated noise=5.9735 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.22737 Jy ! Component: 100 - total flux cleaned = 0.293714 Jy ! Total flux subtracted in 100 components = 0.293714 Jy ! Clean residual min=-0.010262 max=0.026546 Jy/beam ! Clean residual mean=-0.000059 rms=0.002475 Jy/beam ! Combined flux in latest and established models = 0.293714 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.293714 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118602Jy sigma=0.242220 ! Fit after self-cal, rms=0.118761Jy sigma=0.242117 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0275162 Jy ! Component: 100 - total flux cleaned = 0.0398832 Jy ! Total flux subtracted in 100 components = 0.0398832 Jy ! Clean residual min=-0.007552 max=0.007892 Jy/beam ! Clean residual mean=-0.000033 rms=0.001674 Jy/beam ! Combined flux in latest and established models = 0.333598 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 19 components and 0.333598 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111512Jy sigma=0.222175 ! Fit after self-cal, rms=0.111583Jy sigma=0.222099 ! 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.316 mas, bmaj=2.125 mas, bpa=-44.62 degrees ! Estimated noise=2.41613 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.0113794 Jy ! Component: 100 - total flux cleaned = 0.0148272 Jy ! Component: 150 - total flux cleaned = 0.0153813 Jy ! Component: 200 - total flux cleaned = 0.0157833 Jy ! Total flux subtracted in 200 components = 0.0157833 Jy ! Clean residual min=-0.005198 max=0.005122 Jy/beam ! Clean residual mean=-0.000039 rms=0.001249 Jy/beam ! Combined flux in latest and established models = 0.349381 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 34 components and 0.349381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110704Jy sigma=0.219518 ! Fit after self-cal, rms=0.110676Jy sigma=0.219435 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.99 HN 0.98 KP 1.03 ! LA 1.02 NL 0.93 OV 0.99 PT 0.99 ! SC 0.97 ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 0.95 FD 0.94 HN 0.99 LA 1.00 ! MK 0.99 NL 0.94 OV 0.99 PT 0.97 ! SC 0.97 ! ! ! Correcting IF 2. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.01 HN 1.01 KP 0.98 ! LA 0.97 NL 0.94 OV 0.99 PT 1.00 ! SC 0.97 ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 0.95 FD 0.98 HN 1.02 LA 0.98 ! MK 1.00 NL 0.96 OV 0.97 PT 0.98 ! SC 0.99 ! ! ! Correcting IF 3. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.01 HN 1.03 KP 0.88 ! LA 1.05 NL 1.00 OV 1.08 PT 1.01 ! SC 0.99 ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.03 FD 0.98 HN 1.01 LA 1.04 ! MK 1.00 NL 1.03 OV 1.05 PT 0.95 ! SC 0.97 ! ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.08 HN 1.03 KP 0.95 ! LA 1.04 NL 1.05 OV 1.03 PT 1.03 ! SC 1.01 ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.01 FD 1.01 HN 1.02 LA 1.03 ! MK 1.00 NL 1.07 OV 1.05 PT 1.01 ! SC 0.95 ! ! ! Fit before self-cal, rms=0.110676Jy sigma=0.219435 ! Fit after self-cal, rms=0.109409Jy sigma=0.215499 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.313 mas, bmaj=2.118 mas, bpa=-44.55 degrees ! Estimated noise=2.40665 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 (-8.6, 5.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00203033 Jy ! Component: 100 - total flux cleaned = 0.00196459 Jy ! Component: 150 - total flux cleaned = 0.00219131 Jy ! Component: 200 - total flux cleaned = 0.00232288 Jy ! Total flux subtracted in 200 components = 0.00232288 Jy ! Clean residual min=-0.004013 max=0.003421 Jy/beam ! Clean residual mean=-0.000021 rms=0.000835 Jy/beam ! Combined flux in latest and established models = 0.351704 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 53 components and 0.351704 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109202Jy sigma=0.215186 ! Fit after self-cal, rms=0.109198Jy sigma=0.215111 ! 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.109198Jy sigma=0.215111 ! Fit after self-cal, rms=0.108887Jy sigma=0.214525 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.31 mas, bmaj=2.113 mas, bpa=-44.53 degrees ! Estimated noise=2.40296 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00064879 Jy ! Component: 100 - total flux cleaned = 0.000512819 Jy ! Component: 150 - total flux cleaned = 0.000631402 Jy ! Component: 200 - total flux cleaned = 0.000789591 Jy ! Total flux subtracted in 200 components = 0.000789591 Jy ! Clean residual min=-0.003772 max=0.003519 Jy/beam ! Clean residual mean=0.000003 rms=0.000757 Jy/beam ! Combined flux in latest and established models = 0.352493 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 63 components and 0.352493 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108806Jy sigma=0.214395 ! Fit after self-cal, rms=0.108810Jy sigma=0.214375 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 = -5.01173e-05 Jy ! Component: 100 - total flux cleaned = -4.87345e-05 Jy ! Component: 150 - total flux cleaned = 4.40609e-05 Jy ! Component: 200 - total flux cleaned = 8.70351e-05 Jy ! Total flux subtracted in 200 components = 8.70351e-05 Jy ! Clean residual min=-0.003823 max=0.003493 Jy/beam ! Clean residual mean=0.000003 rms=0.000744 Jy/beam ! Combined flux in latest and established models = 0.35258 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 72 components and 0.35258 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108756Jy sigma=0.214292 ! Fit after self-cal, rms=0.108754Jy sigma=0.214278 ! 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.108754Jy sigma=0.214278 ! Fit after self-cal, rms=0.108602Jy sigma=0.214109 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.308 mas, bmaj=2.111 mas, bpa=-44.5 degrees ! Estimated noise=2.40103 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00044289 Jy ! Component: 100 - total flux cleaned = 0.000344301 Jy ! Component: 150 - total flux cleaned = 0.000345745 Jy ! Component: 200 - total flux cleaned = 0.000429012 Jy ! Total flux subtracted in 200 components = 0.000429012 Jy ! Clean residual min=-0.003808 max=0.003423 Jy/beam ! Clean residual mean=0.000002 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.353009 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 76 components and 0.353009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108552Jy sigma=0.214033 ! Fit after self-cal, rms=0.108556Jy sigma=0.214022 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.69911e-05 Jy ! Component: 100 - total flux cleaned = -0.000131584 Jy ! Component: 150 - total flux cleaned = -9.32016e-05 Jy ! Component: 200 - total flux cleaned = -2.008e-05 Jy ! Total flux subtracted in 200 components = -2.008e-05 Jy ! Clean residual min=-0.003807 max=0.003375 Jy/beam ! Clean residual mean=0.000002 rms=0.000711 Jy/beam ! Combined flux in latest and established models = 0.352989 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 79 components and 0.352989 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108519Jy sigma=0.213969 ! Fit after self-cal, rms=0.108518Jy sigma=0.213961 ! 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.108518Jy sigma=0.213961 ! Fit after self-cal, rms=0.108389Jy sigma=0.213954 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.569 mas, bmaj=3.328 mas, bpa=-48.76 degrees ! Estimated noise=2.55112 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00072458 Jy ! Component: 100 - total flux cleaned = 0.000962641 Jy ! Component: 150 - total flux cleaned = 0.000963839 Jy ! Component: 200 - total flux cleaned = 0.000987523 Jy ! Total flux subtracted in 200 components = 0.000987523 Jy ! Clean residual min=-0.003999 max=0.003073 Jy/beam ! Clean residual mean=0.000005 rms=0.000775 Jy/beam ! Combined flux in latest and established models = 0.353977 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 88 components and 0.353977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108388Jy sigma=0.213928 ! Fit after self-cal, rms=0.108377Jy sigma=0.213921 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 = 6.35691e-05 Jy ! Component: 100 - total flux cleaned = 0.000113172 Jy ! Component: 150 - total flux cleaned = 0.000132424 Jy ! Component: 200 - total flux cleaned = 0.000167818 Jy ! Total flux subtracted in 200 components = 0.000167818 Jy ! Clean residual min=-0.004064 max=0.003035 Jy/beam ! Clean residual mean=0.000005 rms=0.000774 Jy/beam ! Combined flux in latest and established models = 0.354145 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 94 components and 0.354145 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108378Jy sigma=0.213909 ! Fit after self-cal, rms=0.108371Jy sigma=0.213904 ! 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.307 mas, bmaj=2.109 mas, bpa=-44.52 degrees ! Estimated noise=2.39923 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.307 x 2.109 at -44.52 degrees (North through East) ! Clean map min=-0.0038119 max=0.30713 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.9718 mas, bmaj=1.715 mas, bpa=-39.09 degrees ! Estimated noise=5.89957 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.227283 Jy ! Component: 100 - total flux cleaned = 0.295679 Jy ! Component: 150 - total flux cleaned = 0.324558 Jy ! Component: 200 - total flux cleaned = 0.338101 Jy ! Total flux subtracted in 200 components = 0.338101 Jy ! Clean residual min=-0.007028 max=0.006323 Jy/beam ! Clean residual mean=-0.000018 rms=0.001402 Jy/beam ! Combined flux in latest and established models = 0.338101 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.338101 Jy ! Inverting map and beam ! Estimated beam: bmin=1.307 mas, bmaj=2.109 mas, bpa=-44.52 degrees ! Estimated noise=2.39923 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.00906597 Jy ! Component: 100 - total flux cleaned = 0.0113381 Jy ! Component: 150 - total flux cleaned = 0.0123742 Jy ! Component: 200 - total flux cleaned = 0.0132779 Jy ! Total flux subtracted in 200 components = 0.0132779 Jy ! Clean residual min=-0.004134 max=0.003451 Jy/beam ! Clean residual mean=-0.000001 rms=0.000774 Jy/beam ! Combined flux in latest and established models = 0.351379 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 36 components and 0.351379 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.569 mas, bmaj=3.328 mas, bpa=-48.76 degrees ! Estimated noise=2.55112 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00176725 Jy ! Component: 100 - total flux cleaned = 0.00235363 Jy ! Component: 150 - total flux cleaned = 0.00262123 Jy ! Component: 200 - total flux cleaned = 0.00271352 Jy ! Total flux subtracted in 200 components = 0.00271352 Jy ! Clean residual min=-0.004005 max=0.002943 Jy/beam ! Clean residual mean=0.000004 rms=0.000787 Jy/beam ! Combined flux in latest and established models = 0.354092 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 = 4.14457e-05 Jy ! Component: 100 - total flux cleaned = 3.77937e-06 Jy ! Component: 150 - total flux cleaned = 5.35776e-06 Jy ! Component: 200 - total flux cleaned = 5.65278e-06 Jy ! Total flux subtracted in 200 components = 5.65278e-06 Jy ! Clean residual min=-0.003921 max=0.002936 Jy/beam ! Clean residual mean=0.000005 rms=0.000778 Jy/beam ! Combined flux in latest and established models = 0.354098 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 52 components and 0.354098 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.307 mas, bmaj=2.109 mas, bpa=-44.52 degrees ! Estimated noise=2.39923 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000234359 Jy ! Component: 100 - total flux cleaned = -0.000233132 Jy ! Component: 150 - total flux cleaned = -0.000230284 Jy ! Component: 200 - total flux cleaned = -0.000231019 Jy ! Total flux subtracted in 200 components = -0.000231019 Jy ! Clean residual min=-0.004083 max=0.003422 Jy/beam ! Clean residual mean=0.000003 rms=0.000714 Jy/beam ! Combined flux in latest and established models = 0.353867 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 67 components and 0.353867 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108462Jy sigma=0.214025 ! Fit after self-cal, rms=0.108449Jy sigma=0.214005 wmodel /scr/pima/rdv93_uvs/J1343+6602_X_map.mod ! Writing 67 model components to file: /scr/pima/rdv93_uvs/J1343+6602_X_map.mod wobs /scr/pima/rdv93_uvs/J1343+6602_X_uvs.fits ! Writing UV FITS file: /scr/pima/rdv93_uvs/J1343+6602_X_uvs.fits wwins /scr/pima/rdv93_uvs/J1343+6602_X_map.win ! wwins: Wrote 2 windows to /scr/pima/rdv93_uvs/J1343+6602_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.000859955 Jy ! Component: 100 - total flux cleaned = -0.00125582 Jy ! Component: 150 - total flux cleaned = -0.00166928 Jy ! Component: 200 - total flux cleaned = -0.00186461 Jy ! Component: 250 - total flux cleaned = -0.00209556 Jy ! Component: 300 - total flux cleaned = -0.00227161 Jy ! Component: 350 - total flux cleaned = -0.0022722 Jy ! Component: 400 - total flux cleaned = -0.00223174 Jy ! Component: 450 - total flux cleaned = -0.00219226 Jy ! Component: 500 - total flux cleaned = -0.00223103 Jy ! Component: 550 - total flux cleaned = -0.00226946 Jy ! Component: 600 - total flux cleaned = -0.00248982 Jy ! Component: 650 - total flux cleaned = -0.00256161 Jy ! Component: 700 - total flux cleaned = -0.00273639 Jy ! Component: 750 - total flux cleaned = -0.00280509 Jy ! Component: 800 - total flux cleaned = -0.00290596 Jy ! Component: 850 - total flux cleaned = -0.00300472 Jy ! Component: 900 - total flux cleaned = -0.00306973 Jy ! Component: 950 - total flux cleaned = -0.00316603 Jy ! Component: 1000 - total flux cleaned = -0.0031977 Jy ! Component: 1050 - total flux cleaned = -0.00329096 Jy ! Component: 1100 - total flux cleaned = -0.0033216 Jy ! Component: 1150 - total flux cleaned = -0.00344262 Jy ! Component: 1200 - total flux cleaned = -0.00344282 Jy ! Component: 1250 - total flux cleaned = -0.00347243 Jy ! Component: 1300 - total flux cleaned = -0.00353033 Jy ! Component: 1350 - total flux cleaned = -0.00358754 Jy ! Component: 1400 - total flux cleaned = -0.00353037 Jy ! Component: 1450 - total flux cleaned = -0.0035304 Jy ! Component: 1500 - total flux cleaned = -0.00344665 Jy ! Component: 1550 - total flux cleaned = -0.00350192 Jy ! Component: 1600 - total flux cleaned = -0.00352963 Jy ! Component: 1650 - total flux cleaned = -0.00352975 Jy ! Component: 1700 - total flux cleaned = -0.00355681 Jy ! Component: 1750 - total flux cleaned = -0.00358342 Jy ! Component: 1800 - total flux cleaned = -0.00353077 Jy ! Component: 1850 - total flux cleaned = -0.00353106 Jy ! Component: 1900 - total flux cleaned = -0.00347929 Jy ! Component: 1950 - total flux cleaned = -0.00347899 Jy ! Component: 2000 - total flux cleaned = -0.00345345 Jy ! Component: 2050 - total flux cleaned = -0.00337819 Jy ! Component: 2100 - total flux cleaned = -0.00340324 Jy ! Component: 2150 - total flux cleaned = -0.0033784 Jy ! Component: 2200 - total flux cleaned = -0.00330485 Jy ! Component: 2250 - total flux cleaned = -0.00340166 Jy ! Component: 2300 - total flux cleaned = -0.00335322 Jy ! Component: 2350 - total flux cleaned = -0.00330529 Jy ! Component: 2400 - total flux cleaned = -0.00323421 Jy ! Component: 2450 - total flux cleaned = -0.00314038 Jy ! Component: 2500 - total flux cleaned = -0.00314033 Jy ! Component: 2550 - total flux cleaned = -0.00307103 Jy ! Component: 2600 - total flux cleaned = -0.00304794 Jy ! Component: 2650 - total flux cleaned = -0.00302485 Jy ! Component: 2700 - total flux cleaned = -0.00291238 Jy ! Component: 2750 - total flux cleaned = -0.00282281 Jy ! Component: 2800 - total flux cleaned = -0.00282293 Jy ! Component: 2850 - total flux cleaned = -0.00282301 Jy ! Component: 2900 - total flux cleaned = -0.00273544 Jy ! Component: 2950 - total flux cleaned = -0.00267047 Jy ! Component: 3000 - total flux cleaned = -0.00262752 Jy ! Component: 3050 - total flux cleaned = -0.0025632 Jy ! Component: 3100 - total flux cleaned = -0.00258451 Jy ! Component: 3150 - total flux cleaned = -0.00250016 Jy ! Component: 3200 - total flux cleaned = -0.00245815 Jy ! Component: 3250 - total flux cleaned = -0.00247884 Jy ! Component: 3300 - total flux cleaned = -0.00249944 Jy ! Component: 3350 - total flux cleaned = -0.00245845 Jy ! Component: 3400 - total flux cleaned = -0.00249928 Jy ! Component: 3450 - total flux cleaned = -0.00233718 Jy ! Component: 3500 - total flux cleaned = -0.0023572 Jy ! Component: 3550 - total flux cleaned = -0.00239695 Jy ! Component: 3600 - total flux cleaned = -0.00233759 Jy ! Component: 3650 - total flux cleaned = -0.00235737 Jy ! Component: 3700 - total flux cleaned = -0.0023771 Jy ! Component: 3750 - total flux cleaned = -0.0023382 Jy ! Component: 3800 - total flux cleaned = -0.0023382 Jy ! Component: 3850 - total flux cleaned = -0.00229958 Jy ! Component: 3900 - total flux cleaned = -0.00229958 Jy ! Component: 3950 - total flux cleaned = -0.00218578 Jy ! Component: 4000 - total flux cleaned = -0.00226129 Jy ! Component: 4050 - total flux cleaned = -0.00226118 Jy ! Total flux subtracted in 4096 components = -0.00224265 Jy ! Clean residual min=-0.001124 max=0.000933 Jy/beam ! Clean residual mean=-0.000001 rms=0.000330 Jy/beam ! Combined flux in latest and established models = 0.351624 Jy keep ! Adding 305 model components to the UV plane model. ! The established model now contains 372 components and 0.351624 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rdv93_uvs/J1343+6602_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.307 x 2.109 at -44.52 degrees (North through East) ! Clean map min=-0.0025598 max=0.3047 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J1343+6602_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.304696 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00032857 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.323506 0.323506 0.647012 1.29402 2.58805 5.1761 10.3522 20.7044 41.4088 82.8175 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.304 quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J1343+6602_X_uvs.log closed on Tue Sep 24 17:08:15 2013