! Started logfile: /image_prod/ug002_uva//J0001-1551_S_dfm.log on Wed Mar 4 18:07:42 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//J0001-1551_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0001-1551_S_uva.fits ! AN table 1: 40 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.977778 visibilities/baseline/integration-bin. ! Found source: J0001-1551 ! ! 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 4224 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 J0001-1551_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.038456Jy sigma=7.411897 ! Fit after self-cal, rms=0.749258Jy sigma=5.298352 ! 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.921 mas, bmaj=13.79 mas, bpa=-17.39 degrees ! Estimated noise=2.2619 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.193144 Jy ! Component: 100 - total flux cleaned = 0.247417 Jy ! Total flux subtracted in 100 components = 0.247417 Jy ! Clean residual min=-0.010740 max=0.023911 Jy/beam ! Clean residual mean=0.000013 rms=0.003663 Jy/beam ! Combined flux in latest and established models = 0.247417 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.247417 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084908Jy sigma=0.570205 ! Fit after self-cal, rms=0.084773Jy sigma=0.569342 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0261655 Jy ! Component: 100 - total flux cleaned = 0.0387255 Jy ! Total flux subtracted in 100 components = 0.0387255 Jy ! Clean residual min=-0.008665 max=0.011427 Jy/beam ! Clean residual mean=-0.000002 rms=0.002457 Jy/beam ! Combined flux in latest and established models = 0.286142 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 12 components and 0.286142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076587Jy sigma=0.499549 ! Fit after self-cal, rms=0.076454Jy sigma=0.498616 ! 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.607 mas, bmaj=14.73 mas, bpa=-16.65 degrees ! Estimated noise=1.5742 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.00865681 Jy ! Component: 100 - total flux cleaned = 0.0110467 Jy ! Component: 150 - total flux cleaned = 0.0113428 Jy ! Component: 200 - total flux cleaned = 0.0115791 Jy ! Total flux subtracted in 200 components = 0.0115791 Jy ! Clean residual min=-0.006630 max=0.009240 Jy/beam ! Clean residual mean=-0.000002 rms=0.002164 Jy/beam ! Combined flux in latest and established models = 0.297721 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 29 components and 0.297721 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075464Jy sigma=0.490151 ! Fit after self-cal, rms=0.075425Jy sigma=0.489936 ! 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.607 x 14.73 at -16.65 degrees (North through East) ! Clean map min=-0.006593 max=0.25741 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.00 HN 1.07 KP 0.97 ! LA 0.99 MK 1.00 NL 0.98 OV 0.99 ! PT 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.97 HN 1.08 KP 0.98 ! LA 0.99 MK 0.99 NL 0.98 OV 0.97 ! PT 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.01 HN 1.09 KP 0.97 ! LA 0.98 MK 0.99 NL 1.06 OV 0.99 ! PT 1.00 ! ! ! Fit before self-cal, rms=0.075425Jy sigma=0.489936 ! Fit after self-cal, rms=0.075543Jy sigma=0.483680 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.635 mas, bmaj=14.75 mas, bpa=-16.78 degrees ! Estimated noise=1.56954 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.00448846 Jy ! Component: 100 - total flux cleaned = -0.00514171 Jy ! Component: 150 - total flux cleaned = -0.00548242 Jy ! Component: 200 - total flux cleaned = -0.00575813 Jy ! Total flux subtracted in 200 components = -0.00575813 Jy ! Clean residual min=-0.006284 max=0.009348 Jy/beam ! Clean residual mean=-0.000004 rms=0.001959 Jy/beam ! Combined flux in latest and established models = 0.291963 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 46 components and 0.291963 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075211Jy sigma=0.481354 ! Fit after self-cal, rms=0.075210Jy sigma=0.481273 ! 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.075210Jy sigma=0.481273 ! Fit after self-cal, rms=0.075057Jy sigma=0.464572 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.641 mas, bmaj=14.83 mas, bpa=-16.96 degrees ! Estimated noise=1.56945 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000739327 Jy ! Component: 100 - total flux cleaned = 0.000742508 Jy ! Component: 150 - total flux cleaned = 0.000743848 Jy ! Component: 200 - total flux cleaned = 0.000746073 Jy ! Total flux subtracted in 200 components = 0.000746073 Jy ! Clean residual min=-0.003907 max=0.007922 Jy/beam ! Clean residual mean=-0.000013 rms=0.001368 Jy/beam ! Combined flux in latest and established models = 0.292709 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 61 components and 0.292709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074879Jy sigma=0.463710 ! Fit after self-cal, rms=0.074911Jy sigma=0.463605 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 (-15.5, 6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00800709 Jy ! Component: 100 - total flux cleaned = 0.011354 Jy ! Component: 150 - total flux cleaned = 0.013047 Jy ! Component: 200 - total flux cleaned = 0.0140267 Jy ! Total flux subtracted in 200 components = 0.0140267 Jy ! Clean residual min=-0.002696 max=0.003004 Jy/beam ! Clean residual mean=-0.000004 rms=0.000840 Jy/beam ! Combined flux in latest and established models = 0.306736 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 112 components and 0.306736 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074043Jy sigma=0.456016 ! Fit after self-cal, rms=0.073974Jy sigma=0.455547 ! 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.073974Jy sigma=0.455547 ! Fit after self-cal, rms=0.074060Jy sigma=0.455116 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.637 mas, bmaj=14.84 mas, bpa=-17 degrees ! Estimated noise=1.56618 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00300701 Jy ! Component: 100 - total flux cleaned = 0.00457126 Jy ! Component: 150 - total flux cleaned = 0.00505718 Jy ! Component: 200 - total flux cleaned = 0.00524389 Jy ! Total flux subtracted in 200 components = 0.00524389 Jy ! Clean residual min=-0.002351 max=0.002402 Jy/beam ! Clean residual mean=-0.000003 rms=0.000691 Jy/beam ! Combined flux in latest and established models = 0.31198 Jy selfcal ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 145 components and 0.31198 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073878Jy sigma=0.453757 ! Fit after self-cal, rms=0.073862Jy sigma=0.453661 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.00102174 Jy ! Component: 100 - total flux cleaned = 0.00108172 Jy ! Component: 150 - total flux cleaned = 0.0011851 Jy ! Component: 200 - total flux cleaned = 0.00118355 Jy ! Total flux subtracted in 200 components = 0.00118355 Jy ! Clean residual min=-0.002183 max=0.002237 Jy/beam ! Clean residual mean=-0.000002 rms=0.000645 Jy/beam ! Combined flux in latest and established models = 0.313163 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 161 components and 0.313163 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073778Jy sigma=0.453161 ! Fit after self-cal, rms=0.073772Jy sigma=0.453138 ! 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.073772Jy sigma=0.453138 ! Fit after self-cal, rms=0.073758Jy sigma=0.452976 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.223 mas, bmaj=18.74 mas, bpa=-5.383 degrees ! Estimated noise=1.82185 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00150447 Jy ! Component: 100 - total flux cleaned = 0.00168669 Jy ! Component: 150 - total flux cleaned = 0.00175983 Jy ! Component: 200 - total flux cleaned = 0.0018555 Jy ! Total flux subtracted in 200 components = 0.0018555 Jy ! Clean residual min=-0.002400 max=0.002036 Jy/beam ! Clean residual mean=-0.000003 rms=0.000690 Jy/beam ! Combined flux in latest and established models = 0.315019 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 182 components and 0.315019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073711Jy sigma=0.452652 ! Fit after self-cal, rms=0.073704Jy sigma=0.452628 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.000144489 Jy ! Component: 100 - total flux cleaned = 0.000292725 Jy ! Component: 150 - total flux cleaned = 0.000345692 Jy ! Component: 200 - total flux cleaned = 0.00034556 Jy ! Total flux subtracted in 200 components = 0.00034556 Jy ! Clean residual min=-0.002291 max=0.001987 Jy/beam ! Clean residual mean=-0.000003 rms=0.000673 Jy/beam ! Combined flux in latest and established models = 0.315364 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 198 components and 0.315365 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073679Jy sigma=0.452517 ! Fit after self-cal, rms=0.073675Jy sigma=0.452505 ! 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.636 mas, bmaj=14.83 mas, bpa=-17.01 degrees ! Estimated noise=1.56671 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.636 x 14.83 at -17.01 degrees (North through East) ! Clean map min=-0.0031879 max=0.2576 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.944 mas, bmaj=13.88 mas, bpa=-17.71 degrees ! Estimated noise=2.25935 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.192532 Jy ! Component: 100 - total flux cleaned = 0.246042 Jy ! Component: 150 - total flux cleaned = 0.271122 Jy ! Component: 200 - total flux cleaned = 0.283565 Jy ! Total flux subtracted in 200 components = 0.283565 Jy ! Clean residual min=-0.005273 max=0.006338 Jy/beam ! Clean residual mean=-0.000004 rms=0.001452 Jy/beam ! Combined flux in latest and established models = 0.283564 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.283564 Jy ! Inverting map and beam ! Estimated beam: bmin=3.636 mas, bmaj=14.83 mas, bpa=-17.01 degrees ! Estimated noise=1.56671 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.0102382 Jy ! Component: 100 - total flux cleaned = 0.0174017 Jy ! Component: 150 - total flux cleaned = 0.0227054 Jy ! Component: 200 - total flux cleaned = 0.0264091 Jy ! Total flux subtracted in 200 components = 0.0264091 Jy ! Clean residual min=-0.003151 max=0.002720 Jy/beam ! Clean residual mean=-0.000002 rms=0.000846 Jy/beam ! Combined flux in latest and established models = 0.309974 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 53 components and 0.309974 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.223 mas, bmaj=18.74 mas, bpa=-5.383 degrees ! Estimated noise=1.82185 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00364703 Jy ! Component: 100 - total flux cleaned = 0.00479475 Jy ! Component: 150 - total flux cleaned = 0.00523913 Jy ! Component: 200 - total flux cleaned = 0.0055346 Jy ! Total flux subtracted in 200 components = 0.0055346 Jy ! Clean residual min=-0.002715 max=0.002292 Jy/beam ! Clean residual mean=-0.000001 rms=0.000778 Jy/beam ! Combined flux in latest and established models = 0.315508 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.000124416 Jy ! Component: 100 - total flux cleaned = 0.000235409 Jy ! Component: 150 - total flux cleaned = 0.000236927 Jy ! Component: 200 - total flux cleaned = 0.000278908 Jy ! Total flux subtracted in 200 components = 0.000278908 Jy ! Clean residual min=-0.002529 max=0.002142 Jy/beam ! Clean residual mean=-0.000002 rms=0.000717 Jy/beam ! Combined flux in latest and established models = 0.315787 Jy ! Adding 105 model components to the UV plane model. ! The established model now contains 152 components and 0.315787 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.636 mas, bmaj=14.83 mas, bpa=-17.01 degrees ! Estimated noise=1.56671 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000360265 Jy ! Component: 100 - total flux cleaned = 0.000531308 Jy ! Component: 150 - total flux cleaned = 0.000582051 Jy ! Component: 200 - total flux cleaned = 0.000626813 Jy ! Total flux subtracted in 200 components = 0.000626813 Jy ! Clean residual min=-0.002096 max=0.002059 Jy/beam ! Clean residual mean=-0.000001 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.316414 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 173 components and 0.316414 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073697Jy sigma=0.452830 ! Fit after self-cal, rms=0.073671Jy sigma=0.452735 wmodel J0001-1551_S_map.mod ! Writing 173 model components to file: J0001-1551_S_map.mod wobs J0001-1551_S_uvs.fits ! Writing UV FITS file: J0001-1551_S_uvs.fits wwins J0001-1551_S_map.win ! wwins: Wrote 2 windows to J0001-1551_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.000478284 Jy ! Component: 100 - total flux cleaned = -0.000477626 Jy ! Component: 150 - total flux cleaned = -0.000512847 Jy ! Component: 200 - total flux cleaned = -0.000614491 Jy ! Component: 250 - total flux cleaned = -0.000808951 Jy ! Component: 300 - total flux cleaned = -0.000996093 Jy ! Component: 350 - total flux cleaned = -0.00117735 Jy ! Component: 400 - total flux cleaned = -0.00141325 Jy ! Component: 450 - total flux cleaned = -0.00152838 Jy ! Component: 500 - total flux cleaned = -0.00169642 Jy ! Component: 550 - total flux cleaned = -0.00183406 Jy ! Component: 600 - total flux cleaned = -0.00207601 Jy ! Component: 650 - total flux cleaned = -0.00220804 Jy ! Component: 700 - total flux cleaned = -0.00243872 Jy ! Component: 750 - total flux cleaned = -0.002489 Jy ! Component: 800 - total flux cleaned = -0.00268654 Jy ! Component: 850 - total flux cleaned = -0.00278291 Jy ! Component: 900 - total flux cleaned = -0.0029014 Jy ! Component: 950 - total flux cleaned = -0.00299505 Jy ! Component: 1000 - total flux cleaned = -0.00310961 Jy ! Component: 1050 - total flux cleaned = -0.00317745 Jy ! Component: 1100 - total flux cleaned = -0.00335497 Jy ! Component: 1150 - total flux cleaned = -0.00331069 Jy ! Component: 1200 - total flux cleaned = -0.00337511 Jy ! Component: 1250 - total flux cleaned = -0.00333241 Jy ! Component: 1300 - total flux cleaned = -0.00341626 Jy ! Component: 1350 - total flux cleaned = -0.00343686 Jy ! Component: 1400 - total flux cleaned = -0.00345731 Jy ! Component: 1450 - total flux cleaned = -0.00341755 Jy ! Component: 1500 - total flux cleaned = -0.00341802 Jy ! Component: 1550 - total flux cleaned = -0.00339845 Jy ! Component: 1600 - total flux cleaned = -0.00330234 Jy ! Component: 1650 - total flux cleaned = -0.00328343 Jy ! Component: 1700 - total flux cleaned = -0.00328325 Jy ! Component: 1750 - total flux cleaned = -0.00330151 Jy ! Component: 1800 - total flux cleaned = -0.00321 Jy ! Component: 1850 - total flux cleaned = -0.00321008 Jy ! Component: 1900 - total flux cleaned = -0.00324565 Jy ! Component: 1950 - total flux cleaned = -0.00326276 Jy ! Component: 2000 - total flux cleaned = -0.00321057 Jy ! Component: 2050 - total flux cleaned = -0.00317654 Jy ! Component: 2100 - total flux cleaned = -0.00321083 Jy ! Component: 2150 - total flux cleaned = -0.00321077 Jy ! Component: 2200 - total flux cleaned = -0.00316079 Jy ! Component: 2250 - total flux cleaned = -0.00316068 Jy ! Component: 2300 - total flux cleaned = -0.00312833 Jy ! Component: 2350 - total flux cleaned = -0.00303194 Jy ! Component: 2400 - total flux cleaned = -0.00303193 Jy ! Component: 2450 - total flux cleaned = -0.00295324 Jy ! Component: 2500 - total flux cleaned = -0.0029066 Jy ! Component: 2550 - total flux cleaned = -0.00284526 Jy ! Component: 2600 - total flux cleaned = -0.00279967 Jy ! Component: 2650 - total flux cleaned = -0.00272477 Jy ! Component: 2700 - total flux cleaned = -0.00273947 Jy ! Component: 2750 - total flux cleaned = -0.00262122 Jy ! Component: 2800 - total flux cleaned = -0.00256313 Jy ! Component: 2850 - total flux cleaned = -0.00252 Jy ! Component: 2900 - total flux cleaned = -0.00250568 Jy ! Component: 2950 - total flux cleaned = -0.002463 Jy ! Component: 3000 - total flux cleaned = -0.00240686 Jy ! Component: 3050 - total flux cleaned = -0.00247633 Jy ! Component: 3100 - total flux cleaned = -0.00242086 Jy ! Component: 3150 - total flux cleaned = -0.00235239 Jy ! Component: 3200 - total flux cleaned = -0.00237946 Jy ! Component: 3250 - total flux cleaned = -0.00235247 Jy ! Component: 3300 - total flux cleaned = -0.00231231 Jy ! Component: 3350 - total flux cleaned = -0.00228576 Jy ! Component: 3400 - total flux cleaned = -0.00227259 Jy ! Component: 3450 - total flux cleaned = -0.00227247 Jy ! Component: 3500 - total flux cleaned = -0.00223351 Jy ! Component: 3550 - total flux cleaned = -0.00218228 Jy ! Component: 3600 - total flux cleaned = -0.00222054 Jy ! Component: 3650 - total flux cleaned = -0.0021444 Jy ! Component: 3700 - total flux cleaned = -0.00210668 Jy ! Component: 3750 - total flux cleaned = -0.00208171 Jy ! Component: 3800 - total flux cleaned = -0.00208167 Jy ! Component: 3850 - total flux cleaned = -0.00202005 Jy ! Component: 3900 - total flux cleaned = -0.0019956 Jy ! Component: 3950 - total flux cleaned = -0.00193478 Jy ! Component: 4000 - total flux cleaned = -0.00193477 Jy ! Component: 4050 - total flux cleaned = -0.00195881 Jy ! Total flux subtracted in 4096 components = -0.00191111 Jy ! Clean residual min=-0.000786 max=0.000678 Jy/beam ! Clean residual mean=-0.000003 rms=0.000225 Jy/beam ! Combined flux in latest and established models = 0.314503 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 455 components and 0.314503 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0001-1551_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.636 x 14.83 at -17.01 degrees (North through East) ! Clean map min=-0.0025306 max=0.25718 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0001-1551_S_map.fits wmodel /image_prod/ug002_uva//J0001-1551_S_map.mod ! Writing 455 model components to file: /image_prod/ug002_uva//J0001-1551_S_map.mod wobs /image_prod/ug002_uva//J0001-1551_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0001-1551_S_uvs.fits wwins /image_prod/ug002_uva//J0001-1551_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0001-1551_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.257176 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000220116 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.256769 0.256769 0.513539 1.02708 2.05416 4.10831 8.21662 16.4332 32.8665 65.733 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.257 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1168.36 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0001-1551_S_dfm.log closed on Wed Mar 4 18:07:46 2020