! Started logfile: /scr/pima/bg219e_uvs/J1119+6004_S_dfm.log on Thu May 19 18:36:08 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/J1119+6004_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219e_uvs/J1119+6004_S_uva.fits ! AN table 1: 52 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.84562 visibilities/baseline/integration-bin. ! Found source: J1119+6004 ! ! 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 6332 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 J1119+6004_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.020548Jy sigma=22.534013 ! Fit after self-cal, rms=0.829311Jy sigma=18.190456 ! 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.849 mas, bmaj=5.676 mas, bpa=51 degrees ! Estimated noise=0.687708 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.129832 Jy ! Component: 100 - total flux cleaned = 0.161774 Jy ! Total flux subtracted in 100 components = 0.161774 Jy ! Clean residual min=-0.005302 max=0.012727 Jy/beam ! Clean residual mean=-0.000010 rms=0.001584 Jy/beam ! Combined flux in latest and established models = 0.161774 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.161774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068515Jy sigma=1.427676 ! Fit after self-cal, rms=0.068511Jy sigma=1.427391 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0135433 Jy ! Component: 100 - total flux cleaned = 0.0202551 Jy ! Total flux subtracted in 100 components = 0.0202551 Jy ! Clean residual min=-0.004426 max=0.004396 Jy/beam ! Clean residual mean=-0.000000 rms=0.001007 Jy/beam ! Combined flux in latest and established models = 0.182029 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 21 components and 0.182029 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065278Jy sigma=1.352591 ! Fit after self-cal, rms=0.065263Jy sigma=1.352149 ! 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.835 mas, bmaj=6.335 mas, bpa=54.59 degrees ! Estimated noise=0.438987 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.00524425 Jy ! Component: 100 - total flux cleaned = 0.00795904 Jy ! Component: 150 - total flux cleaned = 0.00955036 Jy ! Component: 200 - total flux cleaned = 0.0105003 Jy ! Total flux subtracted in 200 components = 0.0105003 Jy ! Clean residual min=-0.003604 max=0.003213 Jy/beam ! Clean residual mean=0.000015 rms=0.000866 Jy/beam ! Combined flux in latest and established models = 0.192529 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 41 components and 0.192529 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064827Jy sigma=1.343179 ! Fit after self-cal, rms=0.064825Jy sigma=1.343101 ! 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.835 x 6.335 at 54.59 degrees (North through East) ! Clean map min=-0.0034964 max=0.17102 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.99 FD 1.03 HN 0.96 KP 1.00 ! LA 0.97 NL 1.02 OV 1.01 PT 0.95 ! SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.99 HN 0.97 KP 1.00 ! LA 0.88 NL 1.05 OV 0.99 PT 1.00 ! SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.03 HN 1.01 KP 1.00 ! LA 1.04 NL 0.99 OV 1.01 PT 1.00 ! SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.00 HN 1.01 KP 1.04 ! LA 1.02 NL 1.05 OV 0.99 PT 1.05 ! SC 1.03 ! ! ! Fit before self-cal, rms=0.064825Jy sigma=1.343101 ! Fit after self-cal, rms=0.063970Jy sigma=1.329046 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.832 mas, bmaj=6.335 mas, bpa=54.43 degrees ! Estimated noise=0.439551 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.000596712 Jy ! Component: 100 - total flux cleaned = 0.000637078 Jy ! Component: 150 - total flux cleaned = 0.000690529 Jy ! Component: 200 - total flux cleaned = 0.000721489 Jy ! Total flux subtracted in 200 components = 0.000721489 Jy ! Clean residual min=-0.003128 max=0.003282 Jy/beam ! Clean residual mean=0.000017 rms=0.000773 Jy/beam ! Combined flux in latest and established models = 0.193251 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 46 components and 0.193251 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063951Jy sigma=1.328881 ! Fit after self-cal, rms=0.063958Jy sigma=1.328800 ! 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.063958Jy sigma=1.328800 ! Fit after self-cal, rms=0.064187Jy sigma=1.322515 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.814 mas, bmaj=6.337 mas, bpa=53.89 degrees ! Estimated noise=0.442469 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00117087 Jy ! Component: 100 - total flux cleaned = 0.00172159 Jy ! Component: 150 - total flux cleaned = 0.00204216 Jy ! Component: 200 - total flux cleaned = 0.00212256 Jy ! Total flux subtracted in 200 components = 0.00212256 Jy ! Clean residual min=-0.002841 max=0.003616 Jy/beam ! Clean residual mean=0.000012 rms=0.000721 Jy/beam ! Combined flux in latest and established models = 0.195373 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 57 components and 0.195373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064160Jy sigma=1.322215 ! Fit after self-cal, rms=0.064165Jy sigma=1.322173 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 (-16, -8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00299818 Jy ! Component: 100 - total flux cleaned = 0.0044284 Jy ! Component: 150 - total flux cleaned = 0.00511761 Jy ! Component: 200 - total flux cleaned = 0.00524166 Jy ! Total flux subtracted in 200 components = 0.00524166 Jy ! Clean residual min=-0.002327 max=0.002745 Jy/beam ! Clean residual mean=0.000016 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.200615 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 85 components and 0.200615 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064027Jy sigma=1.318880 ! Fit after self-cal, rms=0.064005Jy sigma=1.318500 ! 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.064005Jy sigma=1.318500 ! Fit after self-cal, rms=0.064390Jy sigma=1.317779 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.812 mas, bmaj=6.325 mas, bpa=53.76 degrees ! Estimated noise=0.445224 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00149798 Jy ! Component: 100 - total flux cleaned = 0.00248822 Jy ! Component: 150 - total flux cleaned = 0.00323108 Jy ! Component: 200 - total flux cleaned = 0.00354442 Jy ! Total flux subtracted in 200 components = 0.00354442 Jy ! Clean residual min=-0.002374 max=0.002585 Jy/beam ! Clean residual mean=0.000016 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.204159 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 118 components and 0.204159 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064345Jy sigma=1.316798 ! Fit after self-cal, rms=0.064339Jy sigma=1.316710 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 (87.5, 109.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00174251 Jy ! Component: 100 - total flux cleaned = 0.00226473 Jy ! Component: 150 - total flux cleaned = 0.00258991 Jy ! Component: 200 - total flux cleaned = 0.00290074 Jy ! Total flux subtracted in 200 components = 0.00290074 Jy ! Clean residual min=-0.002211 max=0.002190 Jy/beam ! Clean residual mean=0.000011 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.20706 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 135 components and 0.20706 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064238Jy sigma=1.314880 ! Fit after self-cal, rms=0.064233Jy sigma=1.314694 ! 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.064233Jy sigma=1.314694 ! Fit after self-cal, rms=0.064482Jy sigma=1.314320 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.567 mas, bmaj=9.264 mas, bpa=-82.2 degrees ! Estimated noise=0.520819 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00154976 Jy ! Component: 100 - total flux cleaned = 0.00242284 Jy ! Component: 150 - total flux cleaned = 0.00290435 Jy ! Component: 200 - total flux cleaned = 0.0031956 Jy ! Total flux subtracted in 200 components = 0.0031956 Jy ! Clean residual min=-0.002682 max=0.002025 Jy/beam ! Clean residual mean=0.000020 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.210256 Jy selfcal ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 163 components and 0.210256 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064449Jy sigma=1.313715 ! Fit after self-cal, rms=0.064447Jy sigma=1.313665 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.000372239 Jy ! Component: 100 - total flux cleaned = 0.000525846 Jy ! Component: 150 - total flux cleaned = 0.000640955 Jy ! Component: 200 - total flux cleaned = 0.000724349 Jy ! Total flux subtracted in 200 components = 0.000724349 Jy ! Clean residual min=-0.002599 max=0.001944 Jy/beam ! Clean residual mean=0.000019 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 0.21098 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 179 components and 0.21098 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064432Jy sigma=1.313416 ! Fit after self-cal, rms=0.064431Jy sigma=1.313399 ! 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.806 mas, bmaj=6.317 mas, bpa=53.76 degrees ! Estimated noise=0.44715 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.806 x 6.317 at 53.76 degrees (North through East) ! Clean map min=-0.0021177 max=0.1729 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.812 mas, bmaj=5.681 mas, bpa=50.4 degrees ! Estimated noise=0.698611 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.131818 Jy ! Component: 100 - total flux cleaned = 0.165555 Jy ! Component: 150 - total flux cleaned = 0.180125 Jy ! Component: 200 - total flux cleaned = 0.187499 Jy ! Total flux subtracted in 200 components = 0.187499 Jy ! Clean residual min=-0.004370 max=0.003768 Jy/beam ! Clean residual mean=-0.000000 rms=0.000897 Jy/beam ! Combined flux in latest and established models = 0.187499 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.187499 Jy ! Inverting map and beam ! Estimated beam: bmin=4.806 mas, bmaj=6.317 mas, bpa=53.76 degrees ! Estimated noise=0.44715 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.00606335 Jy ! Component: 100 - total flux cleaned = 0.0100013 Jy ! Component: 150 - total flux cleaned = 0.0128474 Jy ! Component: 200 - total flux cleaned = 0.0150848 Jy ! Total flux subtracted in 200 components = 0.0150848 Jy ! Clean residual min=-0.002799 max=0.002123 Jy/beam ! Clean residual mean=0.000012 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.202584 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 54 components and 0.202584 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.567 mas, bmaj=9.264 mas, bpa=-82.2 degrees ! Estimated noise=0.520819 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00264485 Jy ! Component: 100 - total flux cleaned = 0.00456731 Jy ! Component: 150 - total flux cleaned = 0.00601124 Jy ! Component: 200 - total flux cleaned = 0.0064352 Jy ! Total flux subtracted in 200 components = 0.0064352 Jy ! Clean residual min=-0.002868 max=0.002115 Jy/beam ! Clean residual mean=0.000018 rms=0.000652 Jy/beam ! Combined flux in latest and established models = 0.209019 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.000372781 Jy ! Component: 100 - total flux cleaned = 0.000667172 Jy ! Component: 150 - total flux cleaned = 0.000962381 Jy ! Component: 200 - total flux cleaned = 0.00119729 Jy ! Total flux subtracted in 200 components = 0.00119729 Jy ! Clean residual min=-0.002686 max=0.002001 Jy/beam ! Clean residual mean=0.000019 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.210216 Jy ! Adding 79 model components to the UV plane model. ! The established model now contains 125 components and 0.210216 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.806 mas, bmaj=6.317 mas, bpa=53.76 degrees ! Estimated noise=0.44715 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000198355 Jy ! Component: 100 - total flux cleaned = 0.000267778 Jy ! Component: 150 - total flux cleaned = 0.00023819 Jy ! Component: 200 - total flux cleaned = 0.000238704 Jy ! Total flux subtracted in 200 components = 0.000238704 Jy ! Clean residual min=-0.002179 max=0.002016 Jy/beam ! Clean residual mean=0.000009 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.210455 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 141 components and 0.210455 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064458Jy sigma=1.313986 ! Fit after self-cal, rms=0.064457Jy sigma=1.313946 wmodel /J1119+6004_S_map.mod ! wmodel: Unable to open new model file: /J1119+6004_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219e_uvs/J1119+6004_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.806 x 6.317 at 53.76 degrees (North through East) ! Clean map min=-0.0021396 max=0.17307 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219e_uvs/J1119+6004_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.173069 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000518445 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.898677 0.898677 1.79735 3.59471 7.18941 14.3788 28.7577 57.5153 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.173 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 333.824 quit ! Quitting program ! Log file /scr/pima/bg219e_uvs/J1119+6004_S_dfm.log closed on Thu May 19 18:36:11 2016