! Started logfile: /scr/pima/bg219i_uvs/J1507+0415_S_dfm.log on Thu May 19 23:25:21 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/bg219i_uvs/J1507+0415_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219i_uvs/J1507+0415_S_uva.fits ! AN table 1: 42 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.9 visibilities/baseline/integration-bin. ! Found source: J1507+0415 ! ! 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 6804 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 J1507+0415_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.026758Jy sigma=24.371831 ! Fit after self-cal, rms=0.808561Jy sigma=19.179699 ! 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.865 mas, bmaj=6.568 mas, bpa=-2.897 degrees ! Estimated noise=0.545686 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.145825 Jy ! Component: 100 - total flux cleaned = 0.17996 Jy ! Total flux subtracted in 100 components = 0.17996 Jy ! Clean residual min=-0.006954 max=0.013682 Jy/beam ! Clean residual mean=0.000014 rms=0.001764 Jy/beam ! Combined flux in latest and established models = 0.17996 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.17996 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063587Jy sigma=1.465110 ! Fit after self-cal, rms=0.063574Jy sigma=1.464834 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0156814 Jy ! Component: 100 - total flux cleaned = 0.0251258 Jy ! Total flux subtracted in 100 components = 0.0251258 Jy ! Clean residual min=-0.005047 max=0.005270 Jy/beam ! Clean residual mean=0.000007 rms=0.001156 Jy/beam ! Combined flux in latest and established models = 0.205086 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 35 components and 0.205086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058616Jy sigma=1.342841 ! Fit after self-cal, rms=0.058584Jy sigma=1.342343 ! 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.471 mas, bmaj=7.482 mas, bpa=-3.27 degrees ! Estimated noise=0.376711 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, 6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0081879 Jy ! Component: 100 - total flux cleaned = 0.0129027 Jy ! Component: 150 - total flux cleaned = 0.0158243 Jy ! Component: 200 - total flux cleaned = 0.017822 Jy ! Total flux subtracted in 200 components = 0.017822 Jy ! Clean residual min=-0.002640 max=0.002538 Jy/beam ! Clean residual mean=0.000001 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.222908 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 74 components and 0.222908 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057409Jy sigma=1.313047 ! Fit after self-cal, rms=0.057392Jy sigma=1.312743 ! 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.471 x 7.482 at -3.27 degrees (North through East) ! Clean map min=-0.0025265 max=0.19088 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.02 FD 0.99 HN 1.02 KP 1.00 ! LA 0.99 MK 0.99 NL 1.01 OV 1.01 ! PT 0.98 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.01 HN 1.05 KP 0.99 ! LA 0.97 MK 1.01 NL 0.98 OV 0.98 ! PT 0.97 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.02 HN 1.04 KP 0.98 ! LA 1.01 MK 1.02 NL 0.99 OV 0.99 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.01 HN 1.05 KP 0.98 ! LA 0.99 MK 1.01 NL 0.97 OV 1.03 ! PT 0.98 SC 1.00 ! ! ! Fit before self-cal, rms=0.057392Jy sigma=1.312743 ! Fit after self-cal, rms=0.057221Jy sigma=1.307369 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.488 mas, bmaj=7.51 mas, bpa=-3.231 degrees ! Estimated noise=0.375442 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 = 9.59433e-06 Jy ! Component: 100 - total flux cleaned = -5.60821e-05 Jy ! Component: 150 - total flux cleaned = -0.000137998 Jy ! Component: 200 - total flux cleaned = -0.00020866 Jy ! Total flux subtracted in 200 components = -0.00020866 Jy ! Clean residual min=-0.002154 max=0.002184 Jy/beam ! Clean residual mean=-0.000001 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.222699 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 90 components and 0.2227 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057188Jy sigma=1.306708 ! Fit after self-cal, rms=0.057190Jy sigma=1.306660 ! 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.057190Jy sigma=1.306660 ! Fit after self-cal, rms=0.056991Jy sigma=1.300528 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.488 mas, bmaj=7.509 mas, bpa=-3.287 degrees ! Estimated noise=0.375235 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000213481 Jy ! Component: 100 - total flux cleaned = -0.000213089 Jy ! Component: 150 - total flux cleaned = -0.000243725 Jy ! Component: 200 - total flux cleaned = -0.000285156 Jy ! Total flux subtracted in 200 components = -0.000285156 Jy ! Clean residual min=-0.001904 max=0.001899 Jy/beam ! Clean residual mean=-0.000002 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.222414 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 104 components and 0.222414 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056977Jy sigma=1.300285 ! Fit after self-cal, rms=0.056980Jy sigma=1.300242 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.42355e-05 Jy ! Component: 100 - total flux cleaned = -0.000145703 Jy ! Component: 150 - total flux cleaned = -0.00016776 Jy ! Component: 200 - total flux cleaned = -0.000207255 Jy ! Total flux subtracted in 200 components = -0.000207255 Jy ! Clean residual min=-0.001912 max=0.001899 Jy/beam ! Clean residual mean=-0.000002 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.222207 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 113 components and 0.222207 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056975Jy sigma=1.300139 ! Fit after self-cal, rms=0.056974Jy sigma=1.300126 ! 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.056974Jy sigma=1.300126 ! Fit after self-cal, rms=0.056966Jy sigma=1.300087 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.488 mas, bmaj=7.511 mas, bpa=-3.331 degrees ! Estimated noise=0.375027 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000195386 Jy ! Component: 100 - total flux cleaned = -0.000289762 Jy ! Component: 150 - total flux cleaned = -0.000348356 Jy ! Component: 200 - total flux cleaned = -0.000356863 Jy ! Total flux subtracted in 200 components = -0.000356863 Jy ! Clean residual min=-0.001904 max=0.001873 Jy/beam ! Clean residual mean=-0.000002 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.22185 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 124 components and 0.22185 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056961Jy sigma=1.299998 ! Fit after self-cal, rms=0.056960Jy sigma=1.299983 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 = -1.86737e-05 Jy ! Component: 100 - total flux cleaned = -2.81299e-05 Jy ! Component: 150 - total flux cleaned = -2.8115e-05 Jy ! Component: 200 - total flux cleaned = -2.1091e-05 Jy ! Total flux subtracted in 200 components = -2.1091e-05 Jy ! Clean residual min=-0.001905 max=0.001870 Jy/beam ! Clean residual mean=-0.000002 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.221829 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 129 components and 0.221829 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056957Jy sigma=1.299925 ! Fit after self-cal, rms=0.056956Jy sigma=1.299914 ! 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.056956Jy sigma=1.299914 ! Fit after self-cal, rms=0.056954Jy sigma=1.299895 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.864 mas, bmaj=11.58 mas, bpa=-3.81 degrees ! Estimated noise=0.464073 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000146145 Jy ! Component: 100 - total flux cleaned = -0.000119837 Jy ! Component: 150 - total flux cleaned = -9.93845e-05 Jy ! Component: 200 - total flux cleaned = -8.25975e-05 Jy ! Total flux subtracted in 200 components = -8.25975e-05 Jy ! Clean residual min=-0.001816 max=0.001837 Jy/beam ! Clean residual mean=-0.000004 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.221747 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 148 components and 0.221747 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056954Jy sigma=1.299933 ! Fit after self-cal, rms=0.056954Jy sigma=1.299929 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 = 5.14672e-05 Jy ! Component: 100 - total flux cleaned = 6.78926e-05 Jy ! Component: 150 - total flux cleaned = 7.27093e-05 Jy ! Component: 200 - total flux cleaned = 7.74363e-05 Jy ! Total flux subtracted in 200 components = 7.74363e-05 Jy ! Clean residual min=-0.001811 max=0.001823 Jy/beam ! Clean residual mean=-0.000004 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.221824 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 155 components and 0.221824 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056955Jy sigma=1.299944 ! Fit after self-cal, rms=0.056954Jy sigma=1.299941 ! 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.489 mas, bmaj=7.513 mas, bpa=-3.365 degrees ! Estimated noise=0.374855 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.489 x 7.513 at -3.365 degrees (North through East) ! Clean map min=-0.0017909 max=0.19005 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.879 mas, bmaj=6.588 mas, bpa=-2.984 degrees ! Estimated noise=0.544156 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.145363 Jy ! Component: 100 - total flux cleaned = 0.17923 Jy ! Component: 150 - total flux cleaned = 0.194421 Jy ! Component: 200 - total flux cleaned = 0.20364 Jy ! Total flux subtracted in 200 components = 0.20364 Jy ! Clean residual min=-0.004697 max=0.004889 Jy/beam ! Clean residual mean=0.000007 rms=0.001047 Jy/beam ! Combined flux in latest and established models = 0.20364 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.20364 Jy ! Inverting map and beam ! Estimated beam: bmin=3.489 mas, bmaj=7.513 mas, bpa=-3.365 degrees ! Estimated noise=0.374855 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.00779276 Jy ! Component: 100 - total flux cleaned = 0.0121634 Jy ! Component: 150 - total flux cleaned = 0.0148464 Jy ! Component: 200 - total flux cleaned = 0.016168 Jy ! Total flux subtracted in 200 components = 0.016168 Jy ! Clean residual min=-0.002098 max=0.001755 Jy/beam ! Clean residual mean=0.000000 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.219808 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 70 components and 0.219808 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.864 mas, bmaj=11.58 mas, bpa=-3.81 degrees ! Estimated noise=0.464073 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00140448 Jy ! Component: 100 - total flux cleaned = 0.00167785 Jy ! Component: 150 - total flux cleaned = 0.00186383 Jy ! Component: 200 - total flux cleaned = 0.0019813 Jy ! Total flux subtracted in 200 components = 0.0019813 Jy ! Clean residual min=-0.001845 max=0.001850 Jy/beam ! Clean residual mean=-0.000003 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.22179 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.8132e-05 Jy ! Component: 100 - total flux cleaned = 7.32845e-05 Jy ! Component: 150 - total flux cleaned = 7.31348e-05 Jy ! Component: 200 - total flux cleaned = 6.34979e-05 Jy ! Total flux subtracted in 200 components = 6.34979e-05 Jy ! Clean residual min=-0.001837 max=0.001844 Jy/beam ! Clean residual mean=-0.000004 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.221853 Jy ! Adding 71 model components to the UV plane model. ! The established model now contains 125 components and 0.221853 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.489 mas, bmaj=7.513 mas, bpa=-3.365 degrees ! Estimated noise=0.374855 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000119411 Jy ! Component: 100 - total flux cleaned = -0.000118883 Jy ! Component: 150 - total flux cleaned = -9.96667e-05 Jy ! Component: 200 - total flux cleaned = -9.8704e-05 Jy ! Total flux subtracted in 200 components = -9.8704e-05 Jy ! Clean residual min=-0.001872 max=0.001885 Jy/beam ! Clean residual mean=-0.000002 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.221754 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 141 components and 0.221754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056972Jy sigma=1.300279 ! Fit after self-cal, rms=0.056970Jy sigma=1.300226 wmodel /J1507+0415_S_map.mod ! wmodel: Unable to open new model file: /J1507+0415_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219i_uvs/J1507+0415_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.489 x 7.513 at -3.365 degrees (North through East) ! Clean map min=-0.0018041 max=0.18998 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219i_uvs/J1507+0415_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.18998 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000440283 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.695256 0.695256 1.39051 2.78103 5.56205 11.1241 22.2482 44.4964 88.9928 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.189 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 431.495 quit ! Quitting program ! Log file /scr/pima/bg219i_uvs/J1507+0415_S_dfm.log closed on Thu May 19 23:25:23 2016