! Started logfile: /scr/pima/bg219b_uvs/J0223-0205_S_uvs.log on Thu Apr 7 01:09:59 2016 obs /scr/pima/bg219b_uvs/J0223-0205_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219b_uvs/J0223-0205_S_uva.fits ! AN table 1: 36 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.767284 visibilities/baseline/integration-bin. ! Found source: J0223-0205 ! ! 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 4972 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/bg219b_uvs/J0223-0205_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 56 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 56 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 56 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 56 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.010312Jy sigma=21.352248 ! Fit after self-cal, rms=0.911027Jy sigma=19.273004 ! 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.208 mas, bmaj=7.023 mas, bpa=3.217 degrees ! Estimated noise=0.697339 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.0696429 Jy ! Component: 100 - total flux cleaned = 0.0849564 Jy ! Total flux subtracted in 100 components = 0.0849564 Jy ! Clean residual min=-0.004902 max=0.004802 Jy/beam ! Clean residual mean=0.000012 rms=0.001105 Jy/beam ! Combined flux in latest and established models = 0.0849564 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0849564 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067345Jy sigma=1.342886 ! Fit after self-cal, rms=0.067050Jy sigma=1.336529 ! 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.827 mas, bmaj=8.103 mas, bpa=1.784 degrees ! Estimated noise=0.524388 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.00646672 Jy ! Component: 100 - total flux cleaned = 0.00918828 Jy ! Component: 150 - total flux cleaned = 0.0105401 Jy ! Component: 200 - total flux cleaned = 0.0112975 Jy ! Total flux subtracted in 200 components = 0.0112975 Jy ! Clean residual min=-0.003383 max=0.004144 Jy/beam ! Clean residual mean=0.000008 rms=0.000920 Jy/beam ! Combined flux in latest and established models = 0.0962539 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 32 components and 0.0962539 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066495Jy sigma=1.324432 ! Fit after self-cal, rms=0.066493Jy sigma=1.324124 ! 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.827 x 8.103 at 1.784 degrees (North through East) ! Clean map min=-0.0033102 max=0.091018 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 0.93 FD 1.03 HN 1.08 KP 0.99 ! LA 0.88 MK 1.08 NL 1.03 OV 0.94 ! PT 1.12 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 0.99 HN 0.99 KP 0.95 ! LA 0.96 MK 0.99 NL 1.03 OV 1.05 ! PT 1.18 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.01 HN 1.00 KP 0.93 ! LA 0.94 MK 0.99 NL 0.98 OV 0.92 ! PT 1.20 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.98 HN 0.99 KP 0.97 ! LA 0.89 MK 1.01 NL 1.01 OV 0.97 ! PT 1.04 SC 0.95 ! ! ! Fit before self-cal, rms=0.066493Jy sigma=1.324124 ! Fit after self-cal, rms=0.066141Jy sigma=1.310637 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.835 mas, bmaj=8.114 mas, bpa=2.085 degrees ! Estimated noise=0.524123 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.000444161 Jy ! Component: 100 - total flux cleaned = 0.000530578 Jy ! Component: 150 - total flux cleaned = 0.000566321 Jy ! Component: 200 - total flux cleaned = 0.000583044 Jy ! Total flux subtracted in 200 components = 0.000583044 Jy ! Clean residual min=-0.003159 max=0.002888 Jy/beam ! Clean residual mean=0.000001 rms=0.000756 Jy/beam ! Combined flux in latest and established models = 0.0968369 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 41 components and 0.0968369 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066126Jy sigma=1.310368 ! Fit after self-cal, rms=0.066163Jy sigma=1.309869 ! 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.066163Jy sigma=1.309869 ! Fit after self-cal, rms=0.066291Jy sigma=1.304736 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.828 mas, bmaj=8.106 mas, bpa=2.249 degrees ! Estimated noise=0.523366 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0002196 Jy ! Component: 100 - total flux cleaned = 0.000280421 Jy ! Component: 150 - total flux cleaned = 0.000348245 Jy ! Component: 200 - total flux cleaned = 0.000376739 Jy ! Total flux subtracted in 200 components = 0.000376739 Jy ! Clean residual min=-0.003023 max=0.002469 Jy/beam ! Clean residual mean=0.000002 rms=0.000657 Jy/beam ! Combined flux in latest and established models = 0.0972137 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 47 components and 0.0972137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066280Jy sigma=1.304552 ! Fit after self-cal, rms=0.066300Jy sigma=1.304378 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.09797e-05 Jy ! Component: 100 - total flux cleaned = 7.05524e-05 Jy ! Component: 150 - total flux cleaned = 9.533e-05 Jy ! Component: 200 - total flux cleaned = 0.000106675 Jy ! Total flux subtracted in 200 components = 0.000106675 Jy ! Clean residual min=-0.003026 max=0.002459 Jy/beam ! Clean residual mean=0.000002 rms=0.000657 Jy/beam ! Combined flux in latest and established models = 0.0973204 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 51 components and 0.0973204 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066294Jy sigma=1.304277 ! Fit after self-cal, rms=0.066294Jy sigma=1.304256 ! 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.066294Jy sigma=1.304256 ! Fit after self-cal, rms=0.066121Jy sigma=1.304223 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.82 mas, bmaj=8.093 mas, bpa=2.338 degrees ! Estimated noise=0.522286 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000116492 Jy ! Component: 100 - total flux cleaned = 0.000160503 Jy ! Component: 150 - total flux cleaned = 0.000198248 Jy ! Component: 200 - total flux cleaned = 0.000220163 Jy ! Total flux subtracted in 200 components = 0.000220163 Jy ! Clean residual min=-0.003035 max=0.002444 Jy/beam ! Clean residual mean=0.000002 rms=0.000652 Jy/beam ! Combined flux in latest and established models = 0.0975405 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 53 components and 0.0975405 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066114Jy sigma=1.304125 ! Fit after self-cal, rms=0.066115Jy sigma=1.304113 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 = 3.99652e-05 Jy ! Component: 100 - total flux cleaned = 5.05507e-05 Jy ! Component: 150 - total flux cleaned = 6.05168e-05 Jy ! Component: 200 - total flux cleaned = 6.8798e-05 Jy ! Total flux subtracted in 200 components = 6.8798e-05 Jy ! Clean residual min=-0.003048 max=0.002441 Jy/beam ! Clean residual mean=0.000002 rms=0.000652 Jy/beam ! Combined flux in latest and established models = 0.0976093 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 56 components and 0.0976093 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066111Jy sigma=1.304060 ! Fit after self-cal, rms=0.066112Jy sigma=1.304050 ! 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.066112Jy sigma=1.304050 ! Fit after self-cal, rms=0.065944Jy sigma=1.304031 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.552 mas, bmaj=12.29 mas, bpa=-3.444 degrees ! Estimated noise=0.616868 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000214936 Jy ! Component: 100 - total flux cleaned = 0.000215967 Jy ! Component: 150 - total flux cleaned = 0.000207223 Jy ! Component: 200 - total flux cleaned = 0.000192726 Jy ! Total flux subtracted in 200 components = 0.000192726 Jy ! Clean residual min=-0.003413 max=0.003290 Jy/beam ! Clean residual mean=0.000003 rms=0.000787 Jy/beam ! Combined flux in latest and established models = 0.0978021 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 65 components and 0.0978021 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065942Jy sigma=1.304045 ! Fit after self-cal, rms=0.065940Jy sigma=1.303999 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 = 1.84703e-05 Jy ! Component: 100 - total flux cleaned = 1.80938e-05 Jy ! Component: 150 - total flux cleaned = 2.4556e-06 Jy ! Component: 200 - total flux cleaned = -3.90109e-06 Jy ! Total flux subtracted in 200 components = -3.90109e-06 Jy ! Clean residual min=-0.003409 max=0.003277 Jy/beam ! Clean residual mean=0.000003 rms=0.000787 Jy/beam ! Combined flux in latest and established models = 0.0977982 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 68 components and 0.0977982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065941Jy sigma=1.304046 ! Fit after self-cal, rms=0.065941Jy sigma=1.304016 ! 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.814 mas, bmaj=8.083 mas, bpa=2.422 degrees ! Estimated noise=0.521308 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.814 x 8.083 at 2.422 degrees (North through East) ! Clean map min=-0.0029581 max=0.089714 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=3.202 mas, bmaj=7.038 mas, bpa=3.916 degrees ! Estimated noise=0.691084 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.069073 Jy ! Component: 100 - total flux cleaned = 0.0844776 Jy ! Component: 150 - total flux cleaned = 0.0900879 Jy ! Component: 200 - total flux cleaned = 0.0931851 Jy ! Total flux subtracted in 200 components = 0.0931851 Jy ! Clean residual min=-0.003902 max=0.003455 Jy/beam ! Clean residual mean=0.000002 rms=0.000851 Jy/beam ! Combined flux in latest and established models = 0.0931851 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0931851 Jy ! Inverting map and beam ! Estimated beam: bmin=3.814 mas, bmaj=8.083 mas, bpa=2.422 degrees ! Estimated noise=0.521308 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.00269409 Jy ! Component: 100 - total flux cleaned = 0.00396435 Jy ! Component: 150 - total flux cleaned = 0.004207 Jy ! Component: 200 - total flux cleaned = 0.00435348 Jy ! Total flux subtracted in 200 components = 0.00435348 Jy ! Clean residual min=-0.003053 max=0.002528 Jy/beam ! Clean residual mean=0.000002 rms=0.000654 Jy/beam ! Combined flux in latest and established models = 0.0975386 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 34 components and 0.0975386 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.552 mas, bmaj=12.29 mas, bpa=-3.444 degrees ! Estimated noise=0.616868 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000399243 Jy ! Component: 100 - total flux cleaned = 0.000397857 Jy ! Component: 150 - total flux cleaned = 0.000368796 Jy ! Component: 200 - total flux cleaned = 0.00034338 Jy ! Total flux subtracted in 200 components = 0.00034338 Jy ! Clean residual min=-0.003402 max=0.003296 Jy/beam ! Clean residual mean=0.000003 rms=0.000789 Jy/beam ! Combined flux in latest and established models = 0.0978819 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 = -2.97585e-05 Jy ! Component: 100 - total flux cleaned = -4.98554e-05 Jy ! Component: 150 - total flux cleaned = -7.35568e-05 Jy ! Component: 200 - total flux cleaned = -8.94403e-05 Jy ! Total flux subtracted in 200 components = -8.94403e-05 Jy ! Clean residual min=-0.003395 max=0.003282 Jy/beam ! Clean residual mean=0.000003 rms=0.000787 Jy/beam ! Combined flux in latest and established models = 0.0977925 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 51 components and 0.0977925 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.814 mas, bmaj=8.083 mas, bpa=2.422 degrees ! Estimated noise=0.521308 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000162632 Jy ! Component: 100 - total flux cleaned = -0.00014679 Jy ! Component: 150 - total flux cleaned = -8.5714e-05 Jy ! Component: 200 - total flux cleaned = -2.15601e-05 Jy ! Total flux subtracted in 200 components = -2.15601e-05 Jy ! Clean residual min=-0.003012 max=0.002468 Jy/beam ! Clean residual mean=0.000002 rms=0.000650 Jy/beam ! Combined flux in latest and established models = 0.0977709 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 62 components and 0.0977709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065940Jy sigma=1.304016 ! Fit after self-cal, rms=0.065938Jy sigma=1.303978 wmodel /scr/pima/bg219b_uvs/J0223-0205_S_map.mod ! Writing 62 model components to file: /scr/pima/bg219b_uvs/J0223-0205_S_map.mod wobs /scr/pima/bg219b_uvs/J0223-0205_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219b_uvs/J0223-0205_S_uvs.fits wwins /scr/pima/bg219b_uvs/J0223-0205_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219b_uvs/J0223-0205_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.00126253 Jy ! Component: 100 - total flux cleaned = -0.00190781 Jy ! Component: 150 - total flux cleaned = -0.00212328 Jy ! Component: 200 - total flux cleaned = -0.00224516 Jy ! Component: 250 - total flux cleaned = -0.0022077 Jy ! Component: 300 - total flux cleaned = -0.00205985 Jy ! Component: 350 - total flux cleaned = -0.00191767 Jy ! Component: 400 - total flux cleaned = -0.00177947 Jy ! Component: 450 - total flux cleaned = -0.00161185 Jy ! Component: 500 - total flux cleaned = -0.00148212 Jy ! Component: 550 - total flux cleaned = -0.00145065 Jy ! Component: 600 - total flux cleaned = -0.00132694 Jy ! Component: 650 - total flux cleaned = -0.0012675 Jy ! Component: 700 - total flux cleaned = -0.00120836 Jy ! Component: 750 - total flux cleaned = -0.00117928 Jy ! Component: 800 - total flux cleaned = -0.00109396 Jy ! Component: 850 - total flux cleaned = -0.00103834 Jy ! Component: 900 - total flux cleaned = -0.0009561 Jy ! Component: 950 - total flux cleaned = -0.000794159 Jy ! Component: 1000 - total flux cleaned = -0.000794705 Jy ! Component: 1050 - total flux cleaned = -0.000794743 Jy ! Component: 1100 - total flux cleaned = -0.000769175 Jy ! Component: 1150 - total flux cleaned = -0.000794603 Jy ! Component: 1200 - total flux cleaned = -0.000769928 Jy ! Component: 1250 - total flux cleaned = -0.000794215 Jy ! Component: 1300 - total flux cleaned = -0.000745085 Jy ! Component: 1350 - total flux cleaned = -0.000720904 Jy ! Component: 1400 - total flux cleaned = -0.000672692 Jy ! Component: 1450 - total flux cleaned = -0.000578166 Jy ! Component: 1500 - total flux cleaned = -0.000461718 Jy ! Component: 1550 - total flux cleaned = -0.000484825 Jy ! Component: 1600 - total flux cleaned = -0.000506707 Jy ! Component: 1650 - total flux cleaned = -0.000394025 Jy ! Component: 1700 - total flux cleaned = -0.000304975 Jy ! Component: 1750 - total flux cleaned = -0.000261132 Jy ! Component: 1800 - total flux cleaned = -0.000152637 Jy ! Component: 1850 - total flux cleaned = -0.000109646 Jy ! Component: 1900 - total flux cleaned = -4.56035e-05 Jy ! Component: 1950 - total flux cleaned = 1.77305e-05 Jy ! Component: 2000 - total flux cleaned = 0.000204966 Jy ! Component: 2050 - total flux cleaned = 0.000143109 Jy ! Component: 2100 - total flux cleaned = 0.000204531 Jy ! Component: 2150 - total flux cleaned = 0.00030507 Jy ! Component: 2200 - total flux cleaned = 0.000325041 Jy ! Component: 2250 - total flux cleaned = 0.000325221 Jy ! Component: 2300 - total flux cleaned = 0.000325607 Jy ! Component: 2350 - total flux cleaned = 0.000480828 Jy ! Component: 2400 - total flux cleaned = 0.000480906 Jy ! Component: 2450 - total flux cleaned = 0.000614033 Jy ! Component: 2500 - total flux cleaned = 0.000613871 Jy ! Component: 2550 - total flux cleaned = 0.000632336 Jy ! Component: 2600 - total flux cleaned = 0.00074354 Jy ! Component: 2650 - total flux cleaned = 0.000725183 Jy ! Component: 2700 - total flux cleaned = 0.000852067 Jy ! Component: 2750 - total flux cleaned = 0.000888012 Jy ! Component: 2800 - total flux cleaned = 0.000888003 Jy ! Component: 2850 - total flux cleaned = 0.000941131 Jy ! Component: 2900 - total flux cleaned = 0.000923698 Jy ! Component: 2950 - total flux cleaned = 0.000923859 Jy ! Component: 3000 - total flux cleaned = 0.000941139 Jy ! Component: 3050 - total flux cleaned = 0.00100934 Jy ! Component: 3100 - total flux cleaned = 0.000975402 Jy ! Component: 3150 - total flux cleaned = 0.00104212 Jy ! Component: 3200 - total flux cleaned = 0.0010253 Jy ! Component: 3250 - total flux cleaned = 0.00102514 Jy ! Component: 3300 - total flux cleaned = 0.0009762 Jy ! Component: 3350 - total flux cleaned = 0.00102501 Jy ! Component: 3400 - total flux cleaned = 0.000976636 Jy ! Component: 3450 - total flux cleaned = 0.000960539 Jy ! Component: 3500 - total flux cleaned = 0.000976283 Jy ! Component: 3550 - total flux cleaned = 0.000976141 Jy ! Component: 3600 - total flux cleaned = 0.000976111 Jy ! Component: 3650 - total flux cleaned = 0.00100707 Jy ! Component: 3700 - total flux cleaned = 0.00102265 Jy ! Component: 3750 - total flux cleaned = 0.000961432 Jy ! Component: 3800 - total flux cleaned = 0.0010528 Jy ! Component: 3850 - total flux cleaned = 0.00106785 Jy ! Component: 3900 - total flux cleaned = 0.00109779 Jy ! Component: 3950 - total flux cleaned = 0.00108276 Jy ! Component: 4000 - total flux cleaned = 0.00114187 Jy ! Component: 4050 - total flux cleaned = 0.00114204 Jy ! Total flux subtracted in 4096 components = 0.00121496 Jy ! Clean residual min=-0.000877 max=0.000898 Jy/beam ! Clean residual mean=0.000002 rms=0.000277 Jy/beam ! Combined flux in latest and established models = 0.0989859 Jy keep ! Adding 284 model components to the UV plane model. ! The established model now contains 346 components and 0.0989859 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219b_uvs/J0223-0205_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.814 x 8.083 at 2.422 degrees (North through East) ! Clean map min=-0.001709 max=0.089434 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219b_uvs/J0223-0205_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0894344 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000273588 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.917727 0.917727 1.83545 3.67091 7.34181 14.6836 29.3673 58.7345 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.089 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 326.894 quit ! Quitting program ! Log file /scr/pima/bg219b_uvs/J0223-0205_S_uvs.log closed on Thu Apr 7 01:10:03 2016