! Started logfile: /scr/pima/bg219a_uvs/J1243+1622_S_dfm.log on Fri May 20 00:06:33 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/J1243+1622_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J1243+1622_S_uva.fits ! AN table 1: 41 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.603949 visibilities/baseline/integration-bin. ! Found source: J1243+1622 ! ! 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 2080 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 J1243+1622_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 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.997331Jy sigma=23.942622 ! Fit after self-cal, rms=0.674319Jy sigma=16.117703 ! 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.799 mas, bmaj=8.768 mas, bpa=11.4 degrees ! Estimated noise=0.826533 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.253535 Jy ! Component: 100 - total flux cleaned = 0.30896 Jy ! Total flux subtracted in 100 components = 0.30896 Jy ! Clean residual min=-0.009082 max=0.016618 Jy/beam ! Clean residual mean=-0.000091 rms=0.002851 Jy/beam ! Combined flux in latest and established models = 0.30896 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.30896 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057647Jy sigma=1.351234 ! Fit after self-cal, rms=0.057645Jy sigma=1.351039 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.016482 Jy ! Component: 100 - total flux cleaned = 0.024523 Jy ! Total flux subtracted in 100 components = 0.024523 Jy ! Clean residual min=-0.005930 max=0.006345 Jy/beam ! Clean residual mean=-0.000013 rms=0.001508 Jy/beam ! Combined flux in latest and established models = 0.333483 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 27 components and 0.333483 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052514Jy sigma=1.212989 ! Fit after self-cal, rms=0.052511Jy sigma=1.212434 ! 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=3.496 mas, bmaj=9.881 mas, bpa=9.633 degrees ! Estimated noise=0.663955 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.00667648 Jy ! Component: 100 - total flux cleaned = 0.0107779 Jy ! Component: 150 - total flux cleaned = 0.0135222 Jy ! Component: 200 - total flux cleaned = 0.0146495 Jy ! Total flux subtracted in 200 components = 0.0146495 Jy ! Clean residual min=-0.005469 max=0.006597 Jy/beam ! Clean residual mean=0.000068 rms=0.001588 Jy/beam ! Combined flux in latest and established models = 0.348133 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 44 components and 0.348133 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051603Jy sigma=1.188229 ! Fit after self-cal, rms=0.051599Jy sigma=1.187879 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.496 x 9.881 at 9.633 degrees (North through East) ! Clean map min=-0.0052777 max=0.32022 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 0.99 LA 0.96 MK 1.01 NL 1.00 ! OV 1.01 PT 0.99 SC 1.05 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.04 LA 0.99 MK 1.00 NL 1.03 ! OV 1.00 PT 0.98 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.04 LA 1.01 MK 1.01 NL 1.02 ! OV 0.98 PT 1.00 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.04 LA 0.98 MK 1.00 NL 1.01 ! OV 0.99 PT 0.99 SC 0.99 ! ! ! Fit before self-cal, rms=0.051599Jy sigma=1.187879 ! Fit after self-cal, rms=0.051270Jy sigma=1.169427 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.506 mas, bmaj=9.916 mas, bpa=9.668 degrees ! Estimated noise=0.666227 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 = -4.56096e-06 Jy ! Component: 100 - total flux cleaned = -3.4153e-05 Jy ! Component: 150 - total flux cleaned = -1.25854e-05 Jy ! Component: 200 - total flux cleaned = -1.25703e-05 Jy ! Total flux subtracted in 200 components = -1.25703e-05 Jy ! Clean residual min=-0.004650 max=0.006471 Jy/beam ! Clean residual mean=0.000109 rms=0.001379 Jy/beam ! Combined flux in latest and established models = 0.34812 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 48 components and 0.34812 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051238Jy sigma=1.168542 ! Fit after self-cal, rms=0.051238Jy sigma=1.168359 ! 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.051238Jy sigma=1.168359 ! Fit after self-cal, rms=0.050930Jy sigma=1.155962 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.508 mas, bmaj=9.92 mas, bpa=9.653 degrees ! Estimated noise=0.66696 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000507776 Jy ! Component: 100 - total flux cleaned = -0.000508958 Jy ! Component: 150 - total flux cleaned = -0.000547525 Jy ! Component: 200 - total flux cleaned = -0.000565149 Jy ! Total flux subtracted in 200 components = -0.000565149 Jy ! Clean residual min=-0.003837 max=0.005948 Jy/beam ! Clean residual mean=0.000034 rms=0.001228 Jy/beam ! Combined flux in latest and established models = 0.347555 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 57 components and 0.347555 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050909Jy sigma=1.155492 ! Fit after self-cal, rms=0.050908Jy sigma=1.155382 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 (-6.5, 19.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00483531 Jy ! Component: 100 - total flux cleaned = 0.0069586 Jy ! Component: 150 - total flux cleaned = 0.00743517 Jy ! Component: 200 - total flux cleaned = 0.00743859 Jy ! Total flux subtracted in 200 components = 0.00743859 Jy ! Clean residual min=-0.003138 max=0.003300 Jy/beam ! Clean residual mean=0.000053 rms=0.000896 Jy/beam ! Combined flux in latest and established models = 0.354993 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 86 components and 0.354993 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050488Jy sigma=1.143546 ! Fit after self-cal, rms=0.050432Jy sigma=1.142683 ! 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.050432Jy sigma=1.142683 ! Fit after self-cal, rms=0.050317Jy sigma=1.141423 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.505 mas, bmaj=9.916 mas, bpa=9.638 degrees ! Estimated noise=0.665847 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0019603 Jy ! Component: 100 - total flux cleaned = 0.00284341 Jy ! Component: 150 - total flux cleaned = 0.00326665 Jy ! Component: 200 - total flux cleaned = 0.00326522 Jy ! Total flux subtracted in 200 components = 0.00326522 Jy ! Clean residual min=-0.002649 max=0.002852 Jy/beam ! Clean residual mean=0.000032 rms=0.000727 Jy/beam ! Combined flux in latest and established models = 0.358259 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 113 components and 0.358259 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050235Jy sigma=1.139060 ! Fit after self-cal, rms=0.050223Jy sigma=1.138889 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.000488158 Jy ! Component: 100 - total flux cleaned = 0.000464083 Jy ! Component: 150 - total flux cleaned = 0.00044203 Jy ! Component: 200 - total flux cleaned = 0.000442753 Jy ! Total flux subtracted in 200 components = 0.000442753 Jy ! Clean residual min=-0.002628 max=0.002675 Jy/beam ! Clean residual mean=0.000032 rms=0.000697 Jy/beam ! Combined flux in latest and established models = 0.358701 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 130 components and 0.358701 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050201Jy sigma=1.138308 ! Fit after self-cal, rms=0.050199Jy sigma=1.138273 ! 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.050199Jy sigma=1.138273 ! Fit after self-cal, rms=0.050157Jy sigma=1.137817 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.552 mas, bmaj=14.78 mas, bpa=-3.598 degrees ! Estimated noise=0.798835 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00124109 Jy ! Component: 100 - total flux cleaned = 0.00128168 Jy ! Component: 150 - total flux cleaned = 0.00125372 Jy ! Component: 200 - total flux cleaned = 0.00122924 Jy ! Total flux subtracted in 200 components = 0.00122924 Jy ! Clean residual min=-0.002957 max=0.002878 Jy/beam ! Clean residual mean=0.000036 rms=0.000890 Jy/beam ! Combined flux in latest and established models = 0.359931 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 149 components and 0.359931 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050142Jy sigma=1.137322 ! Fit after self-cal, rms=0.050134Jy sigma=1.137227 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 = 7.40308e-05 Jy ! Component: 100 - total flux cleaned = 7.29309e-05 Jy ! Component: 150 - total flux cleaned = 5.15597e-05 Jy ! Component: 200 - total flux cleaned = 3.29156e-05 Jy ! Total flux subtracted in 200 components = 3.29156e-05 Jy ! Clean residual min=-0.002873 max=0.002710 Jy/beam ! Clean residual mean=0.000034 rms=0.000845 Jy/beam ! Combined flux in latest and established models = 0.359964 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 161 components and 0.359964 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050139Jy sigma=1.137277 ! Fit after self-cal, rms=0.050135Jy sigma=1.137246 ! 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=3.505 mas, bmaj=9.916 mas, bpa=9.632 degrees ! Estimated noise=0.665305 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.505 x 9.916 at 9.632 degrees (North through East) ! Clean map min=-0.0022453 max=0.32115 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.807 mas, bmaj=8.789 mas, bpa=11.37 degrees ! Estimated noise=0.828325 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.254038 Jy ! Component: 100 - total flux cleaned = 0.309613 Jy ! Component: 150 - total flux cleaned = 0.325669 Jy ! Component: 200 - total flux cleaned = 0.333822 Jy ! Total flux subtracted in 200 components = 0.333822 Jy ! Clean residual min=-0.004544 max=0.004449 Jy/beam ! Clean residual mean=-0.000051 rms=0.001210 Jy/beam ! Combined flux in latest and established models = 0.333822 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.333822 Jy ! Inverting map and beam ! Estimated beam: bmin=3.505 mas, bmaj=9.916 mas, bpa=9.632 degrees ! Estimated noise=0.665305 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.00736846 Jy ! Component: 100 - total flux cleaned = 0.0121766 Jy ! Component: 150 - total flux cleaned = 0.015529 Jy ! Component: 200 - total flux cleaned = 0.017994 Jy ! Total flux subtracted in 200 components = 0.017994 Jy ! Clean residual min=-0.002883 max=0.002535 Jy/beam ! Clean residual mean=-0.000011 rms=0.000770 Jy/beam ! Combined flux in latest and established models = 0.351816 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 74 components and 0.351816 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.552 mas, bmaj=14.78 mas, bpa=-3.598 degrees ! Estimated noise=0.798835 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00295531 Jy ! Component: 100 - total flux cleaned = 0.00470118 Jy ! Component: 150 - total flux cleaned = 0.00541511 Jy ! Component: 200 - total flux cleaned = 0.00598525 Jy ! Total flux subtracted in 200 components = 0.00598525 Jy ! Clean residual min=-0.003042 max=0.002602 Jy/beam ! Clean residual mean=0.000015 rms=0.000836 Jy/beam ! Combined flux in latest and established models = 0.357801 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.000388513 Jy ! Component: 100 - total flux cleaned = 0.000585816 Jy ! Component: 150 - total flux cleaned = 0.00075774 Jy ! Component: 200 - total flux cleaned = 0.000907491 Jy ! Total flux subtracted in 200 components = 0.000907491 Jy ! Clean residual min=-0.002711 max=0.002641 Jy/beam ! Clean residual mean=0.000020 rms=0.000776 Jy/beam ! Combined flux in latest and established models = 0.358709 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 122 components and 0.358709 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.505 mas, bmaj=9.916 mas, bpa=9.632 degrees ! Estimated noise=0.665305 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000212414 Jy ! Component: 100 - total flux cleaned = 0.000307149 Jy ! Component: 150 - total flux cleaned = 0.000389607 Jy ! Component: 200 - total flux cleaned = 0.000438771 Jy ! Total flux subtracted in 200 components = 0.000438771 Jy ! Clean residual min=-0.002092 max=0.002588 Jy/beam ! Clean residual mean=0.000011 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.359148 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 143 components and 0.359148 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050093Jy sigma=1.136204 ! Fit after self-cal, rms=0.050083Jy sigma=1.136109 wmodel /J1243+1622_S_map.mod ! wmodel: Unable to open new model file: /J1243+1622_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219a_uvs/J1243+1622_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.505 x 9.916 at 9.632 degrees (North through East) ! Clean map min=-0.0020226 max=0.32486 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J1243+1622_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.32486 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000570882 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.527195 0.527195 1.05439 2.10878 4.21756 8.43512 16.8702 33.7405 67.4809 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.324 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 569.049 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J1243+1622_S_dfm.log closed on Fri May 20 00:06:35 2016