! Started logfile: /scr/pima/bg219g_uvs/J1203+4632_S_uvs.log on Thu Apr 7 07:15:34 2016 obs /scr/pima/bg219g_uvs/J1203+4632_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219g_uvs/J1203+4632_S_uva.fits ! AN table 1: 31 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.882616 visibilities/baseline/integration-bin. ! Found source: J1203+4632 ! ! 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 3940 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/bg219g_uvs/J1203+4632_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 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.015021Jy sigma=23.506753 ! Fit after self-cal, rms=0.887055Jy sigma=20.164367 ! 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.651 mas, bmaj=10.26 mas, bpa=-51.65 degrees ! Estimated noise=0.747823 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.0935473 Jy ! Component: 100 - total flux cleaned = 0.131016 Jy ! Total flux subtracted in 100 components = 0.131016 Jy ! Clean residual min=-0.015500 max=0.024831 Jy/beam ! Clean residual mean=0.000097 rms=0.004852 Jy/beam ! Combined flux in latest and established models = 0.131016 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.131016 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092405Jy sigma=2.008174 ! Fit after self-cal, rms=0.090259Jy sigma=1.984080 ! 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.297 mas, bmaj=10.32 mas, bpa=-51.85 degrees ! Estimated noise=0.536592 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.0339024 Jy ! Component: 100 - total flux cleaned = 0.0532871 Jy ! Component: 150 - total flux cleaned = 0.0654917 Jy ! Component: 200 - total flux cleaned = 0.0740764 Jy ! Total flux subtracted in 200 components = 0.0740764 Jy ! Clean residual min=-0.012445 max=0.024078 Jy/beam ! Clean residual mean=0.000193 rms=0.004487 Jy/beam ! Combined flux in latest and established models = 0.205092 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 34 components and 0.205092 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077488Jy sigma=1.603414 ! Fit after self-cal, rms=0.076651Jy sigma=1.596123 ! 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.297 x 10.32 at -51.85 degrees (North through East) ! Clean map min=-0.011997 max=0.11295 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 0.96 HN 1.12 KP 0.89 LA 0.99 ! MK 1.01 NL 1.17 OV 1.00 PT 0.92 ! SC 0.94 ! ! ! 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.076651Jy sigma=1.596123 ! Fit after self-cal, rms=0.076913Jy sigma=1.587226 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.315 mas, bmaj=10.3 mas, bpa=-51.67 degrees ! Estimated noise=0.537061 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, -11). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0150342 Jy ! Component: 100 - total flux cleaned = 0.0158732 Jy ! Component: 150 - total flux cleaned = 0.0155443 Jy ! Component: 200 - total flux cleaned = 0.0155664 Jy ! Total flux subtracted in 200 components = 0.0155664 Jy ! Clean residual min=-0.008074 max=0.018445 Jy/beam ! Clean residual mean=0.000162 rms=0.003086 Jy/beam ! Combined flux in latest and established models = 0.220659 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 70 components and 0.220659 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070805Jy sigma=1.458000 ! Fit after self-cal, rms=0.069666Jy sigma=1.434936 ! 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.069666Jy sigma=1.434936 ! Fit after self-cal, rms=0.068624Jy sigma=1.407307 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.332 mas, bmaj=10.27 mas, bpa=-51.42 degrees ! Estimated noise=0.534569 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000786472 Jy ! Component: 100 - total flux cleaned = -0.000867999 Jy ! Component: 150 - total flux cleaned = -0.00193658 Jy ! Component: 200 - total flux cleaned = -0.00289632 Jy ! Total flux subtracted in 200 components = -0.00289632 Jy ! Clean residual min=-0.007779 max=0.013564 Jy/beam ! Clean residual mean=0.000125 rms=0.002593 Jy/beam ! Combined flux in latest and established models = 0.217762 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 104 components and 0.217762 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067114Jy sigma=1.380098 ! Fit after self-cal, rms=0.067018Jy sigma=1.375168 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 (10, 10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0113109 Jy ! Component: 100 - total flux cleaned = 0.0158098 Jy ! Component: 150 - total flux cleaned = 0.0190044 Jy ! Component: 200 - total flux cleaned = 0.0224854 Jy ! Total flux subtracted in 200 components = 0.0224854 Jy ! Clean residual min=-0.005800 max=0.006145 Jy/beam ! Clean residual mean=0.000081 rms=0.001632 Jy/beam ! Combined flux in latest and established models = 0.240248 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 153 components and 0.240248 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064438Jy sigma=1.315032 ! Fit after self-cal, rms=0.064216Jy sigma=1.311969 ! 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.064216Jy sigma=1.311969 ! Fit after self-cal, rms=0.063785Jy sigma=1.310240 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.326 mas, bmaj=10.31 mas, bpa=-51.41 degrees ! Estimated noise=0.531262 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00311624 Jy ! Component: 100 - total flux cleaned = 0.00554893 Jy ! Component: 150 - total flux cleaned = 0.00743022 Jy ! Component: 200 - total flux cleaned = 0.00851134 Jy ! Total flux subtracted in 200 components = 0.00851134 Jy ! Clean residual min=-0.004311 max=0.004884 Jy/beam ! Clean residual mean=0.000047 rms=0.001258 Jy/beam ! Combined flux in latest and established models = 0.248759 Jy selfcal ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 180 components and 0.248759 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063146Jy sigma=1.295313 ! Fit after self-cal, rms=0.063130Jy sigma=1.294863 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.000975976 Jy ! Component: 100 - total flux cleaned = 0.00170048 Jy ! Component: 150 - total flux cleaned = 0.00207959 Jy ! Component: 200 - total flux cleaned = 0.00269356 Jy ! Total flux subtracted in 200 components = 0.00269356 Jy ! Clean residual min=-0.003817 max=0.004309 Jy/beam ! Clean residual mean=0.000043 rms=0.001097 Jy/beam ! Combined flux in latest and established models = 0.251453 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 199 components and 0.251453 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062837Jy sigma=1.288234 ! Fit after self-cal, rms=0.062840Jy sigma=1.288084 ! 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.062840Jy sigma=1.288084 ! Fit after self-cal, rms=0.062238Jy sigma=1.280383 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.464 mas, bmaj=10.9 mas, bpa=-60.02 degrees ! Estimated noise=0.640997 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00351851 Jy ! Component: 100 - total flux cleaned = 0.00486918 Jy ! Component: 150 - total flux cleaned = 0.00621479 Jy ! Component: 200 - total flux cleaned = 0.00741277 Jy ! Total flux subtracted in 200 components = 0.00741277 Jy ! Clean residual min=-0.004032 max=0.004492 Jy/beam ! Clean residual mean=0.000037 rms=0.001246 Jy/beam ! Combined flux in latest and established models = 0.258866 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 222 components and 0.258866 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062137Jy sigma=1.277846 ! Fit after self-cal, rms=0.062141Jy sigma=1.277356 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.00100882 Jy ! Component: 100 - total flux cleaned = 0.00170525 Jy ! Component: 150 - total flux cleaned = 0.00221813 Jy ! Component: 200 - total flux cleaned = 0.00275636 Jy ! Total flux subtracted in 200 components = 0.00275636 Jy ! Clean residual min=-0.003574 max=0.004098 Jy/beam ! Clean residual mean=0.000026 rms=0.001093 Jy/beam ! Combined flux in latest and established models = 0.261622 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 235 components and 0.261622 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062046Jy sigma=1.275528 ! Fit after self-cal, rms=0.062042Jy sigma=1.275373 ! 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.314 mas, bmaj=10.34 mas, bpa=-51.54 degrees ! Estimated noise=0.528355 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.314 x 10.34 at -51.54 degrees (North through East) ! Clean map min=-0.0090006 max=0.10747 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.655 mas, bmaj=10.26 mas, bpa=-51.38 degrees ! Estimated noise=0.74886 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0945298 Jy ! Component: 100 - total flux cleaned = 0.134732 Jy ! Component: 150 - total flux cleaned = 0.158822 Jy ! Component: 200 - total flux cleaned = 0.176457 Jy ! Total flux subtracted in 200 components = 0.176457 Jy ! Clean residual min=-0.011186 max=0.014610 Jy/beam ! Clean residual mean=0.000057 rms=0.003236 Jy/beam ! Combined flux in latest and established models = 0.176457 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.176457 Jy ! Inverting map and beam ! Estimated beam: bmin=3.314 mas, bmaj=10.34 mas, bpa=-51.54 degrees ! Estimated noise=0.528355 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.0198686 Jy ! Component: 100 - total flux cleaned = 0.0323009 Jy ! Component: 150 - total flux cleaned = 0.0390678 Jy ! Component: 200 - total flux cleaned = 0.0451084 Jy ! Total flux subtracted in 200 components = 0.0451084 Jy ! Clean residual min=-0.007543 max=0.008166 Jy/beam ! Clean residual mean=0.000093 rms=0.002360 Jy/beam ! Combined flux in latest and established models = 0.221566 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 67 components and 0.221566 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=7.464 mas, bmaj=10.9 mas, bpa=-60.02 degrees ! Estimated noise=0.640997 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.011323 Jy ! Component: 100 - total flux cleaned = 0.018354 Jy ! Component: 150 - total flux cleaned = 0.0238711 Jy ! Component: 200 - total flux cleaned = 0.0282828 Jy ! Total flux subtracted in 200 components = 0.0282828 Jy ! Clean residual min=-0.005478 max=0.006271 Jy/beam ! Clean residual mean=0.000076 rms=0.001869 Jy/beam ! Combined flux in latest and established models = 0.249849 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.00342864 Jy ! Component: 100 - total flux cleaned = 0.00628102 Jy ! Component: 150 - total flux cleaned = 0.00802162 Jy ! Component: 200 - total flux cleaned = 0.00928462 Jy ! Total flux subtracted in 200 components = 0.00928462 Jy ! Clean residual min=-0.004200 max=0.004423 Jy/beam ! Clean residual mean=0.000039 rms=0.001261 Jy/beam ! Combined flux in latest and established models = 0.259133 Jy ! Adding 77 model components to the UV plane model. ! The established model now contains 123 components and 0.259133 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.314 mas, bmaj=10.34 mas, bpa=-51.54 degrees ! Estimated noise=0.528355 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000761022 Jy ! Component: 100 - total flux cleaned = -0.00121906 Jy ! Component: 150 - total flux cleaned = -0.00170747 Jy ! Component: 200 - total flux cleaned = -0.00180536 Jy ! Total flux subtracted in 200 components = -0.00180536 Jy ! Clean residual min=-0.003539 max=0.003790 Jy/beam ! Clean residual mean=0.000022 rms=0.000901 Jy/beam ! Combined flux in latest and established models = 0.257328 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 145 components and 0.257328 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062172Jy sigma=1.281001 ! Fit after self-cal, rms=0.062101Jy sigma=1.278851 wmodel /scr/pima/bg219g_uvs/J1203+4632_S_map.mod ! Writing 145 model components to file: /scr/pima/bg219g_uvs/J1203+4632_S_map.mod wobs /scr/pima/bg219g_uvs/J1203+4632_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219g_uvs/J1203+4632_S_uvs.fits wwins /scr/pima/bg219g_uvs/J1203+4632_S_map.win ! wwins: Wrote 3 windows to /scr/pima/bg219g_uvs/J1203+4632_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.000387593 Jy ! Component: 100 - total flux cleaned = -0.00080954 Jy ! Component: 150 - total flux cleaned = -0.000859827 Jy ! Component: 200 - total flux cleaned = -0.00068246 Jy ! Component: 250 - total flux cleaned = -0.000681982 Jy ! Component: 300 - total flux cleaned = -0.000601501 Jy ! Component: 350 - total flux cleaned = -0.000331571 Jy ! Component: 400 - total flux cleaned = -0.000183096 Jy ! Component: 450 - total flux cleaned = -3.23143e-06 Jy ! Component: 500 - total flux cleaned = 0.000135632 Jy ! Component: 550 - total flux cleaned = 0.000235252 Jy ! Component: 600 - total flux cleaned = 0.00023545 Jy ! Component: 650 - total flux cleaned = 0.000299165 Jy ! Component: 700 - total flux cleaned = 0.000391441 Jy ! Component: 750 - total flux cleaned = 0.00045113 Jy ! Component: 800 - total flux cleaned = 0.000480412 Jy ! Component: 850 - total flux cleaned = 0.000509087 Jy ! Component: 900 - total flux cleaned = 0.000619291 Jy ! Component: 950 - total flux cleaned = 0.000700147 Jy ! Component: 1000 - total flux cleaned = 0.000856203 Jy ! Component: 1050 - total flux cleaned = 0.000982586 Jy ! Component: 1100 - total flux cleaned = 0.00103114 Jy ! Component: 1150 - total flux cleaned = 0.00110393 Jy ! Component: 1200 - total flux cleaned = 0.00131647 Jy ! Component: 1250 - total flux cleaned = 0.00145486 Jy ! Component: 1300 - total flux cleaned = 0.00161231 Jy ! Component: 1350 - total flux cleaned = 0.00174464 Jy ! Component: 1400 - total flux cleaned = 0.00193985 Jy ! Component: 1450 - total flux cleaned = 0.0020886 Jy ! Component: 1500 - total flux cleaned = 0.00221391 Jy ! Component: 1550 - total flux cleaned = 0.00241916 Jy ! Component: 1600 - total flux cleaned = 0.00262038 Jy ! Component: 1650 - total flux cleaned = 0.00277885 Jy ! Component: 1700 - total flux cleaned = 0.00289593 Jy ! Component: 1750 - total flux cleaned = 0.00304996 Jy ! Component: 1800 - total flux cleaned = 0.00320113 Jy ! Component: 1850 - total flux cleaned = 0.00329359 Jy ! Component: 1900 - total flux cleaned = 0.00344004 Jy ! Component: 1950 - total flux cleaned = 0.00354823 Jy ! Component: 2000 - total flux cleaned = 0.00367274 Jy ! Component: 2050 - total flux cleaned = 0.00374274 Jy ! Component: 2100 - total flux cleaned = 0.00386347 Jy ! Component: 2150 - total flux cleaned = 0.00389738 Jy ! Component: 2200 - total flux cleaned = 0.00396484 Jy ! Component: 2250 - total flux cleaned = 0.0040977 Jy ! Component: 2300 - total flux cleaned = 0.00417948 Jy ! Component: 2350 - total flux cleaned = 0.00422785 Jy ! Component: 2400 - total flux cleaned = 0.00432395 Jy ! Component: 2450 - total flux cleaned = 0.004387 Jy ! Component: 2500 - total flux cleaned = 0.0044962 Jy ! Component: 2550 - total flux cleaned = 0.00454244 Jy ! Component: 2600 - total flux cleaned = 0.0046337 Jy ! Component: 2650 - total flux cleaned = 0.00472432 Jy ! Component: 2700 - total flux cleaned = 0.00478423 Jy ! Component: 2750 - total flux cleaned = 0.00488773 Jy ! Component: 2800 - total flux cleaned = 0.00491715 Jy ! Component: 2850 - total flux cleaned = 0.00501886 Jy ! Component: 2900 - total flux cleaned = 0.00504777 Jy ! Component: 2950 - total flux cleaned = 0.00514748 Jy ! Component: 3000 - total flux cleaned = 0.00521814 Jy ! Component: 3050 - total flux cleaned = 0.00530225 Jy ! Component: 3100 - total flux cleaned = 0.00541363 Jy ! Component: 3150 - total flux cleaned = 0.00555165 Jy ! Component: 3200 - total flux cleaned = 0.00566132 Jy ! Component: 3250 - total flux cleaned = 0.00577028 Jy ! Component: 3300 - total flux cleaned = 0.005919 Jy ! Component: 3350 - total flux cleaned = 0.0060669 Jy ! Component: 3400 - total flux cleaned = 0.00620053 Jy ! Component: 3450 - total flux cleaned = 0.00632001 Jy ! Component: 3500 - total flux cleaned = 0.00647836 Jy ! Component: 3550 - total flux cleaned = 0.00660947 Jy ! Component: 3600 - total flux cleaned = 0.00673984 Jy ! Component: 3650 - total flux cleaned = 0.00681762 Jy ! Component: 3700 - total flux cleaned = 0.00686912 Jy ! Component: 3750 - total flux cleaned = 0.00693326 Jy ! Component: 3800 - total flux cleaned = 0.00706089 Jy ! Component: 3850 - total flux cleaned = 0.00713698 Jy ! Component: 3900 - total flux cleaned = 0.00725054 Jy ! Component: 3950 - total flux cleaned = 0.00733847 Jy ! Component: 4000 - total flux cleaned = 0.00741357 Jy ! Component: 4050 - total flux cleaned = 0.00750078 Jy ! Total flux subtracted in 4096 components = 0.00753804 Jy ! Clean residual min=-0.000845 max=0.000743 Jy/beam ! Clean residual mean=0.000004 rms=0.000226 Jy/beam ! Combined flux in latest and established models = 0.264866 Jy keep ! Adding 299 model components to the UV plane model. ! The established model now contains 444 components and 0.264866 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219g_uvs/J1203+4632_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.314 x 10.34 at -51.54 degrees (North through East) ! Clean map min=-0.0082098 max=0.10403 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219g_uvs/J1203+4632_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.104026 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000221703 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.639368 0.639368 1.27874 2.55747 5.11494 10.2299 20.4598 40.9195 81.8391 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.104 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 469.213 quit ! Quitting program ! Log file /scr/pima/bg219g_uvs/J1203+4632_S_uvs.log closed on Thu Apr 7 07:15:38 2016