! Started logfile: /scr/pima/bg219a_uvs/J1349-1132_S_dfm.log on Fri May 20 00:09:34 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/bg219a_uvs/J1349-1132_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J1349-1132_S_uva.fits ! AN table 1: 36 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.791005 visibilities/baseline/integration-bin. ! Found source: J1349-1132 ! ! 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 49 lines of history. ! ! Reading 2392 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 J1349-1132_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 45 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 45 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 45 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 45 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.055722Jy sigma=22.324471 ! Fit after self-cal, rms=0.677114Jy sigma=14.231002 ! 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.536 mas, bmaj=6.382 mas, bpa=-3.119 degrees ! Estimated noise=0.94564 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.249818 Jy ! Component: 100 - total flux cleaned = 0.304373 Jy ! Total flux subtracted in 100 components = 0.304373 Jy ! Clean residual min=-0.010118 max=0.017918 Jy/beam ! Clean residual mean=0.000054 rms=0.002996 Jy/beam ! Combined flux in latest and established models = 0.304373 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.304373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069062Jy sigma=1.379186 ! Fit after self-cal, rms=0.069068Jy sigma=1.378896 ! Inverting map ! Added new window around map position (3, 1.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0194346 Jy ! Component: 100 - total flux cleaned = 0.0308112 Jy ! Total flux subtracted in 100 components = 0.0308112 Jy ! Clean residual min=-0.006268 max=0.007517 Jy/beam ! Clean residual mean=0.000018 rms=0.001841 Jy/beam ! Combined flux in latest and established models = 0.335185 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 11 components and 0.335185 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062259Jy sigma=1.226007 ! Fit after self-cal, rms=0.062145Jy sigma=1.223401 ! 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.88 mas, bmaj=7.177 mas, bpa=-4.157 degrees ! Estimated noise=0.74909 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.00931462 Jy ! Component: 100 - total flux cleaned = 0.0143487 Jy ! Component: 150 - total flux cleaned = 0.0174169 Jy ! Component: 200 - total flux cleaned = 0.0189415 Jy ! Total flux subtracted in 200 components = 0.0189415 Jy ! Clean residual min=-0.004582 max=0.005793 Jy/beam ! Clean residual mean=0.000008 rms=0.001306 Jy/beam ! Combined flux in latest and established models = 0.354126 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 26 components and 0.354126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060710Jy sigma=1.193718 ! Fit after self-cal, rms=0.060625Jy sigma=1.191714 ! 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.88 x 7.177 at -4.157 degrees (North through East) ! Clean map min=-0.0047156 max=0.32425 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: ! FD 1.00 LA 0.99 MK 1.01 NL 1.01 ! OV 1.06 PT 1.00 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 LA 0.99 MK 1.00 NL 1.03 ! OV 1.02 PT 0.99 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 LA 1.00 MK 0.99 NL 1.01 ! OV 1.01 PT 1.00 SC 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 LA 0.97 MK 1.00 NL 0.99 ! OV 0.95 PT 0.97 SC 0.96 ! ! ! Fit before self-cal, rms=0.060625Jy sigma=1.191714 ! Fit after self-cal, rms=0.059158Jy sigma=1.168057 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.876 mas, bmaj=7.166 mas, bpa=-4.027 degrees ! Estimated noise=0.74707 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.00143523 Jy ! Component: 100 - total flux cleaned = 0.00154164 Jy ! Component: 150 - total flux cleaned = 0.00150284 Jy ! Component: 200 - total flux cleaned = 0.00146918 Jy ! Total flux subtracted in 200 components = 0.00146918 Jy ! Clean residual min=-0.004249 max=0.004596 Jy/beam ! Clean residual mean=0.000004 rms=0.001048 Jy/beam ! Combined flux in latest and established models = 0.355595 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 34 components and 0.355595 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059057Jy sigma=1.166309 ! Fit after self-cal, rms=0.059034Jy sigma=1.165889 ! 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.059034Jy sigma=1.165889 ! Fit after self-cal, rms=0.058773Jy sigma=1.160011 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.875 mas, bmaj=7.175 mas, bpa=-4.018 degrees ! Estimated noise=0.746872 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000560258 Jy ! Component: 100 - total flux cleaned = 0.000522965 Jy ! Component: 150 - total flux cleaned = 0.000459101 Jy ! Component: 200 - total flux cleaned = 0.000430348 Jy ! Total flux subtracted in 200 components = 0.000430348 Jy ! Clean residual min=-0.003914 max=0.004150 Jy/beam ! Clean residual mean=0.000004 rms=0.000960 Jy/beam ! Combined flux in latest and established models = 0.356026 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 46 components and 0.356026 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058719Jy sigma=1.159149 ! Fit after self-cal, rms=0.058719Jy sigma=1.159038 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) ! Added new window around map position (-74, 116.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00367554 Jy ! Component: 100 - total flux cleaned = 0.00536206 Jy ! Component: 150 - total flux cleaned = 0.00596716 Jy ! Component: 200 - total flux cleaned = 0.00655404 Jy ! Total flux subtracted in 200 components = 0.00655404 Jy ! Clean residual min=-0.003552 max=0.003190 Jy/beam ! Clean residual mean=0.000006 rms=0.000809 Jy/beam ! Combined flux in latest and established models = 0.36258 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 71 components and 0.36258 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058486Jy sigma=1.154019 ! Fit after self-cal, rms=0.058469Jy sigma=1.153823 ! 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.058469Jy sigma=1.153823 ! Fit after self-cal, rms=0.058375Jy sigma=1.153426 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.876 mas, bmaj=7.177 mas, bpa=-4.017 degrees ! Estimated noise=0.745771 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00131126 Jy ! Component: 100 - total flux cleaned = 0.0016733 Jy ! Component: 150 - total flux cleaned = 0.00179209 Jy ! Component: 200 - total flux cleaned = 0.0018715 Jy ! Total flux subtracted in 200 components = 0.0018715 Jy ! Clean residual min=-0.003342 max=0.002963 Jy/beam ! Clean residual mean=0.000003 rms=0.000779 Jy/beam ! Combined flux in latest and established models = 0.364451 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 88 components and 0.364451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058335Jy sigma=1.152570 ! Fit after self-cal, rms=0.058331Jy sigma=1.152534 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.000336834 Jy ! Component: 100 - total flux cleaned = 0.000432544 Jy ! Component: 150 - total flux cleaned = 0.000476451 Jy ! Component: 200 - total flux cleaned = 0.00049705 Jy ! Total flux subtracted in 200 components = 0.00049705 Jy ! Clean residual min=-0.003285 max=0.002913 Jy/beam ! Clean residual mean=0.000003 rms=0.000773 Jy/beam ! Combined flux in latest and established models = 0.364948 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 105 components and 0.364948 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058314Jy sigma=1.152225 ! Fit after self-cal, rms=0.058313Jy sigma=1.152212 ! 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.058313Jy sigma=1.152212 ! Fit after self-cal, rms=0.058294Jy sigma=1.152101 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.553 mas, bmaj=15.84 mas, bpa=-4.635 degrees ! Estimated noise=1.01387 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000195173 Jy ! Component: 100 - total flux cleaned = 0.000376476 Jy ! Component: 150 - total flux cleaned = 0.000491232 Jy ! Component: 200 - total flux cleaned = 0.000533106 Jy ! Total flux subtracted in 200 components = 0.000533106 Jy ! Clean residual min=-0.003348 max=0.003302 Jy/beam ! Clean residual mean=0.000006 rms=0.000971 Jy/beam ! Combined flux in latest and established models = 0.365481 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 118 components and 0.365481 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058290Jy sigma=1.151977 ! Fit after self-cal, rms=0.058289Jy sigma=1.151935 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.85968e-05 Jy ! Component: 100 - total flux cleaned = 0.000100128 Jy ! Component: 150 - total flux cleaned = 0.000138656 Jy ! Component: 200 - total flux cleaned = 0.00017547 Jy ! Total flux subtracted in 200 components = 0.00017547 Jy ! Clean residual min=-0.003285 max=0.003256 Jy/beam ! Clean residual mean=0.000006 rms=0.000968 Jy/beam ! Combined flux in latest and established models = 0.365657 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 121 components and 0.365657 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058293Jy sigma=1.152060 ! Fit after self-cal, rms=0.058294Jy sigma=1.152039 ! 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.877 mas, bmaj=7.179 mas, bpa=-4.007 degrees ! Estimated noise=0.745577 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.877 x 7.179 at -4.007 degrees (North through East) ! Clean map min=-0.0030763 max=0.32328 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.534 mas, bmaj=6.384 mas, bpa=-2.92 degrees ! Estimated noise=0.940116 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.248277 Jy ! Component: 100 - total flux cleaned = 0.302882 Jy ! Component: 150 - total flux cleaned = 0.322775 Jy ! Component: 200 - total flux cleaned = 0.334006 Jy ! Total flux subtracted in 200 components = 0.334006 Jy ! Clean residual min=-0.006749 max=0.007438 Jy/beam ! Clean residual mean=0.000021 rms=0.001619 Jy/beam ! Combined flux in latest and established models = 0.334006 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.334006 Jy ! Inverting map and beam ! Estimated beam: bmin=2.877 mas, bmaj=7.179 mas, bpa=-4.007 degrees ! Estimated noise=0.745577 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 (6, 4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0100864 Jy ! Component: 100 - total flux cleaned = 0.0159398 Jy ! Component: 150 - total flux cleaned = 0.0199798 Jy ! Component: 200 - total flux cleaned = 0.0229869 Jy ! Total flux subtracted in 200 components = 0.0229869 Jy ! Clean residual min=-0.003706 max=0.003146 Jy/beam ! Clean residual mean=0.000009 rms=0.000884 Jy/beam ! Combined flux in latest and established models = 0.356993 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 51 components and 0.356993 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.553 mas, bmaj=15.84 mas, bpa=-4.635 degrees ! Estimated noise=1.01387 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00360634 Jy ! Component: 100 - total flux cleaned = 0.00565293 Jy ! Component: 150 - total flux cleaned = 0.00694819 Jy ! Component: 200 - total flux cleaned = 0.00780541 Jy ! Total flux subtracted in 200 components = 0.00780541 Jy ! Clean residual min=-0.003374 max=0.003163 Jy/beam ! Clean residual mean=0.000009 rms=0.000954 Jy/beam ! Combined flux in latest and established models = 0.364799 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.000585963 Jy ! Component: 100 - total flux cleaned = 0.000745909 Jy ! Component: 150 - total flux cleaned = 0.000853615 Jy ! Component: 200 - total flux cleaned = 0.000922734 Jy ! Total flux subtracted in 200 components = 0.000922734 Jy ! Clean residual min=-0.003164 max=0.003165 Jy/beam ! Clean residual mean=0.000008 rms=0.000939 Jy/beam ! Combined flux in latest and established models = 0.365721 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 98 components and 0.365721 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.877 mas, bmaj=7.179 mas, bpa=-4.007 degrees ! Estimated noise=0.745577 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.70227e-05 Jy ! Component: 100 - total flux cleaned = 0.000148665 Jy ! Component: 150 - total flux cleaned = 0.00018711 Jy ! Component: 200 - total flux cleaned = 0.000152056 Jy ! Total flux subtracted in 200 components = 0.000152056 Jy ! Clean residual min=-0.003120 max=0.002861 Jy/beam ! Clean residual mean=0.000002 rms=0.000766 Jy/beam ! Combined flux in latest and established models = 0.365873 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 120 components and 0.365873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058312Jy sigma=1.152590 ! Fit after self-cal, rms=0.058293Jy sigma=1.152248 wmodel /J1349-1132_S_map.mod ! wmodel: Unable to open new model file: /J1349-1132_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219a_uvs/J1349-1132_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.877 x 7.179 at -4.007 degrees (North through East) ! Clean map min=-0.0029744 max=0.32288 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J1349-1132_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.322878 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000759052 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.705268 0.705268 1.41054 2.82107 5.64215 11.2843 22.5686 45.1372 90.2744 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0022 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.322 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 425.369 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J1349-1132_S_dfm.log closed on Fri May 20 00:09:36 2016