! Started logfile: /image_prod/ug002_uva//J0515-4556_S_dfm.log on Wed Mar 4 20:45:11 2020 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 /image_prod/ug002_uva//J0515-4556_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0515-4556_S_uva.fits ! AN table 1: 45 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.973333 visibilities/baseline/integration-bin. ! Found source: J0515-4556 ! ! There are 3 IFs, and a total of 3 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 ! ! Polarization(s): RR ! ! Read 40 lines of history. ! ! Reading 1971 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 3 channels. ! Selecting polarization: RR, channels: 1..3 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 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 J0515-4556_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 print "===============================================================" ! =============================================================== ! print "=== Difmap script: pima_mupet_01.dvm version of 2016.05.19 === " ! === Difmap script: pima_mupet_01.dvm version of 2016.05.19 === ! 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 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.144232Jy sigma=6.103268 ! Fit after self-cal, rms=0.507776Jy sigma=2.712640 ! 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.703 mas, bmaj=20.03 mas, bpa=-23.05 degrees ! Estimated noise=5.50416 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.356849 Jy ! Component: 100 - total flux cleaned = 0.466193 Jy ! Total flux subtracted in 100 components = 0.466193 Jy ! Clean residual min=-0.026586 max=0.050919 Jy/beam ! Clean residual mean=-0.000388 rms=0.009235 Jy/beam ! Combined flux in latest and established models = 0.466193 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.466193 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.134230Jy sigma=0.705062 ! Fit after self-cal, rms=0.134103Jy sigma=0.704662 ! 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.458 mas, bmaj=22.9 mas, bpa=-21.69 degrees ! Estimated noise=3.02978 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.0768047 Jy ! Component: 100 - total flux cleaned = 0.106435 Jy ! Component: 150 - total flux cleaned = 0.120362 Jy ! Component: 200 - total flux cleaned = 0.125854 Jy ! Total flux subtracted in 200 components = 0.125854 Jy ! Clean residual min=-0.016827 max=0.013066 Jy/beam ! Clean residual mean=0.000257 rms=0.004175 Jy/beam ! Combined flux in latest and established models = 0.592047 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 38 components and 0.592047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.089736Jy sigma=0.467802 ! Fit after self-cal, rms=0.089588Jy sigma=0.467267 ! 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.458 x 22.9 at -21.69 degrees (North through East) ! Clean map min=-0.016077 max=0.48539 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 KP 1.01 LA 1.05 MK 1.00 ! OV 1.05 PT 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.91 KP 1.01 LA 1.06 MK 1.00 ! OV 0.91 PT 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.95 KP 1.00 LA 1.06 MK 0.99 ! OV 1.04 PT 1.02 ! ! ! Fit before self-cal, rms=0.089588Jy sigma=0.467267 ! Fit after self-cal, rms=0.081258Jy sigma=0.428737 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.455 mas, bmaj=22.76 mas, bpa=-21.64 degrees ! Estimated noise=3.01046 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 (-13.5, -4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0109288 Jy ! Component: 100 - total flux cleaned = 0.0147528 Jy ! Component: 150 - total flux cleaned = 0.0160722 Jy ! Component: 200 - total flux cleaned = 0.0163484 Jy ! Total flux subtracted in 200 components = 0.0163484 Jy ! Clean residual min=-0.004595 max=0.004794 Jy/beam ! Clean residual mean=0.000195 rms=0.001452 Jy/beam ! Combined flux in latest and established models = 0.608396 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 73 components and 0.608396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079873Jy sigma=0.421717 ! Fit after self-cal, rms=0.079898Jy sigma=0.421328 ! 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. ! ! Fit before self-cal, rms=0.079898Jy sigma=0.421328 ! Fit after self-cal, rms=0.079706Jy sigma=0.420937 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.45 mas, bmaj=22.73 mas, bpa=-21.64 degrees ! Estimated noise=3.00554 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00333844 Jy ! Component: 100 - total flux cleaned = 0.00502632 Jy ! Component: 150 - total flux cleaned = 0.00544528 Jy ! Component: 200 - total flux cleaned = 0.00554995 Jy ! Total flux subtracted in 200 components = 0.00554995 Jy ! Clean residual min=-0.004065 max=0.004092 Jy/beam ! Clean residual mean=0.000161 rms=0.001255 Jy/beam ! Combined flux in latest and established models = 0.613946 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 105 components and 0.613946 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079539Jy sigma=0.420128 ! Fit after self-cal, rms=0.079537Jy sigma=0.420055 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.00094078 Jy ! Component: 100 - total flux cleaned = 0.00103208 Jy ! Component: 150 - total flux cleaned = 0.000991734 Jy ! Component: 200 - total flux cleaned = 0.00102457 Jy ! Total flux subtracted in 200 components = 0.00102457 Jy ! Clean residual min=-0.004118 max=0.004169 Jy/beam ! Clean residual mean=0.000175 rms=0.001219 Jy/beam ! Combined flux in latest and established models = 0.614971 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 121 components and 0.614971 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079491Jy sigma=0.419832 ! Fit after self-cal, rms=0.079493Jy sigma=0.419815 ! 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. ! ! Fit before self-cal, rms=0.079493Jy sigma=0.419815 ! Fit after self-cal, rms=0.079074Jy sigma=0.417213 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.45 mas, bmaj=22.7 mas, bpa=-21.65 degrees ! Estimated noise=3.00425 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00147437 Jy ! Component: 100 - total flux cleaned = 0.00227614 Jy ! Component: 150 - total flux cleaned = 0.00239071 Jy ! Component: 200 - total flux cleaned = 0.00249284 Jy ! Total flux subtracted in 200 components = 0.00249284 Jy ! Clean residual min=-0.003312 max=0.003902 Jy/beam ! Clean residual mean=0.000126 rms=0.001086 Jy/beam ! Combined flux in latest and established models = 0.617464 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 147 components and 0.617464 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079039Jy sigma=0.417042 ! Fit after self-cal, rms=0.079045Jy sigma=0.417017 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.000618691 Jy ! Component: 100 - total flux cleaned = 0.000668373 Jy ! Component: 150 - total flux cleaned = 0.000714334 Jy ! Component: 200 - total flux cleaned = 0.000736101 Jy ! Total flux subtracted in 200 components = 0.000736101 Jy ! Clean residual min=-0.003317 max=0.003935 Jy/beam ! Clean residual mean=0.000133 rms=0.001075 Jy/beam ! Combined flux in latest and established models = 0.6182 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 160 components and 0.6182 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079031Jy sigma=0.416953 ! Fit after self-cal, rms=0.079031Jy sigma=0.416948 ! 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. ! ! Fit before self-cal, rms=0.079031Jy sigma=0.416948 ! Fit after self-cal, rms=0.079042Jy sigma=0.416914 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.2 mas, bmaj=41.94 mas, bpa=-9.103 degrees ! Estimated noise=3.70932 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000954265 Jy ! Component: 100 - total flux cleaned = 0.00130297 Jy ! Component: 150 - total flux cleaned = 0.00132042 Jy ! Component: 200 - total flux cleaned = 0.0013375 Jy ! Total flux subtracted in 200 components = 0.0013375 Jy ! Clean residual min=-0.003489 max=0.004135 Jy/beam ! Clean residual mean=0.000188 rms=0.001422 Jy/beam ! Combined flux in latest and established models = 0.619537 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 187 components and 0.619538 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079032Jy sigma=0.416868 ! Fit after self-cal, rms=0.079032Jy sigma=0.416861 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.000345777 Jy ! Component: 100 - total flux cleaned = 0.000345798 Jy ! Component: 150 - total flux cleaned = 0.000329549 Jy ! Component: 200 - total flux cleaned = 0.000313748 Jy ! Total flux subtracted in 200 components = 0.000313748 Jy ! Clean residual min=-0.003504 max=0.004129 Jy/beam ! Clean residual mean=0.000192 rms=0.001413 Jy/beam ! Combined flux in latest and established models = 0.619851 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 199 components and 0.619851 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079027Jy sigma=0.416839 ! Fit after self-cal, rms=0.079026Jy sigma=0.416837 ! 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.45 mas, bmaj=22.7 mas, bpa=-21.65 degrees ! Estimated noise=3.00434 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.45 x 22.7 at -21.65 degrees (North through East) ! Clean map min=-0.0034363 max=0.48173 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.697 mas, bmaj=19.93 mas, bpa=-23.08 degrees ! Estimated noise=5.46478 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.354283 Jy ! Component: 100 - total flux cleaned = 0.463973 Jy ! Component: 150 - total flux cleaned = 0.521371 Jy ! Component: 200 - total flux cleaned = 0.551908 Jy ! Total flux subtracted in 200 components = 0.551908 Jy ! Clean residual min=-0.012621 max=0.014833 Jy/beam ! Clean residual mean=-0.000268 rms=0.003586 Jy/beam ! Combined flux in latest and established models = 0.551908 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.551908 Jy ! Inverting map and beam ! Estimated beam: bmin=3.45 mas, bmaj=22.7 mas, bpa=-21.65 degrees ! Estimated noise=3.00434 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.0243292 Jy ! Component: 100 - total flux cleaned = 0.0378675 Jy ! Component: 150 - total flux cleaned = 0.0465936 Jy ! Component: 200 - total flux cleaned = 0.0527549 Jy ! Total flux subtracted in 200 components = 0.0527549 Jy ! Clean residual min=-0.004822 max=0.003828 Jy/beam ! Clean residual mean=-0.000025 rms=0.001372 Jy/beam ! Combined flux in latest and established models = 0.604663 Jy ! Adding 79 model components to the UV plane model. ! The established model now contains 100 components and 0.604663 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=11.2 mas, bmaj=41.94 mas, bpa=-9.103 degrees ! Estimated noise=3.70932 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00612655 Jy ! Component: 100 - total flux cleaned = 0.00995178 Jy ! Component: 150 - total flux cleaned = 0.0124115 Jy ! Component: 200 - total flux cleaned = 0.0140263 Jy ! Total flux subtracted in 200 components = 0.0140263 Jy ! Clean residual min=-0.003838 max=0.003936 Jy/beam ! Clean residual mean=0.000167 rms=0.001422 Jy/beam ! Combined flux in latest and established models = 0.618689 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.00108655 Jy ! Component: 100 - total flux cleaned = 0.00167315 Jy ! Component: 150 - total flux cleaned = 0.00177216 Jy ! Component: 200 - total flux cleaned = 0.00179408 Jy ! Total flux subtracted in 200 components = 0.00179408 Jy ! Clean residual min=-0.003638 max=0.004018 Jy/beam ! Clean residual mean=0.000194 rms=0.001415 Jy/beam ! Combined flux in latest and established models = 0.620484 Jy ! Adding 80 model components to the UV plane model. ! The established model now contains 179 components and 0.620484 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.45 mas, bmaj=22.7 mas, bpa=-21.65 degrees ! Estimated noise=3.00434 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000212603 Jy ! Component: 100 - total flux cleaned = 0.000102268 Jy ! Component: 150 - total flux cleaned = 0.000101968 Jy ! Component: 200 - total flux cleaned = 0.000212391 Jy ! Total flux subtracted in 200 components = 0.000212391 Jy ! Clean residual min=-0.003237 max=0.003996 Jy/beam ! Clean residual mean=0.000124 rms=0.001082 Jy/beam ! Combined flux in latest and established models = 0.620696 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 199 components and 0.620696 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079069Jy sigma=0.417149 ! Fit after self-cal, rms=0.079069Jy sigma=0.417090 wmodel J0515-4556_S_map.mod ! Writing 199 model components to file: J0515-4556_S_map.mod wobs J0515-4556_S_uvs.fits ! Writing UV FITS file: J0515-4556_S_uvs.fits wwins J0515-4556_S_map.win ! wwins: Wrote 2 windows to J0515-4556_S_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.00112803 Jy ! Component: 100 - total flux cleaned = 0.00142795 Jy ! Component: 150 - total flux cleaned = 0.0012606 Jy ! Component: 200 - total flux cleaned = 0.00115672 Jy ! Component: 250 - total flux cleaned = 0.00120427 Jy ! Component: 300 - total flux cleaned = 0.0012953 Jy ! Component: 350 - total flux cleaned = 0.00151017 Jy ! Component: 400 - total flux cleaned = 0.0017146 Jy ! Component: 450 - total flux cleaned = 0.00191018 Jy ! Component: 500 - total flux cleaned = 0.00206013 Jy ! Component: 550 - total flux cleaned = 0.00220478 Jy ! Component: 600 - total flux cleaned = 0.00227398 Jy ! Component: 650 - total flux cleaned = 0.00240892 Jy ! Component: 700 - total flux cleaned = 0.00247509 Jy ! Component: 750 - total flux cleaned = 0.00266773 Jy ! Component: 800 - total flux cleaned = 0.00297956 Jy ! Component: 850 - total flux cleaned = 0.00325267 Jy ! Component: 900 - total flux cleaned = 0.00354775 Jy ! Component: 950 - total flux cleaned = 0.00377743 Jy ! Component: 1000 - total flux cleaned = 0.00402996 Jy ! Component: 1050 - total flux cleaned = 0.00435796 Jy ! Component: 1100 - total flux cleaned = 0.00465178 Jy ! Component: 1150 - total flux cleaned = 0.00491328 Jy ! Component: 1200 - total flux cleaned = 0.00516909 Jy ! Component: 1250 - total flux cleaned = 0.00546914 Jy ! Component: 1300 - total flux cleaned = 0.0057137 Jy ! Component: 1350 - total flux cleaned = 0.00600131 Jy ! Component: 1400 - total flux cleaned = 0.00621331 Jy ! Component: 1450 - total flux cleaned = 0.00637535 Jy ! Component: 1500 - total flux cleaned = 0.0065574 Jy ! Component: 1550 - total flux cleaned = 0.00673679 Jy ! Component: 1600 - total flux cleaned = 0.00686945 Jy ! Component: 1650 - total flux cleaned = 0.00700021 Jy ! Component: 1700 - total flux cleaned = 0.00706512 Jy ! Component: 1750 - total flux cleaned = 0.00714989 Jy ! Component: 1800 - total flux cleaned = 0.00708684 Jy ! Component: 1850 - total flux cleaned = 0.00700383 Jy ! Component: 1900 - total flux cleaned = 0.00706565 Jy ! Component: 1950 - total flux cleaned = 0.00708601 Jy ! Component: 2000 - total flux cleaned = 0.00714707 Jy ! Component: 2050 - total flux cleaned = 0.00718754 Jy ! Component: 2100 - total flux cleaned = 0.00722799 Jy ! Component: 2150 - total flux cleaned = 0.00732845 Jy ! Component: 2200 - total flux cleaned = 0.00734862 Jy ! Component: 2250 - total flux cleaned = 0.0074686 Jy ! Component: 2300 - total flux cleaned = 0.00752845 Jy ! Component: 2350 - total flux cleaned = 0.00764768 Jy ! Component: 2400 - total flux cleaned = 0.00774676 Jy ! Component: 2450 - total flux cleaned = 0.00782575 Jy ! Component: 2500 - total flux cleaned = 0.00794367 Jy ! Component: 2550 - total flux cleaned = 0.00804156 Jy ! Component: 2600 - total flux cleaned = 0.0081588 Jy ! Component: 2650 - total flux cleaned = 0.00827569 Jy ! Component: 2700 - total flux cleaned = 0.00835345 Jy ! Component: 2750 - total flux cleaned = 0.00846981 Jy ! Component: 2800 - total flux cleaned = 0.00852771 Jy ! Component: 2850 - total flux cleaned = 0.00860484 Jy ! Component: 2900 - total flux cleaned = 0.00872028 Jy ! Component: 2950 - total flux cleaned = 0.00870107 Jy ! Component: 3000 - total flux cleaned = 0.00881617 Jy ! Component: 3050 - total flux cleaned = 0.00889273 Jy ! Component: 3100 - total flux cleaned = 0.00895008 Jy ! Component: 3150 - total flux cleaned = 0.00900748 Jy ! Component: 3200 - total flux cleaned = 0.0090075 Jy ! Component: 3250 - total flux cleaned = 0.00908395 Jy ! Component: 3300 - total flux cleaned = 0.00914126 Jy ! Component: 3350 - total flux cleaned = 0.0091985 Jy ! Component: 3400 - total flux cleaned = 0.0092557 Jy ! Component: 3450 - total flux cleaned = 0.00929385 Jy ! Component: 3500 - total flux cleaned = 0.00933199 Jy ! Component: 3550 - total flux cleaned = 0.00933187 Jy ! Component: 3600 - total flux cleaned = 0.00940805 Jy ! Component: 3650 - total flux cleaned = 0.00944612 Jy ! Component: 3700 - total flux cleaned = 0.00942708 Jy ! Component: 3750 - total flux cleaned = 0.00950326 Jy ! Component: 3800 - total flux cleaned = 0.00950342 Jy ! Component: 3850 - total flux cleaned = 0.0095225 Jy ! Component: 3900 - total flux cleaned = 0.00957964 Jy ! Component: 3950 - total flux cleaned = 0.00963674 Jy ! Component: 4000 - total flux cleaned = 0.00963675 Jy ! Component: 4050 - total flux cleaned = 0.00965592 Jy ! Total flux subtracted in 4096 components = 0.00965595 Jy ! Clean residual min=-0.001009 max=0.001075 Jy/beam ! Clean residual mean=0.000028 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.630352 Jy keep ! Adding 205 model components to the UV plane model. ! The established model now contains 404 components and 0.630352 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0515-4556_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.45 x 22.7 at -21.65 degrees (North through East) ! Clean map min=-0.0026602 max=0.48459 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0515-4556_S_map.fits wmodel /image_prod/ug002_uva//J0515-4556_S_map.mod ! Writing 404 model components to file: /image_prod/ug002_uva//J0515-4556_S_map.mod wobs /image_prod/ug002_uva//J0515-4556_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0515-4556_S_uvs.fits wwins /image_prod/ug002_uva//J0515-4556_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0515-4556_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.484587 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000390782 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.241927 0.241927 0.483853 0.967707 1.93541 3.87083 7.74165 15.4833 30.9666 61.9332 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.484 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1240.05 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0515-4556_S_dfm.log closed on Wed Mar 4 20:45:14 2020