! Started logfile: /scr/pima/bg219i_uvs/J0922-3959_S_uvs.log on Wed Apr 6 22:57:59 2016 obs /scr/pima/bg219i_uvs/J0922-3959_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219i_uvs/J0922-3959_S_uva.fits ! AN table 1: 7 integrations on 21 of 21 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0922-3959 ! ! 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.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! 04 4 2.348e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 54 lines of history. ! ! Reading 588 visibilities. select rr, 1,2,3,4,6,7,8 ! Restricting channel ranges to the available 4 channels. ! 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/bg219i_uvs/J0922-3959_S] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 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 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.560598Jy sigma=14.596909 ! Fit after self-cal, rms=0.358719Jy sigma=3.253289 ! 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=3.418 mas, bmaj=16.97 mas, bpa=-2.598 degrees ! Estimated noise=4.16189 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.83023 Jy ! Component: 100 - total flux cleaned = 1.05914 Jy ! Total flux subtracted in 100 components = 1.05914 Jy ! Clean residual min=-0.071733 max=0.164940 Jy/beam ! Clean residual mean=-0.000219 rms=0.029304 Jy/beam ! Combined flux in latest and established models = 1.05914 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 1.05914 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.320673Jy sigma=2.886664 ! Fit after self-cal, rms=0.320637Jy sigma=2.886380 ! 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=3.836 mas, bmaj=18.11 mas, bpa=-3.289 degrees ! Estimated noise=3.56136 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.167122 Jy ! Component: 100 - total flux cleaned = 0.268175 Jy ! Component: 150 - total flux cleaned = 0.331153 Jy ! Component: 200 - total flux cleaned = 0.372704 Jy ! Total flux subtracted in 200 components = 0.372704 Jy ! Clean residual min=-0.063433 max=0.087580 Jy/beam ! Clean residual mean=0.000011 rms=0.021740 Jy/beam ! Combined flux in latest and established models = 1.43185 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 46 components and 1.43185 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.219353Jy sigma=1.719255 ! Fit after self-cal, rms=0.219233Jy sigma=1.718473 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.836 x 18.11 at -3.289 degrees (North through East) ! Clean map min=-0.063227 max=1.1134 Jy/beam if ( peak(flux,max)/imstat(rms) < lim_self ) selflim lim_val ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! NL 1.00* PT 1.00* SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! NL 1.00* PT 1.00* SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! NL 1.00* PT 1.00* SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! NL 1.00* PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.219233Jy sigma=1.718473 ! Fit after self-cal, rms=0.219233Jy sigma=1.718473 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.836 mas, bmaj=18.11 mas, bpa=-3.289 degrees ! Estimated noise=3.56136 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.0290615 Jy ! Component: 100 - total flux cleaned = 0.0420771 Jy ! Component: 150 - total flux cleaned = 0.0472737 Jy ! Component: 200 - total flux cleaned = 0.0500128 Jy ! Total flux subtracted in 200 components = 0.0500128 Jy ! Clean residual min=-0.059375 max=0.075628 Jy/beam ! Clean residual mean=0.000085 rms=0.020292 Jy/beam ! Combined flux in latest and established models = 1.48186 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 62 components and 1.48186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.213949Jy sigma=1.648430 ! Fit after self-cal, rms=0.213976Jy sigma=1.648150 ! 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.213976Jy sigma=1.648150 ! Fit after self-cal, rms=0.209201Jy sigma=1.601490 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.843 mas, bmaj=18.23 mas, bpa=-3.159 degrees ! Estimated noise=3.58067 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00339463 Jy ! Component: 100 - total flux cleaned = -0.00399302 Jy ! Component: 150 - total flux cleaned = -0.00457242 Jy ! Component: 200 - total flux cleaned = -0.00402872 Jy ! Total flux subtracted in 200 components = -0.00402872 Jy ! Clean residual min=-0.055382 max=0.059868 Jy/beam ! Clean residual mean=0.000072 rms=0.018439 Jy/beam ! Combined flux in latest and established models = 1.47783 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 67 components and 1.47783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.205676Jy sigma=1.578156 ! Fit after self-cal, rms=0.205744Jy sigma=1.578054 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.000496285 Jy ! Component: 100 - total flux cleaned = 0.00150982 Jy ! Component: 150 - total flux cleaned = 0.00198671 Jy ! Component: 200 - total flux cleaned = 0.00243843 Jy ! Total flux subtracted in 200 components = 0.00243843 Jy ! Clean residual min=-0.053309 max=0.058936 Jy/beam ! Clean residual mean=0.000082 rms=0.018123 Jy/beam ! Combined flux in latest and established models = 1.48027 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 67 components and 1.48027 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.203195Jy sigma=1.563126 ! Fit after self-cal, rms=0.203217Jy sigma=1.563101 ! 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.203217Jy sigma=1.563101 ! Fit after self-cal, rms=0.203196Jy sigma=1.562777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.843 mas, bmaj=18.23 mas, bpa=-3.169 degrees ! Estimated noise=3.58481 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.48901e-06 Jy ! Component: 100 - total flux cleaned = 0.000876834 Jy ! Component: 150 - total flux cleaned = 0.00172179 Jy ! Component: 200 - total flux cleaned = 0.00254342 Jy ! Total flux subtracted in 200 components = 0.00254342 Jy ! Clean residual min=-0.051775 max=0.057929 Jy/beam ! Clean residual mean=0.000089 rms=0.017878 Jy/beam ! Combined flux in latest and established models = 1.48281 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 68 components and 1.48281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.201352Jy sigma=1.550524 ! Fit after self-cal, rms=0.201365Jy sigma=1.550501 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.000812012 Jy ! Component: 100 - total flux cleaned = 0.00158701 Jy ! Component: 150 - total flux cleaned = 0.00232966 Jy ! Component: 200 - total flux cleaned = 0.00305197 Jy ! Total flux subtracted in 200 components = 0.00305197 Jy ! Clean residual min=-0.050052 max=0.056414 Jy/beam ! Clean residual mean=0.000097 rms=0.017660 Jy/beam ! Combined flux in latest and established models = 1.48587 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 68 components and 1.48587 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.199882Jy sigma=1.540957 ! Fit after self-cal, rms=0.199891Jy sigma=1.540950 ! 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.199891Jy sigma=1.540950 ! Fit after self-cal, rms=0.192420Jy sigma=1.447063 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.829 mas, bmaj=21.71 mas, bpa=-8.161 degrees ! Estimated noise=4.4693 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00692662 Jy ! Component: 100 - total flux cleaned = 0.00817029 Jy ! Component: 150 - total flux cleaned = 0.00993632 Jy ! Component: 200 - total flux cleaned = 0.0110482 Jy ! Total flux subtracted in 200 components = 0.0110482 Jy ! Clean residual min=-0.051114 max=0.052580 Jy/beam ! Clean residual mean=0.000211 rms=0.019162 Jy/beam ! Combined flux in latest and established models = 1.49691 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 73 components and 1.49691 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.191415Jy sigma=1.451159 ! Fit after self-cal, rms=0.191497Jy sigma=1.451066 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.00105212 Jy ! Component: 100 - total flux cleaned = 0.00207427 Jy ! Component: 150 - total flux cleaned = 0.00304467 Jy ! Component: 200 - total flux cleaned = 0.00397521 Jy ! Total flux subtracted in 200 components = 0.00397521 Jy ! Clean residual min=-0.049903 max=0.051125 Jy/beam ! Clean residual mean=0.000232 rms=0.018736 Jy/beam ! Combined flux in latest and established models = 1.50089 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 74 components and 1.50089 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.191439Jy sigma=1.466784 ! Fit after self-cal, rms=0.191464Jy sigma=1.466738 ! 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=3.848 mas, bmaj=18.35 mas, bpa=-3.096 degrees ! Estimated noise=3.60849 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.848 x 18.35 at -3.096 degrees (North through East) ! Clean map min=-0.0524 max=1.1181 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.191464Jy sigma=1.466738 ! Fit after self-cal, rms=0.185951Jy sigma=1.414640 ! Inverting map and beam ! Estimated beam: bmin=3.834 mas, bmaj=18.36 mas, bpa=-2.919 degrees ! Estimated noise=3.6037 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0150823 Jy ! Component: 100 - total flux cleaned = -0.0199778 Jy ! Component: 150 - total flux cleaned = -0.0209328 Jy ! Component: 200 - total flux cleaned = -0.0217761 Jy ! Total flux subtracted in 200 components = -0.0217761 Jy ! Clean residual min=-0.041528 max=0.043279 Jy/beam ! Clean residual mean=0.000074 rms=0.014480 Jy/beam ! Combined flux in latest and established models = 1.47911 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 90 components and 1.47911 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184161Jy sigma=1.399641 ! Fit after self-cal, rms=0.184148Jy sigma=1.399617 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000999706 Jy ! Component: 100 - total flux cleaned = -0.00167394 Jy ! Component: 150 - total flux cleaned = -0.00209323 Jy ! Component: 200 - total flux cleaned = -0.00286289 Jy ! Total flux subtracted in 200 components = -0.00286289 Jy ! Clean residual min=-0.041173 max=0.043822 Jy/beam ! Clean residual mean=0.000071 rms=0.014444 Jy/beam ! Combined flux in latest and established models = 1.47625 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 95 components and 1.47625 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183815Jy sigma=1.394089 ! Fit after self-cal, rms=0.183807Jy sigma=1.394071 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183807Jy sigma=1.394071 ! Fit after self-cal, rms=0.180345Jy sigma=1.345387 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=3.403 mas, bmaj=17.26 mas, bpa=-2.271 degrees ! Estimated noise=4.26649 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.851028 Jy ! Component: 100 - total flux cleaned = 1.06516 Jy ! Component: 150 - total flux cleaned = 1.16732 Jy ! Component: 200 - total flux cleaned = 1.23713 Jy ! Total flux subtracted in 200 components = 1.23713 Jy ! Clean residual min=-0.043381 max=0.087737 Jy/beam ! Clean residual mean=-0.000129 rms=0.016811 Jy/beam ! Combined flux in latest and established models = 1.23713 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 29 model components to the UV plane model. ! The established model now contains 29 components and 1.23713 Jy ! Inverting map and beam ! Estimated beam: bmin=3.841 mas, bmaj=18.43 mas, bpa=-2.965 degrees ! Estimated noise=3.60982 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-11.5, 27.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.107329 Jy ! Component: 100 - total flux cleaned = 0.165019 Jy ! Component: 150 - total flux cleaned = 0.203719 Jy ! Component: 200 - total flux cleaned = 0.22865 Jy ! Total flux subtracted in 200 components = 0.22865 Jy ! Clean residual min=-0.035180 max=0.041987 Jy/beam ! Clean residual mean=-0.000031 rms=0.011964 Jy/beam ! Combined flux in latest and established models = 1.46578 Jy ! Adding 84 model components to the UV plane model. ! The established model now contains 113 components and 1.46578 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=6.86 mas, bmaj=21.83 mas, bpa=-8.084 degrees ! Estimated noise=4.4657 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0116413 Jy ! Component: 100 - total flux cleaned = 0.0135971 Jy ! Component: 150 - total flux cleaned = 0.0144822 Jy ! Component: 200 - total flux cleaned = 0.0153484 Jy ! Total flux subtracted in 200 components = 0.0153484 Jy ! Clean residual min=-0.047907 max=0.044722 Jy/beam ! Clean residual mean=0.000081 rms=0.014705 Jy/beam ! Combined flux in latest and established models = 1.48113 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.00158194 Jy ! Component: 100 - total flux cleaned = 0.00304809 Jy ! Component: 150 - total flux cleaned = 0.00374554 Jy ! Component: 200 - total flux cleaned = 0.00507887 Jy ! Total flux subtracted in 200 components = 0.00507887 Jy ! Clean residual min=-0.043296 max=0.039711 Jy/beam ! Clean residual mean=0.000136 rms=0.013158 Jy/beam ! Combined flux in latest and established models = 1.48621 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 140 components and 1.48621 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.841 mas, bmaj=18.43 mas, bpa=-2.965 degrees ! Estimated noise=3.60982 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00354431 Jy ! Component: 100 - total flux cleaned = 0.00533113 Jy ! Component: 150 - total flux cleaned = 0.00628853 Jy ! Component: 200 - total flux cleaned = 0.00670394 Jy ! Total flux subtracted in 200 components = 0.00670394 Jy ! Clean residual min=-0.025558 max=0.033491 Jy/beam ! Clean residual mean=0.000074 rms=0.008984 Jy/beam ! Combined flux in latest and established models = 1.49291 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 178 components and 1.49291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139961Jy sigma=1.133547 ! Fit after self-cal, rms=0.136445Jy sigma=1.099520 wmodel /scr/pima/bg219i_uvs/J0922-3959_S_map.mod ! Writing 178 model components to file: /scr/pima/bg219i_uvs/J0922-3959_S_map.mod wobs /scr/pima/bg219i_uvs/J0922-3959_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219i_uvs/J0922-3959_S_uvs.fits wwins /scr/pima/bg219i_uvs/J0922-3959_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219i_uvs/J0922-3959_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.00395552 Jy ! Component: 100 - total flux cleaned = 0.00956291 Jy ! Component: 150 - total flux cleaned = 0.0143803 Jy ! Component: 200 - total flux cleaned = 0.018847 Jy ! Component: 250 - total flux cleaned = 0.0223898 Jy ! Component: 300 - total flux cleaned = 0.025431 Jy ! Component: 350 - total flux cleaned = 0.0277295 Jy ! Component: 400 - total flux cleaned = 0.0296495 Jy ! Component: 450 - total flux cleaned = 0.0314737 Jy ! Component: 500 - total flux cleaned = 0.033467 Jy ! Component: 550 - total flux cleaned = 0.0346713 Jy ! Component: 600 - total flux cleaned = 0.0362916 Jy ! Component: 650 - total flux cleaned = 0.0371809 Jy ! Component: 700 - total flux cleaned = 0.0376082 Jy ! Component: 750 - total flux cleaned = 0.037822 Jy ! Component: 800 - total flux cleaned = 0.038028 Jy ! Component: 850 - total flux cleaned = 0.0380318 Jy ! Component: 900 - total flux cleaned = 0.0380326 Jy ! Component: 950 - total flux cleaned = 0.0374784 Jy ! Component: 1000 - total flux cleaned = 0.0365698 Jy ! Component: 1050 - total flux cleaned = 0.0360324 Jy ! Component: 1100 - total flux cleaned = 0.0349802 Jy ! Component: 1150 - total flux cleaned = 0.0344669 Jy ! Component: 1200 - total flux cleaned = 0.0341287 Jy ! Component: 1250 - total flux cleaned = 0.0336261 Jy ! Component: 1300 - total flux cleaned = 0.0329676 Jy ! Component: 1350 - total flux cleaned = 0.0329669 Jy ! Component: 1400 - total flux cleaned = 0.0329671 Jy ! Component: 1450 - total flux cleaned = 0.0329691 Jy ! Component: 1500 - total flux cleaned = 0.0329678 Jy ! Component: 1550 - total flux cleaned = 0.0332951 Jy ! Component: 1600 - total flux cleaned = 0.0336275 Jy ! Component: 1650 - total flux cleaned = 0.0336288 Jy ! Component: 1700 - total flux cleaned = 0.033966 Jy ! Component: 1750 - total flux cleaned = 0.0341395 Jy ! Component: 1800 - total flux cleaned = 0.0344869 Jy ! Component: 1850 - total flux cleaned = 0.0344866 Jy ! Component: 1900 - total flux cleaned = 0.0348445 Jy ! Component: 1950 - total flux cleaned = 0.0346637 Jy ! Component: 2000 - total flux cleaned = 0.0348467 Jy ! Component: 2050 - total flux cleaned = 0.0352233 Jy ! Component: 2100 - total flux cleaned = 0.0352252 Jy ! Component: 2150 - total flux cleaned = 0.0354178 Jy ! Component: 2200 - total flux cleaned = 0.0356171 Jy ! Component: 2250 - total flux cleaned = 0.0358225 Jy ! Component: 2300 - total flux cleaned = 0.0362403 Jy ! Component: 2350 - total flux cleaned = 0.0362409 Jy ! Component: 2400 - total flux cleaned = 0.036461 Jy ! Component: 2450 - total flux cleaned = 0.0362335 Jy ! Component: 2500 - total flux cleaned = 0.0364636 Jy ! Component: 2550 - total flux cleaned = 0.0364646 Jy ! Component: 2600 - total flux cleaned = 0.0364692 Jy ! Component: 2650 - total flux cleaned = 0.0362095 Jy ! Component: 2700 - total flux cleaned = 0.0364711 Jy ! Component: 2750 - total flux cleaned = 0.0361994 Jy ! Component: 2800 - total flux cleaned = 0.0361994 Jy ! Component: 2850 - total flux cleaned = 0.0361967 Jy ! Component: 2900 - total flux cleaned = 0.0361965 Jy ! Component: 2950 - total flux cleaned = 0.0358868 Jy ! Component: 3000 - total flux cleaned = 0.035882 Jy ! Component: 3050 - total flux cleaned = 0.0355572 Jy ! Component: 3100 - total flux cleaned = 0.0355565 Jy ! Component: 3150 - total flux cleaned = 0.0352087 Jy ! Component: 3200 - total flux cleaned = 0.0352045 Jy ! Component: 3250 - total flux cleaned = 0.0348308 Jy ! Component: 3300 - total flux cleaned = 0.0348317 Jy ! Component: 3350 - total flux cleaned = 0.0344433 Jy ! Component: 3400 - total flux cleaned = 0.0340297 Jy ! Component: 3450 - total flux cleaned = 0.0340309 Jy ! Component: 3500 - total flux cleaned = 0.0336016 Jy ! Component: 3550 - total flux cleaned = 0.0331478 Jy ! Component: 3600 - total flux cleaned = 0.0331457 Jy ! Component: 3650 - total flux cleaned = 0.0331493 Jy ! Component: 3700 - total flux cleaned = 0.0326606 Jy ! Component: 3750 - total flux cleaned = 0.0326543 Jy ! Component: 3800 - total flux cleaned = 0.0326538 Jy ! Component: 3850 - total flux cleaned = 0.0326525 Jy ! Component: 3900 - total flux cleaned = 0.0326536 Jy ! Component: 3950 - total flux cleaned = 0.0320722 Jy ! Component: 4000 - total flux cleaned = 0.0326617 Jy ! Component: 4050 - total flux cleaned = 0.0326617 Jy ! Total flux subtracted in 4096 components = 0.0326726 Jy ! Clean residual min=-0.039365 max=0.035319 Jy/beam ! Clean residual mean=-0.000144 rms=0.008959 Jy/beam ! Combined flux in latest and established models = 1.52559 Jy keep ! Adding 254 model components to the UV plane model. ! The established model now contains 432 components and 1.52559 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219i_uvs/J0922-3959_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.841 x 18.43 at -2.965 degrees (North through East) ! Clean map min=-0.057031 max=1.073 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219i_uvs/J0922-3959_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.07304 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00873628 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.44249 2.44249 4.88499 9.76997 19.5399 39.0799 78.1598 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0262 print "peak= ", int(1000*peak_flux)/1000 ! peak= 1.073 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 122.825 quit ! Quitting program ! Log file /scr/pima/bg219i_uvs/J0922-3959_S_uvs.log closed on Wed Apr 6 22:58:03 2016