! Started logfile: /scr/pima/bg219h_uvs/J2236-1706_S_dfm.log on Thu May 19 22:44:22 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/J2236-1706_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J2236-1706_S_uva.fits ! AN table 1: 36 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.897377 visibilities/baseline/integration-bin. ! Found source: J2236-1706 ! ! 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 4652 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 J2236-1706_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 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.002564Jy sigma=19.838451 ! Fit after self-cal, rms=0.836509Jy sigma=16.578109 ! 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.483 mas, bmaj=6.467 mas, bpa=-3.439 degrees ! Estimated noise=0.82672 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.125549 Jy ! Component: 100 - total flux cleaned = 0.1561 Jy ! Total flux subtracted in 100 components = 0.1561 Jy ! Clean residual min=-0.008622 max=0.016541 Jy/beam ! Clean residual mean=0.000000 rms=0.002267 Jy/beam ! Combined flux in latest and established models = 0.1561 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.1561 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079050Jy sigma=1.516506 ! Fit after self-cal, rms=0.079004Jy sigma=1.515769 ! Inverting map ! Added new window around map position (3.5, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0177024 Jy ! Component: 100 - total flux cleaned = 0.0292129 Jy ! Total flux subtracted in 100 components = 0.0292129 Jy ! Clean residual min=-0.007275 max=0.007925 Jy/beam ! Clean residual mean=-0.000003 rms=0.001583 Jy/beam ! Combined flux in latest and established models = 0.185313 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 17 components and 0.185313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073509Jy sigma=1.399926 ! Fit after self-cal, rms=0.073262Jy sigma=1.395727 ! 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=2.87 mas, bmaj=7.328 mas, bpa=-5.031 degrees ! Estimated noise=0.571725 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.011973 Jy ! Component: 100 - total flux cleaned = 0.0191568 Jy ! Component: 150 - total flux cleaned = 0.0236758 Jy ! Component: 200 - total flux cleaned = 0.0265633 Jy ! Total flux subtracted in 200 components = 0.0265633 Jy ! Clean residual min=-0.004580 max=0.004734 Jy/beam ! Clean residual mean=-0.000009 rms=0.001178 Jy/beam ! Combined flux in latest and established models = 0.211877 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 38 components and 0.211877 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071189Jy sigma=1.351759 ! Fit after self-cal, rms=0.071035Jy sigma=1.349148 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.87 x 7.328 at -5.031 degrees (North through East) ! Clean map min=-0.0045143 max=0.16469 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.97 HN 1.06 KP 0.94 LA 1.09 ! MK 0.97 NL 1.00 OV 0.97 PT 0.99 ! SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 HN 1.00 KP 0.98 LA 1.08 ! MK 1.03 NL 1.13 OV 0.99 PT 0.96 ! SC 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 HN 1.06 KP 0.97 LA 1.02 ! MK 1.00 NL 0.99 OV 1.00 PT 0.96 ! SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 HN 1.04 KP 0.98 LA 1.03 ! MK 0.97 NL 0.96 OV 0.99 PT 0.98 ! SC 1.00 ! ! ! Fit before self-cal, rms=0.071035Jy sigma=1.349148 ! Fit after self-cal, rms=0.070478Jy sigma=1.333082 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.865 mas, bmaj=7.273 mas, bpa=-4.657 degrees ! Estimated noise=0.56673 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.00196797 Jy ! Component: 100 - total flux cleaned = 0.00206823 Jy ! Component: 150 - total flux cleaned = 0.00206871 Jy ! Component: 200 - total flux cleaned = 0.00203931 Jy ! Total flux subtracted in 200 components = 0.00203931 Jy ! Clean residual min=-0.003517 max=0.003485 Jy/beam ! Clean residual mean=-0.000002 rms=0.000884 Jy/beam ! Combined flux in latest and established models = 0.213916 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 56 components and 0.213916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070396Jy sigma=1.331716 ! Fit after self-cal, rms=0.070418Jy sigma=1.331347 ! 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.070418Jy sigma=1.331347 ! Fit after self-cal, rms=0.069833Jy sigma=1.322185 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.86 mas, bmaj=7.272 mas, bpa=-4.713 degrees ! Estimated noise=0.566248 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000781522 Jy ! Component: 100 - total flux cleaned = 0.000780487 Jy ! Component: 150 - total flux cleaned = 0.000781519 Jy ! Component: 200 - total flux cleaned = 0.000781988 Jy ! Total flux subtracted in 200 components = 0.000781988 Jy ! Clean residual min=-0.003116 max=0.002985 Jy/beam ! Clean residual mean=-0.000008 rms=0.000767 Jy/beam ! Combined flux in latest and established models = 0.214698 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 64 components and 0.214698 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069807Jy sigma=1.321740 ! Fit after self-cal, rms=0.069801Jy sigma=1.321611 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.000103762 Jy ! Component: 100 - total flux cleaned = 3.49526e-05 Jy ! Component: 150 - total flux cleaned = 3.47185e-05 Jy ! Component: 200 - total flux cleaned = 1.346e-05 Jy ! Total flux subtracted in 200 components = 1.346e-05 Jy ! Clean residual min=-0.003111 max=0.002903 Jy/beam ! Clean residual mean=-0.000008 rms=0.000763 Jy/beam ! Combined flux in latest and established models = 0.214711 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 67 components and 0.214711 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069787Jy sigma=1.321371 ! Fit after self-cal, rms=0.069785Jy sigma=1.321345 ! 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.069785Jy sigma=1.321345 ! Fit after self-cal, rms=0.069714Jy sigma=1.321141 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.857 mas, bmaj=7.271 mas, bpa=-4.786 degrees ! Estimated noise=0.565852 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000287412 Jy ! Component: 100 - total flux cleaned = 0.000243991 Jy ! Component: 150 - total flux cleaned = 0.000243456 Jy ! Component: 200 - total flux cleaned = 0.000206606 Jy ! Total flux subtracted in 200 components = 0.000206606 Jy ! Clean residual min=-0.003076 max=0.002845 Jy/beam ! Clean residual mean=-0.000009 rms=0.000756 Jy/beam ! Combined flux in latest and established models = 0.214918 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 69 components and 0.214918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069700Jy sigma=1.320938 ! Fit after self-cal, rms=0.069698Jy sigma=1.320922 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.32963e-05 Jy ! Component: 100 - total flux cleaned = 5.03228e-06 Jy ! Component: 150 - total flux cleaned = -2.90492e-05 Jy ! Component: 200 - total flux cleaned = -4.55039e-05 Jy ! Total flux subtracted in 200 components = -4.55039e-05 Jy ! Clean residual min=-0.003070 max=0.002842 Jy/beam ! Clean residual mean=-0.000009 rms=0.000754 Jy/beam ! Combined flux in latest and established models = 0.214872 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 69 components and 0.214872 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069689Jy sigma=1.320781 ! Fit after self-cal, rms=0.069688Jy sigma=1.320769 ! 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.069688Jy sigma=1.320769 ! Fit after self-cal, rms=0.069653Jy sigma=1.320739 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.834 mas, bmaj=14.4 mas, bpa=-1.964 degrees ! Estimated noise=0.764488 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00078202 Jy ! Component: 100 - total flux cleaned = 0.000814333 Jy ! Component: 150 - total flux cleaned = 0.000884272 Jy ! Component: 200 - total flux cleaned = 0.000931257 Jy ! Total flux subtracted in 200 components = 0.000931257 Jy ! Clean residual min=-0.003523 max=0.004479 Jy/beam ! Clean residual mean=-0.000021 rms=0.001136 Jy/beam ! Combined flux in latest and established models = 0.215804 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 77 components and 0.215804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069660Jy sigma=1.320881 ! Fit after self-cal, rms=0.069658Jy sigma=1.320843 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.9677e-05 Jy ! Component: 100 - total flux cleaned = 0.00010082 Jy ! Component: 150 - total flux cleaned = 0.000119572 Jy ! Component: 200 - total flux cleaned = 0.000137156 Jy ! Total flux subtracted in 200 components = 0.000137156 Jy ! Clean residual min=-0.003537 max=0.004520 Jy/beam ! Clean residual mean=-0.000021 rms=0.001135 Jy/beam ! Combined flux in latest and established models = 0.215941 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 83 components and 0.215941 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069660Jy sigma=1.320898 ! Fit after self-cal, rms=0.069660Jy sigma=1.320888 ! 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=2.855 mas, bmaj=7.269 mas, bpa=-4.848 degrees ! Estimated noise=0.56575 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.855 x 7.269 at -4.848 degrees (North through East) ! Clean map min=-0.0029068 max=0.16393 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.471 mas, bmaj=6.43 mas, bpa=-3.232 degrees ! Estimated noise=0.814173 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.123391 Jy ! Component: 100 - total flux cleaned = 0.155271 Jy ! Component: 150 - total flux cleaned = 0.173731 Jy ! Component: 200 - total flux cleaned = 0.18601 Jy ! Total flux subtracted in 200 components = 0.18601 Jy ! Clean residual min=-0.006092 max=0.006648 Jy/beam ! Clean residual mean=-0.000005 rms=0.001404 Jy/beam ! Combined flux in latest and established models = 0.18601 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.18601 Jy ! Inverting map and beam ! Estimated beam: bmin=2.855 mas, bmaj=7.269 mas, bpa=-4.848 degrees ! Estimated noise=0.56575 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.0117039 Jy ! Component: 100 - total flux cleaned = 0.0187482 Jy ! Component: 150 - total flux cleaned = 0.0231551 Jy ! Component: 200 - total flux cleaned = 0.0259365 Jy ! Total flux subtracted in 200 components = 0.0259365 Jy ! Clean residual min=-0.003374 max=0.003208 Jy/beam ! Clean residual mean=-0.000011 rms=0.000825 Jy/beam ! Combined flux in latest and established models = 0.211947 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 46 components and 0.211947 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.834 mas, bmaj=14.4 mas, bpa=-1.964 degrees ! Estimated noise=0.764488 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00320321 Jy ! Component: 100 - total flux cleaned = 0.00369129 Jy ! Component: 150 - total flux cleaned = 0.00386461 Jy ! Component: 200 - total flux cleaned = 0.00396922 Jy ! Total flux subtracted in 200 components = 0.00396922 Jy ! Clean residual min=-0.003646 max=0.004601 Jy/beam ! Clean residual mean=-0.000022 rms=0.001150 Jy/beam ! Combined flux in latest and established models = 0.215916 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 = 0.000112768 Jy ! Component: 100 - total flux cleaned = 0.000204382 Jy ! Component: 150 - total flux cleaned = 0.000263451 Jy ! Component: 200 - total flux cleaned = 0.000298991 Jy ! Total flux subtracted in 200 components = 0.000298991 Jy ! Clean residual min=-0.003575 max=0.004601 Jy/beam ! Clean residual mean=-0.000022 rms=0.001136 Jy/beam ! Combined flux in latest and established models = 0.216215 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 60 components and 0.216215 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.855 mas, bmaj=7.269 mas, bpa=-4.848 degrees ! Estimated noise=0.56575 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000699044 Jy ! Component: 100 - total flux cleaned = -0.000771023 Jy ! Component: 150 - total flux cleaned = -0.000833795 Jy ! Component: 200 - total flux cleaned = -0.000861797 Jy ! Total flux subtracted in 200 components = -0.000861797 Jy ! Clean residual min=-0.003016 max=0.002987 Jy/beam ! Clean residual mean=-0.000010 rms=0.000764 Jy/beam ! Combined flux in latest and established models = 0.215353 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 72 components and 0.215353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069686Jy sigma=1.321388 ! Fit after self-cal, rms=0.069686Jy sigma=1.321333 wmodel /J2236-1706_S_map.mod ! wmodel: Unable to open new model file: /J2236-1706_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219h_uvs/J2236-1706_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.855 x 7.269 at -4.848 degrees (North through East) ! Clean map min=-0.0029089 max=0.16408 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J2236-1706_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.164084 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000762017 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.39322 1.39322 2.78644 5.57289 11.1458 22.2916 44.5831 89.1662 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0022 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.164 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 215.328 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J2236-1706_S_dfm.log closed on Thu May 19 22:44:25 2016