! Started logfile: /scr/pima/rdv72_uvs/J1724+3303_X_uvs.log on Sat Oct 5 08:49:20 2013 obs /scr/pima/rdv72_uvs/J1724+3303_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv72_uvs/J1724+3303_X_uva.fits ! AN table 1: 31 integrations on 55 of 55 possible baselines. ! Apparent sampling: 0.973607 visibilities/baseline/integration-bin. ! Found source: J1724+3303 ! ! 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 6640 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/J1724+3303_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. ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.019985Jy sigma=1.927248 ! Fit after self-cal, rms=0.831885Jy sigma=1.518002 ! 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.6455 mas, bmaj=0.9504 mas, bpa=-32.42 degrees ! Estimated noise=10.1461 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.137891 Jy ! Component: 100 - total flux cleaned = 0.178339 Jy ! Total flux subtracted in 100 components = 0.178339 Jy ! Clean residual min=-0.011738 max=0.018400 Jy/beam ! Clean residual mean=-0.000011 rms=0.002612 Jy/beam ! Combined flux in latest and established models = 0.178339 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.178339 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121271Jy sigma=0.208967 ! Fit after self-cal, rms=0.121303Jy sigma=0.208936 ! Inverting map ! Added new window around map position (0.4, -1.2). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0182771 Jy ! Component: 100 - total flux cleaned = 0.0282713 Jy ! Total flux subtracted in 100 components = 0.0282713 Jy ! Clean residual min=-0.010246 max=0.012661 Jy/beam ! Clean residual mean=-0.000006 rms=0.002250 Jy/beam ! Combined flux in latest and established models = 0.20661 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 16 components and 0.20661 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117712Jy sigma=0.196932 ! Fit after self-cal, rms=0.117696Jy sigma=0.196614 ! 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.8294 mas, bmaj=1.343 mas, bpa=-30.17 degrees ! Estimated noise=4.99593 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.014891 Jy ! Component: 100 - total flux cleaned = 0.0231051 Jy ! Component: 150 - total flux cleaned = 0.0280286 Jy ! Component: 200 - total flux cleaned = 0.0310652 Jy ! Total flux subtracted in 200 components = 0.0310652 Jy ! Clean residual min=-0.013420 max=0.012402 Jy/beam ! Clean residual mean=0.000002 rms=0.002788 Jy/beam ! Combined flux in latest and established models = 0.237676 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 26 components and 0.237676 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116354Jy sigma=0.191354 ! Fit after self-cal, rms=0.116385Jy sigma=0.191169 ! 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.33 FD 0.82 KK 1.18 KP 0.98 ! LA 1.00 MK 0.98 NL 1.11 NY 0.85 ! OV 1.11 PT 0.93 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.29 FD 0.82 KK 1.15 KP 0.89 ! LA 1.02 MK 0.99 NL 1.07 NY 0.95 ! OV 1.08 PT 0.98 SC 0.94 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.33 FD 0.85 KK 1.16 KP 0.82 ! LA 1.07 MK 0.96 NL 1.13 NY 0.96 ! OV 1.12 PT 1.03 SC 0.94 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.33 FD 0.85 KK 1.19 KP 0.89 ! LA 1.05 MK 1.01 NL 1.16 NY 1.00 ! OV 1.13 PT 0.96 SC 1.06 ! ! ! Fit before self-cal, rms=0.116385Jy sigma=0.191169 ! Fit after self-cal, rms=0.120326Jy sigma=0.180388 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8403 mas, bmaj=1.31 mas, bpa=-29.36 degrees ! Estimated noise=5.06925 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.00234743 Jy ! Component: 100 - total flux cleaned = -0.00262342 Jy ! Component: 150 - total flux cleaned = -0.00277114 Jy ! Component: 200 - total flux cleaned = -0.00303023 Jy ! Total flux subtracted in 200 components = -0.00303023 Jy ! Clean residual min=-0.004371 max=0.004014 Jy/beam ! Clean residual mean=-0.000005 rms=0.001025 Jy/beam ! Combined flux in latest and established models = 0.234645 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 29 components and 0.234645 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120153Jy sigma=0.180133 ! Fit after self-cal, rms=0.120353Jy sigma=0.179995 ! 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.120353Jy sigma=0.179995 ! Fit after self-cal, rms=0.120880Jy sigma=0.179940 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8424 mas, bmaj=1.307 mas, bpa=-29.2 degrees ! Estimated noise=5.0775 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00172071 Jy ! Component: 100 - total flux cleaned = -0.0017912 Jy ! Component: 150 - total flux cleaned = -0.00195989 Jy ! Component: 200 - total flux cleaned = -0.00205812 Jy ! Total flux subtracted in 200 components = -0.00205812 Jy ! Clean residual min=-0.004234 max=0.003975 Jy/beam ! Clean residual mean=-0.000005 rms=0.000985 Jy/beam ! Combined flux in latest and established models = 0.232587 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 31 components and 0.232587 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120781Jy sigma=0.179812 ! Fit after self-cal, rms=0.120766Jy sigma=0.179801 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.000570203 Jy ! Component: 100 - total flux cleaned = -0.000571946 Jy ! Component: 150 - total flux cleaned = -0.000648482 Jy ! Component: 200 - total flux cleaned = -0.000753668 Jy ! Total flux subtracted in 200 components = -0.000753668 Jy ! Clean residual min=-0.004265 max=0.003885 Jy/beam ! Clean residual mean=-0.000005 rms=0.000982 Jy/beam ! Combined flux in latest and established models = 0.231834 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 33 components and 0.231834 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120723Jy sigma=0.179759 ! Fit after self-cal, rms=0.120714Jy sigma=0.179756 ! 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.120714Jy sigma=0.179756 ! Fit after self-cal, rms=0.121319Jy sigma=0.179708 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.844 mas, bmaj=1.307 mas, bpa=-29.06 degrees ! Estimated noise=5.08842 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000971288 Jy ! Component: 100 - total flux cleaned = -0.0011111 Jy ! Component: 150 - total flux cleaned = -0.00123668 Jy ! Component: 200 - total flux cleaned = -0.00131149 Jy ! Total flux subtracted in 200 components = -0.00131149 Jy ! Clean residual min=-0.004173 max=0.003948 Jy/beam ! Clean residual mean=-0.000005 rms=0.000950 Jy/beam ! Combined flux in latest and established models = 0.230522 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 33 components and 0.230522 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121271Jy sigma=0.179651 ! Fit after self-cal, rms=0.121266Jy sigma=0.179646 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.000324722 Jy ! Component: 100 - total flux cleaned = -0.000356889 Jy ! Component: 150 - total flux cleaned = -0.000417053 Jy ! Component: 200 - total flux cleaned = -0.000499953 Jy ! Total flux subtracted in 200 components = -0.000499953 Jy ! Clean residual min=-0.004197 max=0.003867 Jy/beam ! Clean residual mean=-0.000005 rms=0.000948 Jy/beam ! Combined flux in latest and established models = 0.230022 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 33 components and 0.230022 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121242Jy sigma=0.179622 ! Fit after self-cal, rms=0.121237Jy sigma=0.179621 ! 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.121237Jy sigma=0.179621 ! Fit after self-cal, rms=0.121686Jy sigma=0.179600 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.541 mas, bmaj=3.497 mas, bpa=-19.45 degrees ! Estimated noise=5.77887 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000733113 Jy ! Component: 100 - total flux cleaned = -0.000734889 Jy ! Component: 150 - total flux cleaned = -0.000724824 Jy ! Component: 200 - total flux cleaned = -0.000717279 Jy ! Total flux subtracted in 200 components = -0.000717279 Jy ! Clean residual min=-0.004551 max=0.004645 Jy/beam ! Clean residual mean=-0.000009 rms=0.001278 Jy/beam ! Combined flux in latest and established models = 0.229305 Jy selfcal ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 34 components and 0.229305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121685Jy sigma=0.179594 ! Fit after self-cal, rms=0.121673Jy sigma=0.179579 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.000179863 Jy ! Component: 100 - total flux cleaned = -0.000177642 Jy ! Component: 150 - total flux cleaned = -0.000177895 Jy ! Component: 200 - total flux cleaned = -0.000177853 Jy ! Total flux subtracted in 200 components = -0.000177853 Jy ! Clean residual min=-0.004546 max=0.004605 Jy/beam ! Clean residual mean=-0.000009 rms=0.001283 Jy/beam ! Combined flux in latest and established models = 0.229127 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 37 components and 0.229127 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121677Jy sigma=0.179581 ! Fit after self-cal, rms=0.121666Jy sigma=0.179572 ! 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.8451 mas, bmaj=1.306 mas, bpa=-28.96 degrees ! Estimated noise=5.09532 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8451 x 1.306 at -28.96 degrees (North through East) ! Clean map min=-0.0036722 max=0.1772 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.656 mas, bmaj=0.9074 mas, bpa=-31.33 degrees ! Estimated noise=10.5112 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.143614 Jy ! Component: 100 - total flux cleaned = 0.186612 Jy ! Component: 150 - total flux cleaned = 0.201466 Jy ! Component: 200 - total flux cleaned = 0.208731 Jy ! Total flux subtracted in 200 components = 0.208731 Jy ! Clean residual min=-0.007234 max=0.007088 Jy/beam ! Clean residual mean=-0.000005 rms=0.001789 Jy/beam ! Combined flux in latest and established models = 0.208731 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.208731 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8451 mas, bmaj=1.306 mas, bpa=-28.96 degrees ! Estimated noise=5.09532 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.00917294 Jy ! Component: 100 - total flux cleaned = 0.0136005 Jy ! Component: 150 - total flux cleaned = 0.0159319 Jy ! Component: 200 - total flux cleaned = 0.0171211 Jy ! Total flux subtracted in 200 components = 0.0171211 Jy ! Clean residual min=-0.004353 max=0.004033 Jy/beam ! Clean residual mean=-0.000006 rms=0.000982 Jy/beam ! Combined flux in latest and established models = 0.225852 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 25 components and 0.225852 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.541 mas, bmaj=3.497 mas, bpa=-19.45 degrees ! Estimated noise=5.77887 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00187751 Jy ! Component: 100 - total flux cleaned = 0.00186902 Jy ! Component: 150 - total flux cleaned = 0.00186562 Jy ! Component: 200 - total flux cleaned = 0.00196399 Jy ! Total flux subtracted in 200 components = 0.00196399 Jy ! Clean residual min=-0.004629 max=0.004477 Jy/beam ! Clean residual mean=-0.000010 rms=0.001335 Jy/beam ! Combined flux in latest and established models = 0.227816 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 = 9.25229e-05 Jy ! Component: 100 - total flux cleaned = 0.000178753 Jy ! Component: 150 - total flux cleaned = 0.000256622 Jy ! Component: 200 - total flux cleaned = 0.000306942 Jy ! Total flux subtracted in 200 components = 0.000306942 Jy ! Clean residual min=-0.004612 max=0.004515 Jy/beam ! Clean residual mean=-0.000010 rms=0.001326 Jy/beam ! Combined flux in latest and established models = 0.228123 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 29 components and 0.228123 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8451 mas, bmaj=1.306 mas, bpa=-28.96 degrees ! Estimated noise=5.09532 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000625858 Jy ! Component: 100 - total flux cleaned = -0.000501711 Jy ! Component: 150 - total flux cleaned = -0.00050079 Jy ! Component: 200 - total flux cleaned = -0.000431937 Jy ! Total flux subtracted in 200 components = -0.000431937 Jy ! Clean residual min=-0.004224 max=0.004014 Jy/beam ! Clean residual mean=-0.000005 rms=0.000954 Jy/beam ! Combined flux in latest and established models = 0.227691 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 34 components and 0.227691 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121703Jy sigma=0.179626 ! Fit after self-cal, rms=0.121669Jy sigma=0.179618 wmodel /scr/pima/rdv72_uvs/J1724+3303_X_map.mod ! Writing 34 model components to file: /scr/pima/rdv72_uvs/J1724+3303_X_map.mod wobs /scr/pima/rdv72_uvs/J1724+3303_X_uvs.fits ! Writing UV FITS file: /scr/pima/rdv72_uvs/J1724+3303_X_uvs.fits wwins /scr/pima/rdv72_uvs/J1724+3303_X_map.win ! wwins: Wrote 2 windows to /scr/pima/rdv72_uvs/J1724+3303_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.000269898 Jy ! Component: 100 - total flux cleaned = 0.000477443 Jy ! Component: 150 - total flux cleaned = 0.000414432 Jy ! Component: 200 - total flux cleaned = 0.000354816 Jy ! Component: 250 - total flux cleaned = 0.000117201 Jy ! Component: 300 - total flux cleaned = -5.56457e-05 Jy ! Component: 350 - total flux cleaned = -0.000223959 Jy ! Component: 400 - total flux cleaned = -0.000387534 Jy ! Component: 450 - total flux cleaned = -0.000759707 Jy ! Component: 500 - total flux cleaned = -0.000759171 Jy ! Component: 550 - total flux cleaned = -0.000810551 Jy ! Component: 600 - total flux cleaned = -0.000910409 Jy ! Component: 650 - total flux cleaned = -0.00110596 Jy ! Component: 700 - total flux cleaned = -0.00149026 Jy ! Component: 750 - total flux cleaned = -0.00177469 Jy ! Component: 800 - total flux cleaned = -0.00219389 Jy ! Component: 850 - total flux cleaned = -0.0024228 Jy ! Component: 900 - total flux cleaned = -0.00264912 Jy ! Component: 950 - total flux cleaned = -0.00269392 Jy ! Component: 1000 - total flux cleaned = -0.00282695 Jy ! Component: 1050 - total flux cleaned = -0.00295901 Jy ! Component: 1100 - total flux cleaned = -0.00317552 Jy ! Component: 1150 - total flux cleaned = -0.00334692 Jy ! Component: 1200 - total flux cleaned = -0.00347461 Jy ! Component: 1250 - total flux cleaned = -0.00381082 Jy ! Component: 1300 - total flux cleaned = -0.00389352 Jy ! Component: 1350 - total flux cleaned = -0.00401728 Jy ! Component: 1400 - total flux cleaned = -0.00434378 Jy ! Component: 1450 - total flux cleaned = -0.00430312 Jy ! Component: 1500 - total flux cleaned = -0.00438329 Jy ! Component: 1550 - total flux cleaned = -0.00458182 Jy ! Component: 1600 - total flux cleaned = -0.00466025 Jy ! Component: 1650 - total flux cleaned = -0.00466062 Jy ! Component: 1700 - total flux cleaned = -0.00481591 Jy ! Component: 1750 - total flux cleaned = -0.00489263 Jy ! Component: 1800 - total flux cleaned = -0.00493083 Jy ! Component: 1850 - total flux cleaned = -0.004893 Jy ! Component: 1900 - total flux cleaned = -0.00493081 Jy ! Component: 1950 - total flux cleaned = -0.00485634 Jy ! Component: 2000 - total flux cleaned = -0.00485629 Jy ! Component: 2050 - total flux cleaned = -0.00489334 Jy ! Component: 2100 - total flux cleaned = -0.00478364 Jy ! Component: 2150 - total flux cleaned = -0.00478359 Jy ! Component: 2200 - total flux cleaned = -0.0048915 Jy ! Component: 2250 - total flux cleaned = -0.00471252 Jy ! Component: 2300 - total flux cleaned = -0.00478344 Jy ! Component: 2350 - total flux cleaned = -0.00474816 Jy ! Component: 2400 - total flux cleaned = -0.00471274 Jy ! Component: 2450 - total flux cleaned = -0.00478292 Jy ! Component: 2500 - total flux cleaned = -0.00478301 Jy ! Component: 2550 - total flux cleaned = -0.00467925 Jy ! Component: 2600 - total flux cleaned = -0.00471369 Jy ! Component: 2650 - total flux cleaned = -0.00467975 Jy ! Component: 2700 - total flux cleaned = -0.00461165 Jy ! Component: 2750 - total flux cleaned = -0.00451056 Jy ! Component: 2800 - total flux cleaned = -0.00447674 Jy ! Component: 2850 - total flux cleaned = -0.00444341 Jy ! Component: 2900 - total flux cleaned = -0.00437689 Jy ! Component: 2950 - total flux cleaned = -0.00424474 Jy ! Component: 3000 - total flux cleaned = -0.00417903 Jy ! Component: 3050 - total flux cleaned = -0.0041788 Jy ! Component: 3100 - total flux cleaned = -0.00427667 Jy ! Component: 3150 - total flux cleaned = -0.00404927 Jy ! Component: 3200 - total flux cleaned = -0.00408165 Jy ! Component: 3250 - total flux cleaned = -0.00404919 Jy ! Component: 3300 - total flux cleaned = -0.00385705 Jy ! Component: 3350 - total flux cleaned = -0.00385725 Jy ! Component: 3400 - total flux cleaned = -0.00379386 Jy ! Component: 3450 - total flux cleaned = -0.00369925 Jy ! Component: 3500 - total flux cleaned = -0.00388845 Jy ! Component: 3550 - total flux cleaned = -0.00388825 Jy ! Component: 3600 - total flux cleaned = -0.00388823 Jy ! Component: 3650 - total flux cleaned = -0.003857 Jy ! Component: 3700 - total flux cleaned = -0.00391882 Jy ! Component: 3750 - total flux cleaned = -0.0038571 Jy ! Component: 3800 - total flux cleaned = -0.00364228 Jy ! Component: 3850 - total flux cleaned = -0.00385654 Jy ! Component: 3900 - total flux cleaned = -0.00373447 Jy ! Component: 3950 - total flux cleaned = -0.00391671 Jy ! Component: 4000 - total flux cleaned = -0.00382611 Jy ! Component: 4050 - total flux cleaned = -0.00385619 Jy ! Total flux subtracted in 4096 components = -0.00379598 Jy ! Clean residual min=-0.001752 max=0.001974 Jy/beam ! Clean residual mean=-0.000006 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.223895 Jy keep ! Adding 263 model components to the UV plane model. ! The established model now contains 297 components and 0.223895 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rdv72_uvs/J1724+3303_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8451 x 1.306 at -28.96 degrees (North through East) ! Clean map min=-0.0028369 max=0.18307 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv72_uvs/J1724+3303_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.183073 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000490301 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.803452 0.803452 1.6069 3.21381 6.42762 12.8552 25.7105 51.4209 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.183 quit ! Quitting program ! Log file /scr/pima/rdv72_uvs/J1724+3303_X_uvs.log closed on Sat Oct 5 08:49:25 2013