! Started logfile: /scr/pima/bg219h_uvs/J0213-0719_S_uvs.log on Thu Apr 7 08:50:04 2016 obs /scr/pima/bg219h_uvs/J0213-0719_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J0213-0719_S_uva.fits ! AN table 1: 48 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.746528 visibilities/baseline/integration-bin. ! Found source: J0213-0719 ! ! 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 5160 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/J0213-0719_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 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.998452Jy sigma=22.189779 ! Fit after self-cal, rms=0.940488Jy sigma=20.975987 ! 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.827 mas, bmaj=6.754 mas, bpa=2.31 degrees ! Estimated noise=0.621892 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.0462071 Jy ! Component: 100 - total flux cleaned = 0.0571353 Jy ! Total flux subtracted in 100 components = 0.0571353 Jy ! Clean residual min=-0.004473 max=0.005297 Jy/beam ! Clean residual mean=0.000006 rms=0.001207 Jy/beam ! Combined flux in latest and established models = 0.0571353 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0571353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065215Jy sigma=1.384298 ! Fit after self-cal, rms=0.064628Jy sigma=1.372153 ! 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.304 mas, bmaj=7.837 mas, bpa=2.217 degrees ! Estimated noise=0.45507 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.0054848 Jy ! Component: 100 - total flux cleaned = 0.00746569 Jy ! Component: 150 - total flux cleaned = 0.00779901 Jy ! Component: 200 - total flux cleaned = 0.0078851 Jy ! Total flux subtracted in 200 components = 0.0078851 Jy ! Clean residual min=-0.004058 max=0.004458 Jy/beam ! Clean residual mean=0.000010 rms=0.001042 Jy/beam ! Combined flux in latest and established models = 0.0650204 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 16 components and 0.0650204 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064163Jy sigma=1.363613 ! Fit after self-cal, rms=0.064108Jy sigma=1.362466 ! 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.304 x 7.837 at 2.217 degrees (North through East) ! Clean map min=-0.0039695 max=0.061356 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.04 HN 0.86 KP 0.93 LA 0.93 ! MK 1.07 NL 0.97 OV 1.03 PT 1.16 ! SC 1.06 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 HN 0.94 KP 1.00 LA 0.95 ! MK 1.19 NL 0.99 OV 0.91 PT 1.12 ! SC 0.94 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 HN 1.01 KP 1.00 LA 0.88 ! MK 1.12 NL 1.06 OV 0.97 PT 1.15 ! SC 0.94 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 HN 1.05 KP 1.01 LA 1.09 ! MK 1.12 NL 0.86 OV 0.94 PT 1.18 ! SC 0.93 ! ! ! Fit before self-cal, rms=0.064108Jy sigma=1.362466 ! Fit after self-cal, rms=0.064670Jy sigma=1.353700 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.339 mas, bmaj=7.86 mas, bpa=3.36 degrees ! Estimated noise=0.455294 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.000339562 Jy ! Component: 100 - total flux cleaned = 0.000526163 Jy ! Component: 150 - total flux cleaned = 0.000557133 Jy ! Component: 200 - total flux cleaned = 0.000583367 Jy ! Total flux subtracted in 200 components = 0.000583367 Jy ! Clean residual min=-0.003732 max=0.003716 Jy/beam ! Clean residual mean=0.000003 rms=0.000932 Jy/beam ! Combined flux in latest and established models = 0.0656037 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 26 components and 0.0656037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064652Jy sigma=1.353427 ! Fit after self-cal, rms=0.064692Jy sigma=1.352398 ! 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.064692Jy sigma=1.352398 ! Fit after self-cal, rms=0.063365Jy sigma=1.348739 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.362 mas, bmaj=7.907 mas, bpa=3.362 degrees ! Estimated noise=0.445507 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00141321 Jy ! Component: 100 - total flux cleaned = -0.00210202 Jy ! Component: 150 - total flux cleaned = -0.0023983 Jy ! Component: 200 - total flux cleaned = -0.00244582 Jy ! Total flux subtracted in 200 components = -0.00244582 Jy ! Clean residual min=-0.003547 max=0.003119 Jy/beam ! Clean residual mean=0.000006 rms=0.000849 Jy/beam ! Combined flux in latest and established models = 0.0631579 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 41 components and 0.0631579 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063341Jy sigma=1.347958 ! Fit after self-cal, rms=0.063341Jy sigma=1.347766 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 = -5.10163e-05 Jy ! Component: 100 - total flux cleaned = -5.09734e-05 Jy ! Component: 150 - total flux cleaned = -5.05197e-05 Jy ! Component: 200 - total flux cleaned = -5.05801e-05 Jy ! Total flux subtracted in 200 components = -5.05801e-05 Jy ! Clean residual min=-0.003535 max=0.003115 Jy/beam ! Clean residual mean=0.000006 rms=0.000849 Jy/beam ! Combined flux in latest and established models = 0.0631073 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 44 components and 0.0631074 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063336Jy sigma=1.347637 ! Fit after self-cal, rms=0.063334Jy sigma=1.347593 ! 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.063334Jy sigma=1.347593 ! Fit after self-cal, rms=0.062878Jy sigma=1.347321 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.373 mas, bmaj=7.933 mas, bpa=3.313 degrees ! Estimated noise=0.440897 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000802454 Jy ! Component: 100 - total flux cleaned = -0.00108618 Jy ! Component: 150 - total flux cleaned = -0.00113783 Jy ! Component: 200 - total flux cleaned = -0.00115946 Jy ! Total flux subtracted in 200 components = -0.00115946 Jy ! Clean residual min=-0.003477 max=0.003128 Jy/beam ! Clean residual mean=0.000005 rms=0.000828 Jy/beam ! Combined flux in latest and established models = 0.0619479 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 46 components and 0.0619479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062870Jy sigma=1.347031 ! Fit after self-cal, rms=0.062865Jy sigma=1.346995 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 = -2.32867e-05 Jy ! Component: 100 - total flux cleaned = -2.1341e-05 Jy ! Component: 150 - total flux cleaned = -3.18582e-05 Jy ! Component: 200 - total flux cleaned = -3.22793e-05 Jy ! Total flux subtracted in 200 components = -3.22793e-05 Jy ! Clean residual min=-0.003464 max=0.003125 Jy/beam ! Clean residual mean=0.000005 rms=0.000827 Jy/beam ! Combined flux in latest and established models = 0.0619156 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 49 components and 0.0619156 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062861Jy sigma=1.346898 ! Fit after self-cal, rms=0.062857Jy sigma=1.346866 ! 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.062857Jy sigma=1.346866 ! Fit after self-cal, rms=0.062730Jy sigma=1.345695 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.9 mas, bmaj=12.52 mas, bpa=-0.4507 degrees ! Estimated noise=0.548988 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000537826 Jy ! Component: 100 - total flux cleaned = -0.000647294 Jy ! Component: 150 - total flux cleaned = -0.000687288 Jy ! Component: 200 - total flux cleaned = -0.000722847 Jy ! Total flux subtracted in 200 components = -0.000722847 Jy ! Clean residual min=-0.004379 max=0.004459 Jy/beam ! Clean residual mean=0.000011 rms=0.001279 Jy/beam ! Combined flux in latest and established models = 0.0611928 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 53 components and 0.0611928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062730Jy sigma=1.345726 ! Fit after self-cal, rms=0.062742Jy sigma=1.345572 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 = -8.02985e-05 Jy ! Component: 100 - total flux cleaned = -7.87207e-05 Jy ! Component: 150 - total flux cleaned = -9.38824e-05 Jy ! Component: 200 - total flux cleaned = -0.000107659 Jy ! Total flux subtracted in 200 components = -0.000107659 Jy ! Clean residual min=-0.004399 max=0.004429 Jy/beam ! Clean residual mean=0.000011 rms=0.001279 Jy/beam ! Combined flux in latest and established models = 0.0610851 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 55 components and 0.0610851 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062743Jy sigma=1.345609 ! Fit after self-cal, rms=0.062743Jy sigma=1.345594 ! 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.372 mas, bmaj=7.926 mas, bpa=3.368 degrees ! Estimated noise=0.438486 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.372 x 7.926 at 3.368 degrees (North through East) ! Clean map min=-0.0031689 max=0.059478 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.881 mas, bmaj=6.819 mas, bpa=3.837 degrees ! Estimated noise=0.610115 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0455731 Jy ! Component: 100 - total flux cleaned = 0.0559236 Jy ! Component: 150 - total flux cleaned = 0.0584918 Jy ! Component: 200 - total flux cleaned = 0.0593997 Jy ! Total flux subtracted in 200 components = 0.0593997 Jy ! Clean residual min=-0.003932 max=0.003850 Jy/beam ! Clean residual mean=0.000002 rms=0.000984 Jy/beam ! Combined flux in latest and established models = 0.0593997 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0593997 Jy ! Inverting map and beam ! Estimated beam: bmin=3.372 mas, bmaj=7.926 mas, bpa=3.368 degrees ! Estimated noise=0.438486 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.00122054 Jy ! Component: 100 - total flux cleaned = 0.00158842 Jy ! Component: 150 - total flux cleaned = 0.00190123 Jy ! Component: 200 - total flux cleaned = 0.00209792 Jy ! Total flux subtracted in 200 components = 0.00209792 Jy ! Clean residual min=-0.003359 max=0.003031 Jy/beam ! Clean residual mean=0.000004 rms=0.000813 Jy/beam ! Combined flux in latest and established models = 0.0614976 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 20 components and 0.0614976 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.9 mas, bmaj=12.52 mas, bpa=-0.4507 degrees ! Estimated noise=0.548988 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.07491e-05 Jy ! Component: 100 - total flux cleaned = 4.23317e-05 Jy ! Component: 150 - total flux cleaned = -9.79636e-06 Jy ! Component: 200 - total flux cleaned = -4.14712e-05 Jy ! Total flux subtracted in 200 components = -4.14712e-05 Jy ! Clean residual min=-0.004480 max=0.004508 Jy/beam ! Clean residual mean=0.000011 rms=0.001280 Jy/beam ! Combined flux in latest and established models = 0.0614562 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.87974e-05 Jy ! Component: 100 - total flux cleaned = -6.86216e-05 Jy ! Component: 150 - total flux cleaned = -9.26598e-05 Jy ! Component: 200 - total flux cleaned = -0.000125968 Jy ! Total flux subtracted in 200 components = -0.000125968 Jy ! Clean residual min=-0.004450 max=0.004480 Jy/beam ! Clean residual mean=0.000011 rms=0.001279 Jy/beam ! Combined flux in latest and established models = 0.0613302 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 32 components and 0.0613302 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.372 mas, bmaj=7.926 mas, bpa=3.368 degrees ! Estimated noise=0.438486 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.1454e-05 Jy ! Component: 100 - total flux cleaned = 0.000199181 Jy ! Component: 150 - total flux cleaned = 0.00026126 Jy ! Component: 200 - total flux cleaned = 0.000231463 Jy ! Total flux subtracted in 200 components = 0.000231463 Jy ! Clean residual min=-0.003288 max=0.003024 Jy/beam ! Clean residual mean=0.000004 rms=0.000806 Jy/beam ! Combined flux in latest and established models = 0.0615617 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 45 components and 0.0615617 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062742Jy sigma=1.345468 ! Fit after self-cal, rms=0.062746Jy sigma=1.345408 wmodel /scr/pima/bg219h_uvs/J0213-0719_S_map.mod ! Writing 45 model components to file: /scr/pima/bg219h_uvs/J0213-0719_S_map.mod wobs /scr/pima/bg219h_uvs/J0213-0719_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219h_uvs/J0213-0719_S_uvs.fits wwins /scr/pima/bg219h_uvs/J0213-0719_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219h_uvs/J0213-0719_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.000376486 Jy ! Component: 100 - total flux cleaned = -0.000219912 Jy ! Component: 150 - total flux cleaned = -0.00021953 Jy ! Component: 200 - total flux cleaned = -0.000265749 Jy ! Component: 250 - total flux cleaned = -0.000220323 Jy ! Component: 300 - total flux cleaned = -7.26941e-06 Jy ! Component: 350 - total flux cleaned = 0.000195644 Jy ! Component: 400 - total flux cleaned = 0.000353716 Jy ! Component: 450 - total flux cleaned = 0.000661161 Jy ! Component: 500 - total flux cleaned = 0.000922064 Jy ! Component: 550 - total flux cleaned = 0.00117406 Jy ! Component: 600 - total flux cleaned = 0.00131555 Jy ! Component: 650 - total flux cleaned = 0.00152021 Jy ! Component: 700 - total flux cleaned = 0.00165228 Jy ! Component: 750 - total flux cleaned = 0.00184512 Jy ! Component: 800 - total flux cleaned = 0.00200174 Jy ! Component: 850 - total flux cleaned = 0.00212543 Jy ! Component: 900 - total flux cleaned = 0.00239744 Jy ! Component: 950 - total flux cleaned = 0.00266375 Jy ! Component: 1000 - total flux cleaned = 0.00283751 Jy ! Component: 1050 - total flux cleaned = 0.00300821 Jy ! Component: 1100 - total flux cleaned = 0.003259 Jy ! Component: 1150 - total flux cleaned = 0.00342206 Jy ! Component: 1200 - total flux cleaned = 0.00358262 Jy ! Component: 1250 - total flux cleaned = 0.00371457 Jy ! Component: 1300 - total flux cleaned = 0.00384386 Jy ! Component: 1350 - total flux cleaned = 0.00399636 Jy ! Component: 1400 - total flux cleaned = 0.00409669 Jy ! Component: 1450 - total flux cleaned = 0.0042193 Jy ! Component: 1500 - total flux cleaned = 0.00438727 Jy ! Component: 1550 - total flux cleaned = 0.00443504 Jy ! Component: 1600 - total flux cleaned = 0.00457434 Jy ! Component: 1650 - total flux cleaned = 0.00459778 Jy ! Component: 1700 - total flux cleaned = 0.00484439 Jy ! Component: 1750 - total flux cleaned = 0.00473358 Jy ! Component: 1800 - total flux cleaned = 0.00479962 Jy ! Component: 1850 - total flux cleaned = 0.00484247 Jy ! Component: 1900 - total flux cleaned = 0.00492743 Jy ! Component: 1950 - total flux cleaned = 0.00501081 Jy ! Component: 2000 - total flux cleaned = 0.00505227 Jy ! Component: 2050 - total flux cleaned = 0.00517384 Jy ! Component: 2100 - total flux cleaned = 0.00517336 Jy ! Component: 2150 - total flux cleaned = 0.00523212 Jy ! Component: 2200 - total flux cleaned = 0.00519275 Jy ! Component: 2250 - total flux cleaned = 0.00521191 Jy ! Component: 2300 - total flux cleaned = 0.00517362 Jy ! Component: 2350 - total flux cleaned = 0.00513628 Jy ! Component: 2400 - total flux cleaned = 0.00513633 Jy ! Component: 2450 - total flux cleaned = 0.005118 Jy ! Component: 2500 - total flux cleaned = 0.00509992 Jy ! Component: 2550 - total flux cleaned = 0.00518975 Jy ! Component: 2600 - total flux cleaned = 0.0051006 Jy ! Component: 2650 - total flux cleaned = 0.00508302 Jy ! Component: 2700 - total flux cleaned = 0.00504811 Jy ! Component: 2750 - total flux cleaned = 0.00499653 Jy ! Component: 2800 - total flux cleaned = 0.00503064 Jy ! Component: 2850 - total flux cleaned = 0.00503046 Jy ! Component: 2900 - total flux cleaned = 0.00494712 Jy ! Component: 2950 - total flux cleaned = 0.00494732 Jy ! Component: 3000 - total flux cleaned = 0.00494709 Jy ! Component: 3050 - total flux cleaned = 0.0048984 Jy ! Component: 3100 - total flux cleaned = 0.00481799 Jy ! Component: 3150 - total flux cleaned = 0.0048021 Jy ! Component: 3200 - total flux cleaned = 0.00475509 Jy ! Component: 3250 - total flux cleaned = 0.00475494 Jy ! Component: 3300 - total flux cleaned = 0.00467779 Jy ! Component: 3350 - total flux cleaned = 0.00466256 Jy ! Component: 3400 - total flux cleaned = 0.00460227 Jy ! Component: 3450 - total flux cleaned = 0.00454238 Jy ! Component: 3500 - total flux cleaned = 0.00446791 Jy ! Component: 3550 - total flux cleaned = 0.00443837 Jy ! Component: 3600 - total flux cleaned = 0.00438024 Jy ! Component: 3650 - total flux cleaned = 0.00435131 Jy ! Component: 3700 - total flux cleaned = 0.00435125 Jy ! Component: 3750 - total flux cleaned = 0.00432281 Jy ! Component: 3800 - total flux cleaned = 0.00432296 Jy ! Component: 3850 - total flux cleaned = 0.00428075 Jy ! Component: 3900 - total flux cleaned = 0.00418369 Jy ! Component: 3950 - total flux cleaned = 0.00415624 Jy ! Component: 4000 - total flux cleaned = 0.00411529 Jy ! Component: 4050 - total flux cleaned = 0.00410165 Jy ! Total flux subtracted in 4096 components = 0.00404786 Jy ! Clean residual min=-0.000914 max=0.000719 Jy/beam ! Clean residual mean=-0.000001 rms=0.000253 Jy/beam ! Combined flux in latest and established models = 0.0656095 Jy keep ! Adding 299 model components to the UV plane model. ! The established model now contains 344 components and 0.0656095 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219h_uvs/J0213-0719_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.372 x 7.926 at 3.368 degrees (North through East) ! Clean map min=-0.002005 max=0.059217 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J0213-0719_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0592172 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00024788 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.25579 1.25579 2.51157 5.02315 10.0463 20.0926 40.1852 80.3704 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.059 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 238.894 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J0213-0719_S_uvs.log closed on Thu Apr 7 08:50:08 2016