! Started logfile: /scr/pima/bg219a_uvs/J0054+6811_S_dfm.log on Thu May 19 23:45: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/bg219a_uvs/J0054+6811_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J0054+6811_S_uva.fits ! AN table 1: 24 integrations on 10 of 10 possible baselines. ! AN table 2: 24 integrations on 10 of 10 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0054+6811 ! ! 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 1920 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 J0054+6811_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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.023741Jy sigma=23.870663 ! Fit after self-cal, rms=0.875566Jy sigma=20.164943 ! 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.264 mas, bmaj=8.337 mas, bpa=85.97 degrees ! Estimated noise=1.07569 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.0949698 Jy ! Component: 100 - total flux cleaned = 0.121493 Jy ! Total flux subtracted in 100 components = 0.121493 Jy ! Clean residual min=-0.007940 max=0.010743 Jy/beam ! Clean residual mean=0.000001 rms=0.002253 Jy/beam ! Combined flux in latest and established models = 0.121493 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.121493 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061772Jy sigma=1.309215 ! Fit after self-cal, rms=0.061886Jy sigma=1.308246 ! 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.767 mas, bmaj=9.943 mas, bpa=86.49 degrees ! Estimated noise=0.711394 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.0148898 Jy ! Component: 100 - total flux cleaned = 0.0219446 Jy ! Component: 150 - total flux cleaned = 0.025471 Jy ! Component: 200 - total flux cleaned = 0.0260863 Jy ! Total flux subtracted in 200 components = 0.0260863 Jy ! Clean residual min=-0.004411 max=0.003946 Jy/beam ! Clean residual mean=-0.000001 rms=0.001086 Jy/beam ! Combined flux in latest and established models = 0.14758 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 27 components and 0.14758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058709Jy sigma=1.218507 ! Fit after self-cal, rms=0.058813Jy sigma=1.217483 ! 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.767 x 9.943 at 86.49 degrees (North through East) ! Clean map min=-0.0042951 max=0.12887 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: ! LA 1.05 MK 1.03 NL 0.94 OV 1.00 ! SC 1.07 ! ! Telescope amplitude corrections in sub-array 2: ! LA 0.98 MK 1.03 NL 1.01 OV 1.01 ! PT 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! LA 1.00 MK 1.10 NL 0.97 OV 0.98 ! SC 1.08 ! ! Telescope amplitude corrections in sub-array 2: ! LA 0.99 MK 1.03 NL 0.99 OV 1.01 ! PT 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! LA 0.98 MK 0.98 NL 0.96 OV 1.12 ! SC 1.03 ! ! Telescope amplitude corrections in sub-array 2: ! LA 0.97 MK 1.00 NL 0.99 OV 1.07 ! PT 0.93 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! LA 1.03 MK 0.99 NL 0.86 OV 0.98 ! SC 0.96 ! ! Telescope amplitude corrections in sub-array 2: ! LA 1.04 MK 0.95 NL 1.00 OV 1.02 ! PT 0.95 ! ! ! Fit before self-cal, rms=0.058813Jy sigma=1.217483 ! Fit after self-cal, rms=0.059224Jy sigma=1.204415 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.783 mas, bmaj=9.967 mas, bpa=86.67 degrees ! Estimated noise=0.707461 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.000566512 Jy ! Component: 100 - total flux cleaned = 0.000713501 Jy ! Component: 150 - total flux cleaned = 0.000715935 Jy ! Component: 200 - total flux cleaned = 0.000691676 Jy ! Total flux subtracted in 200 components = 0.000691676 Jy ! Clean residual min=-0.003648 max=0.003433 Jy/beam ! Clean residual mean=-0.000001 rms=0.000789 Jy/beam ! Combined flux in latest and established models = 0.148271 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 34 components and 0.148271 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059173Jy sigma=1.203662 ! Fit after self-cal, rms=0.059293Jy sigma=1.203251 ! 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.059293Jy sigma=1.203251 ! Fit after self-cal, rms=0.059228Jy sigma=1.203075 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.779 mas, bmaj=9.944 mas, bpa=86.64 degrees ! Estimated noise=0.708232 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000487408 Jy ! Component: 100 - total flux cleaned = 0.000628067 Jy ! Component: 150 - total flux cleaned = 0.000628491 Jy ! Component: 200 - total flux cleaned = 0.000629263 Jy ! Total flux subtracted in 200 components = 0.000629263 Jy ! Clean residual min=-0.003490 max=0.003293 Jy/beam ! Clean residual mean=-0.000001 rms=0.000770 Jy/beam ! Combined flux in latest and established models = 0.148901 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 39 components and 0.148901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059199Jy sigma=1.202679 ! Fit after self-cal, rms=0.059218Jy sigma=1.202616 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 = -9.27857e-05 Jy ! Component: 100 - total flux cleaned = -0.000125742 Jy ! Component: 150 - total flux cleaned = -0.000138163 Jy ! Component: 200 - total flux cleaned = -0.000159598 Jy ! Total flux subtracted in 200 components = -0.000159598 Jy ! Clean residual min=-0.003436 max=0.003193 Jy/beam ! Clean residual mean=-0.000001 rms=0.000766 Jy/beam ! Combined flux in latest and established models = 0.148741 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 42 components and 0.148741 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059207Jy sigma=1.202506 ! Fit after self-cal, rms=0.059216Jy sigma=1.202465 ! 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.059216Jy sigma=1.202465 ! Fit after self-cal, rms=0.058984Jy sigma=1.202340 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.774 mas, bmaj=9.92 mas, bpa=86.56 degrees ! Estimated noise=0.708619 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00067912 Jy ! Component: 100 - total flux cleaned = 0.000733409 Jy ! Component: 150 - total flux cleaned = 0.000747135 Jy ! Component: 200 - total flux cleaned = 0.000746429 Jy ! Total flux subtracted in 200 components = 0.000746429 Jy ! Clean residual min=-0.003287 max=0.003088 Jy/beam ! Clean residual mean=-0.000001 rms=0.000754 Jy/beam ! Combined flux in latest and established models = 0.149487 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 42 components and 0.149487 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058971Jy sigma=1.202189 ! Fit after self-cal, rms=0.058980Jy sigma=1.202159 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.58002e-05 Jy ! Component: 100 - total flux cleaned = -7.91844e-05 Jy ! Component: 150 - total flux cleaned = -7.94318e-05 Jy ! Component: 200 - total flux cleaned = -7.96141e-05 Jy ! Total flux subtracted in 200 components = -7.96141e-05 Jy ! Clean residual min=-0.003260 max=0.003046 Jy/beam ! Clean residual mean=-0.000001 rms=0.000753 Jy/beam ! Combined flux in latest and established models = 0.149408 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 44 components and 0.149408 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058974Jy sigma=1.202131 ! Fit after self-cal, rms=0.058980Jy sigma=1.202109 ! 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.058980Jy sigma=1.202109 ! Fit after self-cal, rms=0.058828Jy sigma=1.202054 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.434 mas, bmaj=19.7 mas, bpa=77.42 degrees ! Estimated noise=0.911583 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000981287 Jy ! Component: 100 - total flux cleaned = 0.00101327 Jy ! Component: 150 - total flux cleaned = 0.00106524 Jy ! Component: 200 - total flux cleaned = 0.00107803 Jy ! Total flux subtracted in 200 components = 0.00107803 Jy ! Clean residual min=-0.003241 max=0.003395 Jy/beam ! Clean residual mean=-0.000002 rms=0.001072 Jy/beam ! Combined flux in latest and established models = 0.150486 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 51 components and 0.150486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058836Jy sigma=1.202216 ! Fit after self-cal, rms=0.058833Jy sigma=1.202035 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.10622e-06 Jy ! Component: 100 - total flux cleaned = 8.64355e-06 Jy ! Component: 150 - total flux cleaned = -1.82159e-06 Jy ! Component: 200 - total flux cleaned = -1.98673e-06 Jy ! Total flux subtracted in 200 components = -1.98673e-06 Jy ! Clean residual min=-0.003110 max=0.003254 Jy/beam ! Clean residual mean=-0.000002 rms=0.001043 Jy/beam ! Combined flux in latest and established models = 0.150484 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 54 components and 0.150484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058846Jy sigma=1.202279 ! Fit after self-cal, rms=0.058847Jy sigma=1.202184 ! 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.769 mas, bmaj=9.905 mas, bpa=86.5 degrees ! Estimated noise=0.709004 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.769 x 9.905 at 86.5 degrees (North through East) ! Clean map min=-0.0028367 max=0.12874 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.267 mas, bmaj=8.317 mas, bpa=86.06 degrees ! Estimated noise=1.07005 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0940152 Jy ! Component: 100 - total flux cleaned = 0.121119 Jy ! Component: 150 - total flux cleaned = 0.13233 Jy ! Component: 200 - total flux cleaned = 0.138919 Jy ! Total flux subtracted in 200 components = 0.138919 Jy ! Clean residual min=-0.006077 max=0.005681 Jy/beam ! Clean residual mean=-0.000001 rms=0.001417 Jy/beam ! Combined flux in latest and established models = 0.138919 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.138919 Jy ! Inverting map and beam ! Estimated beam: bmin=2.769 mas, bmaj=9.905 mas, bpa=86.5 degrees ! Estimated noise=0.709004 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 (22, 29). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00657576 Jy ! Component: 100 - total flux cleaned = 0.00952882 Jy ! Component: 150 - total flux cleaned = 0.0104823 Jy ! Component: 200 - total flux cleaned = 0.0110658 Jy ! Total flux subtracted in 200 components = 0.0110658 Jy ! Clean residual min=-0.003612 max=0.002486 Jy/beam ! Clean residual mean=-0.000001 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.149985 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 68 components and 0.149985 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.434 mas, bmaj=19.7 mas, bpa=77.42 degrees ! Estimated noise=0.911583 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00072738 Jy ! Component: 100 - total flux cleaned = 0.0011491 Jy ! Component: 150 - total flux cleaned = 0.00142887 Jy ! Component: 200 - total flux cleaned = 0.00165295 Jy ! Total flux subtracted in 200 components = 0.00165295 Jy ! Clean residual min=-0.002888 max=0.002394 Jy/beam ! Clean residual mean=-0.000002 rms=0.000877 Jy/beam ! Combined flux in latest and established models = 0.151638 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.000125134 Jy ! Component: 100 - total flux cleaned = 0.000152612 Jy ! Component: 150 - total flux cleaned = 0.000176942 Jy ! Component: 200 - total flux cleaned = 0.000199678 Jy ! Total flux subtracted in 200 components = 0.000199678 Jy ! Clean residual min=-0.002609 max=0.002250 Jy/beam ! Clean residual mean=-0.000002 rms=0.000821 Jy/beam ! Combined flux in latest and established models = 0.151838 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 125 components and 0.151838 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.769 mas, bmaj=9.905 mas, bpa=86.5 degrees ! Estimated noise=0.709004 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000349791 Jy ! Component: 100 - total flux cleaned = 0.000423298 Jy ! Component: 150 - total flux cleaned = 0.000453409 Jy ! Component: 200 - total flux cleaned = 0.000453642 Jy ! Total flux subtracted in 200 components = 0.000453642 Jy ! Clean residual min=-0.002652 max=0.002406 Jy/beam ! Clean residual mean=-0.000001 rms=0.000630 Jy/beam ! Combined flux in latest and established models = 0.152291 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 146 components and 0.152291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058740Jy sigma=1.200435 ! Fit after self-cal, rms=0.058725Jy sigma=1.200003 wmodel /J0054+6811_S_map.mod ! wmodel: Unable to open new model file: /J0054+6811_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219a_uvs/J0054+6811_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.769 x 9.905 at 86.5 degrees (North through East) ! Clean map min=-0.0028708 max=0.12656 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J0054+6811_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.126561 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000617348 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.46336 1.46336 2.92673 5.85345 11.7069 23.4138 46.8276 93.6552 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.126 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 205.007 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J0054+6811_S_dfm.log closed on Thu May 19 23:45:57 2016