! Started logfile: /scr/pima/bg219g_uvs/J1826+0149_S_dfm.log on Thu May 19 21:58:00 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/bg219g_uvs/J1826+0149_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219g_uvs/J1826+0149_S_uva.fits ! AN table 1: 14 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.933333 visibilities/baseline/integration-bin. ! Found source: J1826+0149 ! ! 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 2352 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 J1826+0149_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 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.051073Jy sigma=20.339662 ! Fit after self-cal, rms=0.708022Jy sigma=13.771971 ! 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.863 mas, bmaj=6.617 mas, bpa=0.626 degrees ! Estimated noise=1.09191 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.228836 Jy ! Component: 100 - total flux cleaned = 0.303918 Jy ! Total flux subtracted in 100 components = 0.303918 Jy ! Clean residual min=-0.024996 max=0.052131 Jy/beam ! Clean residual mean=-0.000047 rms=0.008559 Jy/beam ! Combined flux in latest and established models = 0.303918 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.303918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147506Jy sigma=2.883996 ! Fit after self-cal, rms=0.147535Jy sigma=2.882908 ! Inverting map ! Added new window around map position (-18.5, 39). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0479538 Jy ! Component: 100 - total flux cleaned = 0.0760337 Jy ! Total flux subtracted in 100 components = 0.0760337 Jy ! Clean residual min=-0.020002 max=0.039811 Jy/beam ! Clean residual mean=-0.000082 rms=0.006498 Jy/beam ! Combined flux in latest and established models = 0.379952 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 25 components and 0.379952 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128472Jy sigma=2.506868 ! Fit after self-cal, rms=0.126717Jy sigma=2.477530 ! 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.291 mas, bmaj=7.38 mas, bpa=-1.914 degrees ! Estimated noise=0.862982 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 (51.5, -82.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0442923 Jy ! Component: 100 - total flux cleaned = 0.067994 Jy ! Component: 150 - total flux cleaned = 0.0831216 Jy ! Component: 200 - total flux cleaned = 0.0938721 Jy ! Total flux subtracted in 200 components = 0.0938721 Jy ! Clean residual min=-0.016724 max=0.019354 Jy/beam ! Clean residual mean=-0.000025 rms=0.004268 Jy/beam ! Combined flux in latest and established models = 0.473824 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 77 components and 0.473824 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111613Jy sigma=2.135747 ! Fit after self-cal, rms=0.110318Jy sigma=2.114049 ! 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.291 x 7.38 at -1.914 degrees (North through East) ! Clean map min=-0.016404 max=0.27842 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.110318Jy sigma=2.114049 ! Fit after self-cal, rms=0.110318Jy sigma=2.114049 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.291 mas, bmaj=7.38 mas, bpa=-1.914 degrees ! Estimated noise=0.862982 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.00842844 Jy ! Component: 100 - total flux cleaned = 0.0105752 Jy ! Component: 150 - total flux cleaned = 0.0121885 Jy ! Component: 200 - total flux cleaned = 0.012918 Jy ! Total flux subtracted in 200 components = 0.012918 Jy ! Clean residual min=-0.015053 max=0.015603 Jy/beam ! Clean residual mean=-0.000032 rms=0.003708 Jy/beam ! Combined flux in latest and established models = 0.486742 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 125 components and 0.486742 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108897Jy sigma=2.082993 ! Fit after self-cal, rms=0.108824Jy sigma=2.081602 ! 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.108824Jy sigma=2.081602 ! Fit after self-cal, rms=0.110315Jy sigma=2.069605 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.292 mas, bmaj=7.381 mas, bpa=-2.07 degrees ! Estimated noise=0.863728 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00342337 Jy ! Component: 100 - total flux cleaned = -0.0028272 Jy ! Component: 150 - total flux cleaned = -0.00228172 Jy ! Component: 200 - total flux cleaned = -0.0017716 Jy ! Total flux subtracted in 200 components = -0.0017716 Jy ! Clean residual min=-0.012886 max=0.013354 Jy/beam ! Clean residual mean=-0.000026 rms=0.003284 Jy/beam ! Combined flux in latest and established models = 0.48497 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 142 components and 0.48497 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109678Jy sigma=2.057459 ! Fit after self-cal, rms=0.109711Jy sigma=2.057054 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.00016938 Jy ! Component: 100 - total flux cleaned = 0.000473492 Jy ! Component: 150 - total flux cleaned = 0.000911018 Jy ! Component: 200 - total flux cleaned = 0.0014559 Jy ! Total flux subtracted in 200 components = 0.0014559 Jy ! Clean residual min=-0.012302 max=0.012860 Jy/beam ! Clean residual mean=-0.000025 rms=0.003194 Jy/beam ! Combined flux in latest and established models = 0.486426 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 151 components and 0.486426 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109341Jy sigma=2.050069 ! Fit after self-cal, rms=0.109335Jy sigma=2.049854 ! 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.109335Jy sigma=2.049854 ! Fit after self-cal, rms=0.108854Jy sigma=2.049577 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.291 mas, bmaj=7.383 mas, bpa=-2.131 degrees ! Estimated noise=0.861855 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.88744e-05 Jy ! Component: 100 - total flux cleaned = 0.000360655 Jy ! Component: 150 - total flux cleaned = 0.000601576 Jy ! Component: 200 - total flux cleaned = 0.000719229 Jy ! Total flux subtracted in 200 components = 0.000719229 Jy ! Clean residual min=-0.012027 max=0.012435 Jy/beam ! Clean residual mean=-0.000023 rms=0.003126 Jy/beam ! Combined flux in latest and established models = 0.487146 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 158 components and 0.487146 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108574Jy sigma=2.044476 ! Fit after self-cal, rms=0.108562Jy sigma=2.044311 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 = 2.59459e-05 Jy ! Component: 100 - total flux cleaned = -8.5401e-05 Jy ! Component: 150 - total flux cleaned = -0.00019328 Jy ! Component: 200 - total flux cleaned = -0.000192936 Jy ! Total flux subtracted in 200 components = -0.000192936 Jy ! Clean residual min=-0.011917 max=0.011965 Jy/beam ! Clean residual mean=-0.000022 rms=0.003076 Jy/beam ! Combined flux in latest and established models = 0.486953 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 163 components and 0.486953 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108354Jy sigma=2.040724 ! Fit after self-cal, rms=0.108347Jy sigma=2.040624 ! 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.108347Jy sigma=2.040624 ! Fit after self-cal, rms=0.108004Jy sigma=2.040509 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.19 mas, bmaj=11.51 mas, bpa=-11.74 degrees ! Estimated noise=1.09147 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00253953 Jy ! Component: 100 - total flux cleaned = -0.00297493 Jy ! Component: 150 - total flux cleaned = -0.00324321 Jy ! Component: 200 - total flux cleaned = -0.00360291 Jy ! Total flux subtracted in 200 components = -0.00360291 Jy ! Clean residual min=-0.013086 max=0.013457 Jy/beam ! Clean residual mean=-0.000042 rms=0.003830 Jy/beam ! Combined flux in latest and established models = 0.48335 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 174 components and 0.48335 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108021Jy sigma=2.039842 ! Fit after self-cal, rms=0.107995Jy sigma=2.039484 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.000695858 Jy ! Component: 100 - total flux cleaned = -0.00080782 Jy ! Component: 150 - total flux cleaned = -0.00101787 Jy ! Component: 200 - total flux cleaned = -0.00131075 Jy ! Total flux subtracted in 200 components = -0.00131075 Jy ! Clean residual min=-0.012560 max=0.013247 Jy/beam ! Clean residual mean=-0.000038 rms=0.003706 Jy/beam ! Combined flux in latest and established models = 0.482039 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 181 components and 0.482039 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108077Jy sigma=2.040560 ! Fit after self-cal, rms=0.108066Jy sigma=2.040401 ! 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.291 mas, bmaj=7.386 mas, bpa=-2.167 degrees ! Estimated noise=0.861082 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.291 x 7.386 at -2.167 degrees (North through East) ! Clean map min=-0.012889 max=0.26804 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.865 mas, bmaj=6.616 mas, bpa=0.3945 degrees ! Estimated noise=1.09207 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.227622 Jy ! Component: 100 - total flux cleaned = 0.310011 Jy ! Component: 150 - total flux cleaned = 0.361198 Jy ! Component: 200 - total flux cleaned = 0.395551 Jy ! Total flux subtracted in 200 components = 0.395551 Jy ! Clean residual min=-0.019577 max=0.023431 Jy/beam ! Clean residual mean=-0.000002 rms=0.005067 Jy/beam ! Combined flux in latest and established models = 0.395551 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 39 model components to the UV plane model. ! The established model now contains 39 components and 0.395551 Jy ! Inverting map and beam ! Estimated beam: bmin=3.291 mas, bmaj=7.386 mas, bpa=-2.167 degrees ! Estimated noise=0.861082 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-51, 82). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0316027 Jy ! Component: 100 - total flux cleaned = 0.0516562 Jy ! Component: 150 - total flux cleaned = 0.065679 Jy ! Component: 200 - total flux cleaned = 0.0728975 Jy ! Total flux subtracted in 200 components = 0.0728975 Jy ! Clean residual min=-0.013670 max=0.012499 Jy/beam ! Clean residual mean=-0.000001 rms=0.003365 Jy/beam ! Combined flux in latest and established models = 0.468449 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 94 components and 0.468449 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.19 mas, bmaj=11.51 mas, bpa=-11.74 degrees ! Estimated noise=1.09147 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00910885 Jy ! Component: 100 - total flux cleaned = 0.0102978 Jy ! Component: 150 - total flux cleaned = 0.0105439 Jy ! Component: 200 - total flux cleaned = 0.0109661 Jy ! Total flux subtracted in 200 components = 0.0109661 Jy ! Clean residual min=-0.014241 max=0.011380 Jy/beam ! Clean residual mean=-0.000015 rms=0.003515 Jy/beam ! Combined flux in latest and established models = 0.479415 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 = -6.83118e-07 Jy ! Component: 100 - total flux cleaned = 6.49857e-06 Jy ! Component: 150 - total flux cleaned = -0.000470484 Jy ! Component: 200 - total flux cleaned = -0.000769544 Jy ! Total flux subtracted in 200 components = -0.000769544 Jy ! Clean residual min=-0.013519 max=0.010826 Jy/beam ! Clean residual mean=-0.000017 rms=0.003314 Jy/beam ! Combined flux in latest and established models = 0.478645 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 130 components and 0.478645 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.291 mas, bmaj=7.386 mas, bpa=-2.167 degrees ! Estimated noise=0.861082 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00038067 Jy ! Component: 100 - total flux cleaned = 0.00133455 Jy ! Component: 150 - total flux cleaned = 0.00167579 Jy ! Component: 200 - total flux cleaned = 0.00167374 Jy ! Total flux subtracted in 200 components = 0.00167374 Jy ! Clean residual min=-0.011911 max=0.010953 Jy/beam ! Clean residual mean=-0.000011 rms=0.002845 Jy/beam ! Combined flux in latest and established models = 0.480319 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 162 components and 0.480319 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107676Jy sigma=2.031212 ! Fit after self-cal, rms=0.107495Jy sigma=2.028537 wmodel /J1826+0149_S_map.mod ! wmodel: Unable to open new model file: /J1826+0149_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219g_uvs/J1826+0149_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.291 x 7.386 at -2.167 degrees (North through East) ! Clean map min=-0.011316 max=0.26758 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219g_uvs/J1826+0149_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.267576 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00281749 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -3.15891 3.15891 6.31782 12.6356 25.2713 50.5425 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0084 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.267 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 94.969 quit ! Quitting program ! Log file /scr/pima/bg219g_uvs/J1826+0149_S_dfm.log closed on Thu May 19 21:58:02 2016