! Started logfile: /scr/pima/bg219h_uvs/J0632-1250_S_uvs.log on Thu Apr 7 08:55:29 2016 obs /scr/pima/bg219h_uvs/J0632-1250_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J0632-1250_S_uva.fits ! AN table 1: 57 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.720273 visibilities/baseline/integration-bin. ! Found source: J0632-1250 ! ! 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 5912 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/bg219h_uvs/J0632-1250_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 66 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 66 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 66 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 66 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.015175Jy sigma=21.567388 ! Fit after self-cal, rms=0.856080Jy sigma=18.191469 ! 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=2.622 mas, bmaj=6.968 mas, bpa=-0.08133 degrees ! Estimated noise=0.574936 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.11055 Jy ! Component: 100 - total flux cleaned = 0.138229 Jy ! Total flux subtracted in 100 components = 0.138229 Jy ! Clean residual min=-0.009418 max=0.013066 Jy/beam ! Clean residual mean=0.000041 rms=0.002501 Jy/beam ! Combined flux in latest and established models = 0.138229 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.138229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075575Jy sigma=1.558781 ! Fit after self-cal, rms=0.075536Jy sigma=1.558009 ! 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.075 mas, bmaj=8.089 mas, bpa=0.5731 degrees ! Estimated noise=0.449383 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.0148524 Jy ! Component: 100 - total flux cleaned = 0.0216516 Jy ! Component: 150 - total flux cleaned = 0.0226559 Jy ! Component: 200 - total flux cleaned = 0.0222906 Jy ! Total flux subtracted in 200 components = 0.0222906 Jy ! Clean residual min=-0.008459 max=0.013062 Jy/beam ! Clean residual mean=0.000037 rms=0.002915 Jy/beam ! Combined flux in latest and established models = 0.16052 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 16 components and 0.16052 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072858Jy sigma=1.497901 ! Fit after self-cal, rms=0.072819Jy sigma=1.497252 ! 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.075 x 8.089 at 0.5731 degrees (North through East) ! Clean map min=-0.0083812 max=0.1466 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: ! BR 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Fit before self-cal, rms=0.072819Jy sigma=1.497252 ! Fit after self-cal, rms=0.072819Jy sigma=1.497252 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.075 mas, bmaj=8.089 mas, bpa=0.5731 degrees ! Estimated noise=0.449383 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 = -7.61988e-05 Jy ! Component: 100 - total flux cleaned = -0.000494149 Jy ! Component: 150 - total flux cleaned = -0.000962237 Jy ! Component: 200 - total flux cleaned = -0.0012999 Jy ! Total flux subtracted in 200 components = -0.0012999 Jy ! Clean residual min=-0.008320 max=0.012836 Jy/beam ! Clean residual mean=0.000036 rms=0.002880 Jy/beam ! Combined flux in latest and established models = 0.15922 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 18 components and 0.15922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072584Jy sigma=1.492489 ! Fit after self-cal, rms=0.072577Jy sigma=1.492420 ! 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.072577Jy sigma=1.492420 ! Fit after self-cal, rms=0.067048Jy sigma=1.515148 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.121 mas, bmaj=8.177 mas, bpa=0.674 degrees ! Estimated noise=0.407855 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0103754 Jy ! Component: 100 - total flux cleaned = -0.0145285 Jy ! Component: 150 - total flux cleaned = -0.0170425 Jy ! Component: 200 - total flux cleaned = -0.0186699 Jy ! Total flux subtracted in 200 components = -0.0186699 Jy ! Clean residual min=-0.007186 max=0.010835 Jy/beam ! Clean residual mean=0.000031 rms=0.002538 Jy/beam ! Combined flux in latest and established models = 0.14055 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 36 components and 0.14055 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065454Jy sigma=1.481352 ! Fit after self-cal, rms=0.065450Jy sigma=1.481158 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 (66.5, 40.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0101917 Jy ! Component: 100 - total flux cleaned = 0.0156239 Jy ! Component: 150 - total flux cleaned = 0.0174506 Jy ! Component: 200 - total flux cleaned = 0.0188384 Jy ! Total flux subtracted in 200 components = 0.0188384 Jy ! Clean residual min=-0.006692 max=0.008282 Jy/beam ! Clean residual mean=0.000027 rms=0.002106 Jy/beam ! Combined flux in latest and established models = 0.159389 Jy ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 93 components and 0.159389 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063795Jy sigma=1.437045 ! Fit after self-cal, rms=0.063584Jy sigma=1.431210 ! 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.063584Jy sigma=1.431210 ! Fit after self-cal, rms=0.061781Jy sigma=1.423101 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.14 mas, bmaj=8.228 mas, bpa=0.6609 degrees ! Estimated noise=0.397998 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00117339 Jy ! Component: 100 - total flux cleaned = -0.00121077 Jy ! Component: 150 - total flux cleaned = -0.00109559 Jy ! Component: 200 - total flux cleaned = -0.000688635 Jy ! Total flux subtracted in 200 components = -0.000688635 Jy ! Clean residual min=-0.006137 max=0.006637 Jy/beam ! Clean residual mean=0.000032 rms=0.001758 Jy/beam ! Combined flux in latest and established models = 0.1587 Jy selfcal ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 130 components and 0.1587 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061063Jy sigma=1.407429 ! Fit after self-cal, rms=0.061031Jy sigma=1.406079 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.00131681 Jy ! Component: 100 - total flux cleaned = 0.00164999 Jy ! Component: 150 - total flux cleaned = 0.00186438 Jy ! Component: 200 - total flux cleaned = 0.00223289 Jy ! Total flux subtracted in 200 components = 0.00223289 Jy ! Clean residual min=-0.006143 max=0.006519 Jy/beam ! Clean residual mean=0.000033 rms=0.001674 Jy/beam ! Combined flux in latest and established models = 0.160933 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 152 components and 0.160933 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060825Jy sigma=1.401286 ! Fit after self-cal, rms=0.060811Jy sigma=1.400624 ! 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.060811Jy sigma=1.400624 ! Fit after self-cal, rms=0.060082Jy sigma=1.398483 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.881 mas, bmaj=13.63 mas, bpa=-0.246 degrees ! Estimated noise=0.49991 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.31042e-05 Jy ! Component: 100 - total flux cleaned = 0.000412458 Jy ! Component: 150 - total flux cleaned = 0.000661403 Jy ! Component: 200 - total flux cleaned = 0.000846339 Jy ! Total flux subtracted in 200 components = 0.000846339 Jy ! Clean residual min=-0.008915 max=0.009395 Jy/beam ! Clean residual mean=0.000072 rms=0.002720 Jy/beam ! Combined flux in latest and established models = 0.161779 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 174 components and 0.161779 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059993Jy sigma=1.395958 ! Fit after self-cal, rms=0.059958Jy sigma=1.395181 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.000278005 Jy ! Component: 100 - total flux cleaned = 0.000383088 Jy ! Component: 150 - total flux cleaned = 0.000467209 Jy ! Component: 200 - total flux cleaned = 0.000541714 Jy ! Total flux subtracted in 200 components = 0.000541714 Jy ! Clean residual min=-0.008791 max=0.009309 Jy/beam ! Clean residual mean=0.000073 rms=0.002670 Jy/beam ! Combined flux in latest and established models = 0.162321 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 192 components and 0.162321 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059962Jy sigma=1.395097 ! Fit after self-cal, rms=0.059952Jy sigma=1.394808 ! 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.149 mas, bmaj=8.249 mas, bpa=0.6911 degrees ! Estimated noise=0.393266 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.149 x 8.249 at 0.6911 degrees (North through East) ! Clean map min=-0.0059853 max=0.12826 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=2.674 mas, bmaj=7.083 mas, bpa=0.01582 degrees ! Estimated noise=0.511072 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0978302 Jy ! Component: 100 - total flux cleaned = 0.122633 Jy ! Component: 150 - total flux cleaned = 0.135413 Jy ! Component: 200 - total flux cleaned = 0.143927 Jy ! Total flux subtracted in 200 components = 0.143927 Jy ! Clean residual min=-0.006574 max=0.007763 Jy/beam ! Clean residual mean=0.000035 rms=0.001665 Jy/beam ! Combined flux in latest and established models = 0.143927 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.143927 Jy ! Inverting map and beam ! Estimated beam: bmin=3.149 mas, bmaj=8.249 mas, bpa=0.6911 degrees ! Estimated noise=0.393266 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 (86, -3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00977447 Jy ! Component: 100 - total flux cleaned = 0.0158919 Jy ! Component: 150 - total flux cleaned = 0.0201425 Jy ! Component: 200 - total flux cleaned = 0.0222101 Jy ! Total flux subtracted in 200 components = 0.0222101 Jy ! Clean residual min=-0.005294 max=0.006650 Jy/beam ! Clean residual mean=0.000029 rms=0.001522 Jy/beam ! Combined flux in latest and established models = 0.166137 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 77 components and 0.166137 Jy ! Inverting map ! Added new window around map position (-45.5, -44). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00457055 Jy ! Component: 100 - total flux cleaned = 0.00478781 Jy ! Component: 150 - total flux cleaned = 0.00499686 Jy ! Component: 200 - total flux cleaned = 0.00538839 Jy ! Total flux subtracted in 200 components = 0.00538839 Jy ! Clean residual min=-0.004779 max=0.005275 Jy/beam ! Clean residual mean=0.000022 rms=0.001327 Jy/beam ! Combined flux in latest and established models = 0.171525 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 102 components and 0.171525 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.881 mas, bmaj=13.63 mas, bpa=-0.246 degrees ! Estimated noise=0.49991 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00204497 Jy ! Component: 100 - total flux cleaned = 0.00223997 Jy ! Component: 150 - total flux cleaned = 0.00258239 Jy ! Component: 200 - total flux cleaned = 0.00288496 Jy ! Total flux subtracted in 200 components = 0.00288496 Jy ! Clean residual min=-0.006257 max=0.007668 Jy/beam ! Clean residual mean=0.000038 rms=0.002057 Jy/beam ! Combined flux in latest and established models = 0.17441 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.000339175 Jy ! Component: 100 - total flux cleaned = 0.000522616 Jy ! Component: 150 - total flux cleaned = 0.000636785 Jy ! Component: 200 - total flux cleaned = 0.00069015 Jy ! Total flux subtracted in 200 components = 0.00069015 Jy ! Clean residual min=-0.006050 max=0.007670 Jy/beam ! Clean residual mean=0.000037 rms=0.002009 Jy/beam ! Combined flux in latest and established models = 0.1751 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 149 components and 0.1751 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.149 mas, bmaj=8.249 mas, bpa=0.6911 degrees ! Estimated noise=0.393266 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000276877 Jy ! Component: 100 - total flux cleaned = -0.000477643 Jy ! Component: 150 - total flux cleaned = -0.000633029 Jy ! Component: 200 - total flux cleaned = -0.000779455 Jy ! Total flux subtracted in 200 components = -0.000779455 Jy ! Clean residual min=-0.004850 max=0.005135 Jy/beam ! Clean residual mean=0.000018 rms=0.001231 Jy/beam ! Combined flux in latest and established models = 0.174321 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 166 components and 0.174321 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058998Jy sigma=1.375023 ! Fit after self-cal, rms=0.058838Jy sigma=1.370527 wmodel /scr/pima/bg219h_uvs/J0632-1250_S_map.mod ! Writing 166 model components to file: /scr/pima/bg219h_uvs/J0632-1250_S_map.mod wobs /scr/pima/bg219h_uvs/J0632-1250_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219h_uvs/J0632-1250_S_uvs.fits wwins /scr/pima/bg219h_uvs/J0632-1250_S_map.win ! wwins: Wrote 4 windows to /scr/pima/bg219h_uvs/J0632-1250_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.000463421 Jy ! Component: 100 - total flux cleaned = 0.000318684 Jy ! Component: 150 - total flux cleaned = 0.00146934 Jy ! Component: 200 - total flux cleaned = 0.00221621 Jy ! Component: 250 - total flux cleaned = 0.00292418 Jy ! Component: 300 - total flux cleaned = 0.00347334 Jy ! Component: 350 - total flux cleaned = 0.00382516 Jy ! Component: 400 - total flux cleaned = 0.0042751 Jy ! Component: 450 - total flux cleaned = 0.00449069 Jy ! Component: 500 - total flux cleaned = 0.00496343 Jy ! Component: 550 - total flux cleaned = 0.00526926 Jy ! Component: 600 - total flux cleaned = 0.00551682 Jy ! Component: 650 - total flux cleaned = 0.00570914 Jy ! Component: 700 - total flux cleaned = 0.00584882 Jy ! Component: 750 - total flux cleaned = 0.00580268 Jy ! Component: 800 - total flux cleaned = 0.00593806 Jy ! Component: 850 - total flux cleaned = 0.00611353 Jy ! Component: 900 - total flux cleaned = 0.00607018 Jy ! Component: 950 - total flux cleaned = 0.00615453 Jy ! Component: 1000 - total flux cleaned = 0.00627744 Jy ! Component: 1050 - total flux cleaned = 0.00627634 Jy ! Component: 1100 - total flux cleaned = 0.00635407 Jy ! Component: 1150 - total flux cleaned = 0.00639178 Jy ! Component: 1200 - total flux cleaned = 0.0063169 Jy ! Component: 1250 - total flux cleaned = 0.00646455 Jy ! Component: 1300 - total flux cleaned = 0.00657239 Jy ! Component: 1350 - total flux cleaned = 0.00646534 Jy ! Component: 1400 - total flux cleaned = 0.00657013 Jy ! Component: 1450 - total flux cleaned = 0.00653605 Jy ! Component: 1500 - total flux cleaned = 0.00650235 Jy ! Component: 1550 - total flux cleaned = 0.00650197 Jy ! Component: 1600 - total flux cleaned = 0.00650244 Jy ! Component: 1650 - total flux cleaned = 0.00653473 Jy ! Component: 1700 - total flux cleaned = 0.00656616 Jy ! Component: 1750 - total flux cleaned = 0.00659666 Jy ! Component: 1800 - total flux cleaned = 0.0065357 Jy ! Component: 1850 - total flux cleaned = 0.00656576 Jy ! Component: 1900 - total flux cleaned = 0.00656589 Jy ! Component: 1950 - total flux cleaned = 0.00656571 Jy ! Component: 2000 - total flux cleaned = 0.00656577 Jy ! Component: 2050 - total flux cleaned = 0.00665036 Jy ! Component: 2100 - total flux cleaned = 0.00664988 Jy ! Component: 2150 - total flux cleaned = 0.00670472 Jy ! Component: 2200 - total flux cleaned = 0.00681331 Jy ! Component: 2250 - total flux cleaned = 0.00694682 Jy ! Component: 2300 - total flux cleaned = 0.00702599 Jy ! Component: 2350 - total flux cleaned = 0.00707794 Jy ! Component: 2400 - total flux cleaned = 0.00723249 Jy ! Component: 2450 - total flux cleaned = 0.00738521 Jy ! Component: 2500 - total flux cleaned = 0.00746113 Jy ! Component: 2550 - total flux cleaned = 0.00763552 Jy ! Component: 2600 - total flux cleaned = 0.00773415 Jy ! Component: 2650 - total flux cleaned = 0.00785654 Jy ! Component: 2700 - total flux cleaned = 0.00802585 Jy ! Component: 2750 - total flux cleaned = 0.00814567 Jy ! Component: 2800 - total flux cleaned = 0.00828775 Jy ! Component: 2850 - total flux cleaned = 0.00840489 Jy ! Component: 2900 - total flux cleaned = 0.00854389 Jy ! Component: 2950 - total flux cleaned = 0.00865851 Jy ! Component: 3000 - total flux cleaned = 0.00879496 Jy ! Component: 3050 - total flux cleaned = 0.00886253 Jy ! Component: 3100 - total flux cleaned = 0.0090414 Jy ! Component: 3150 - total flux cleaned = 0.00921846 Jy ! Component: 3200 - total flux cleaned = 0.00932823 Jy ! Component: 3250 - total flux cleaned = 0.00945913 Jy ! Component: 3300 - total flux cleaned = 0.00958898 Jy ! Component: 3350 - total flux cleaned = 0.00984637 Jy ! Component: 3400 - total flux cleaned = 0.00991007 Jy ! Component: 3450 - total flux cleaned = 0.0100793 Jy ! Component: 3500 - total flux cleaned = 0.010268 Jy ! Component: 3550 - total flux cleaned = 0.0104136 Jy ! Component: 3600 - total flux cleaned = 0.01062 Jy ! Component: 3650 - total flux cleaned = 0.010825 Jy ! Component: 3700 - total flux cleaned = 0.0109673 Jy ! Component: 3750 - total flux cleaned = 0.0111491 Jy ! Component: 3800 - total flux cleaned = 0.0112496 Jy ! Component: 3850 - total flux cleaned = 0.0114092 Jy ! Component: 3900 - total flux cleaned = 0.0116077 Jy ! Component: 3950 - total flux cleaned = 0.0117853 Jy ! Component: 4000 - total flux cleaned = 0.0118641 Jy ! Component: 4050 - total flux cleaned = 0.0120982 Jy ! Total flux subtracted in 4096 components = 0.0122339 Jy ! Clean residual min=-0.001124 max=0.001206 Jy/beam ! Clean residual mean=0.000005 rms=0.000345 Jy/beam ! Combined flux in latest and established models = 0.186555 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 452 components and 0.186555 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219h_uvs/J0632-1250_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.149 x 8.249 at 0.6911 degrees (North through East) ! Clean map min=-0.0035205 max=0.12255 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J0632-1250_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.122547 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000326714 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.799808 0.799808 1.59962 3.19923 6.39846 12.7969 25.5939 51.1877 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.122 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 375.09 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J0632-1250_S_uvs.log closed on Thu Apr 7 08:55:33 2016