! Started logfile: /image_prod/ug002_uva//J0535+2532_S_dfm.log on Wed Mar 4 20:55: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//J0535+2532_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0535+2532_S_uva.fits ! AN table 1: 75 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.980148 visibilities/baseline/integration-bin. ! Found source: J0535+2532 ! ! 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 44 lines of history. ! ! Reading 9924 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 J0535+2532_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 8 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.006504Jy sigma=8.709828 ! Fit after self-cal, rms=0.911731Jy sigma=7.920849 ! 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.955 mas, bmaj=6.423 mas, bpa=-1.688 degrees ! Estimated noise=1.38764 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.0683796 Jy ! Component: 100 - total flux cleaned = 0.0874422 Jy ! Total flux subtracted in 100 components = 0.0874422 Jy ! Clean residual min=-0.006080 max=0.008033 Jy/beam ! Clean residual mean=-0.000014 rms=0.001504 Jy/beam ! Combined flux in latest and established models = 0.0874422 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0874422 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074171Jy sigma=0.529886 ! Fit after self-cal, rms=0.074082Jy sigma=0.528968 ! 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.499 mas, bmaj=7.296 mas, bpa=-1.966 degrees ! Estimated noise=0.853118 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.00828498 Jy ! Component: 100 - total flux cleaned = 0.0122721 Jy ! Component: 150 - total flux cleaned = 0.0144292 Jy ! Component: 200 - total flux cleaned = 0.0149353 Jy ! Total flux subtracted in 200 components = 0.0149353 Jy ! Clean residual min=-0.005869 max=0.004453 Jy/beam ! Clean residual mean=-0.000001 rms=0.001222 Jy/beam ! Combined flux in latest and established models = 0.102377 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 31 components and 0.102377 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072907Jy sigma=0.522844 ! Fit after self-cal, rms=0.072914Jy sigma=0.522711 ! 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.499 x 7.296 at -1.966 degrees (North through East) ! Clean map min=-0.0058195 max=0.087475 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.11 HN 1.01 KP 1.08 ! LA 1.09 MK 1.13 NL 1.04 OV 0.65 ! PT 1.09 SC 1.05 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.14 HN 0.99 KP 1.03 ! LA 1.07 MK 1.05 NL 0.89 OV 0.91 ! PT 1.06 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.11 HN 0.97 KP 1.08 ! LA 1.11 MK 1.10 NL 0.91 OV 0.62 ! PT 1.14 SC 0.91 ! ! ! Fit before self-cal, rms=0.072914Jy sigma=0.522711 ! Fit after self-cal, rms=0.066705Jy sigma=0.496327 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.536 mas, bmaj=7.292 mas, bpa=-1.183 degrees ! Estimated noise=0.860394 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 (-5, 25). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.003585 Jy ! Component: 100 - total flux cleaned = 0.00558116 Jy ! Component: 150 - total flux cleaned = 0.00708799 Jy ! Component: 200 - total flux cleaned = 0.00797373 Jy ! Total flux subtracted in 200 components = 0.00797373 Jy ! Clean residual min=-0.003201 max=0.002410 Jy/beam ! Clean residual mean=0.000002 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.110351 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 61 components and 0.110351 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066497Jy sigma=0.494146 ! Fit after self-cal, rms=0.066639Jy sigma=0.493047 ! 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.066639Jy sigma=0.493047 ! Fit after self-cal, rms=0.064076Jy sigma=0.486655 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.565 mas, bmaj=7.41 mas, bpa=-0.6286 degrees ! Estimated noise=0.860918 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000970442 Jy ! Component: 100 - total flux cleaned = 0.00128744 Jy ! Component: 150 - total flux cleaned = 0.00157658 Jy ! Component: 200 - total flux cleaned = 0.00184988 Jy ! Total flux subtracted in 200 components = 0.00184988 Jy ! Clean residual min=-0.001631 max=0.001559 Jy/beam ! Clean residual mean=0.000001 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.112201 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 86 components and 0.112201 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064045Jy sigma=0.486372 ! Fit after self-cal, rms=0.064030Jy sigma=0.486248 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.000256162 Jy ! Component: 100 - total flux cleaned = 0.000413896 Jy ! Component: 150 - total flux cleaned = 0.000538587 Jy ! Component: 200 - total flux cleaned = 0.000637183 Jy ! Total flux subtracted in 200 components = 0.000637183 Jy ! Clean residual min=-0.001599 max=0.001544 Jy/beam ! Clean residual mean=0.000000 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.112838 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 96 components and 0.112838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064020Jy sigma=0.486165 ! Fit after self-cal, rms=0.064019Jy sigma=0.486161 ! 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.064019Jy sigma=0.486161 ! Fit after self-cal, rms=0.064337Jy sigma=0.485888 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.574 mas, bmaj=7.437 mas, bpa=-0.4354 degrees ! Estimated noise=0.86134 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000174218 Jy ! Component: 100 - total flux cleaned = -7.32502e-05 Jy ! Component: 150 - total flux cleaned = 1.40004e-05 Jy ! Component: 200 - total flux cleaned = 9.37756e-05 Jy ! Total flux subtracted in 200 components = 9.37756e-05 Jy ! Clean residual min=-0.001642 max=0.001553 Jy/beam ! Clean residual mean=-0.000000 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.112932 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 105 components and 0.112932 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064326Jy sigma=0.485794 ! Fit after self-cal, rms=0.064327Jy sigma=0.485782 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.09958e-05 Jy ! Component: 100 - total flux cleaned = 0.000114251 Jy ! Component: 150 - total flux cleaned = 0.00015497 Jy ! Component: 200 - total flux cleaned = 0.000180814 Jy ! Total flux subtracted in 200 components = 0.000180814 Jy ! Clean residual min=-0.001642 max=0.001545 Jy/beam ! Clean residual mean=-0.000000 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.113113 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 116 components and 0.113113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064320Jy sigma=0.485732 ! Fit after self-cal, rms=0.064320Jy sigma=0.485729 ! 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.064320Jy sigma=0.485729 ! Fit after self-cal, rms=0.064492Jy sigma=0.485716 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.36 mas, bmaj=11 mas, bpa=-4.286 degrees ! Estimated noise=1.00699 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000376018 Jy ! Component: 100 - total flux cleaned = 0.000602129 Jy ! Component: 150 - total flux cleaned = 0.000673007 Jy ! Component: 200 - total flux cleaned = 0.000698603 Jy ! Total flux subtracted in 200 components = 0.000698603 Jy ! Clean residual min=-0.001780 max=0.001817 Jy/beam ! Clean residual mean=-0.000001 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.113811 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 129 components and 0.113811 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064491Jy sigma=0.485685 ! Fit after self-cal, rms=0.064490Jy sigma=0.485673 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.0255e-05 Jy ! Component: 100 - total flux cleaned = 0.000106146 Jy ! Component: 150 - total flux cleaned = 0.00012823 Jy ! Component: 200 - total flux cleaned = 0.000138646 Jy ! Total flux subtracted in 200 components = 0.000138646 Jy ! Clean residual min=-0.001774 max=0.001814 Jy/beam ! Clean residual mean=-0.000001 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.11395 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 135 components and 0.11395 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064489Jy sigma=0.485657 ! Fit after self-cal, rms=0.064488Jy sigma=0.485651 ! 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.579 mas, bmaj=7.461 mas, bpa=-0.3462 degrees ! Estimated noise=0.861817 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.579 x 7.461 at -0.3462 degrees (North through East) ! Clean map min=-0.0015468 max=0.088671 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.053 mas, bmaj=6.614 mas, bpa=0.1442 degrees ! Estimated noise=1.38924 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0683216 Jy ! Component: 100 - total flux cleaned = 0.0856231 Jy ! Component: 150 - total flux cleaned = 0.092938 Jy ! Component: 200 - total flux cleaned = 0.0971231 Jy ! Total flux subtracted in 200 components = 0.0971231 Jy ! Clean residual min=-0.002928 max=0.002973 Jy/beam ! Clean residual mean=-0.000002 rms=0.000712 Jy/beam ! Combined flux in latest and established models = 0.0971232 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.0971232 Jy ! Inverting map and beam ! Estimated beam: bmin=3.579 mas, bmaj=7.461 mas, bpa=-0.3462 degrees ! Estimated noise=0.861817 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.0036005 Jy ! Component: 100 - total flux cleaned = 0.00619472 Jy ! Component: 150 - total flux cleaned = 0.00819575 Jy ! Component: 200 - total flux cleaned = 0.00981912 Jy ! Total flux subtracted in 200 components = 0.00981912 Jy ! Clean residual min=-0.001865 max=0.001663 Jy/beam ! Clean residual mean=0.000001 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.106942 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 54 components and 0.106942 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.36 mas, bmaj=11 mas, bpa=-4.286 degrees ! Estimated noise=1.00699 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00204594 Jy ! Component: 100 - total flux cleaned = 0.00347904 Jy ! Component: 150 - total flux cleaned = 0.00453899 Jy ! Component: 200 - total flux cleaned = 0.00534423 Jy ! Total flux subtracted in 200 components = 0.00534423 Jy ! Clean residual min=-0.001891 max=0.001734 Jy/beam ! Clean residual mean=-0.000000 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.112287 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.000483991 Jy ! Component: 100 - total flux cleaned = 0.000758901 Jy ! Component: 150 - total flux cleaned = 0.000977739 Jy ! Component: 200 - total flux cleaned = 0.00115349 Jy ! Total flux subtracted in 200 components = 0.00115349 Jy ! Clean residual min=-0.001806 max=0.001782 Jy/beam ! Clean residual mean=-0.000001 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.11344 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 104 components and 0.11344 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.579 mas, bmaj=7.461 mas, bpa=-0.3462 degrees ! Estimated noise=0.861817 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000216427 Jy ! Component: 100 - total flux cleaned = 0.000314606 Jy ! Component: 150 - total flux cleaned = 0.00035796 Jy ! Component: 200 - total flux cleaned = 0.000377496 Jy ! Total flux subtracted in 200 components = 0.000377496 Jy ! Clean residual min=-0.001644 max=0.001485 Jy/beam ! Clean residual mean=-0.000000 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.113817 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 117 components and 0.113817 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064509Jy sigma=0.485752 ! Fit after self-cal, rms=0.064494Jy sigma=0.485725 wmodel J0535+2532_S_map.mod ! Writing 117 model components to file: J0535+2532_S_map.mod wobs J0535+2532_S_uvs.fits ! Writing UV FITS file: J0535+2532_S_uvs.fits wwins J0535+2532_S_map.win ! wwins: Wrote 2 windows to J0535+2532_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.000427004 Jy ! Component: 100 - total flux cleaned = -0.00050434 Jy ! Component: 150 - total flux cleaned = -0.000578743 Jy ! Component: 200 - total flux cleaned = -0.000602453 Jy ! Component: 250 - total flux cleaned = -0.000602658 Jy ! Component: 300 - total flux cleaned = -0.000580705 Jy ! Component: 350 - total flux cleaned = -0.000580874 Jy ! Component: 400 - total flux cleaned = -0.000472483 Jy ! Component: 450 - total flux cleaned = -0.000429871 Jy ! Component: 500 - total flux cleaned = -0.000346528 Jy ! Component: 550 - total flux cleaned = -0.000285384 Jy ! Component: 600 - total flux cleaned = -0.000245193 Jy ! Component: 650 - total flux cleaned = -0.000205177 Jy ! Component: 700 - total flux cleaned = -0.000204959 Jy ! Component: 750 - total flux cleaned = -0.000146649 Jy ! Component: 800 - total flux cleaned = -5.15232e-05 Jy ! Component: 850 - total flux cleaned = -7.0093e-05 Jy ! Component: 900 - total flux cleaned = 4.51789e-06 Jy ! Component: 950 - total flux cleaned = 9.59886e-05 Jy ! Component: 1000 - total flux cleaned = 0.000186448 Jy ! Component: 1050 - total flux cleaned = 0.000275594 Jy ! Component: 1100 - total flux cleaned = 0.000310889 Jy ! Component: 1150 - total flux cleaned = 0.000415655 Jy ! Component: 1200 - total flux cleaned = 0.000467452 Jy ! Component: 1250 - total flux cleaned = 0.000570291 Jy ! Component: 1300 - total flux cleaned = 0.000637976 Jy ! Component: 1350 - total flux cleaned = 0.00073876 Jy ! Component: 1400 - total flux cleaned = 0.000771936 Jy ! Component: 1450 - total flux cleaned = 0.000821403 Jy ! Component: 1500 - total flux cleaned = 0.000838018 Jy ! Component: 1550 - total flux cleaned = 0.000918784 Jy ! Component: 1600 - total flux cleaned = 0.000966741 Jy ! Component: 1650 - total flux cleaned = 0.000950991 Jy ! Component: 1700 - total flux cleaned = 0.00101396 Jy ! Component: 1750 - total flux cleaned = 0.000998735 Jy ! Component: 1800 - total flux cleaned = 0.00112247 Jy ! Component: 1850 - total flux cleaned = 0.00115309 Jy ! Component: 1900 - total flux cleaned = 0.00118331 Jy ! Component: 1950 - total flux cleaned = 0.00121322 Jy ! Component: 2000 - total flux cleaned = 0.00118319 Jy ! Component: 2050 - total flux cleaned = 0.0012276 Jy ! Component: 2100 - total flux cleaned = 0.00122759 Jy ! Component: 2150 - total flux cleaned = 0.00119861 Jy ! Component: 2200 - total flux cleaned = 0.00122751 Jy ! Component: 2250 - total flux cleaned = 0.00118466 Jy ! Component: 2300 - total flux cleaned = 0.0012277 Jy ! Component: 2350 - total flux cleaned = 0.00117123 Jy ! Component: 2400 - total flux cleaned = 0.00115729 Jy ! Component: 2450 - total flux cleaned = 0.00112949 Jy ! Component: 2500 - total flux cleaned = 0.00119867 Jy ! Component: 2550 - total flux cleaned = 0.00111627 Jy ! Component: 2600 - total flux cleaned = 0.00110263 Jy ! Component: 2650 - total flux cleaned = 0.00111629 Jy ! Component: 2700 - total flux cleaned = 0.00115667 Jy ! Component: 2750 - total flux cleaned = 0.00114326 Jy ! Component: 2800 - total flux cleaned = 0.00115647 Jy ! Component: 2850 - total flux cleaned = 0.00116968 Jy ! Component: 2900 - total flux cleaned = 0.00119595 Jy ! Component: 2950 - total flux cleaned = 0.00122191 Jy ! Component: 3000 - total flux cleaned = 0.00120907 Jy ! Component: 3050 - total flux cleaned = 0.00123466 Jy ! Component: 3100 - total flux cleaned = 0.00132377 Jy ! Component: 3150 - total flux cleaned = 0.00128582 Jy ! Component: 3200 - total flux cleaned = 0.0012607 Jy ! Component: 3250 - total flux cleaned = 0.00132318 Jy ! Component: 3300 - total flux cleaned = 0.00133541 Jy ! Component: 3350 - total flux cleaned = 0.00134773 Jy ! Component: 3400 - total flux cleaned = 0.00134783 Jy ! Component: 3450 - total flux cleaned = 0.00139662 Jy ! Component: 3500 - total flux cleaned = 0.00140873 Jy ! Component: 3550 - total flux cleaned = 0.00140875 Jy ! Component: 3600 - total flux cleaned = 0.00140877 Jy ! Component: 3650 - total flux cleaned = 0.00140866 Jy ! Component: 3700 - total flux cleaned = 0.00143235 Jy ! Component: 3750 - total flux cleaned = 0.00142051 Jy ! Component: 3800 - total flux cleaned = 0.00139706 Jy ! Component: 3850 - total flux cleaned = 0.00140874 Jy ! Component: 3900 - total flux cleaned = 0.00144347 Jy ! Component: 3950 - total flux cleaned = 0.0014551 Jy ! Component: 4000 - total flux cleaned = 0.00143213 Jy ! Component: 4050 - total flux cleaned = 0.00139804 Jy ! Total flux subtracted in 4096 components = 0.00142076 Jy ! Clean residual min=-0.000646 max=0.000626 Jy/beam ! Clean residual mean=-0.000000 rms=0.000210 Jy/beam ! Combined flux in latest and established models = 0.115238 Jy keep ! Adding 289 model components to the UV plane model. ! The established model now contains 406 components and 0.115238 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0535+2532_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.579 x 7.461 at -0.3462 degrees (North through East) ! Clean map min=-0.001206 max=0.088783 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0535+2532_S_map.fits wmodel /image_prod/ug002_uva//J0535+2532_S_map.mod ! Writing 406 model components to file: /image_prod/ug002_uva//J0535+2532_S_map.mod wobs /image_prod/ug002_uva//J0535+2532_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0535+2532_S_uvs.fits wwins /image_prod/ug002_uva//J0535+2532_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0535+2532_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0887834 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000210538 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.711411 0.711411 1.42282 2.84565 5.69129 11.3826 22.7652 45.5303 91.0607 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.088 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 421.696 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0535+2532_S_dfm.log closed on Wed Mar 4 20:55:15 2020