! Started logfile: /scr/pima/bg219h_uvs/J1350-2204_S_dfm.log on Thu May 19 22:27:37 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/J1350-2204_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J1350-2204_S_uva.fits ! AN table 1: 28 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.75873 visibilities/baseline/integration-bin. ! Found source: J1350-2204 ! ! 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 3824 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 J1350-2204_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 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.050734Jy sigma=19.059144 ! Fit after self-cal, rms=0.675256Jy sigma=12.456727 ! 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.426 mas, bmaj=6.105 mas, bpa=-4.922 degrees ! Estimated noise=1.05572 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.240991 Jy ! Component: 100 - total flux cleaned = 0.316997 Jy ! Total flux subtracted in 100 components = 0.316997 Jy ! Clean residual min=-0.039778 max=0.087074 Jy/beam ! Clean residual mean=-0.000348 rms=0.009666 Jy/beam ! Combined flux in latest and established models = 0.316997 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.316997 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.229994Jy sigma=4.086140 ! Fit after self-cal, rms=0.229870Jy sigma=4.084367 ! Inverting map ! Added new window around map position (-3.5, -27.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0787019 Jy ! Component: 100 - total flux cleaned = 0.127966 Jy ! Total flux subtracted in 100 components = 0.127966 Jy ! Clean residual min=-0.031447 max=0.032558 Jy/beam ! Clean residual mean=-0.000269 rms=0.007011 Jy/beam ! Combined flux in latest and established models = 0.444962 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 43 components and 0.444962 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179611Jy sigma=3.197463 ! Fit after self-cal, rms=0.174982Jy sigma=3.105258 ! 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=2.973 mas, bmaj=7.329 mas, bpa=-5.97 degrees ! Estimated noise=0.768791 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.0789359 Jy ! Component: 100 - total flux cleaned = 0.134679 Jy ! Component: 150 - total flux cleaned = 0.176428 Jy ! Component: 200 - total flux cleaned = 0.20843 Jy ! Total flux subtracted in 200 components = 0.20843 Jy ! Clean residual min=-0.025120 max=0.033129 Jy/beam ! Clean residual mean=-0.000376 rms=0.007892 Jy/beam ! Combined flux in latest and established models = 0.653393 Jy ! Performing phase self-cal ! Adding 63 model components to the UV plane model. ! The established model now contains 94 components and 0.653392 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119835Jy sigma=2.076342 ! Fit after self-cal, rms=0.116501Jy sigma=2.011401 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.973 x 7.329 at -5.97 degrees (North through East) ! Clean map min=-0.018961 max=0.34946 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.04 FD 1.00* HN 1.20 KP 0.88 ! LA 0.87 MK 1.09 NL 1.10 OV 0.90 ! PT 0.86 SC 1.05 ! ! ! 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.02 FD 1.00* HN 1.19 KP 0.89 ! LA 0.87 MK 1.11 NL 0.98 OV 0.91 ! PT 0.87 SC 1.06 ! ! ! 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.116501Jy sigma=2.011401 ! Fit after self-cal, rms=0.106170Jy sigma=1.791092 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.034 mas, bmaj=7.443 mas, bpa=-5.642 degrees ! Estimated noise=0.751985 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.5, -27). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.02623 Jy ! Component: 100 - total flux cleaned = 0.0420622 Jy ! Component: 150 - total flux cleaned = 0.0531379 Jy ! Component: 200 - total flux cleaned = 0.0593466 Jy ! Total flux subtracted in 200 components = 0.0593466 Jy ! Clean residual min=-0.012322 max=0.017222 Jy/beam ! Clean residual mean=-0.000111 rms=0.003499 Jy/beam ! Combined flux in latest and established models = 0.712739 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 124 components and 0.712739 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098175Jy sigma=1.647077 ! Fit after self-cal, rms=0.097099Jy sigma=1.619497 ! 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.097099Jy sigma=1.619497 ! Fit after self-cal, rms=0.090382Jy sigma=1.540957 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.039 mas, bmaj=7.439 mas, bpa=-5.467 degrees ! Estimated noise=0.738817 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00971517 Jy ! Component: 100 - total flux cleaned = 0.0130356 Jy ! Component: 150 - total flux cleaned = 0.0144506 Jy ! Component: 200 - total flux cleaned = 0.0156787 Jy ! Total flux subtracted in 200 components = 0.0156787 Jy ! Clean residual min=-0.008362 max=0.014263 Jy/beam ! Clean residual mean=-0.000052 rms=0.002441 Jy/beam ! Combined flux in latest and established models = 0.728418 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 133 components and 0.728418 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088927Jy sigma=1.511156 ! Fit after self-cal, rms=0.088738Jy sigma=1.506389 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 (6.5, 5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0123517 Jy ! Component: 100 - total flux cleaned = 0.0155072 Jy ! Component: 150 - total flux cleaned = 0.0175165 Jy ! Component: 200 - total flux cleaned = 0.0193581 Jy ! Total flux subtracted in 200 components = 0.0193581 Jy ! Clean residual min=-0.007625 max=0.008983 Jy/beam ! Clean residual mean=-0.000019 rms=0.001911 Jy/beam ! Combined flux in latest and established models = 0.747776 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 159 components and 0.747776 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086521Jy sigma=1.467669 ! Fit after self-cal, rms=0.086388Jy sigma=1.464007 ! 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.086388Jy sigma=1.464007 ! Fit after self-cal, rms=0.085054Jy sigma=1.433795 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.027 mas, bmaj=7.414 mas, bpa=-5.524 degrees ! Estimated noise=0.742018 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00770393 Jy ! Component: 100 - total flux cleaned = 0.013168 Jy ! Component: 150 - total flux cleaned = 0.0173671 Jy ! Component: 200 - total flux cleaned = 0.0206799 Jy ! Total flux subtracted in 200 components = 0.0206799 Jy ! Clean residual min=-0.006029 max=0.008504 Jy/beam ! Clean residual mean=-0.000021 rms=0.001799 Jy/beam ! Combined flux in latest and established models = 0.768456 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 186 components and 0.768456 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084147Jy sigma=1.414094 ! Fit after self-cal, rms=0.084082Jy sigma=1.412201 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 (-42.5, 48.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00746379 Jy ! Component: 100 - total flux cleaned = 0.011246 Jy ! Component: 150 - total flux cleaned = 0.012758 Jy ! Component: 200 - total flux cleaned = 0.0140253 Jy ! Total flux subtracted in 200 components = 0.0140253 Jy ! Clean residual min=-0.005465 max=0.006469 Jy/beam ! Clean residual mean=0.000000 rms=0.001486 Jy/beam ! Combined flux in latest and established models = 0.782481 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 220 components and 0.782481 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083330Jy sigma=1.397745 ! Fit after self-cal, rms=0.083266Jy sigma=1.396311 ! 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.083266Jy sigma=1.396311 ! Fit after self-cal, rms=0.080660Jy sigma=1.339168 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.926 mas, bmaj=16.08 mas, bpa=-1.287 degrees ! Estimated noise=0.979846 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00655455 Jy ! Component: 100 - total flux cleaned = 0.00948027 Jy ! Component: 150 - total flux cleaned = 0.0104752 Jy ! Component: 200 - total flux cleaned = 0.0111283 Jy ! Total flux subtracted in 200 components = 0.0111283 Jy ! Clean residual min=-0.007839 max=0.006758 Jy/beam ! Clean residual mean=-0.000078 rms=0.002173 Jy/beam ! Combined flux in latest and established models = 0.793609 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 236 components and 0.793609 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080583Jy sigma=1.337194 ! Fit after self-cal, rms=0.080520Jy sigma=1.336235 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.00208573 Jy ! Component: 100 - total flux cleaned = 0.00254574 Jy ! Component: 150 - total flux cleaned = 0.00289381 Jy ! Component: 200 - total flux cleaned = 0.00302158 Jy ! Total flux subtracted in 200 components = 0.00302158 Jy ! Clean residual min=-0.007687 max=0.006795 Jy/beam ! Clean residual mean=-0.000065 rms=0.002086 Jy/beam ! Combined flux in latest and established models = 0.796631 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 247 components and 0.796631 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080521Jy sigma=1.336515 ! Fit after self-cal, rms=0.080509Jy sigma=1.336359 ! 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.023 mas, bmaj=7.41 mas, bpa=-5.339 degrees ! Estimated noise=0.742893 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.023 x 7.41 at -5.339 degrees (North through East) ! Clean map min=-0.0057497 max=0.33191 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.457 mas, bmaj=6.133 mas, bpa=-4.209 degrees ! Estimated noise=1.04012 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.240917 Jy ! Component: 100 - total flux cleaned = 0.337222 Jy ! Component: 150 - total flux cleaned = 0.403486 Jy ! Component: 200 - total flux cleaned = 0.453633 Jy ! Total flux subtracted in 200 components = 0.453633 Jy ! Clean residual min=-0.017023 max=0.029369 Jy/beam ! Clean residual mean=-0.000230 rms=0.005552 Jy/beam ! Combined flux in latest and established models = 0.453633 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 44 model components to the UV plane model. ! The established model now contains 44 components and 0.453633 Jy ! Inverting map and beam ! Estimated beam: bmin=3.023 mas, bmaj=7.41 mas, bpa=-5.339 degrees ! Estimated noise=0.742893 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.0708925 Jy ! Component: 100 - total flux cleaned = 0.121652 Jy ! Component: 150 - total flux cleaned = 0.160312 Jy ! Component: 200 - total flux cleaned = 0.190621 Jy ! Total flux subtracted in 200 components = 0.190621 Jy ! Clean residual min=-0.012648 max=0.020966 Jy/beam ! Clean residual mean=-0.000267 rms=0.005058 Jy/beam ! Combined flux in latest and established models = 0.644255 Jy ! Adding 83 model components to the UV plane model. ! The established model now contains 118 components and 0.644255 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.926 mas, bmaj=16.08 mas, bpa=-1.287 degrees ! Estimated noise=0.979846 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0468187 Jy ! Component: 100 - total flux cleaned = 0.0770467 Jy ! Component: 150 - total flux cleaned = 0.0975195 Jy ! Component: 200 - total flux cleaned = 0.111788 Jy ! Total flux subtracted in 200 components = 0.111788 Jy ! Clean residual min=-0.009860 max=0.013521 Jy/beam ! Clean residual mean=-0.000217 rms=0.003559 Jy/beam ! Combined flux in latest and established models = 0.756043 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.0101623 Jy ! Component: 100 - total flux cleaned = 0.0175855 Jy ! Component: 150 - total flux cleaned = 0.0231928 Jy ! Component: 200 - total flux cleaned = 0.027514 Jy ! Total flux subtracted in 200 components = 0.027514 Jy ! Clean residual min=-0.007572 max=0.009050 Jy/beam ! Clean residual mean=-0.000113 rms=0.002441 Jy/beam ! Combined flux in latest and established models = 0.783557 Jy ! Adding 133 model components to the UV plane model. ! The established model now contains 233 components and 0.783557 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.023 mas, bmaj=7.41 mas, bpa=-5.339 degrees ! Estimated noise=0.742893 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00179514 Jy ! Component: 100 - total flux cleaned = 0.00340525 Jy ! Component: 150 - total flux cleaned = 0.00340694 Jy ! Component: 200 - total flux cleaned = 0.0036846 Jy ! Total flux subtracted in 200 components = 0.0036846 Jy ! Clean residual min=-0.005746 max=0.007729 Jy/beam ! Clean residual mean=-0.000037 rms=0.001551 Jy/beam ! Combined flux in latest and established models = 0.787241 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 262 components and 0.787241 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080857Jy sigma=1.346555 ! Fit after self-cal, rms=0.080705Jy sigma=1.343073 wmodel /J1350-2204_S_map.mod ! wmodel: Unable to open new model file: /J1350-2204_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219h_uvs/J1350-2204_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.023 x 7.41 at -5.339 degrees (North through East) ! Clean map min=-0.0055336 max=0.32979 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J1350-2204_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.329789 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00152013 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.38282 1.38282 2.76563 5.53127 11.0625 22.1251 44.2501 88.5003 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0045 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.329 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 216.948 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J1350-2204_S_dfm.log closed on Thu May 19 22:27:39 2016