! Started logfile: /scr/pima/bg219b_uvs/J1745+2252_S_dfm.log on Thu May 19 20:29:28 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/bg219b_uvs/J1745+2252_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219b_uvs/J1745+2252_S_uva.fits ! AN table 1: 28 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.861905 visibilities/baseline/integration-bin. ! Found source: J1745+2252 ! ! 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 4344 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 J1745+2252_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 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.015508Jy sigma=24.641231 ! Fit after self-cal, rms=0.821961Jy sigma=19.961499 ! 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.005 mas, bmaj=5.93 mas, bpa=-4.731 degrees ! Estimated noise=0.68248 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.135287 Jy ! Component: 100 - total flux cleaned = 0.169239 Jy ! Total flux subtracted in 100 components = 0.169239 Jy ! Clean residual min=-0.004906 max=0.013372 Jy/beam ! Clean residual mean=0.000007 rms=0.001448 Jy/beam ! Combined flux in latest and established models = 0.169239 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.169239 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060580Jy sigma=1.396450 ! Fit after self-cal, rms=0.060497Jy sigma=1.394735 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0139635 Jy ! Component: 100 - total flux cleaned = 0.020252 Jy ! Total flux subtracted in 100 components = 0.020252 Jy ! Clean residual min=-0.003829 max=0.004172 Jy/beam ! Clean residual mean=0.000008 rms=0.000967 Jy/beam ! Combined flux in latest and established models = 0.189491 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 18 components and 0.189491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056840Jy sigma=1.302270 ! Fit after self-cal, rms=0.056766Jy sigma=1.300584 ! 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.565 mas, bmaj=6.752 mas, bpa=-4.606 degrees ! Estimated noise=0.504183 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.00523625 Jy ! Component: 100 - total flux cleaned = 0.00793675 Jy ! Component: 150 - total flux cleaned = 0.00953999 Jy ! Component: 200 - total flux cleaned = 0.0105176 Jy ! Total flux subtracted in 200 components = 0.0105176 Jy ! Clean residual min=-0.002886 max=0.003032 Jy/beam ! Clean residual mean=0.000010 rms=0.000772 Jy/beam ! Combined flux in latest and established models = 0.200008 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 42 components and 0.200008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056283Jy sigma=1.288711 ! Fit after self-cal, rms=0.056273Jy sigma=1.288404 ! 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.565 x 6.752 at -4.606 degrees (North through East) ! Clean map min=-0.0027817 max=0.17558 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.96 FD 0.97 HN 1.00 KP 0.98 ! LA 0.97 MK 1.02 NL 0.99 OV 0.99 ! PT 1.02 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.01 HN 1.00 KP 0.99 ! LA 1.02 MK 1.02 NL 1.05 OV 1.02 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.99 HN 0.98 KP 1.00 ! LA 0.98 MK 1.05 NL 1.07 OV 0.99 ! PT 0.95 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.02 HN 1.01 KP 1.02 ! LA 0.95 MK 1.03 NL 1.00 OV 0.98 ! PT 0.97 SC 0.97 ! ! ! Fit before self-cal, rms=0.056273Jy sigma=1.288404 ! Fit after self-cal, rms=0.056060Jy sigma=1.278663 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.587 mas, bmaj=6.755 mas, bpa=-4.242 degrees ! Estimated noise=0.504771 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.000574817 Jy ! Component: 100 - total flux cleaned = -0.000373623 Jy ! Component: 150 - total flux cleaned = -0.000305128 Jy ! Component: 200 - total flux cleaned = -0.00024536 Jy ! Total flux subtracted in 200 components = -0.00024536 Jy ! Clean residual min=-0.002954 max=0.003008 Jy/beam ! Clean residual mean=0.000012 rms=0.000724 Jy/beam ! Combined flux in latest and established models = 0.199763 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 50 components and 0.199763 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056029Jy sigma=1.277854 ! Fit after self-cal, rms=0.056032Jy sigma=1.277689 ! 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.056032Jy sigma=1.277689 ! Fit after self-cal, rms=0.055618Jy sigma=1.262836 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.573 mas, bmaj=6.752 mas, bpa=-4.486 degrees ! Estimated noise=0.504086 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000333346 Jy ! Component: 100 - total flux cleaned = 0.000401251 Jy ! Component: 150 - total flux cleaned = 0.000402165 Jy ! Component: 200 - total flux cleaned = 0.000413868 Jy ! Total flux subtracted in 200 components = 0.000413868 Jy ! Clean residual min=-0.002624 max=0.002534 Jy/beam ! Clean residual mean=0.000006 rms=0.000644 Jy/beam ! Combined flux in latest and established models = 0.200177 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 56 components and 0.200177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055607Jy sigma=1.262613 ! Fit after self-cal, rms=0.055613Jy sigma=1.262494 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.30893e-05 Jy ! Component: 100 - total flux cleaned = -9.98111e-06 Jy ! Component: 150 - total flux cleaned = -1.17932e-06 Jy ! Component: 200 - total flux cleaned = 6.39463e-06 Jy ! Total flux subtracted in 200 components = 6.39463e-06 Jy ! Clean residual min=-0.002613 max=0.002532 Jy/beam ! Clean residual mean=0.000006 rms=0.000642 Jy/beam ! Combined flux in latest and established models = 0.200183 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 60 components and 0.200183 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055607Jy sigma=1.262392 ! Fit after self-cal, rms=0.055606Jy sigma=1.262353 ! 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.055606Jy sigma=1.262353 ! Fit after self-cal, rms=0.055607Jy sigma=1.262326 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.57 mas, bmaj=6.745 mas, bpa=-4.487 degrees ! Estimated noise=0.504089 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000239776 Jy ! Component: 100 - total flux cleaned = 0.000291392 Jy ! Component: 150 - total flux cleaned = 0.000315848 Jy ! Component: 200 - total flux cleaned = 0.000330584 Jy ! Total flux subtracted in 200 components = 0.000330584 Jy ! Clean residual min=-0.002624 max=0.002536 Jy/beam ! Clean residual mean=0.000006 rms=0.000640 Jy/beam ! Combined flux in latest and established models = 0.200514 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 61 components and 0.200514 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055601Jy sigma=1.262238 ! Fit after self-cal, rms=0.055600Jy sigma=1.262212 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 = 9.19347e-07 Jy ! Component: 100 - total flux cleaned = 9.73617e-06 Jy ! Component: 150 - total flux cleaned = 1.54049e-05 Jy ! Component: 200 - total flux cleaned = 2.58379e-05 Jy ! Total flux subtracted in 200 components = 2.58379e-05 Jy ! Clean residual min=-0.002621 max=0.002528 Jy/beam ! Clean residual mean=0.000006 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.200539 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 63 components and 0.200539 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055597Jy sigma=1.262166 ! Fit after self-cal, rms=0.055596Jy sigma=1.262144 ! 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.055596Jy sigma=1.262144 ! Fit after self-cal, rms=0.055599Jy sigma=1.262129 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.467 mas, bmaj=10.31 mas, bpa=-2.082 degrees ! Estimated noise=0.618406 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000293132 Jy ! Component: 100 - total flux cleaned = 0.000234136 Jy ! Component: 150 - total flux cleaned = 0.000204295 Jy ! Component: 200 - total flux cleaned = 0.000179777 Jy ! Total flux subtracted in 200 components = 0.000179777 Jy ! Clean residual min=-0.002877 max=0.002835 Jy/beam ! Clean residual mean=0.000012 rms=0.000840 Jy/beam ! Combined flux in latest and established models = 0.200719 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 69 components and 0.200719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055599Jy sigma=1.262186 ! Fit after self-cal, rms=0.055593Jy sigma=1.262086 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 = 3.20652e-06 Jy ! Component: 100 - total flux cleaned = -1.47561e-05 Jy ! Component: 150 - total flux cleaned = -2.23498e-05 Jy ! Component: 200 - total flux cleaned = -2.90031e-05 Jy ! Total flux subtracted in 200 components = -2.90031e-05 Jy ! Clean residual min=-0.002872 max=0.002826 Jy/beam ! Clean residual mean=0.000012 rms=0.000837 Jy/beam ! Combined flux in latest and established models = 0.20069 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 71 components and 0.20069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055594Jy sigma=1.262152 ! Fit after self-cal, rms=0.055591Jy sigma=1.262098 ! 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.567 mas, bmaj=6.739 mas, bpa=-4.49 degrees ! Estimated noise=0.504129 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.567 x 6.739 at -4.49 degrees (North through East) ! Clean map min=-0.0024534 max=0.17551 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.01 mas, bmaj=5.928 mas, bpa=-4.655 degrees ! Estimated noise=0.682702 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.135088 Jy ! Component: 100 - total flux cleaned = 0.170271 Jy ! Component: 150 - total flux cleaned = 0.18443 Jy ! Component: 200 - total flux cleaned = 0.190859 Jy ! Total flux subtracted in 200 components = 0.190859 Jy ! Clean residual min=-0.003262 max=0.003457 Jy/beam ! Clean residual mean=0.000005 rms=0.000829 Jy/beam ! Combined flux in latest and established models = 0.190859 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.190859 Jy ! Inverting map and beam ! Estimated beam: bmin=3.567 mas, bmaj=6.739 mas, bpa=-4.49 degrees ! Estimated noise=0.504129 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.00457317 Jy ! Component: 100 - total flux cleaned = 0.00674833 Jy ! Component: 150 - total flux cleaned = 0.00794302 Jy ! Component: 200 - total flux cleaned = 0.00867741 Jy ! Total flux subtracted in 200 components = 0.00867741 Jy ! Clean residual min=-0.002574 max=0.002631 Jy/beam ! Clean residual mean=0.000006 rms=0.000643 Jy/beam ! Combined flux in latest and established models = 0.199536 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 36 components and 0.199536 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.467 mas, bmaj=10.31 mas, bpa=-2.082 degrees ! Estimated noise=0.618406 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000814215 Jy ! Component: 100 - total flux cleaned = 0.000886021 Jy ! Component: 150 - total flux cleaned = 0.000918334 Jy ! Component: 200 - total flux cleaned = 0.000928324 Jy ! Total flux subtracted in 200 components = 0.000928324 Jy ! Clean residual min=-0.002934 max=0.002830 Jy/beam ! Clean residual mean=0.000012 rms=0.000841 Jy/beam ! Combined flux in latest and established models = 0.200465 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 = 1.69621e-05 Jy ! Component: 100 - total flux cleaned = 2.39939e-05 Jy ! Component: 150 - total flux cleaned = 3.89092e-05 Jy ! Component: 200 - total flux cleaned = 4.57817e-05 Jy ! Total flux subtracted in 200 components = 4.57817e-05 Jy ! Clean residual min=-0.002926 max=0.002828 Jy/beam ! Clean residual mean=0.000012 rms=0.000839 Jy/beam ! Combined flux in latest and established models = 0.200511 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 46 components and 0.200511 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.567 mas, bmaj=6.739 mas, bpa=-4.49 degrees ! Estimated noise=0.504129 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000214406 Jy ! Component: 100 - total flux cleaned = -0.00012008 Jy ! Component: 150 - total flux cleaned = -5.80407e-05 Jy ! Component: 200 - total flux cleaned = 8.44595e-06 Jy ! Total flux subtracted in 200 components = 8.44595e-06 Jy ! Clean residual min=-0.002551 max=0.002538 Jy/beam ! Clean residual mean=0.000006 rms=0.000637 Jy/beam ! Combined flux in latest and established models = 0.200519 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 54 components and 0.200519 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055600Jy sigma=1.262183 ! Fit after self-cal, rms=0.055596Jy sigma=1.262119 wmodel /J1745+2252_S_map.mod ! wmodel: Unable to open new model file: /J1745+2252_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219b_uvs/J1745+2252_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.567 x 6.739 at -4.49 degrees (North through East) ! Clean map min=-0.0024521 max=0.17557 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219b_uvs/J1745+2252_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.175569 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000636817 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.08815 1.08815 2.1763 4.3526 8.7052 17.4104 34.8208 69.6416 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0019 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.175 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 275.697 quit ! Quitting program ! Log file /scr/pima/bg219b_uvs/J1745+2252_S_dfm.log closed on Thu May 19 20:29:30 2016