! Started logfile: /scr/pima/bg219h_uvs/J0637-1052_S_dfm.log on Thu May 19 22:12:55 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/J0637-1052_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J0637-1052_S_uva.fits ! AN table 1: 61 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.680783 visibilities/baseline/integration-bin. ! Found source: J0637-1052 ! ! 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 5980 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 J0637-1052_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 103 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 103 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 103 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 103 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.006424Jy sigma=22.655636 ! Fit after self-cal, rms=0.916256Jy sigma=20.582006 ! 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.006 mas, bmaj=7.154 mas, bpa=-0.2424 degrees ! Estimated noise=0.530443 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.061396 Jy ! Component: 100 - total flux cleaned = 0.0826318 Jy ! Total flux subtracted in 100 components = 0.0826318 Jy ! Clean residual min=-0.006190 max=0.010124 Jy/beam ! Clean residual mean=0.000011 rms=0.001604 Jy/beam ! Combined flux in latest and established models = 0.0826318 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.0826318 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065749Jy sigma=1.430773 ! Fit after self-cal, rms=0.065235Jy sigma=1.419122 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0123037 Jy ! Component: 100 - total flux cleaned = 0.0195772 Jy ! Total flux subtracted in 100 components = 0.0195772 Jy ! Clean residual min=-0.005093 max=0.003791 Jy/beam ! Clean residual mean=0.000003 rms=0.001035 Jy/beam ! Combined flux in latest and established models = 0.102209 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 24 components and 0.102209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062147Jy sigma=1.346190 ! Fit after self-cal, rms=0.062107Jy sigma=1.345264 ! 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.472 mas, bmaj=8.202 mas, bpa=0.4419 degrees ! Estimated noise=0.435621 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.00657304 Jy ! Component: 100 - total flux cleaned = 0.00977882 Jy ! Component: 150 - total flux cleaned = 0.0114186 Jy ! Component: 200 - total flux cleaned = 0.0122895 Jy ! Total flux subtracted in 200 components = 0.0122895 Jy ! Clean residual min=-0.003438 max=0.003603 Jy/beam ! Clean residual mean=-0.000004 rms=0.000919 Jy/beam ! Combined flux in latest and established models = 0.114498 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 40 components and 0.114498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061455Jy sigma=1.330920 ! Fit after self-cal, rms=0.061436Jy sigma=1.330561 ! 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.472 x 8.202 at 0.4419 degrees (North through East) ! Clean map min=-0.0033644 max=0.085757 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 HN 1.03 KP 0.92 LA 1.08 ! MK 0.96 NL 1.08 OV 0.95 PT 0.99 ! SC 1.08 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 HN 0.99 KP 0.97 LA 1.04 ! MK 1.06 NL 1.14 OV 0.97 PT 1.01 ! SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 HN 0.92 KP 1.00 LA 1.09 ! MK 0.94 NL 1.03 OV 0.95 PT 1.03 ! SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 HN 1.01 KP 1.01 LA 1.03 ! MK 1.07 NL 0.95 OV 0.99 PT 0.94 ! SC 0.99 ! ! ! Fit before self-cal, rms=0.061436Jy sigma=1.330561 ! Fit after self-cal, rms=0.062165Jy sigma=1.322247 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.475 mas, bmaj=8.224 mas, bpa=0.4451 degrees ! Estimated noise=0.435539 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.000682366 Jy ! Component: 100 - total flux cleaned = 0.000890542 Jy ! Component: 150 - total flux cleaned = 0.00103831 Jy ! Component: 200 - total flux cleaned = 0.00110156 Jy ! Total flux subtracted in 200 components = 0.00110156 Jy ! Clean residual min=-0.003084 max=0.002849 Jy/beam ! Clean residual mean=-0.000009 rms=0.000810 Jy/beam ! Combined flux in latest and established models = 0.1156 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 48 components and 0.1156 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062144Jy sigma=1.322006 ! Fit after self-cal, rms=0.062208Jy sigma=1.321694 ! 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.062208Jy sigma=1.321694 ! Fit after self-cal, rms=0.061937Jy sigma=1.308971 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.481 mas, bmaj=8.237 mas, bpa=0.3936 degrees ! Estimated noise=0.4363 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000684449 Jy ! Component: 100 - total flux cleaned = 0.000779294 Jy ! Component: 150 - total flux cleaned = 0.000843134 Jy ! Component: 200 - total flux cleaned = 0.000885898 Jy ! Total flux subtracted in 200 components = 0.000885898 Jy ! Clean residual min=-0.002041 max=0.001970 Jy/beam ! Clean residual mean=0.000001 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.116486 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 59 components and 0.116486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061925Jy sigma=1.308714 ! Fit after self-cal, rms=0.061954Jy sigma=1.308395 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.05458e-05 Jy ! Component: 100 - total flux cleaned = 5.70482e-05 Jy ! Component: 150 - total flux cleaned = 9.33373e-05 Jy ! Component: 200 - total flux cleaned = 0.000115448 Jy ! Total flux subtracted in 200 components = 0.000115448 Jy ! Clean residual min=-0.002060 max=0.001982 Jy/beam ! Clean residual mean=0.000000 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.116601 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 61 components and 0.116601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061948Jy sigma=1.308295 ! Fit after self-cal, rms=0.061948Jy sigma=1.308281 ! 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.061948Jy sigma=1.308281 ! Fit after self-cal, rms=0.061998Jy sigma=1.308171 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.476 mas, bmaj=8.231 mas, bpa=0.1977 degrees ! Estimated noise=0.43603 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000345787 Jy ! Component: 100 - total flux cleaned = 0.000402488 Jy ! Component: 150 - total flux cleaned = 0.000439698 Jy ! Component: 200 - total flux cleaned = 0.000473367 Jy ! Total flux subtracted in 200 components = 0.000473367 Jy ! Clean residual min=-0.002036 max=0.001949 Jy/beam ! Clean residual mean=0.000001 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.117075 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 67 components and 0.117075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061992Jy sigma=1.308046 ! Fit after self-cal, rms=0.061994Jy sigma=1.308032 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.16566e-05 Jy ! Component: 100 - total flux cleaned = 2.15774e-05 Jy ! Component: 150 - total flux cleaned = 4.07042e-05 Jy ! Component: 200 - total flux cleaned = 6.72464e-05 Jy ! Total flux subtracted in 200 components = 6.72464e-05 Jy ! Clean residual min=-0.002041 max=0.001951 Jy/beam ! Clean residual mean=0.000001 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.117142 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 67 components and 0.117142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061990Jy sigma=1.307971 ! Fit after self-cal, rms=0.061989Jy sigma=1.307958 ! 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.061989Jy sigma=1.307958 ! Fit after self-cal, rms=0.061980Jy sigma=1.307922 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.865 mas, bmaj=13.26 mas, bpa=-0.6674 degrees ! Estimated noise=0.553189 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000171394 Jy ! Component: 100 - total flux cleaned = 0.000194321 Jy ! Component: 150 - total flux cleaned = 0.000194174 Jy ! Component: 200 - total flux cleaned = 0.00019432 Jy ! Total flux subtracted in 200 components = 0.00019432 Jy ! Clean residual min=-0.002056 max=0.002162 Jy/beam ! Clean residual mean=0.000003 rms=0.000616 Jy/beam ! Combined flux in latest and established models = 0.117336 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 70 components and 0.117336 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061979Jy sigma=1.307906 ! Fit after self-cal, rms=0.061979Jy sigma=1.307898 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.64262e-06 Jy ! Component: 100 - total flux cleaned = 1.80911e-05 Jy ! Component: 150 - total flux cleaned = 1.78917e-05 Jy ! Component: 200 - total flux cleaned = 1.79743e-05 Jy ! Total flux subtracted in 200 components = 1.79743e-05 Jy ! Clean residual min=-0.002043 max=0.002158 Jy/beam ! Clean residual mean=0.000003 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.117354 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 71 components and 0.117354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061979Jy sigma=1.307932 ! Fit after self-cal, rms=0.061979Jy sigma=1.307926 ! 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.471 mas, bmaj=8.223 mas, bpa=0.03004 degrees ! Estimated noise=0.435658 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.471 x 8.223 at 0.03004 degrees (North through East) ! Clean map min=-0.0019487 max=0.085407 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.002 mas, bmaj=7.176 mas, bpa=-0.5898 degrees ! Estimated noise=0.533148 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0616005 Jy ! Component: 100 - total flux cleaned = 0.0837122 Jy ! Component: 150 - total flux cleaned = 0.0964609 Jy ! Component: 200 - total flux cleaned = 0.104107 Jy ! Total flux subtracted in 200 components = 0.104107 Jy ! Clean residual min=-0.003337 max=0.003894 Jy/beam ! Clean residual mean=0.000006 rms=0.000779 Jy/beam ! Combined flux in latest and established models = 0.104107 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.104107 Jy ! Inverting map and beam ! Estimated beam: bmin=3.471 mas, bmaj=8.223 mas, bpa=0.03004 degrees ! Estimated noise=0.435658 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.00601353 Jy ! Component: 100 - total flux cleaned = 0.00905542 Jy ! Component: 150 - total flux cleaned = 0.0108094 Jy ! Component: 200 - total flux cleaned = 0.0119334 Jy ! Total flux subtracted in 200 components = 0.0119334 Jy ! Clean residual min=-0.002144 max=0.001948 Jy/beam ! Clean residual mean=0.000002 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.11604 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 58 components and 0.11604 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.865 mas, bmaj=13.26 mas, bpa=-0.6674 degrees ! Estimated noise=0.553189 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00101875 Jy ! Component: 100 - total flux cleaned = 0.00126537 Jy ! Component: 150 - total flux cleaned = 0.00133493 Jy ! Component: 200 - total flux cleaned = 0.00137917 Jy ! Total flux subtracted in 200 components = 0.00137917 Jy ! Clean residual min=-0.002088 max=0.002162 Jy/beam ! Clean residual mean=0.000003 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.11742 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.80987e-05 Jy ! Component: 100 - total flux cleaned = 1.93056e-05 Jy ! Component: 150 - total flux cleaned = 1.22214e-05 Jy ! Component: 200 - total flux cleaned = 5.65963e-06 Jy ! Total flux subtracted in 200 components = 5.65963e-06 Jy ! Clean residual min=-0.002052 max=0.002158 Jy/beam ! Clean residual mean=0.000003 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.117425 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 79 components and 0.117425 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.471 mas, bmaj=8.223 mas, bpa=0.03004 degrees ! Estimated noise=0.435658 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.8366e-05 Jy ! Component: 100 - total flux cleaned = 1.16334e-05 Jy ! Component: 150 - total flux cleaned = 6.93002e-05 Jy ! Component: 200 - total flux cleaned = 0.000106669 Jy ! Total flux subtracted in 200 components = 0.000106669 Jy ! Clean residual min=-0.002011 max=0.001955 Jy/beam ! Clean residual mean=0.000002 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.117532 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 89 components and 0.117532 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061986Jy sigma=1.308075 ! Fit after self-cal, rms=0.061985Jy sigma=1.308037 wmodel /J0637-1052_S_map.mod ! wmodel: Unable to open new model file: /J0637-1052_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219h_uvs/J0637-1052_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.471 x 8.223 at 0.03004 degrees (North through East) ! Clean map min=-0.0019289 max=0.085162 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J0637-1052_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0851621 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00051482 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.81355 1.81355 3.62711 7.25421 14.5084 29.0169 58.0337 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.085 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 165.421 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J0637-1052_S_dfm.log closed on Thu May 19 22:12:58 2016