! Started logfile: /scr/pima/bg219h_uvs/J0650-0840_S_dfm.log on Thu May 19 22:13:19 2016 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.22000 obs /scr/pima/bg219h_uvs/J0650-0840_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J0650-0840_S_uva.fits ! AN table 1: 58 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.654406 visibilities/baseline/integration-bin. ! Found source: J0650-0840 ! ! 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 6832 visibilities. select rr, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 ! 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 ![@/opt64/bin/pima_mupet_01.dfm J0650-0840_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 132 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 132 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 132 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 132 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.012172Jy sigma=22.408369 ! Fit after self-cal, rms=0.851474Jy sigma=18.839591 ! 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.688 mas, bmaj=7.087 mas, bpa=1.711 degrees ! Estimated noise=0.63492 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.117185 Jy ! Component: 100 - total flux cleaned = 0.147499 Jy ! Total flux subtracted in 100 components = 0.147499 Jy ! Clean residual min=-0.015627 max=0.030517 Jy/beam ! Clean residual mean=-0.000059 rms=0.003988 Jy/beam ! Combined flux in latest and established models = 0.147499 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.147499 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086755Jy sigma=1.819800 ! Fit after self-cal, rms=0.086660Jy sigma=1.818574 ! Inverting map ! Added new window around map position (3.5, -2.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.026412 Jy ! Component: 100 - total flux cleaned = 0.0395457 Jy ! Total flux subtracted in 100 components = 0.0395457 Jy ! Clean residual min=-0.012717 max=0.012737 Jy/beam ! Clean residual mean=-0.000023 rms=0.002933 Jy/beam ! Combined flux in latest and established models = 0.187044 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 16 components and 0.187044 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080073Jy sigma=1.671811 ! Fit after self-cal, rms=0.079496Jy sigma=1.660110 ! 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.164 mas, bmaj=7.798 mas, bpa=1.161 degrees ! Estimated noise=0.432491 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.00139561 Jy ! Component: 100 - total flux cleaned = 0.000134368 Jy ! Component: 150 - total flux cleaned = -0.000611286 Jy ! Component: 200 - total flux cleaned = -0.00130874 Jy ! Total flux subtracted in 200 components = -0.00130874 Jy ! Clean residual min=-0.010894 max=0.016300 Jy/beam ! Clean residual mean=-0.000028 rms=0.003845 Jy/beam ! Combined flux in latest and established models = 0.185736 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 26 components and 0.185736 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078376Jy sigma=1.635862 ! Fit after self-cal, rms=0.078319Jy sigma=1.634549 ! 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.164 x 7.798 at 1.161 degrees (North through East) ! Clean map min=-0.010552 max=0.15202 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* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 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 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 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.078319Jy sigma=1.634549 ! Fit after self-cal, rms=0.078319Jy sigma=1.634549 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.164 mas, bmaj=7.798 mas, bpa=1.161 degrees ! Estimated noise=0.432491 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.000569986 Jy ! Component: 100 - total flux cleaned = -0.00103665 Jy ! Component: 150 - total flux cleaned = -0.00161275 Jy ! Component: 200 - total flux cleaned = -0.00215075 Jy ! Total flux subtracted in 200 components = -0.00215075 Jy ! Clean residual min=-0.010663 max=0.015846 Jy/beam ! Clean residual mean=-0.000030 rms=0.003771 Jy/beam ! Combined flux in latest and established models = 0.183585 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 30 components and 0.183585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077796Jy sigma=1.623099 ! Fit after self-cal, rms=0.077781Jy sigma=1.622687 ! 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.077781Jy sigma=1.622687 ! Fit after self-cal, rms=0.076093Jy sigma=1.601266 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.177 mas, bmaj=7.826 mas, bpa=1.279 degrees ! Estimated noise=0.421408 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00457484 Jy ! Component: 100 - total flux cleaned = -0.00628553 Jy ! Component: 150 - total flux cleaned = -0.00722968 Jy ! Component: 200 - total flux cleaned = -0.00778776 Jy ! Total flux subtracted in 200 components = -0.00778776 Jy ! Clean residual min=-0.009396 max=0.014716 Jy/beam ! Clean residual mean=-0.000026 rms=0.003418 Jy/beam ! Combined flux in latest and established models = 0.175797 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 40 components and 0.175797 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075764Jy sigma=1.592728 ! Fit after self-cal, rms=0.075759Jy sigma=1.592432 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (33.5, 115). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0134448 Jy ! Component: 100 - total flux cleaned = 0.021381 Jy ! Component: 150 - total flux cleaned = 0.0264664 Jy ! Component: 200 - total flux cleaned = 0.029515 Jy ! Total flux subtracted in 200 components = 0.029515 Jy ! Clean residual min=-0.009928 max=0.013149 Jy/beam ! Clean residual mean=-0.000002 rms=0.002837 Jy/beam ! Combined flux in latest and established models = 0.205312 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 97 components and 0.205312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072883Jy sigma=1.527221 ! Fit after self-cal, rms=0.072362Jy sigma=1.514401 ! 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.072362Jy sigma=1.514401 ! Fit after self-cal, rms=0.072352Jy sigma=1.513254 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.175 mas, bmaj=7.823 mas, bpa=1.267 degrees ! Estimated noise=0.421396 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00689807 Jy ! Component: 100 - total flux cleaned = 0.00899721 Jy ! Component: 150 - total flux cleaned = 0.0104282 Jy ! Component: 200 - total flux cleaned = 0.011155 Jy ! Total flux subtracted in 200 components = 0.011155 Jy ! Clean residual min=-0.008834 max=0.009908 Jy/beam ! Clean residual mean=-0.000002 rms=0.002513 Jy/beam ! Combined flux in latest and established models = 0.216467 Jy selfcal ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 127 components and 0.216467 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071513Jy sigma=1.494370 ! Fit after self-cal, rms=0.071341Jy sigma=1.490655 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.00264259 Jy ! Component: 100 - total flux cleaned = 0.00358181 Jy ! Component: 150 - total flux cleaned = 0.00378056 Jy ! Component: 200 - total flux cleaned = 0.00396337 Jy ! Total flux subtracted in 200 components = 0.00396337 Jy ! Clean residual min=-0.008367 max=0.009703 Jy/beam ! Clean residual mean=-0.000001 rms=0.002370 Jy/beam ! Combined flux in latest and established models = 0.22043 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 149 components and 0.22043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070979Jy sigma=1.482964 ! Fit after self-cal, rms=0.070918Jy sigma=1.481861 ! 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.070918Jy sigma=1.481861 ! Fit after self-cal, rms=0.070949Jy sigma=1.481165 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.861 mas, bmaj=13.12 mas, bpa=2.744 degrees ! Estimated noise=0.543322 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00410465 Jy ! Component: 100 - total flux cleaned = 0.00485311 Jy ! Component: 150 - total flux cleaned = 0.00456422 Jy ! Component: 200 - total flux cleaned = 0.00470026 Jy ! Total flux subtracted in 200 components = 0.00470026 Jy ! Clean residual min=-0.011740 max=0.012806 Jy/beam ! Clean residual mean=-0.000007 rms=0.003727 Jy/beam ! Combined flux in latest and established models = 0.225131 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 166 components and 0.225131 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070782Jy sigma=1.477940 ! Fit after self-cal, rms=0.070705Jy sigma=1.476496 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.000917892 Jy ! Component: 100 - total flux cleaned = 0.000913278 Jy ! Component: 150 - total flux cleaned = 0.000695007 Jy ! Component: 200 - total flux cleaned = 0.000603121 Jy ! Total flux subtracted in 200 components = 0.000603121 Jy ! Clean residual min=-0.011366 max=0.011695 Jy/beam ! Clean residual mean=-0.000008 rms=0.003536 Jy/beam ! Combined flux in latest and established models = 0.225734 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 176 components and 0.225734 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070703Jy sigma=1.477226 ! Fit after self-cal, rms=0.070679Jy sigma=1.476716 ! 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.174 mas, bmaj=7.818 mas, bpa=1.276 degrees ! Estimated noise=0.421696 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.174 x 7.818 at 1.276 degrees (North through East) ! Clean map min=-0.0093626 max=0.14688 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.701 mas, bmaj=7.126 mas, bpa=1.841 degrees ! Estimated noise=0.619201 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.113604 Jy ! Component: 100 - total flux cleaned = 0.151301 Jy ! Component: 150 - total flux cleaned = 0.173318 Jy ! Component: 200 - total flux cleaned = 0.18785 Jy ! Total flux subtracted in 200 components = 0.18785 Jy ! Clean residual min=-0.010404 max=0.010798 Jy/beam ! Clean residual mean=-0.000021 rms=0.002624 Jy/beam ! Combined flux in latest and established models = 0.18785 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.18785 Jy ! Inverting map and beam ! Estimated beam: bmin=3.174 mas, bmaj=7.818 mas, bpa=1.276 degrees ! Estimated noise=0.421696 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.0150571 Jy ! Component: 100 - total flux cleaned = 0.0235884 Jy ! Component: 150 - total flux cleaned = 0.0285829 Jy ! Component: 200 - total flux cleaned = 0.0304373 Jy ! Total flux subtracted in 200 components = 0.0304373 Jy ! Clean residual min=-0.008839 max=0.010337 Jy/beam ! Clean residual mean=-0.000003 rms=0.002551 Jy/beam ! Combined flux in latest and established models = 0.218288 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 72 components and 0.218288 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.861 mas, bmaj=13.12 mas, bpa=2.744 degrees ! Estimated noise=0.543322 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00809385 Jy ! Component: 100 - total flux cleaned = 0.010952 Jy ! Component: 150 - total flux cleaned = 0.010602 Jy ! Component: 200 - total flux cleaned = 0.0102877 Jy ! Total flux subtracted in 200 components = 0.0102877 Jy ! Clean residual min=-0.011631 max=0.013817 Jy/beam ! Clean residual mean=-0.000002 rms=0.003767 Jy/beam ! Combined flux in latest and established models = 0.228576 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000284383 Jy ! Component: 100 - total flux cleaned = -0.000418478 Jy ! Component: 150 - total flux cleaned = -0.000547144 Jy ! Component: 200 - total flux cleaned = -0.000667528 Jy ! Total flux subtracted in 200 components = -0.000667528 Jy ! Clean residual min=-0.011034 max=0.013278 Jy/beam ! Clean residual mean=-0.000003 rms=0.003633 Jy/beam ! Combined flux in latest and established models = 0.227908 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 94 components and 0.227908 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.174 mas, bmaj=7.818 mas, bpa=1.276 degrees ! Estimated noise=0.421696 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00189391 Jy ! Component: 100 - total flux cleaned = -0.00120019 Jy ! Component: 150 - total flux cleaned = -0.000596791 Jy ! Component: 200 - total flux cleaned = -0.000323658 Jy ! Total flux subtracted in 200 components = -0.000323658 Jy ! Clean residual min=-0.008329 max=0.010380 Jy/beam ! Clean residual mean=-0.000002 rms=0.002288 Jy/beam ! Combined flux in latest and established models = 0.227584 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 108 components and 0.227584 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071408Jy sigma=1.490661 ! Fit after self-cal, rms=0.071156Jy sigma=1.485932 wmodel /J0650-0840_S_map.mod ! wmodel: Unable to open new model file: /J0650-0840_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219h_uvs/J0650-0840_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.174 x 7.818 at 1.276 degrees (North through East) ! Clean map min=-0.0078285 max=0.14086 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J0650-0840_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.140861 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.0022549 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -4.80239 4.80239 9.60477 19.2095 38.4191 76.8382 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0067 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.14 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 62.468 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J0650-0840_S_dfm.log closed on Thu May 19 22:13:21 2016