! Started logfile: /scr/pima/bg219g_uvs/J1430-0009_S_uvs.log on Thu Apr 7 07:17:39 2016 obs /scr/pima/bg219g_uvs/J1430-0009_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219g_uvs/J1430-0009_S_uva.fits ! AN table 1: 62 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.688172 visibilities/baseline/integration-bin. ! Found source: J1430-0009 ! ! 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 6144 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/J1430-0009_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 82 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 82 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 82 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 82 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.004073Jy sigma=22.695862 ! Fit after self-cal, rms=0.954187Jy sigma=21.544580 ! 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.111 mas, bmaj=6.49 mas, bpa=-0.4635 degrees ! Estimated noise=0.598532 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.0372867 Jy ! Component: 100 - total flux cleaned = 0.0454636 Jy ! Total flux subtracted in 100 components = 0.0454636 Jy ! Clean residual min=-0.003450 max=0.003495 Jy/beam ! Clean residual mean=0.000003 rms=0.000891 Jy/beam ! Combined flux in latest and established models = 0.0454636 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0454636 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060736Jy sigma=1.276277 ! Fit after self-cal, rms=0.058997Jy sigma=1.236511 ! 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.631 mas, bmaj=7.592 mas, bpa=-1.323 degrees ! Estimated noise=0.438228 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.00471482 Jy ! Component: 100 - total flux cleaned = 0.00705544 Jy ! Component: 150 - total flux cleaned = 0.00841482 Jy ! Component: 200 - total flux cleaned = 0.00898001 Jy ! Total flux subtracted in 200 components = 0.00898001 Jy ! Clean residual min=-0.002548 max=0.003277 Jy/beam ! Clean residual mean=0.000004 rms=0.000667 Jy/beam ! Combined flux in latest and established models = 0.0544436 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 18 components and 0.0544436 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058643Jy sigma=1.227947 ! Fit after self-cal, rms=0.058602Jy sigma=1.227509 ! 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.631 x 7.592 at -1.323 degrees (North through East) ! Clean map min=-0.0025037 max=0.049175 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 0.92 HN 1.16 KP 0.98 LA 0.90 ! MK 0.97 NL 1.05 OV 1.02 PT 1.07 ! SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 HN 1.01 KP 1.04 LA 0.85 ! MK 1.06 NL 0.85 OV 1.03 PT 1.01 ! 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.058602Jy sigma=1.227509 ! Fit after self-cal, rms=0.058569Jy sigma=1.225438 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.641 mas, bmaj=7.579 mas, bpa=-1.147 degrees ! Estimated noise=0.436785 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 (7.5, -3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00321016 Jy ! Component: 100 - total flux cleaned = 0.00387144 Jy ! Component: 150 - total flux cleaned = 0.00411646 Jy ! Component: 200 - total flux cleaned = 0.00411869 Jy ! Total flux subtracted in 200 components = 0.00411869 Jy ! Clean residual min=-0.002087 max=0.002311 Jy/beam ! Clean residual mean=0.000003 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.0585623 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 37 components and 0.0585623 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058368Jy sigma=1.221344 ! Fit after self-cal, rms=0.058294Jy sigma=1.219468 ! 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.058294Jy sigma=1.219468 ! Fit after self-cal, rms=0.058355Jy sigma=1.217549 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.642 mas, bmaj=7.582 mas, bpa=-1.078 degrees ! Estimated noise=0.439337 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00177678 Jy ! Component: 100 - total flux cleaned = 0.00174414 Jy ! Component: 150 - total flux cleaned = 0.00181724 Jy ! Component: 200 - total flux cleaned = 0.00181929 Jy ! Total flux subtracted in 200 components = 0.00181929 Jy ! Clean residual min=-0.001912 max=0.002123 Jy/beam ! Clean residual mean=0.000002 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.0603816 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 47 components and 0.0603816 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058275Jy sigma=1.215875 ! Fit after self-cal, rms=0.058286Jy sigma=1.215216 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.000621813 Jy ! Component: 100 - total flux cleaned = 0.000561751 Jy ! Component: 150 - total flux cleaned = 0.000447674 Jy ! Component: 200 - total flux cleaned = 0.000397258 Jy ! Total flux subtracted in 200 components = 0.000397258 Jy ! Clean residual min=-0.001896 max=0.002049 Jy/beam ! Clean residual mean=0.000002 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.0607789 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 55 components and 0.0607789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058249Jy sigma=1.214418 ! Fit after self-cal, rms=0.058231Jy sigma=1.214259 ! 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.058231Jy sigma=1.214259 ! Fit after self-cal, rms=0.058281Jy sigma=1.213918 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.648 mas, bmaj=7.594 mas, bpa=-0.9727 degrees ! Estimated noise=0.439499 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000814969 Jy ! Component: 100 - total flux cleaned = 0.000703563 Jy ! Component: 150 - total flux cleaned = 0.00062832 Jy ! Component: 200 - total flux cleaned = 0.000559145 Jy ! Total flux subtracted in 200 components = 0.000559145 Jy ! Clean residual min=-0.001871 max=0.001996 Jy/beam ! Clean residual mean=0.000002 rms=0.000491 Jy/beam ! Combined flux in latest and established models = 0.061338 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 64 components and 0.061338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058250Jy sigma=1.213254 ! Fit after self-cal, rms=0.058257Jy sigma=1.213085 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.000213854 Jy ! Component: 100 - total flux cleaned = 0.000141882 Jy ! Component: 150 - total flux cleaned = 7.72893e-05 Jy ! Component: 200 - total flux cleaned = 3.81371e-05 Jy ! Total flux subtracted in 200 components = 3.81371e-05 Jy ! Clean residual min=-0.001843 max=0.001951 Jy/beam ! Clean residual mean=0.000002 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.0613762 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 66 components and 0.0613762 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058239Jy sigma=1.212681 ! Fit after self-cal, rms=0.058210Jy sigma=1.212213 ! 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.058210Jy sigma=1.212213 ! Fit after self-cal, rms=0.058349Jy sigma=1.212087 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.049 mas, bmaj=12.25 mas, bpa=-3.13 degrees ! Estimated noise=0.54018 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000224609 Jy ! Component: 100 - total flux cleaned = 0.000139366 Jy ! Component: 150 - total flux cleaned = 8.91459e-05 Jy ! Component: 200 - total flux cleaned = 3.18483e-05 Jy ! Total flux subtracted in 200 components = 3.18483e-05 Jy ! Clean residual min=-0.001818 max=0.001881 Jy/beam ! Clean residual mean=0.000005 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.061408 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 81 components and 0.061408 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058341Jy sigma=1.211964 ! Fit after self-cal, rms=0.058333Jy sigma=1.211677 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.83484e-05 Jy ! Component: 100 - total flux cleaned = -6.86123e-05 Jy ! Component: 150 - total flux cleaned = -9.3318e-05 Jy ! Component: 200 - total flux cleaned = -0.000104904 Jy ! Total flux subtracted in 200 components = -0.000104904 Jy ! Clean residual min=-0.001793 max=0.001931 Jy/beam ! Clean residual mean=0.000005 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.0613031 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 89 components and 0.0613031 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058332Jy sigma=1.211669 ! Fit after self-cal, rms=0.058326Jy sigma=1.211650 ! 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.656 mas, bmaj=7.616 mas, bpa=-0.9565 degrees ! Estimated noise=0.440037 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.656 x 7.616 at -0.9565 degrees (North through East) ! Clean map min=-0.0021637 max=0.048738 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.129 mas, bmaj=6.491 mas, bpa=-0.07818 degrees ! Estimated noise=0.605196 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0388612 Jy ! Component: 100 - total flux cleaned = 0.0486945 Jy ! Component: 150 - total flux cleaned = 0.0540304 Jy ! Component: 200 - total flux cleaned = 0.056824 Jy ! Total flux subtracted in 200 components = 0.056824 Jy ! Clean residual min=-0.003374 max=0.003334 Jy/beam ! Clean residual mean=0.000003 rms=0.000853 Jy/beam ! Combined flux in latest and established models = 0.056824 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.056824 Jy ! Inverting map and beam ! Estimated beam: bmin=3.656 mas, bmaj=7.616 mas, bpa=-0.9565 degrees ! Estimated noise=0.440037 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.00308078 Jy ! Component: 100 - total flux cleaned = 0.00418683 Jy ! Component: 150 - total flux cleaned = 0.00425247 Jy ! Component: 200 - total flux cleaned = 0.00442934 Jy ! Total flux subtracted in 200 components = 0.00442934 Jy ! Clean residual min=-0.002016 max=0.002042 Jy/beam ! Clean residual mean=0.000003 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.0612533 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 40 components and 0.0612533 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.049 mas, bmaj=12.25 mas, bpa=-3.13 degrees ! Estimated noise=0.54018 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000408151 Jy ! Component: 100 - total flux cleaned = 0.000480309 Jy ! Component: 150 - total flux cleaned = 0.000477715 Jy ! Component: 200 - total flux cleaned = 0.000430686 Jy ! Total flux subtracted in 200 components = 0.000430686 Jy ! Clean residual min=-0.001717 max=0.001890 Jy/beam ! Clean residual mean=0.000005 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.061684 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 = -4.192e-05 Jy ! Component: 100 - total flux cleaned = -9.73069e-05 Jy ! Component: 150 - total flux cleaned = -9.79688e-05 Jy ! Component: 200 - total flux cleaned = -9.85813e-05 Jy ! Total flux subtracted in 200 components = -9.85813e-05 Jy ! Clean residual min=-0.001764 max=0.001856 Jy/beam ! Clean residual mean=0.000005 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.0615854 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 66 components and 0.0615854 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.656 mas, bmaj=7.616 mas, bpa=-0.9565 degrees ! Estimated noise=0.440037 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000113247 Jy ! Component: 100 - total flux cleaned = 8.03349e-05 Jy ! Component: 150 - total flux cleaned = 1.88957e-05 Jy ! Component: 200 - total flux cleaned = -9.58853e-05 Jy ! Total flux subtracted in 200 components = -9.58853e-05 Jy ! Clean residual min=-0.002065 max=0.002110 Jy/beam ! Clean residual mean=0.000002 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.0614895 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 80 components and 0.0614895 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058336Jy sigma=1.211929 ! Fit after self-cal, rms=0.058333Jy sigma=1.211854 wmodel /scr/pima/bg219g_uvs/J1430-0009_S_map.mod ! Writing 80 model components to file: /scr/pima/bg219g_uvs/J1430-0009_S_map.mod wobs /scr/pima/bg219g_uvs/J1430-0009_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219g_uvs/J1430-0009_S_uvs.fits wwins /scr/pima/bg219g_uvs/J1430-0009_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219g_uvs/J1430-0009_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.000143909 Jy ! Component: 100 - total flux cleaned = 0.00047874 Jy ! Component: 150 - total flux cleaned = 0.000638434 Jy ! Component: 200 - total flux cleaned = 0.000699851 Jy ! Component: 250 - total flux cleaned = 0.000729394 Jy ! Component: 300 - total flux cleaned = 0.000701585 Jy ! Component: 350 - total flux cleaned = 0.000674637 Jy ! Component: 400 - total flux cleaned = 0.000621713 Jy ! Component: 450 - total flux cleaned = 0.00067282 Jy ! Component: 500 - total flux cleaned = 0.000647613 Jy ! Component: 550 - total flux cleaned = 0.000622795 Jy ! Component: 600 - total flux cleaned = 0.000574682 Jy ! Component: 650 - total flux cleaned = 0.000597776 Jy ! Component: 700 - total flux cleaned = 0.000552543 Jy ! Component: 750 - total flux cleaned = 0.000508369 Jy ! Component: 800 - total flux cleaned = 0.000486338 Jy ! Component: 850 - total flux cleaned = 0.000486083 Jy ! Component: 900 - total flux cleaned = 0.000422995 Jy ! Component: 950 - total flux cleaned = 0.000443874 Jy ! Component: 1000 - total flux cleaned = 0.000443884 Jy ! Component: 1050 - total flux cleaned = 0.000404359 Jy ! Component: 1100 - total flux cleaned = 0.00046297 Jy ! Component: 1150 - total flux cleaned = 0.000424659 Jy ! Component: 1200 - total flux cleaned = 0.000443847 Jy ! Component: 1250 - total flux cleaned = 0.000444017 Jy ! Component: 1300 - total flux cleaned = 0.000481157 Jy ! Component: 1350 - total flux cleaned = 0.000517682 Jy ! Component: 1400 - total flux cleaned = 0.000535654 Jy ! Component: 1450 - total flux cleaned = 0.00057086 Jy ! Component: 1500 - total flux cleaned = 0.000570701 Jy ! Component: 1550 - total flux cleaned = 0.000605238 Jy ! Component: 1600 - total flux cleaned = 0.000622262 Jy ! Component: 1650 - total flux cleaned = 0.000706117 Jy ! Component: 1700 - total flux cleaned = 0.000672805 Jy ! Component: 1750 - total flux cleaned = 0.000722374 Jy ! Component: 1800 - total flux cleaned = 0.000786984 Jy ! Component: 1850 - total flux cleaned = 0.000770997 Jy ! Component: 1900 - total flux cleaned = 0.00080264 Jy ! Component: 1950 - total flux cleaned = 0.000771509 Jy ! Component: 2000 - total flux cleaned = 0.000771596 Jy ! Component: 2050 - total flux cleaned = 0.0007868 Jy ! Component: 2100 - total flux cleaned = 0.000741339 Jy ! Component: 2150 - total flux cleaned = 0.000786493 Jy ! Component: 2200 - total flux cleaned = 0.000786506 Jy ! Component: 2250 - total flux cleaned = 0.000801235 Jy ! Component: 2300 - total flux cleaned = 0.0008449 Jy ! Component: 2350 - total flux cleaned = 0.000786969 Jy ! Component: 2400 - total flux cleaned = 0.000801396 Jy ! Component: 2450 - total flux cleaned = 0.000843926 Jy ! Component: 2500 - total flux cleaned = 0.000858079 Jy ! Component: 2550 - total flux cleaned = 0.000885975 Jy ! Component: 2600 - total flux cleaned = 0.000872 Jy ! Component: 2650 - total flux cleaned = 0.000871961 Jy ! Component: 2700 - total flux cleaned = 0.000858355 Jy ! Component: 2750 - total flux cleaned = 0.000898527 Jy ! Component: 2800 - total flux cleaned = 0.000911585 Jy ! Component: 2850 - total flux cleaned = 0.000885082 Jy ! Component: 2900 - total flux cleaned = 0.000898285 Jy ! Component: 2950 - total flux cleaned = 0.000885264 Jy ! Component: 3000 - total flux cleaned = 0.000910877 Jy ! Component: 3050 - total flux cleaned = 0.00085992 Jy ! Component: 3100 - total flux cleaned = 0.000898055 Jy ! Component: 3150 - total flux cleaned = 0.000897931 Jy ! Component: 3200 - total flux cleaned = 0.000885442 Jy ! Component: 3250 - total flux cleaned = 0.00092257 Jy ! Component: 3300 - total flux cleaned = 0.000897967 Jy ! Component: 3350 - total flux cleaned = 0.000873554 Jy ! Component: 3400 - total flux cleaned = 0.000873572 Jy ! Component: 3450 - total flux cleaned = 0.000813244 Jy ! Component: 3500 - total flux cleaned = 0.000777383 Jy ! Component: 3550 - total flux cleaned = 0.000765457 Jy ! Component: 3600 - total flux cleaned = 0.000765466 Jy ! Component: 3650 - total flux cleaned = 0.000741883 Jy ! Component: 3700 - total flux cleaned = 0.000694888 Jy ! Component: 3750 - total flux cleaned = 0.000636694 Jy ! Component: 3800 - total flux cleaned = 0.000625135 Jy ! Component: 3850 - total flux cleaned = 0.000613594 Jy ! Component: 3900 - total flux cleaned = 0.00061351 Jy ! Component: 3950 - total flux cleaned = 0.000544964 Jy ! Component: 4000 - total flux cleaned = 0.000533603 Jy ! Component: 4050 - total flux cleaned = 0.000511036 Jy ! Total flux subtracted in 4096 components = 0.000488525 Jy ! Clean residual min=-0.000614 max=0.000692 Jy/beam ! Clean residual mean=0.000001 rms=0.000195 Jy/beam ! Combined flux in latest and established models = 0.061978 Jy keep ! Adding 235 model components to the UV plane model. ! The established model now contains 315 components and 0.0619781 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219g_uvs/J1430-0009_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.656 x 7.616 at -0.9565 degrees (North through East) ! Clean map min=-0.0021139 max=0.04871 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219g_uvs/J1430-0009_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.04871 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00019175 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.18097 1.18097 2.36194 4.72387 9.44775 18.8955 37.791 75.582 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.048 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 254.028 quit ! Quitting program ! Log file /scr/pima/bg219g_uvs/J1430-0009_S_uvs.log closed on Thu Apr 7 07:17:43 2016