! Started logfile: /image_prod/ug002_uva//J0305-2421_S_dfm.log on Wed Mar 4 19:48:25 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//J0305-2421_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0305-2421_S_uva.fits ! AN table 1: 30 integrations on 10 of 10 possible baselines. ! AN table 2: 30 integrations on 10 of 10 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0305-2421 ! ! 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 1800 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 J0305-2421_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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=1.005462Jy sigma=8.824430 ! Fit after self-cal, rms=0.961424Jy sigma=8.430125 ! 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=3.132 mas, bmaj=26.27 mas, bpa=-17.21 degrees ! Estimated noise=2.97299 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.0306012 Jy ! Component: 100 - total flux cleaned = 0.0374103 Jy ! Total flux subtracted in 100 components = 0.0374103 Jy ! Clean residual min=-0.003076 max=0.003746 Jy/beam ! Clean residual mean=-0.000053 rms=0.001086 Jy/beam ! Combined flux in latest and established models = 0.0374103 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0374103 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.050613Jy sigma=0.435259 ! Fit after self-cal, rms=0.049179Jy sigma=0.423495 ! 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=4.35 mas, bmaj=27.6 mas, bpa=-15.76 degrees ! Estimated noise=1.9109 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.00380476 Jy ! Component: 100 - total flux cleaned = 0.00505766 Jy ! Component: 150 - total flux cleaned = 0.00513605 Jy ! Component: 200 - total flux cleaned = 0.00533174 Jy ! Total flux subtracted in 200 components = 0.00533174 Jy ! Clean residual min=-0.003474 max=0.003252 Jy/beam ! Clean residual mean=-0.000043 rms=0.000921 Jy/beam ! Combined flux in latest and established models = 0.0427421 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 26 components and 0.0427421 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.048900Jy sigma=0.421070 ! Fit after self-cal, rms=0.048899Jy sigma=0.421023 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.35 x 27.6 at -15.76 degrees (North through East) ! Clean map min=-0.0034416 max=0.040715 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 LA 0.91 MK 1.04 OV 1.13 ! PT 1.01 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.99 KP 0.98 LA 1.15 OV 1.03 ! PT 1.07 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.09 LA 0.98 MK 1.00 OV 0.90 ! PT 0.94 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.13 KP 0.93 LA 1.01 OV 0.75 ! PT 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.09 LA 0.88 MK 0.96 OV 0.95 ! PT 1.13 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.91 KP 1.09 LA 0.89 OV 0.95 ! PT 1.05 ! ! ! Fit before self-cal, rms=0.048899Jy sigma=0.421023 ! Fit after self-cal, rms=0.048497Jy sigma=0.418571 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.358 mas, bmaj=27.57 mas, bpa=-15.8 degrees ! Estimated noise=1.8869 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.000741893 Jy ! Component: 100 - total flux cleaned = 0.00101636 Jy ! Component: 150 - total flux cleaned = 0.00114369 Jy ! Component: 200 - total flux cleaned = 0.00125676 Jy ! Total flux subtracted in 200 components = 0.00125676 Jy ! Clean residual min=-0.003214 max=0.003108 Jy/beam ! Clean residual mean=-0.000020 rms=0.000824 Jy/beam ! Combined flux in latest and established models = 0.0439988 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 39 components and 0.0439988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.048464Jy sigma=0.418296 ! Fit after self-cal, rms=0.048577Jy sigma=0.417332 ! 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.048577Jy sigma=0.417332 ! Fit after self-cal, rms=0.049108Jy sigma=0.417109 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.348 mas, bmaj=27.52 mas, bpa=-15.82 degrees ! Estimated noise=1.88414 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000564269 Jy ! Component: 100 - total flux cleaned = 0.000697327 Jy ! Component: 150 - total flux cleaned = 0.000832509 Jy ! Component: 200 - total flux cleaned = 0.000930222 Jy ! Total flux subtracted in 200 components = 0.000930222 Jy ! Clean residual min=-0.003095 max=0.002707 Jy/beam ! Clean residual mean=-0.000017 rms=0.000772 Jy/beam ! Combined flux in latest and established models = 0.044929 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 42 components and 0.044929 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049083Jy sigma=0.416912 ! Fit after self-cal, rms=0.049170Jy sigma=0.416683 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.02949e-05 Jy ! Component: 100 - total flux cleaned = 1.52197e-05 Jy ! Component: 150 - total flux cleaned = 9.55872e-05 Jy ! Component: 200 - total flux cleaned = 0.000185384 Jy ! Total flux subtracted in 200 components = 0.000185384 Jy ! Clean residual min=-0.002995 max=0.002535 Jy/beam ! Clean residual mean=-0.000020 rms=0.000752 Jy/beam ! Combined flux in latest and established models = 0.0451144 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 46 components and 0.0451144 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049155Jy sigma=0.416590 ! Fit after self-cal, rms=0.049155Jy sigma=0.416571 ! 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.049155Jy sigma=0.416571 ! Fit after self-cal, rms=0.049371Jy sigma=0.416498 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.333 mas, bmaj=27.51 mas, bpa=-15.84 degrees ! Estimated noise=1.87628 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00026505 Jy ! Component: 100 - total flux cleaned = 0.000340236 Jy ! Component: 150 - total flux cleaned = 0.000406298 Jy ! Component: 200 - total flux cleaned = 0.000479675 Jy ! Total flux subtracted in 200 components = 0.000479675 Jy ! Clean residual min=-0.002856 max=0.002391 Jy/beam ! Clean residual mean=-0.000014 rms=0.000737 Jy/beam ! Combined flux in latest and established models = 0.0455941 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 52 components and 0.0455941 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049358Jy sigma=0.416405 ! Fit after self-cal, rms=0.049411Jy sigma=0.416375 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.98702e-05 Jy ! Component: 100 - total flux cleaned = 0.000108652 Jy ! Component: 150 - total flux cleaned = 0.000187075 Jy ! Component: 200 - total flux cleaned = 0.000261051 Jy ! Total flux subtracted in 200 components = 0.000261051 Jy ! Clean residual min=-0.002863 max=0.002326 Jy/beam ! Clean residual mean=-0.000014 rms=0.000728 Jy/beam ! Combined flux in latest and established models = 0.0458551 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 53 components and 0.0458551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049401Jy sigma=0.416321 ! Fit after self-cal, rms=0.049401Jy sigma=0.416311 ! 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.049401Jy sigma=0.416311 ! Fit after self-cal, rms=0.049466Jy sigma=0.416287 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.53 mas, bmaj=37.71 mas, bpa=2.25 degrees ! Estimated noise=2.09155 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000189608 Jy ! Component: 100 - total flux cleaned = 0.000241659 Jy ! Component: 150 - total flux cleaned = 0.000302555 Jy ! Component: 200 - total flux cleaned = 0.000396212 Jy ! Total flux subtracted in 200 components = 0.000396212 Jy ! Clean residual min=-0.002587 max=0.002325 Jy/beam ! Clean residual mean=-0.000014 rms=0.000848 Jy/beam ! Combined flux in latest and established models = 0.0462514 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 70 components and 0.0462514 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049460Jy sigma=0.416249 ! Fit after self-cal, rms=0.049480Jy sigma=0.416221 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.000160891 Jy ! Component: 100 - total flux cleaned = 0.000206786 Jy ! Component: 150 - total flux cleaned = 0.000245043 Jy ! Component: 200 - total flux cleaned = 0.000302013 Jy ! Total flux subtracted in 200 components = 0.000302013 Jy ! Clean residual min=-0.002599 max=0.002307 Jy/beam ! Clean residual mean=-0.000013 rms=0.000842 Jy/beam ! Combined flux in latest and established models = 0.0465534 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 74 components and 0.0465534 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049475Jy sigma=0.416201 ! Fit after self-cal, rms=0.049452Jy sigma=0.416143 ! 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=4.319 mas, bmaj=27.52 mas, bpa=-15.85 degrees ! Estimated noise=1.86887 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.319 x 27.52 at -15.85 degrees (North through East) ! Clean map min=-0.0027134 max=0.040919 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.078 mas, bmaj=26.67 mas, bpa=-17.33 degrees ! Estimated noise=2.87802 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0310201 Jy ! Component: 100 - total flux cleaned = 0.0381536 Jy ! Component: 150 - total flux cleaned = 0.0408898 Jy ! Component: 200 - total flux cleaned = 0.0422418 Jy ! Total flux subtracted in 200 components = 0.0422418 Jy ! Clean residual min=-0.003227 max=0.003053 Jy/beam ! Clean residual mean=-0.000017 rms=0.000909 Jy/beam ! Combined flux in latest and established models = 0.0422418 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.0422418 Jy ! Inverting map and beam ! Estimated beam: bmin=4.319 mas, bmaj=27.52 mas, bpa=-15.85 degrees ! Estimated noise=1.86887 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.00146372 Jy ! Component: 100 - total flux cleaned = 0.00196783 Jy ! Component: 150 - total flux cleaned = 0.00234218 Jy ! Component: 200 - total flux cleaned = 0.00260035 Jy ! Total flux subtracted in 200 components = 0.00260035 Jy ! Clean residual min=-0.003097 max=0.003089 Jy/beam ! Clean residual mean=-0.000013 rms=0.000822 Jy/beam ! Combined flux in latest and established models = 0.0448422 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 36 components and 0.0448422 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=12.53 mas, bmaj=37.71 mas, bpa=2.25 degrees ! Estimated noise=2.09155 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000502662 Jy ! Component: 100 - total flux cleaned = 0.000710399 Jy ! Component: 150 - total flux cleaned = 0.000890052 Jy ! Component: 200 - total flux cleaned = 0.00102079 Jy ! Total flux subtracted in 200 components = 0.00102079 Jy ! Clean residual min=-0.002984 max=0.002592 Jy/beam ! Clean residual mean=-0.000014 rms=0.000894 Jy/beam ! Combined flux in latest and established models = 0.045863 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.00011694 Jy ! Component: 100 - total flux cleaned = 0.000224308 Jy ! Component: 150 - total flux cleaned = 0.000303722 Jy ! Component: 200 - total flux cleaned = 0.000358867 Jy ! Total flux subtracted in 200 components = 0.000358867 Jy ! Clean residual min=-0.002886 max=0.002415 Jy/beam ! Clean residual mean=-0.000013 rms=0.000864 Jy/beam ! Combined flux in latest and established models = 0.0462218 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 63 components and 0.0462218 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.319 mas, bmaj=27.52 mas, bpa=-15.85 degrees ! Estimated noise=1.86887 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000284046 Jy ! Component: 100 - total flux cleaned = 0.000421867 Jy ! Component: 150 - total flux cleaned = 0.000538315 Jy ! Component: 200 - total flux cleaned = 0.000663395 Jy ! Total flux subtracted in 200 components = 0.000663395 Jy ! Clean residual min=-0.002790 max=0.002457 Jy/beam ! Clean residual mean=-0.000007 rms=0.000723 Jy/beam ! Combined flux in latest and established models = 0.0468852 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 70 components and 0.0468852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049460Jy sigma=0.416205 ! Fit after self-cal, rms=0.049448Jy sigma=0.415995 wmodel J0305-2421_S_map.mod ! Writing 70 model components to file: J0305-2421_S_map.mod wobs J0305-2421_S_uvs.fits ! Writing UV FITS file: J0305-2421_S_uvs.fits wwins J0305-2421_S_map.win ! wwins: Wrote 1 windows to J0305-2421_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.000234596 Jy ! Component: 100 - total flux cleaned = -0.00012698 Jy ! Component: 150 - total flux cleaned = 9.52828e-05 Jy ! Component: 200 - total flux cleaned = 0.000379296 Jy ! Component: 250 - total flux cleaned = 0.000630996 Jy ! Component: 300 - total flux cleaned = 0.000860087 Jy ! Component: 350 - total flux cleaned = 0.00103035 Jy ! Component: 400 - total flux cleaned = 0.00119019 Jy ! Component: 450 - total flux cleaned = 0.00137704 Jy ! Component: 500 - total flux cleaned = 0.00158827 Jy ! Component: 550 - total flux cleaned = 0.00175424 Jy ! Component: 600 - total flux cleaned = 0.00194422 Jy ! Component: 650 - total flux cleaned = 0.00211093 Jy ! Component: 700 - total flux cleaned = 0.00224171 Jy ! Component: 750 - total flux cleaned = 0.00235366 Jy ! Component: 800 - total flux cleaned = 0.00243443 Jy ! Component: 850 - total flux cleaned = 0.00249921 Jy ! Component: 900 - total flux cleaned = 0.00257487 Jy ! Component: 950 - total flux cleaned = 0.00267181 Jy ! Component: 1000 - total flux cleaned = 0.00270699 Jy ! Component: 1050 - total flux cleaned = 0.00277547 Jy ! Component: 1100 - total flux cleaned = 0.00284212 Jy ! Component: 1150 - total flux cleaned = 0.00286387 Jy ! Component: 1200 - total flux cleaned = 0.00291705 Jy ! Component: 1250 - total flux cleaned = 0.0029896 Jy ! Component: 1300 - total flux cleaned = 0.00304031 Jy ! Component: 1350 - total flux cleaned = 0.00309991 Jy ! Component: 1400 - total flux cleaned = 0.00317762 Jy ! Component: 1450 - total flux cleaned = 0.00325368 Jy ! Component: 1500 - total flux cleaned = 0.00327251 Jy ! Component: 1550 - total flux cleaned = 0.00328185 Jy ! Component: 1600 - total flux cleaned = 0.00330034 Jy ! Component: 1650 - total flux cleaned = 0.00332757 Jy ! Component: 1700 - total flux cleaned = 0.0033276 Jy ! Component: 1750 - total flux cleaned = 0.00336335 Jy ! Component: 1800 - total flux cleaned = 0.00337222 Jy ! Component: 1850 - total flux cleaned = 0.00338112 Jy ! Component: 1900 - total flux cleaned = 0.00341653 Jy ! Component: 1950 - total flux cleaned = 0.00339891 Jy ! Component: 2000 - total flux cleaned = 0.00339003 Jy ! Component: 2050 - total flux cleaned = 0.00339002 Jy ! Component: 2100 - total flux cleaned = 0.00338107 Jy ! Component: 2150 - total flux cleaned = 0.00339906 Jy ! Component: 2200 - total flux cleaned = 0.00339903 Jy ! Component: 2250 - total flux cleaned = 0.00341714 Jy ! Component: 2300 - total flux cleaned = 0.00343549 Jy ! Component: 2350 - total flux cleaned = 0.00342633 Jy ! Component: 2400 - total flux cleaned = 0.00346346 Jy ! Component: 2450 - total flux cleaned = 0.00346346 Jy ! Component: 2500 - total flux cleaned = 0.00347277 Jy ! Component: 2550 - total flux cleaned = 0.0034822 Jy ! Component: 2600 - total flux cleaned = 0.00350131 Jy ! Component: 2650 - total flux cleaned = 0.00350133 Jy ! Component: 2700 - total flux cleaned = 0.0035013 Jy ! Component: 2750 - total flux cleaned = 0.00353055 Jy ! Component: 2800 - total flux cleaned = 0.00354038 Jy ! Component: 2850 - total flux cleaned = 0.00356024 Jy ! Component: 2900 - total flux cleaned = 0.00357021 Jy ! Component: 2950 - total flux cleaned = 0.00359038 Jy ! Component: 3000 - total flux cleaned = 0.00361085 Jy ! Component: 3050 - total flux cleaned = 0.00363158 Jy ! Component: 3100 - total flux cleaned = 0.00364197 Jy ! Component: 3150 - total flux cleaned = 0.00367367 Jy ! Component: 3200 - total flux cleaned = 0.00371651 Jy ! Component: 3250 - total flux cleaned = 0.00373826 Jy ! Component: 3300 - total flux cleaned = 0.00377116 Jy ! Component: 3350 - total flux cleaned = 0.00379332 Jy ! Component: 3400 - total flux cleaned = 0.00382703 Jy ! Component: 3450 - total flux cleaned = 0.00386127 Jy ! Component: 3500 - total flux cleaned = 0.00389586 Jy ! Component: 3550 - total flux cleaned = 0.00395468 Jy ! Component: 3600 - total flux cleaned = 0.00396664 Jy ! Component: 3650 - total flux cleaned = 0.00400302 Jy ! Component: 3700 - total flux cleaned = 0.00402777 Jy ! Component: 3750 - total flux cleaned = 0.00405277 Jy ! Component: 3800 - total flux cleaned = 0.00409084 Jy ! Component: 3850 - total flux cleaned = 0.0041297 Jy ! Component: 3900 - total flux cleaned = 0.00416908 Jy ! Component: 3950 - total flux cleaned = 0.00420921 Jy ! Component: 4000 - total flux cleaned = 0.00424988 Jy ! Component: 4050 - total flux cleaned = 0.00429132 Jy ! Total flux subtracted in 4096 components = 0.0043336 Jy ! Clean residual min=-0.000800 max=0.000813 Jy/beam ! Clean residual mean=0.000008 rms=0.000252 Jy/beam ! Combined flux in latest and established models = 0.0512188 Jy keep ! Adding 208 model components to the UV plane model. ! The established model now contains 278 components and 0.0512188 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0305-2421_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.319 x 27.52 at -15.85 degrees (North through East) ! Clean map min=-0.0015751 max=0.037471 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0305-2421_S_map.fits wmodel /image_prod/ug002_uva//J0305-2421_S_map.mod ! Writing 278 model components to file: /image_prod/ug002_uva//J0305-2421_S_map.mod wobs /image_prod/ug002_uva//J0305-2421_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0305-2421_S_uvs.fits wwins /image_prod/ug002_uva//J0305-2421_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J0305-2421_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0374711 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000280279 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.24396 2.24396 4.48793 8.97585 17.9517 35.9034 71.8068 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.037 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 133.692 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0305-2421_S_dfm.log closed on Wed Mar 4 19:48:29 2020