! Started logfile: /scr/pima/bg219h_uvs/J2249-3039_S_dfm.log on Thu May 19 22:45:24 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/J2249-3039_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J2249-3039_S_uva.fits ! AN table 1: 47 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.793381 visibilities/baseline/integration-bin. ! Found source: J2249-3039 ! ! 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 6712 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 J2249-3039_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 71 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 71 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 71 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 71 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.020767Jy sigma=17.794622 ! Fit after self-cal, rms=0.775344Jy sigma=13.311068 ! 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.503 mas, bmaj=7.341 mas, bpa=4.863 degrees ! Estimated noise=0.862906 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.179618 Jy ! Component: 100 - total flux cleaned = 0.219273 Jy ! Total flux subtracted in 100 components = 0.219273 Jy ! Clean residual min=-0.010750 max=0.021892 Jy/beam ! Clean residual mean=-0.000073 rms=0.002804 Jy/beam ! Combined flux in latest and established models = 0.219273 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.219273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096906Jy sigma=1.563734 ! Fit after self-cal, rms=0.096897Jy sigma=1.563669 ! Inverting map ! Added new window around map position (3.5, -7). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0204424 Jy ! Component: 100 - total flux cleaned = 0.0322355 Jy ! Total flux subtracted in 100 components = 0.0322355 Jy ! Clean residual min=-0.008595 max=0.016468 Jy/beam ! Clean residual mean=-0.000042 rms=0.002121 Jy/beam ! Combined flux in latest and established models = 0.251509 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 22 components and 0.251509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091176Jy sigma=1.442126 ! Fit after self-cal, rms=0.091023Jy sigma=1.436803 ! 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.024 mas, bmaj=8.767 mas, bpa=4.701 degrees ! Estimated noise=0.551616 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 (-3.5, 7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.016688 Jy ! Component: 100 - total flux cleaned = 0.0262715 Jy ! Component: 150 - total flux cleaned = 0.0324035 Jy ! Component: 200 - total flux cleaned = 0.0336784 Jy ! Total flux subtracted in 200 components = 0.0336784 Jy ! Clean residual min=-0.006516 max=0.005725 Jy/beam ! Clean residual mean=-0.000026 rms=0.001577 Jy/beam ! Combined flux in latest and established models = 0.285187 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 43 components and 0.285187 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087636Jy sigma=1.375327 ! Fit after self-cal, rms=0.087609Jy sigma=1.374263 ! 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.024 x 8.767 at 4.701 degrees (North through East) ! Clean map min=-0.0060269 max=0.21989 Jy/beam if ( peak(flux,max)/imstat(rms) < lim_self ) selflim lim_val ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.00* HN 1.13 KP 1.00 ! LA 0.99 MK 1.02 NL 1.01 OV 0.97 ! PT 0.97 SC 0.99 ! ! ! 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 0.97 FD 1.00* HN 1.15 KP 0.99 ! LA 0.99 MK 1.05 NL 1.00 OV 0.97 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.00* HN 1.18 KP 1.01 ! LA 0.96 MK 1.01 NL 0.94 OV 1.00 ! PT 0.99 SC 1.05 ! ! ! Fit before self-cal, rms=0.087609Jy sigma=1.374263 ! Fit after self-cal, rms=0.089900Jy sigma=1.360648 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.052 mas, bmaj=8.802 mas, bpa=4.903 degrees ! Estimated noise=0.552618 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.00133691 Jy ! Component: 100 - total flux cleaned = -0.00263876 Jy ! Component: 150 - total flux cleaned = -0.00321229 Jy ! Component: 200 - total flux cleaned = -0.00369742 Jy ! Total flux subtracted in 200 components = -0.00369742 Jy ! Clean residual min=-0.005132 max=0.004593 Jy/beam ! Clean residual mean=-0.000010 rms=0.001300 Jy/beam ! Combined flux in latest and established models = 0.281489 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 60 components and 0.28149 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089623Jy sigma=1.355806 ! Fit after self-cal, rms=0.089652Jy sigma=1.355415 ! 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.089652Jy sigma=1.355415 ! Fit after self-cal, rms=0.089882Jy sigma=1.346953 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.063 mas, bmaj=8.821 mas, bpa=4.889 degrees ! Estimated noise=0.551206 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0027224 Jy ! Component: 100 - total flux cleaned = -0.00341825 Jy ! Component: 150 - total flux cleaned = -0.00373005 Jy ! Component: 200 - total flux cleaned = -0.00389147 Jy ! Total flux subtracted in 200 components = -0.00389147 Jy ! Clean residual min=-0.004684 max=0.004096 Jy/beam ! Clean residual mean=-0.000007 rms=0.001181 Jy/beam ! Combined flux in latest and established models = 0.277598 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 79 components and 0.277598 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089747Jy sigma=1.345042 ! Fit after self-cal, rms=0.089750Jy sigma=1.344930 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.000121132 Jy ! Component: 100 - total flux cleaned = 3.08455e-05 Jy ! Component: 150 - total flux cleaned = 3.19744e-05 Jy ! Component: 200 - total flux cleaned = 7.10977e-05 Jy ! Total flux subtracted in 200 components = 7.10977e-05 Jy ! Clean residual min=-0.004576 max=0.004140 Jy/beam ! Clean residual mean=-0.000007 rms=0.001170 Jy/beam ! Combined flux in latest and established models = 0.277669 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 90 components and 0.277669 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089695Jy sigma=1.344366 ! Fit after self-cal, rms=0.089690Jy sigma=1.344315 ! 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.089690Jy sigma=1.344315 ! Fit after self-cal, rms=0.090620Jy sigma=1.340345 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.075 mas, bmaj=8.849 mas, bpa=4.962 degrees ! Estimated noise=0.548915 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00197882 Jy ! Component: 100 - total flux cleaned = -0.00266031 Jy ! Component: 150 - total flux cleaned = -0.00286722 Jy ! Component: 200 - total flux cleaned = -0.00292588 Jy ! Total flux subtracted in 200 components = -0.00292588 Jy ! Clean residual min=-0.004361 max=0.003844 Jy/beam ! Clean residual mean=-0.000002 rms=0.001060 Jy/beam ! Combined flux in latest and established models = 0.274743 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 110 components and 0.274743 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090555Jy sigma=1.339604 ! Fit after self-cal, rms=0.090561Jy sigma=1.339548 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.83494e-06 Jy ! Component: 100 - total flux cleaned = 4.16085e-05 Jy ! Component: 150 - total flux cleaned = 4.14599e-05 Jy ! Component: 200 - total flux cleaned = 4.09711e-05 Jy ! Total flux subtracted in 200 components = 4.09711e-05 Jy ! Clean residual min=-0.004373 max=0.003821 Jy/beam ! Clean residual mean=-0.000002 rms=0.001056 Jy/beam ! Combined flux in latest and established models = 0.274784 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 119 components and 0.274784 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090545Jy sigma=1.339341 ! Fit after self-cal, rms=0.090543Jy sigma=1.339325 ! 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.090543Jy sigma=1.339325 ! Fit after self-cal, rms=0.090468Jy sigma=1.338848 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.401 mas, bmaj=21.74 mas, bpa=4.764 degrees ! Estimated noise=0.666468 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000653191 Jy ! Component: 100 - total flux cleaned = -0.000494355 Jy ! Component: 150 - total flux cleaned = -0.00032073 Jy ! Component: 200 - total flux cleaned = -0.000207688 Jy ! Total flux subtracted in 200 components = -0.000207688 Jy ! Clean residual min=-0.005496 max=0.004761 Jy/beam ! Clean residual mean=0.000007 rms=0.001397 Jy/beam ! Combined flux in latest and established models = 0.274576 Jy selfcal ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 156 components and 0.274576 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090446Jy sigma=1.338847 ! Fit after self-cal, rms=0.090446Jy sigma=1.338778 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.000114443 Jy ! Component: 100 - total flux cleaned = 0.000179526 Jy ! Component: 150 - total flux cleaned = 0.000237829 Jy ! Component: 200 - total flux cleaned = 0.000316978 Jy ! Total flux subtracted in 200 components = 0.000316978 Jy ! Clean residual min=-0.005475 max=0.004591 Jy/beam ! Clean residual mean=0.000008 rms=0.001385 Jy/beam ! Combined flux in latest and established models = 0.274893 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 172 components and 0.274893 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090459Jy sigma=1.339043 ! Fit after self-cal, rms=0.090456Jy sigma=1.338999 ! 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.081 mas, bmaj=8.864 mas, bpa=4.984 degrees ! Estimated noise=0.546166 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.081 x 8.864 at 4.984 degrees (North through East) ! Clean map min=-0.0049144 max=0.21883 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.543 mas, bmaj=7.399 mas, bpa=5.427 degrees ! Estimated noise=0.867477 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.180459 Jy ! Component: 100 - total flux cleaned = 0.220927 Jy ! Component: 150 - total flux cleaned = 0.236887 Jy ! Component: 200 - total flux cleaned = 0.246918 Jy ! Total flux subtracted in 200 components = 0.246918 Jy ! Clean residual min=-0.005599 max=0.007538 Jy/beam ! Clean residual mean=-0.000027 rms=0.001551 Jy/beam ! Combined flux in latest and established models = 0.246918 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.246918 Jy ! Inverting map and beam ! Estimated beam: bmin=3.081 mas, bmaj=8.864 mas, bpa=4.984 degrees ! Estimated noise=0.546166 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.0104963 Jy ! Component: 100 - total flux cleaned = 0.0169786 Jy ! Component: 150 - total flux cleaned = 0.0213652 Jy ! Component: 200 - total flux cleaned = 0.0235436 Jy ! Total flux subtracted in 200 components = 0.0235436 Jy ! Clean residual min=-0.004779 max=0.004946 Jy/beam ! Clean residual mean=-0.000008 rms=0.001153 Jy/beam ! Combined flux in latest and established models = 0.270462 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 38 components and 0.270462 Jy ! Inverting map ! Added new window around map position (19, -82.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00400795 Jy ! Component: 100 - total flux cleaned = 0.00422077 Jy ! Component: 150 - total flux cleaned = 0.00431083 Jy ! Component: 200 - total flux cleaned = 0.00447371 Jy ! Total flux subtracted in 200 components = 0.00447371 Jy ! Clean residual min=-0.004515 max=0.003721 Jy/beam ! Clean residual mean=-0.000002 rms=0.001020 Jy/beam ! Combined flux in latest and established models = 0.274936 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 63 components and 0.274936 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.401 mas, bmaj=21.74 mas, bpa=4.764 degrees ! Estimated noise=0.666468 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00211925 Jy ! Component: 100 - total flux cleaned = 0.00240662 Jy ! Component: 150 - total flux cleaned = 0.00253378 Jy ! Component: 200 - total flux cleaned = 0.00258897 Jy ! Total flux subtracted in 200 components = 0.00258897 Jy ! Clean residual min=-0.005437 max=0.003747 Jy/beam ! Clean residual mean=0.000010 rms=0.001292 Jy/beam ! Combined flux in latest and established models = 0.277524 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.92447e-05 Jy ! Component: 100 - total flux cleaned = 0.000143499 Jy ! Component: 150 - total flux cleaned = 0.000232458 Jy ! Component: 200 - total flux cleaned = 0.00027438 Jy ! Total flux subtracted in 200 components = 0.00027438 Jy ! Clean residual min=-0.005358 max=0.003501 Jy/beam ! Clean residual mean=0.000011 rms=0.001264 Jy/beam ! Combined flux in latest and established models = 0.277799 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 85 components and 0.277799 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.081 mas, bmaj=8.864 mas, bpa=4.984 degrees ! Estimated noise=0.546166 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000646813 Jy ! Component: 100 - total flux cleaned = -0.000867047 Jy ! Component: 150 - total flux cleaned = -0.000926591 Jy ! Component: 200 - total flux cleaned = -0.00087017 Jy ! Total flux subtracted in 200 components = -0.00087017 Jy ! Clean residual min=-0.004122 max=0.003285 Jy/beam ! Clean residual mean=0.000002 rms=0.000945 Jy/beam ! Combined flux in latest and established models = 0.276929 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 95 components and 0.276929 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090400Jy sigma=1.336316 ! Fit after self-cal, rms=0.090366Jy sigma=1.335808 wmodel /J2249-3039_S_map.mod ! wmodel: Unable to open new model file: /J2249-3039_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219h_uvs/J2249-3039_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.081 x 8.864 at 4.984 degrees (North through East) ! Clean map min=-0.0052781 max=0.21827 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J2249-3039_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.218274 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000937352 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.28831 1.28831 2.57662 5.15325 10.3065 20.613 41.226 82.452 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0028 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.218 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 232.862 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J2249-3039_S_dfm.log closed on Thu May 19 22:45:26 2016