! Started logfile: /scr/pima/bg219e_uvs/J0812-1810_S_dfm.log on Thu May 19 18:28:56 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/bg219e_uvs/J0812-1810_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219e_uvs/J0812-1810_S_uva.fits ! AN table 1: 42 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.916005 visibilities/baseline/integration-bin. ! Found source: J0812-1810 ! ! 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 5540 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 J0812-1810_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 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.036009Jy sigma=16.892171 ! Fit after self-cal, rms=0.727369Jy sigma=11.844176 ! 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.076 mas, bmaj=11.59 mas, bpa=18.93 degrees ! Estimated noise=0.825041 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.204282 Jy ! Component: 100 - total flux cleaned = 0.261551 Jy ! Total flux subtracted in 100 components = 0.261551 Jy ! Clean residual min=-0.010147 max=0.026072 Jy/beam ! Clean residual mean=-0.000013 rms=0.003381 Jy/beam ! Combined flux in latest and established models = 0.261551 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.261551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104598Jy sigma=1.611934 ! Fit after self-cal, rms=0.104560Jy sigma=1.611555 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0295486 Jy ! Component: 100 - total flux cleaned = 0.047328 Jy ! Total flux subtracted in 100 components = 0.047328 Jy ! Clean residual min=-0.006671 max=0.009837 Jy/beam ! Clean residual mean=-0.000004 rms=0.001872 Jy/beam ! Combined flux in latest and established models = 0.308879 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 33 components and 0.308879 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092919Jy sigma=1.385812 ! Fit after self-cal, rms=0.092891Jy sigma=1.385471 ! 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.863 mas, bmaj=13.16 mas, bpa=17.31 degrees ! Estimated noise=0.615162 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.0154079 Jy ! Component: 100 - total flux cleaned = 0.0233658 Jy ! Component: 150 - total flux cleaned = 0.0278337 Jy ! Component: 200 - total flux cleaned = 0.0305827 Jy ! Total flux subtracted in 200 components = 0.0305827 Jy ! Clean residual min=-0.004708 max=0.009083 Jy/beam ! Clean residual mean=-0.000003 rms=0.001525 Jy/beam ! Combined flux in latest and established models = 0.339462 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 73 components and 0.339462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090440Jy sigma=1.339083 ! Fit after self-cal, rms=0.090434Jy sigma=1.338896 ! Inverting map ! Added new window around map position (9, 13.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00829121 Jy ! Component: 100 - total flux cleaned = 0.0120832 Jy ! Component: 150 - total flux cleaned = 0.0131267 Jy ! Component: 200 - total flux cleaned = 0.0136014 Jy ! Total flux subtracted in 200 components = 0.0136014 Jy ! Clean residual min=-0.004121 max=0.005455 Jy/beam ! Clean residual mean=0.000002 rms=0.001189 Jy/beam ! Combined flux in latest and established models = 0.353063 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 114 components and 0.353063 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089678Jy sigma=1.325880 ! Fit after self-cal, rms=0.089548Jy sigma=1.323358 ! 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.863 x 13.16 at 17.31 degrees (North through East) ! Clean map min=-0.0037046 max=0.277 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.98 FD 1.00 HN 1.04 KP 0.99 ! LA 1.01 NL 0.99 OV 1.00 PT 0.99 ! SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.01 HN 1.03 KP 1.00 ! LA 1.01 NL 0.99 OV 0.99 PT 0.99 ! SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.03 HN 1.04 KP 0.99 ! LA 1.00 NL 1.01 OV 1.00 PT 0.99 ! SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.00 HN 1.07 KP 0.97 ! LA 0.99 NL 0.98 OV 1.00 PT 0.98 ! SC 1.01 ! ! ! Fit before self-cal, rms=0.089548Jy sigma=1.323358 ! Fit after self-cal, rms=0.089963Jy sigma=1.318694 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.869 mas, bmaj=13.24 mas, bpa=17.46 degrees ! Estimated noise=0.618011 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.00293871 Jy ! Component: 100 - total flux cleaned = 0.00296064 Jy ! Component: 150 - total flux cleaned = 0.00272945 Jy ! Component: 200 - total flux cleaned = 0.00262917 Jy ! Total flux subtracted in 200 components = 0.00262917 Jy ! Clean residual min=-0.003573 max=0.003581 Jy/beam ! Clean residual mean=0.000008 rms=0.000990 Jy/beam ! Combined flux in latest and established models = 0.355692 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 148 components and 0.355692 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089819Jy sigma=1.316295 ! Fit after self-cal, rms=0.089811Jy sigma=1.315802 ! 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.089811Jy sigma=1.315802 ! Fit after self-cal, rms=0.088741Jy sigma=1.309180 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.868 mas, bmaj=13.23 mas, bpa=17.43 degrees ! Estimated noise=0.618186 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00169366 Jy ! Component: 100 - total flux cleaned = 0.00159669 Jy ! Component: 150 - total flux cleaned = 0.00137271 Jy ! Component: 200 - total flux cleaned = 0.00133327 Jy ! Total flux subtracted in 200 components = 0.00133327 Jy ! Clean residual min=-0.003272 max=0.003192 Jy/beam ! Clean residual mean=0.000006 rms=0.000849 Jy/beam ! Combined flux in latest and established models = 0.357025 Jy selfcal ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 184 components and 0.357025 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088672Jy sigma=1.308019 ! Fit after self-cal, rms=0.088656Jy sigma=1.307829 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.000817579 Jy ! Component: 100 - total flux cleaned = 0.000741254 Jy ! Component: 150 - total flux cleaned = 0.000640437 Jy ! Component: 200 - total flux cleaned = 0.000577517 Jy ! Total flux subtracted in 200 components = 0.000577517 Jy ! Clean residual min=-0.003136 max=0.003083 Jy/beam ! Clean residual mean=0.000006 rms=0.000825 Jy/beam ! Combined flux in latest and established models = 0.357603 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 207 components and 0.357603 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088624Jy sigma=1.307329 ! Fit after self-cal, rms=0.088623Jy sigma=1.307260 ! 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.088623Jy sigma=1.307260 ! Fit after self-cal, rms=0.088335Jy sigma=1.306249 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.868 mas, bmaj=13.23 mas, bpa=17.4 degrees ! Estimated noise=0.61792 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000620536 Jy ! Component: 100 - total flux cleaned = 0.000350875 Jy ! Component: 150 - total flux cleaned = 0.000148357 Jy ! Component: 200 - total flux cleaned = -2.42093e-06 Jy ! Total flux subtracted in 200 components = -2.42093e-06 Jy ! Clean residual min=-0.002988 max=0.002996 Jy/beam ! Clean residual mean=0.000004 rms=0.000779 Jy/beam ! Combined flux in latest and established models = 0.357601 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 231 components and 0.357601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088309Jy sigma=1.305727 ! Fit after self-cal, rms=0.088303Jy sigma=1.305676 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.000333182 Jy ! Component: 100 - total flux cleaned = 0.000223431 Jy ! Component: 150 - total flux cleaned = 0.000147378 Jy ! Component: 200 - total flux cleaned = 0.000147858 Jy ! Total flux subtracted in 200 components = 0.000147858 Jy ! Clean residual min=-0.002917 max=0.002911 Jy/beam ! Clean residual mean=0.000004 rms=0.000768 Jy/beam ! Combined flux in latest and established models = 0.357748 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 245 components and 0.357748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088287Jy sigma=1.305410 ! Fit after self-cal, rms=0.088287Jy sigma=1.305387 ! 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.088287Jy sigma=1.305387 ! Fit after self-cal, rms=0.088407Jy sigma=1.305319 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.768 mas, bmaj=17.79 mas, bpa=7.768 degrees ! Estimated noise=0.713646 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.047e-06 Jy ! Component: 100 - total flux cleaned = -0.000106318 Jy ! Component: 150 - total flux cleaned = -0.000265826 Jy ! Component: 200 - total flux cleaned = -0.000364176 Jy ! Total flux subtracted in 200 components = -0.000364176 Jy ! Clean residual min=-0.002718 max=0.002781 Jy/beam ! Clean residual mean=0.000006 rms=0.000886 Jy/beam ! Combined flux in latest and established models = 0.357384 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 280 components and 0.357384 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088398Jy sigma=1.305220 ! Fit after self-cal, rms=0.088397Jy sigma=1.305176 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.000219006 Jy ! Component: 100 - total flux cleaned = 0.00022111 Jy ! Component: 150 - total flux cleaned = 0.000221685 Jy ! Component: 200 - total flux cleaned = 0.000222123 Jy ! Total flux subtracted in 200 components = 0.000222123 Jy ! Clean residual min=-0.002726 max=0.002708 Jy/beam ! Clean residual mean=0.000006 rms=0.000876 Jy/beam ! Combined flux in latest and established models = 0.357606 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 295 components and 0.357606 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088393Jy sigma=1.305150 ! Fit after self-cal, rms=0.088394Jy sigma=1.305130 ! 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.869 mas, bmaj=13.23 mas, bpa=17.4 degrees ! Estimated noise=0.618417 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.869 x 13.23 at 17.4 degrees (North through East) ! Clean map min=-0.0028259 max=0.27711 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.077 mas, bmaj=11.67 mas, bpa=18.99 degrees ! Estimated noise=0.831632 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.205736 Jy ! Component: 100 - total flux cleaned = 0.262696 Jy ! Component: 150 - total flux cleaned = 0.291641 Jy ! Component: 200 - total flux cleaned = 0.309367 Jy ! Total flux subtracted in 200 components = 0.309367 Jy ! Clean residual min=-0.006661 max=0.009517 Jy/beam ! Clean residual mean=-0.000002 rms=0.001808 Jy/beam ! Combined flux in latest and established models = 0.309367 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.309367 Jy ! Inverting map and beam ! Estimated beam: bmin=3.869 mas, bmaj=13.23 mas, bpa=17.4 degrees ! Estimated noise=0.618417 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.0172404 Jy ! Component: 100 - total flux cleaned = 0.0278451 Jy ! Component: 150 - total flux cleaned = 0.0348672 Jy ! Component: 200 - total flux cleaned = 0.0396988 Jy ! Total flux subtracted in 200 components = 0.0396988 Jy ! Clean residual min=-0.004003 max=0.003232 Jy/beam ! Clean residual mean=0.000001 rms=0.000982 Jy/beam ! Combined flux in latest and established models = 0.349066 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 81 components and 0.349066 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.768 mas, bmaj=17.79 mas, bpa=7.768 degrees ! Estimated noise=0.713646 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00479766 Jy ! Component: 100 - total flux cleaned = 0.0071817 Jy ! Component: 150 - total flux cleaned = 0.00762935 Jy ! Component: 200 - total flux cleaned = 0.00795924 Jy ! Total flux subtracted in 200 components = 0.00795924 Jy ! Clean residual min=-0.003055 max=0.002852 Jy/beam ! Clean residual mean=0.000006 rms=0.000929 Jy/beam ! Combined flux in latest and established models = 0.357025 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.000301958 Jy ! Component: 100 - total flux cleaned = 0.000580335 Jy ! Component: 150 - total flux cleaned = 0.000831137 Jy ! Component: 200 - total flux cleaned = 0.000990432 Jy ! Total flux subtracted in 200 components = 0.000990432 Jy ! Clean residual min=-0.002951 max=0.002810 Jy/beam ! Clean residual mean=0.000006 rms=0.000896 Jy/beam ! Combined flux in latest and established models = 0.358015 Jy ! Adding 91 model components to the UV plane model. ! The established model now contains 170 components and 0.358015 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.869 mas, bmaj=13.23 mas, bpa=17.4 degrees ! Estimated noise=0.618417 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000498257 Jy ! Component: 100 - total flux cleaned = 0.000497913 Jy ! Component: 150 - total flux cleaned = 0.000547513 Jy ! Component: 200 - total flux cleaned = 0.000594004 Jy ! Total flux subtracted in 200 components = 0.000594004 Jy ! Clean residual min=-0.002957 max=0.002697 Jy/beam ! Clean residual mean=0.000004 rms=0.000775 Jy/beam ! Combined flux in latest and established models = 0.358609 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 189 components and 0.358609 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088459Jy sigma=1.306237 ! Fit after self-cal, rms=0.088452Jy sigma=1.305991 wmodel /J0812-1810_S_map.mod ! wmodel: Unable to open new model file: /J0812-1810_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219e_uvs/J0812-1810_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.869 x 13.23 at 17.4 degrees (North through East) ! Clean map min=-0.0029364 max=0.27734 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219e_uvs/J0812-1810_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.277339 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000771906 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.834978 0.834978 1.66996 3.33991 6.67982 13.3596 26.7193 53.4386 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0023 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.277 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 359.29 quit ! Quitting program ! Log file /scr/pima/bg219e_uvs/J0812-1810_S_dfm.log closed on Thu May 19 18:28:58 2016