! Started logfile: /scr/pima/bg219e_uvs/J1606-1929_S_dfm.log on Thu May 19 18:46:09 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/bg219e_uvs/J1606-1929_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219e_uvs/J1606-1929_S_uva.fits ! AN table 1: 62 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.71147 visibilities/baseline/integration-bin. ! Found source: J1606-1929 ! ! 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 6352 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 J1606-1929_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 112 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 84 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 84 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 84 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.005727Jy sigma=18.392585 ! Fit after self-cal, rms=0.936334Jy sigma=17.090518 ! 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.462 mas, bmaj=10.22 mas, bpa=16.6 degrees ! Estimated noise=0.789742 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.0495521 Jy ! Component: 100 - total flux cleaned = 0.0613941 Jy ! Total flux subtracted in 100 components = 0.0613941 Jy ! Clean residual min=-0.004491 max=0.005114 Jy/beam ! Clean residual mean=-0.000002 rms=0.001177 Jy/beam ! Combined flux in latest and established models = 0.0613941 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.0613941 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078852Jy sigma=1.332075 ! Fit after self-cal, rms=0.076885Jy sigma=1.297014 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00694355 Jy ! Component: 100 - total flux cleaned = 0.010788 Jy ! Total flux subtracted in 100 components = 0.010788 Jy ! Clean residual min=-0.004187 max=0.005104 Jy/beam ! Clean residual mean=0.000002 rms=0.001048 Jy/beam ! Combined flux in latest and established models = 0.0721822 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 36 components and 0.0721821 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076039Jy sigma=1.281408 ! Fit after self-cal, rms=0.076030Jy sigma=1.280836 ! 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=4.307 mas, bmaj=11.75 mas, bpa=14.22 degrees ! Estimated noise=0.540507 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.00375995 Jy ! Component: 100 - total flux cleaned = 0.00564748 Jy ! Component: 150 - total flux cleaned = 0.00640922 Jy ! Component: 200 - total flux cleaned = 0.00665629 Jy ! Total flux subtracted in 200 components = 0.00665629 Jy ! Clean residual min=-0.003199 max=0.003449 Jy/beam ! Clean residual mean=0.000009 rms=0.000876 Jy/beam ! Combined flux in latest and established models = 0.0788384 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 53 components and 0.0788384 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075820Jy sigma=1.277597 ! Fit after self-cal, rms=0.075811Jy sigma=1.277327 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.307 x 11.75 at 14.22 degrees (North through East) ! Clean map min=-0.003083 max=0.065868 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.05 FD 1.04 HN 0.99 KP 1.07 ! LA 0.96 NL 1.07 OV 1.05 PT 0.84 ! SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.04 HN 0.99 KP 0.97 ! LA 0.97 NL 0.91 OV 1.06 PT 1.04 ! SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.90 HN 1.07 KP 1.00 ! LA 1.02 NL 0.94 OV 1.11 PT 1.01 ! SC 0.94 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.05 HN 0.99 KP 1.06 ! LA 0.99 NL 0.92 OV 1.03 PT 0.99 ! SC 0.98 ! ! ! Fit before self-cal, rms=0.075811Jy sigma=1.277327 ! Fit after self-cal, rms=0.074981Jy sigma=1.272915 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.311 mas, bmaj=11.74 mas, bpa=14.37 degrees ! Estimated noise=0.53939 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.000674735 Jy ! Component: 100 - total flux cleaned = 0.00064909 Jy ! Component: 150 - total flux cleaned = 0.000628038 Jy ! Component: 200 - total flux cleaned = 0.000609609 Jy ! Total flux subtracted in 200 components = 0.000609609 Jy ! Clean residual min=-0.002921 max=0.003081 Jy/beam ! Clean residual mean=0.000005 rms=0.000788 Jy/beam ! Combined flux in latest and established models = 0.079448 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 61 components and 0.079448 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074962Jy sigma=1.272602 ! Fit after self-cal, rms=0.075015Jy sigma=1.271953 ! 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.075015Jy sigma=1.271953 ! Fit after self-cal, rms=0.075502Jy sigma=1.270121 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.292 mas, bmaj=11.74 mas, bpa=14.51 degrees ! Estimated noise=0.543269 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000530716 Jy ! Component: 100 - total flux cleaned = 0.000670194 Jy ! Component: 150 - total flux cleaned = 0.000692909 Jy ! Component: 200 - total flux cleaned = 0.000693045 Jy ! Total flux subtracted in 200 components = 0.000693045 Jy ! Clean residual min=-0.002503 max=0.002833 Jy/beam ! Clean residual mean=0.000001 rms=0.000748 Jy/beam ! Combined flux in latest and established models = 0.0801411 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 66 components and 0.0801411 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075481Jy sigma=1.269797 ! Fit after self-cal, rms=0.075504Jy sigma=1.269555 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 = 6.82992e-05 Jy ! Component: 100 - total flux cleaned = 2.71138e-05 Jy ! Component: 150 - total flux cleaned = 2.72921e-05 Jy ! Component: 200 - total flux cleaned = 1.03172e-05 Jy ! Total flux subtracted in 200 components = 1.03172e-05 Jy ! Clean residual min=-0.002511 max=0.002791 Jy/beam ! Clean residual mean=0.000002 rms=0.000746 Jy/beam ! Combined flux in latest and established models = 0.0801514 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 69 components and 0.0801514 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075493Jy sigma=1.269385 ! Fit after self-cal, rms=0.075486Jy sigma=1.269344 ! 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.075486Jy sigma=1.269344 ! Fit after self-cal, rms=0.075889Jy sigma=1.269314 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.273 mas, bmaj=11.73 mas, bpa=14.64 degrees ! Estimated noise=0.545875 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000549528 Jy ! Component: 100 - total flux cleaned = 0.000682083 Jy ! Component: 150 - total flux cleaned = 0.000700207 Jy ! Component: 200 - total flux cleaned = 0.000700195 Jy ! Total flux subtracted in 200 components = 0.000700195 Jy ! Clean residual min=-0.002527 max=0.002774 Jy/beam ! Clean residual mean=0.000001 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.0808516 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 71 components and 0.0808516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075874Jy sigma=1.269117 ! Fit after self-cal, rms=0.075877Jy sigma=1.269090 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.18754e-05 Jy ! Component: 100 - total flux cleaned = 3.19121e-05 Jy ! Component: 150 - total flux cleaned = 3.25601e-05 Jy ! Component: 200 - total flux cleaned = 3.28018e-05 Jy ! Total flux subtracted in 200 components = 3.28018e-05 Jy ! Clean residual min=-0.002525 max=0.002761 Jy/beam ! Clean residual mean=0.000001 rms=0.000743 Jy/beam ! Combined flux in latest and established models = 0.0808844 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 73 components and 0.0808844 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075870Jy sigma=1.268986 ! Fit after self-cal, rms=0.075868Jy sigma=1.268970 ! 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.075868Jy sigma=1.268970 ! Fit after self-cal, rms=0.076246Jy sigma=1.268940 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.556 mas, bmaj=16.71 mas, bpa=7.79 degrees ! Estimated noise=0.632613 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00061933 Jy ! Component: 100 - total flux cleaned = 0.000602001 Jy ! Component: 150 - total flux cleaned = 0.000587662 Jy ! Component: 200 - total flux cleaned = 0.000574994 Jy ! Total flux subtracted in 200 components = 0.000574994 Jy ! Clean residual min=-0.002488 max=0.003399 Jy/beam ! Clean residual mean=0.000002 rms=0.000863 Jy/beam ! Combined flux in latest and established models = 0.0814594 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 80 components and 0.0814594 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076239Jy sigma=1.268870 ! Fit after self-cal, rms=0.076235Jy sigma=1.268841 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 = 4.63319e-05 Jy ! Component: 100 - total flux cleaned = 7.34352e-06 Jy ! Component: 150 - total flux cleaned = -4.10429e-06 Jy ! Component: 200 - total flux cleaned = -2.5148e-05 Jy ! Total flux subtracted in 200 components = -2.5148e-05 Jy ! Clean residual min=-0.002492 max=0.003377 Jy/beam ! Clean residual mean=0.000002 rms=0.000861 Jy/beam ! Combined flux in latest and established models = 0.0814343 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 82 components and 0.0814343 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076233Jy sigma=1.268838 ! Fit after self-cal, rms=0.076230Jy sigma=1.268814 ! 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=4.259 mas, bmaj=11.73 mas, bpa=14.74 degrees ! Estimated noise=0.548536 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.259 x 11.73 at 14.74 degrees (North through East) ! Clean map min=-0.0024765 max=0.066571 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.434 mas, bmaj=10.27 mas, bpa=17.05 degrees ! Estimated noise=0.793236 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0514004 Jy ! Component: 100 - total flux cleaned = 0.0649497 Jy ! Component: 150 - total flux cleaned = 0.0714635 Jy ! Component: 200 - total flux cleaned = 0.0755894 Jy ! Total flux subtracted in 200 components = 0.0755894 Jy ! Clean residual min=-0.003862 max=0.004551 Jy/beam ! Clean residual mean=-0.000005 rms=0.001047 Jy/beam ! Combined flux in latest and established models = 0.0755895 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.0755895 Jy ! Inverting map and beam ! Estimated beam: bmin=4.259 mas, bmaj=11.73 mas, bpa=14.74 degrees ! Estimated noise=0.548536 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 (84, -124.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00353129 Jy ! Component: 100 - total flux cleaned = 0.00479706 Jy ! Component: 150 - total flux cleaned = 0.00553347 Jy ! Component: 200 - total flux cleaned = 0.00553451 Jy ! Total flux subtracted in 200 components = 0.00553451 Jy ! Clean residual min=-0.002809 max=0.003054 Jy/beam ! Clean residual mean=-0.000004 rms=0.000755 Jy/beam ! Combined flux in latest and established models = 0.081124 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 60 components and 0.081124 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=8.556 mas, bmaj=16.71 mas, bpa=7.79 degrees ! Estimated noise=0.632613 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.08494e-05 Jy ! Component: 100 - total flux cleaned = -0.000285353 Jy ! Component: 150 - total flux cleaned = -0.000383702 Jy ! Component: 200 - total flux cleaned = -0.00046936 Jy ! Total flux subtracted in 200 components = -0.00046936 Jy ! Clean residual min=-0.002547 max=0.003210 Jy/beam ! Clean residual mean=-0.000005 rms=0.000830 Jy/beam ! Combined flux in latest and established models = 0.0806546 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 = -5.1315e-05 Jy ! Component: 100 - total flux cleaned = -9.84911e-05 Jy ! Component: 150 - total flux cleaned = -0.000163002 Jy ! Component: 200 - total flux cleaned = -0.000202869 Jy ! Total flux subtracted in 200 components = -0.000202869 Jy ! Clean residual min=-0.002510 max=0.003189 Jy/beam ! Clean residual mean=-0.000004 rms=0.000820 Jy/beam ! Combined flux in latest and established models = 0.0804518 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 83 components and 0.0804518 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.259 mas, bmaj=11.73 mas, bpa=14.74 degrees ! Estimated noise=0.548536 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000456167 Jy ! Component: 100 - total flux cleaned = 0.000522079 Jy ! Component: 150 - total flux cleaned = 0.000552135 Jy ! Component: 200 - total flux cleaned = 0.000552495 Jy ! Total flux subtracted in 200 components = 0.000552495 Jy ! Clean residual min=-0.002667 max=0.003083 Jy/beam ! Clean residual mean=-0.000003 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.0810043 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 101 components and 0.0810043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076156Jy sigma=1.267468 ! Fit after self-cal, rms=0.076128Jy sigma=1.266614 wmodel /J1606-1929_S_map.mod ! wmodel: Unable to open new model file: /J1606-1929_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219e_uvs/J1606-1929_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.259 x 11.73 at 14.74 degrees (North through East) ! Clean map min=-0.0028888 max=0.065439 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219e_uvs/J1606-1929_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0654386 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000715254 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -3.27905 3.27905 6.55809 13.1162 26.2324 52.4647 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0021 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.065 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 91.49 quit ! Quitting program ! Log file /scr/pima/bg219e_uvs/J1606-1929_S_dfm.log closed on Thu May 19 18:46:12 2016