! Started logfile: /scr/pima/bg219b_uvs/J1844-1324_S_uvs.log on Thu Apr 7 01:30:29 2016 obs /scr/pima/bg219b_uvs/J1844-1324_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219b_uvs/J1844-1324_S_uva.fits ! AN table 1: 61 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.654827 visibilities/baseline/integration-bin. ! Found source: J1844-1324 ! ! 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 5752 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/J1844-1324_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 93 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 93 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 93 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 93 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.010575Jy sigma=22.681643 ! Fit after self-cal, rms=0.928536Jy sigma=20.990101 ! 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=6.287 mas, bmaj=13.29 mas, bpa=9.211 degrees ! Estimated noise=0.685497 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.0556806 Jy ! Component: 100 - total flux cleaned = 0.0703816 Jy ! Total flux subtracted in 100 components = 0.0703816 Jy ! Clean residual min=-0.004570 max=0.006318 Jy/beam ! Clean residual mean=-0.000006 rms=0.001491 Jy/beam ! Combined flux in latest and established models = 0.0703816 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0703816 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064854Jy sigma=1.371397 ! Fit after self-cal, rms=0.063360Jy sigma=1.342521 ! 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=7.336 mas, bmaj=16.6 mas, bpa=4.618 degrees ! Estimated noise=0.454134 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.00980682 Jy ! Component: 100 - total flux cleaned = 0.0151794 Jy ! Component: 150 - total flux cleaned = 0.0186314 Jy ! Component: 200 - total flux cleaned = 0.0209065 Jy ! Total flux subtracted in 200 components = 0.0209065 Jy ! Clean residual min=-0.003515 max=0.005185 Jy/beam ! Clean residual mean=0.000010 rms=0.001176 Jy/beam ! Combined flux in latest and established models = 0.0912881 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 54 components and 0.0912881 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061800Jy sigma=1.306333 ! Fit after self-cal, rms=0.061760Jy sigma=1.304959 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.336 x 16.6 at 4.618 degrees (North through East) ! Clean map min=-0.0035426 max=0.07291 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* FD 1.00* HN 1.00* KP 1.00* ! LA 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* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.92 HN 0.89 KP 0.99 ! LA 0.90 NL 1.03 OV 1.03 PT 0.94 ! SC 1.08 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Fit before self-cal, rms=0.061760Jy sigma=1.304959 ! Fit after self-cal, rms=0.060636Jy sigma=1.302605 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=7.332 mas, bmaj=16.65 mas, bpa=4.361 degrees ! Estimated noise=0.447492 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.00010764 Jy ! Component: 100 - total flux cleaned = 1.67005e-06 Jy ! Component: 150 - total flux cleaned = 0.000146215 Jy ! Component: 200 - total flux cleaned = 0.000280533 Jy ! Total flux subtracted in 200 components = 0.000280533 Jy ! Clean residual min=-0.003336 max=0.004409 Jy/beam ! Clean residual mean=0.000010 rms=0.001072 Jy/beam ! Combined flux in latest and established models = 0.0915687 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 67 components and 0.0915687 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060571Jy sigma=1.299958 ! Fit after self-cal, rms=0.060575Jy sigma=1.299782 ! 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.060575Jy sigma=1.299782 ! Fit after self-cal, rms=0.057192Jy sigma=1.299191 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.297 mas, bmaj=16.63 mas, bpa=4.06 degrees ! Estimated noise=0.425128 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00284599 Jy ! Component: 100 - total flux cleaned = -0.00300505 Jy ! Component: 150 - total flux cleaned = -0.00304319 Jy ! Component: 200 - total flux cleaned = -0.00297499 Jy ! Total flux subtracted in 200 components = -0.00297499 Jy ! Clean residual min=-0.003017 max=0.003753 Jy/beam ! Clean residual mean=0.000009 rms=0.000927 Jy/beam ! Combined flux in latest and established models = 0.0885937 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 101 components and 0.0885937 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057104Jy sigma=1.293412 ! Fit after self-cal, rms=0.057125Jy sigma=1.293213 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.000120253 Jy ! Component: 100 - total flux cleaned = 0.000206645 Jy ! Component: 150 - total flux cleaned = 0.00020706 Jy ! Component: 200 - total flux cleaned = 0.000258408 Jy ! Total flux subtracted in 200 components = 0.000258408 Jy ! Clean residual min=-0.002921 max=0.003739 Jy/beam ! Clean residual mean=0.000009 rms=0.000911 Jy/beam ! Combined flux in latest and established models = 0.0888521 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 106 components and 0.0888521 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057106Jy sigma=1.292359 ! Fit after self-cal, rms=0.057107Jy sigma=1.292334 ! 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.057107Jy sigma=1.292334 ! Fit after self-cal, rms=0.055437Jy sigma=1.290887 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.288 mas, bmaj=16.67 mas, bpa=3.817 degrees ! Estimated noise=0.413275 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00157584 Jy ! Component: 100 - total flux cleaned = -0.00167422 Jy ! Component: 150 - total flux cleaned = -0.00173089 Jy ! Component: 200 - total flux cleaned = -0.0017346 Jy ! Total flux subtracted in 200 components = -0.0017346 Jy ! Clean residual min=-0.002725 max=0.003425 Jy/beam ! Clean residual mean=0.000008 rms=0.000850 Jy/beam ! Combined flux in latest and established models = 0.0871175 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 122 components and 0.0871174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055412Jy sigma=1.288588 ! Fit after self-cal, rms=0.055411Jy sigma=1.288562 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.33577e-05 Jy ! Component: 100 - total flux cleaned = 9.55914e-05 Jy ! Component: 150 - total flux cleaned = 0.000114897 Jy ! Component: 200 - total flux cleaned = 0.00013355 Jy ! Total flux subtracted in 200 components = 0.00013355 Jy ! Clean residual min=-0.002684 max=0.003415 Jy/beam ! Clean residual mean=0.000008 rms=0.000841 Jy/beam ! Combined flux in latest and established models = 0.087251 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 124 components and 0.087251 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055399Jy sigma=1.288133 ! Fit after self-cal, rms=0.055400Jy sigma=1.288119 ! 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.055400Jy sigma=1.288119 ! Fit after self-cal, rms=0.054552Jy sigma=1.287656 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.753 mas, bmaj=18.62 mas, bpa=5.018 degrees ! Estimated noise=0.417505 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000447981 Jy ! Component: 100 - total flux cleaned = -0.000316221 Jy ! Component: 150 - total flux cleaned = -0.000275649 Jy ! Component: 200 - total flux cleaned = -0.000259153 Jy ! Total flux subtracted in 200 components = -0.000259153 Jy ! Clean residual min=-0.002532 max=0.003636 Jy/beam ! Clean residual mean=0.000008 rms=0.000874 Jy/beam ! Combined flux in latest and established models = 0.0869918 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 134 components and 0.0869918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054553Jy sigma=1.286550 ! Fit after self-cal, rms=0.054553Jy sigma=1.286511 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.15305e-05 Jy ! Component: 100 - total flux cleaned = 5.80008e-05 Jy ! Component: 150 - total flux cleaned = 8.64079e-05 Jy ! Component: 200 - total flux cleaned = 0.000112678 Jy ! Total flux subtracted in 200 components = 0.000112678 Jy ! Clean residual min=-0.002538 max=0.003633 Jy/beam ! Clean residual mean=0.000008 rms=0.000864 Jy/beam ! Combined flux in latest and established models = 0.0871045 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 140 components and 0.0871045 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054554Jy sigma=1.286216 ! Fit after self-cal, rms=0.054554Jy sigma=1.286194 ! 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=7.287 mas, bmaj=16.69 mas, bpa=3.713 degrees ! Estimated noise=0.406767 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.287 x 16.69 at 3.713 degrees (North through East) ! Clean map min=-0.0025632 max=0.064802 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=6.274 mas, bmaj=13.32 mas, bpa=7.849 degrees ! Estimated noise=0.60789 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0499229 Jy ! Component: 100 - total flux cleaned = 0.0647198 Jy ! Component: 150 - total flux cleaned = 0.0719316 Jy ! Component: 200 - total flux cleaned = 0.0762797 Jy ! Total flux subtracted in 200 components = 0.0762797 Jy ! Clean residual min=-0.003373 max=0.003893 Jy/beam ! Clean residual mean=0.000002 rms=0.001036 Jy/beam ! Combined flux in latest and established models = 0.0762797 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.0762797 Jy ! Inverting map and beam ! Estimated beam: bmin=7.287 mas, bmaj=16.69 mas, bpa=3.713 degrees ! Estimated noise=0.406767 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (9, 5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00499331 Jy ! Component: 100 - total flux cleaned = 0.00811071 Jy ! Component: 150 - total flux cleaned = 0.0101843 Jy ! Component: 200 - total flux cleaned = 0.0115314 Jy ! Total flux subtracted in 200 components = 0.0115314 Jy ! Clean residual min=-0.002483 max=0.003395 Jy/beam ! Clean residual mean=0.000007 rms=0.000806 Jy/beam ! Combined flux in latest and established models = 0.0878111 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 66 components and 0.0878111 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=8.753 mas, bmaj=18.62 mas, bpa=5.018 degrees ! Estimated noise=0.417505 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00151276 Jy ! Component: 100 - total flux cleaned = 0.00227217 Jy ! Component: 150 - total flux cleaned = 0.00262285 Jy ! Component: 200 - total flux cleaned = 0.00279323 Jy ! Total flux subtracted in 200 components = 0.00279323 Jy ! Clean residual min=-0.002285 max=0.003320 Jy/beam ! Clean residual mean=0.000009 rms=0.000786 Jy/beam ! Combined flux in latest and established models = 0.0906043 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 = 3.09207e-05 Jy ! Component: 100 - total flux cleaned = 6.07877e-05 Jy ! Component: 150 - total flux cleaned = 0.000116503 Jy ! Component: 200 - total flux cleaned = 0.000192881 Jy ! Total flux subtracted in 200 components = 0.000192881 Jy ! Clean residual min=-0.002252 max=0.003163 Jy/beam ! Clean residual mean=0.000009 rms=0.000767 Jy/beam ! Combined flux in latest and established models = 0.0907972 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 116 components and 0.0907972 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=7.287 mas, bmaj=16.69 mas, bpa=3.713 degrees ! Estimated noise=0.406767 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000152222 Jy ! Component: 100 - total flux cleaned = -0.000122102 Jy ! Component: 150 - total flux cleaned = -0.000122004 Jy ! Component: 200 - total flux cleaned = -9.52527e-05 Jy ! Total flux subtracted in 200 components = -9.52527e-05 Jy ! Clean residual min=-0.002283 max=0.002691 Jy/beam ! Clean residual mean=0.000008 rms=0.000722 Jy/beam ! Combined flux in latest and established models = 0.090702 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 134 components and 0.090702 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054473Jy sigma=1.282867 ! Fit after self-cal, rms=0.054420Jy sigma=1.281764 wmodel /scr/pima/bg219b_uvs/J1844-1324_S_map.mod ! Writing 134 model components to file: /scr/pima/bg219b_uvs/J1844-1324_S_map.mod wobs /scr/pima/bg219b_uvs/J1844-1324_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219b_uvs/J1844-1324_S_uvs.fits wwins /scr/pima/bg219b_uvs/J1844-1324_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219b_uvs/J1844-1324_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.000894232 Jy ! Component: 100 - total flux cleaned = 0.00150933 Jy ! Component: 150 - total flux cleaned = 0.00207626 Jy ! Component: 200 - total flux cleaned = 0.00257736 Jy ! Component: 250 - total flux cleaned = 0.00298737 Jy ! Component: 300 - total flux cleaned = 0.00325018 Jy ! Component: 350 - total flux cleaned = 0.00356517 Jy ! Component: 400 - total flux cleaned = 0.00386872 Jy ! Component: 450 - total flux cleaned = 0.00410406 Jy ! Component: 500 - total flux cleaned = 0.00441727 Jy ! Component: 550 - total flux cleaned = 0.00469339 Jy ! Component: 600 - total flux cleaned = 0.00498809 Jy ! Component: 650 - total flux cleaned = 0.00516975 Jy ! Component: 700 - total flux cleaned = 0.00542264 Jy ! Component: 750 - total flux cleaned = 0.0056682 Jy ! Component: 800 - total flux cleaned = 0.00593112 Jy ! Component: 850 - total flux cleaned = 0.00616357 Jy ! Component: 900 - total flux cleaned = 0.00634565 Jy ! Component: 950 - total flux cleaned = 0.00652361 Jy ! Component: 1000 - total flux cleaned = 0.00674049 Jy ! Component: 1050 - total flux cleaned = 0.00691058 Jy ! Component: 1100 - total flux cleaned = 0.00711892 Jy ! Component: 1150 - total flux cleaned = 0.00730267 Jy ! Component: 1200 - total flux cleaned = 0.00746249 Jy ! Component: 1250 - total flux cleaned = 0.00758027 Jy ! Component: 1300 - total flux cleaned = 0.00767672 Jy ! Component: 1350 - total flux cleaned = 0.00779032 Jy ! Component: 1400 - total flux cleaned = 0.00788336 Jy ! Component: 1450 - total flux cleaned = 0.00792035 Jy ! Component: 1500 - total flux cleaned = 0.00802845 Jy ! Component: 1550 - total flux cleaned = 0.00808176 Jy ! Component: 1600 - total flux cleaned = 0.00815164 Jy ! Component: 1650 - total flux cleaned = 0.00821995 Jy ! Component: 1700 - total flux cleaned = 0.0082705 Jy ! Component: 1750 - total flux cleaned = 0.00833703 Jy ! Component: 1800 - total flux cleaned = 0.00841881 Jy ! Component: 1850 - total flux cleaned = 0.00851503 Jy ! Component: 1900 - total flux cleaned = 0.00857827 Jy ! Component: 1950 - total flux cleaned = 0.00865625 Jy ! Component: 2000 - total flux cleaned = 0.00873292 Jy ! Component: 2050 - total flux cleaned = 0.00883906 Jy ! Component: 2100 - total flux cleaned = 0.00894324 Jy ! Component: 2150 - total flux cleaned = 0.00901636 Jy ! Component: 2200 - total flux cleaned = 0.0090598 Jy ! Component: 2250 - total flux cleaned = 0.00913127 Jy ! Component: 2300 - total flux cleaned = 0.00918772 Jy ! Component: 2350 - total flux cleaned = 0.00924335 Jy ! Component: 2400 - total flux cleaned = 0.00927075 Jy ! Component: 2450 - total flux cleaned = 0.00933854 Jy ! Component: 2500 - total flux cleaned = 0.00935191 Jy ! Component: 2550 - total flux cleaned = 0.00936515 Jy ! Component: 2600 - total flux cleaned = 0.00936509 Jy ! Component: 2650 - total flux cleaned = 0.00939094 Jy ! Component: 2700 - total flux cleaned = 0.00937809 Jy ! Component: 2750 - total flux cleaned = 0.00939083 Jy ! Component: 2800 - total flux cleaned = 0.00936577 Jy ! Component: 2850 - total flux cleaned = 0.00935329 Jy ! Component: 2900 - total flux cleaned = 0.00936544 Jy ! Component: 2950 - total flux cleaned = 0.00932881 Jy ! Component: 3000 - total flux cleaned = 0.00932874 Jy ! Component: 3050 - total flux cleaned = 0.0093166 Jy ! Component: 3100 - total flux cleaned = 0.00928097 Jy ! Component: 3150 - total flux cleaned = 0.00930434 Jy ! Component: 3200 - total flux cleaned = 0.009281 Jy ! Component: 3250 - total flux cleaned = 0.00925808 Jy ! Component: 3300 - total flux cleaned = 0.00926952 Jy ! Component: 3350 - total flux cleaned = 0.00924695 Jy ! Component: 3400 - total flux cleaned = 0.00923586 Jy ! Component: 3450 - total flux cleaned = 0.00923585 Jy ! Component: 3500 - total flux cleaned = 0.00924681 Jy ! Component: 3550 - total flux cleaned = 0.00922498 Jy ! Component: 3600 - total flux cleaned = 0.00920349 Jy ! Component: 3650 - total flux cleaned = 0.00923582 Jy ! Component: 3700 - total flux cleaned = 0.00919329 Jy ! Component: 3750 - total flux cleaned = 0.0091933 Jy ! Component: 3800 - total flux cleaned = 0.00918282 Jy ! Component: 3850 - total flux cleaned = 0.00912044 Jy ! Component: 3900 - total flux cleaned = 0.00916188 Jy ! Component: 3950 - total flux cleaned = 0.00912086 Jy ! Component: 4000 - total flux cleaned = 0.00911074 Jy ! Component: 4050 - total flux cleaned = 0.00912095 Jy ! Total flux subtracted in 4096 components = 0.00913103 Jy ! Clean residual min=-0.000614 max=0.000594 Jy/beam ! Clean residual mean=0.000001 rms=0.000215 Jy/beam ! Combined flux in latest and established models = 0.099833 Jy keep ! Adding 386 model components to the UV plane model. ! The established model now contains 520 components and 0.099833 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219b_uvs/J1844-1324_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.287 x 16.69 at 3.713 degrees (North through East) ! Clean map min=-0.0019214 max=0.064274 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219b_uvs/J1844-1324_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0642743 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000206907 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.965737 0.965737 1.93147 3.86295 7.7259 15.4518 30.9036 61.8072 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.064 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 310.643 quit ! Quitting program ! Log file /scr/pima/bg219b_uvs/J1844-1324_S_uvs.log closed on Thu Apr 7 01:30:33 2016