! Started logfile: /image_prod/ug002_uva//J2327-1447_S_dfm.log on Thu Mar 5 06:17:31 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//J2327-1447_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2327-1447_S_uva.fits ! AN table 1: 75 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.782963 visibilities/baseline/integration-bin. ! Found source: J2327-1447 ! ! 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 6342 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 J2327-1447_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 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.233228Jy sigma=7.495911 ! Fit after self-cal, rms=0.390881Jy sigma=2.425453 ! 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.67 mas, bmaj=13.59 mas, bpa=-19.12 degrees ! Estimated noise=2.2787 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.463464 Jy ! Component: 100 - total flux cleaned = 0.59496 Jy ! Total flux subtracted in 100 components = 0.59496 Jy ! Clean residual min=-0.023507 max=0.055796 Jy/beam ! Clean residual mean=-0.000166 rms=0.008307 Jy/beam ! Combined flux in latest and established models = 0.59496 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.59496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.143255Jy sigma=0.745993 ! Fit after self-cal, rms=0.143234Jy sigma=0.745885 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0579272 Jy ! Component: 100 - total flux cleaned = 0.0706624 Jy ! Total flux subtracted in 100 components = 0.0706624 Jy ! Clean residual min=-0.019178 max=0.024886 Jy/beam ! Clean residual mean=-0.000039 rms=0.005692 Jy/beam ! Combined flux in latest and established models = 0.665622 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 20 components and 0.665622 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.115124Jy sigma=0.584100 ! Fit after self-cal, rms=0.115112Jy sigma=0.584022 ! 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.331 mas, bmaj=15.19 mas, bpa=-17.79 degrees ! Estimated noise=1.50406 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.0106362 Jy ! Component: 100 - total flux cleaned = 0.011286 Jy ! Component: 150 - total flux cleaned = 0.012397 Jy ! Component: 200 - total flux cleaned = 0.0119792 Jy ! Total flux subtracted in 200 components = 0.0119792 Jy ! Clean residual min=-0.018671 max=0.020699 Jy/beam ! Clean residual mean=-0.000033 rms=0.004929 Jy/beam ! Combined flux in latest and established models = 0.677602 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 46 components and 0.677602 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.107734Jy sigma=0.547568 ! Fit after self-cal, rms=0.107715Jy sigma=0.547477 ! 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.331 x 15.19 at -17.79 degrees (North through East) ! Clean map min=-0.018333 max=0.6213 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.81 FD 0.93 HN 1.02 KP 1.01 ! LA 1.06 MK 1.03 NL 0.99 OV 1.02 ! PT 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.93 HN 0.99 KP 1.03 ! LA 1.04 MK 1.02 NL 1.07 OV 0.89 ! PT 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.82 FD 0.93 HN 0.97 KP 1.02 ! LA 1.06 MK 1.02 NL 1.04 OV 1.02 ! PT 1.01 ! ! ! Fit before self-cal, rms=0.107715Jy sigma=0.547477 ! Fit after self-cal, rms=0.085141Jy sigma=0.464798 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.365 mas, bmaj=14.84 mas, bpa=-17.57 degrees ! Estimated noise=1.49167 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.0014956 Jy ! Component: 100 - total flux cleaned = 0.00113328 Jy ! Component: 150 - total flux cleaned = 0.000982123 Jy ! Component: 200 - total flux cleaned = 0.00085137 Jy ! Total flux subtracted in 200 components = 0.00085137 Jy ! Clean residual min=-0.011876 max=0.012332 Jy/beam ! Clean residual mean=0.000006 rms=0.003172 Jy/beam ! Combined flux in latest and established models = 0.678453 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 70 components and 0.678453 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084464Jy sigma=0.460970 ! Fit after self-cal, rms=0.084463Jy sigma=0.460886 ! 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.084463Jy sigma=0.460886 ! Fit after self-cal, rms=0.082315Jy sigma=0.445504 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.374 mas, bmaj=14.93 mas, bpa=-17.3 degrees ! Estimated noise=1.49888 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00386673 Jy ! Component: 100 - total flux cleaned = 0.00445846 Jy ! Component: 150 - total flux cleaned = 0.00510849 Jy ! Component: 200 - total flux cleaned = 0.00524161 Jy ! Total flux subtracted in 200 components = 0.00524161 Jy ! Clean residual min=-0.008064 max=0.011789 Jy/beam ! Clean residual mean=0.000002 rms=0.002682 Jy/beam ! Combined flux in latest and established models = 0.683694 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 83 components and 0.683695 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081377Jy sigma=0.441204 ! Fit after self-cal, rms=0.081387Jy sigma=0.441189 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 (88.5, -49). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0115293 Jy ! Component: 100 - total flux cleaned = 0.017351 Jy ! Component: 150 - total flux cleaned = 0.0215313 Jy ! Component: 200 - total flux cleaned = 0.0247736 Jy ! Total flux subtracted in 200 components = 0.0247736 Jy ! Clean residual min=-0.008064 max=0.007310 Jy/beam ! Clean residual mean=0.000027 rms=0.002129 Jy/beam ! Combined flux in latest and established models = 0.708468 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 134 components and 0.708468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079614Jy sigma=0.430200 ! Fit after self-cal, rms=0.079576Jy sigma=0.429890 ! 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.079576Jy sigma=0.429890 ! Fit after self-cal, rms=0.079041Jy sigma=0.426842 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.377 mas, bmaj=14.95 mas, bpa=-17.16 degrees ! Estimated noise=1.49847 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00477664 Jy ! Component: 100 - total flux cleaned = 0.0066596 Jy ! Component: 150 - total flux cleaned = 0.00802401 Jy ! Component: 200 - total flux cleaned = 0.00913315 Jy ! Total flux subtracted in 200 components = 0.00913315 Jy ! Clean residual min=-0.008146 max=0.006598 Jy/beam ! Clean residual mean=0.000015 rms=0.001872 Jy/beam ! Combined flux in latest and established models = 0.717601 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 157 components and 0.717601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078397Jy sigma=0.423581 ! Fit after self-cal, rms=0.078390Jy sigma=0.423514 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.00119515 Jy ! Component: 100 - total flux cleaned = 0.00193273 Jy ! Component: 150 - total flux cleaned = 0.00281319 Jy ! Component: 200 - total flux cleaned = 0.0034536 Jy ! Total flux subtracted in 200 components = 0.0034536 Jy ! Clean residual min=-0.008068 max=0.006306 Jy/beam ! Clean residual mean=0.000019 rms=0.001813 Jy/beam ! Combined flux in latest and established models = 0.721055 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 165 components and 0.721055 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078116Jy sigma=0.422249 ! Fit after self-cal, rms=0.078117Jy sigma=0.422232 ! 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.078117Jy sigma=0.422232 ! Fit after self-cal, rms=0.077923Jy sigma=0.421227 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.48 mas, bmaj=18.77 mas, bpa=-7.22 degrees ! Estimated noise=1.80418 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00370564 Jy ! Component: 100 - total flux cleaned = 0.00572493 Jy ! Component: 150 - total flux cleaned = 0.00698146 Jy ! Component: 200 - total flux cleaned = 0.00792938 Jy ! Total flux subtracted in 200 components = 0.00792938 Jy ! Clean residual min=-0.008961 max=0.008554 Jy/beam ! Clean residual mean=0.000019 rms=0.002268 Jy/beam ! Combined flux in latest and established models = 0.728984 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 202 components and 0.728984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077802Jy sigma=0.420500 ! Fit after self-cal, rms=0.077792Jy sigma=0.420432 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.00106756 Jy ! Component: 100 - total flux cleaned = 0.00174312 Jy ! Component: 150 - total flux cleaned = 0.00241762 Jy ! Component: 200 - total flux cleaned = 0.00290115 Jy ! Total flux subtracted in 200 components = 0.00290115 Jy ! Clean residual min=-0.008945 max=0.008467 Jy/beam ! Clean residual mean=0.000022 rms=0.002252 Jy/beam ! Combined flux in latest and established models = 0.731885 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 217 components and 0.731885 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077763Jy sigma=0.420134 ! Fit after self-cal, rms=0.077762Jy sigma=0.420124 ! 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.378 mas, bmaj=14.96 mas, bpa=-17.08 degrees ! Estimated noise=1.4981 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.378 x 14.96 at -17.08 degrees (North through East) ! Clean map min=-0.0077587 max=0.61768 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077762Jy sigma=0.420124 ! Fit after self-cal, rms=0.070264Jy sigma=0.370511 ! Inverting map and beam ! Estimated beam: bmin=3.379 mas, bmaj=14.95 mas, bpa=-17.08 degrees ! Estimated noise=1.4985 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00117536 Jy ! Component: 100 - total flux cleaned = 0.00140422 Jy ! Component: 150 - total flux cleaned = 0.00160763 Jy ! Component: 200 - total flux cleaned = 0.00188105 Jy ! Total flux subtracted in 200 components = 0.00188105 Jy ! Clean residual min=-0.007665 max=0.005676 Jy/beam ! Clean residual mean=0.000009 rms=0.001620 Jy/beam ! Combined flux in latest and established models = 0.733766 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 224 components and 0.733766 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069842Jy sigma=0.368660 ! Fit after self-cal, rms=0.069845Jy sigma=0.368651 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00025116 Jy ! Component: 100 - total flux cleaned = 0.000404785 Jy ! Component: 150 - total flux cleaned = 0.000619609 Jy ! Component: 200 - total flux cleaned = 0.000816504 Jy ! Total flux subtracted in 200 components = 0.000816504 Jy ! Clean residual min=-0.007502 max=0.005468 Jy/beam ! Clean residual mean=0.000010 rms=0.001584 Jy/beam ! Combined flux in latest and established models = 0.734583 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 228 components and 0.734583 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069675Jy sigma=0.367918 ! Fit after self-cal, rms=0.069677Jy sigma=0.367910 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069677Jy sigma=0.367910 ! Fit after self-cal, rms=0.069571Jy sigma=0.367252 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.718 mas, bmaj=13.39 mas, bpa=-18.36 degrees ! Estimated noise=2.2866 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.464939 Jy ! Component: 100 - total flux cleaned = 0.583326 Jy ! Component: 150 - total flux cleaned = 0.63333 Jy ! Component: 200 - total flux cleaned = 0.655409 Jy ! Total flux subtracted in 200 components = 0.655409 Jy ! Clean residual min=-0.010839 max=0.011921 Jy/beam ! Clean residual mean=-0.000070 rms=0.002724 Jy/beam ! Combined flux in latest and established models = 0.655409 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.655409 Jy ! Inverting map and beam ! Estimated beam: bmin=3.382 mas, bmaj=14.96 mas, bpa=-16.99 degrees ! Estimated noise=1.49833 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.0168218 Jy ! Component: 100 - total flux cleaned = 0.0282923 Jy ! Component: 150 - total flux cleaned = 0.0370661 Jy ! Component: 200 - total flux cleaned = 0.0440403 Jy ! Total flux subtracted in 200 components = 0.0440403 Jy ! Clean residual min=-0.007317 max=0.007300 Jy/beam ! Clean residual mean=-0.000047 rms=0.002048 Jy/beam ! Combined flux in latest and established models = 0.699449 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 71 components and 0.699449 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.483 mas, bmaj=18.75 mas, bpa=-7.101 degrees ! Estimated noise=1.80283 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00907796 Jy ! Component: 100 - total flux cleaned = 0.0155506 Jy ! Component: 150 - total flux cleaned = 0.0205839 Jy ! Component: 200 - total flux cleaned = 0.0246063 Jy ! Total flux subtracted in 200 components = 0.0246063 Jy ! Clean residual min=-0.008618 max=0.008069 Jy/beam ! Clean residual mean=-0.000018 rms=0.002350 Jy/beam ! Combined flux in latest and established models = 0.724055 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.00327046 Jy ! Component: 100 - total flux cleaned = 0.00558294 Jy ! Component: 150 - total flux cleaned = 0.00736757 Jy ! Component: 200 - total flux cleaned = 0.0089104 Jy ! Total flux subtracted in 200 components = 0.0089104 Jy ! Clean residual min=-0.008851 max=0.007935 Jy/beam ! Clean residual mean=0.000003 rms=0.002211 Jy/beam ! Combined flux in latest and established models = 0.732966 Jy ! Adding 83 model components to the UV plane model. ! The established model now contains 147 components and 0.732966 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.382 mas, bmaj=14.96 mas, bpa=-16.99 degrees ! Estimated noise=1.49833 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000144963 Jy ! Component: 100 - total flux cleaned = 0.000235484 Jy ! Component: 150 - total flux cleaned = 0.000670336 Jy ! Component: 200 - total flux cleaned = 0.00135751 Jy ! Total flux subtracted in 200 components = 0.00135751 Jy ! Clean residual min=-0.007206 max=0.005585 Jy/beam ! Clean residual mean=0.000005 rms=0.001605 Jy/beam ! Combined flux in latest and established models = 0.734323 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 173 components and 0.734323 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069597Jy sigma=0.369121 ! Fit after self-cal, rms=0.069533Jy sigma=0.368668 wmodel J2327-1447_S_map.mod ! Writing 173 model components to file: J2327-1447_S_map.mod wobs J2327-1447_S_uvs.fits ! Writing UV FITS file: J2327-1447_S_uvs.fits wwins J2327-1447_S_map.win ! wwins: Wrote 2 windows to J2327-1447_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.00255057 Jy ! Component: 100 - total flux cleaned = -0.00356736 Jy ! Component: 150 - total flux cleaned = -0.00385182 Jy ! Component: 200 - total flux cleaned = -0.00376529 Jy ! Component: 250 - total flux cleaned = -0.0036018 Jy ! Component: 300 - total flux cleaned = -0.00329324 Jy ! Component: 350 - total flux cleaned = -0.00292645 Jy ! Component: 400 - total flux cleaned = -0.0029262 Jy ! Component: 450 - total flux cleaned = -0.00279056 Jy ! Component: 500 - total flux cleaned = -0.00259602 Jy ! Component: 550 - total flux cleaned = -0.00234726 Jy ! Component: 600 - total flux cleaned = -0.00228774 Jy ! Component: 650 - total flux cleaned = -0.00217208 Jy ! Component: 700 - total flux cleaned = -0.00217358 Jy ! Component: 750 - total flux cleaned = -0.00201077 Jy ! Component: 800 - total flux cleaned = -0.00206556 Jy ! Component: 850 - total flux cleaned = -0.00216867 Jy ! Component: 900 - total flux cleaned = -0.00221829 Jy ! Component: 950 - total flux cleaned = -0.0022663 Jy ! Component: 1000 - total flux cleaned = -0.00240773 Jy ! Component: 1050 - total flux cleaned = -0.00240778 Jy ! Component: 1100 - total flux cleaned = -0.00249558 Jy ! Component: 1150 - total flux cleaned = -0.00240964 Jy ! Component: 1200 - total flux cleaned = -0.00232827 Jy ! Component: 1250 - total flux cleaned = -0.00241112 Jy ! Component: 1300 - total flux cleaned = -0.00220989 Jy ! Component: 1350 - total flux cleaned = -0.00216968 Jy ! Component: 1400 - total flux cleaned = -0.00193985 Jy ! Component: 1450 - total flux cleaned = -0.00182907 Jy ! Component: 1500 - total flux cleaned = -0.0017205 Jy ! Component: 1550 - total flux cleaned = -0.00161448 Jy ! Component: 1600 - total flux cleaned = -0.00158024 Jy ! Component: 1650 - total flux cleaned = -0.00144431 Jy ! Component: 1700 - total flux cleaned = -0.00134336 Jy ! Component: 1750 - total flux cleaned = -0.00131063 Jy ! Component: 1800 - total flux cleaned = -0.00118203 Jy ! Component: 1850 - total flux cleaned = -0.00111874 Jy ! Component: 1900 - total flux cleaned = -0.00102698 Jy ! Component: 1950 - total flux cleaned = -0.00102725 Jy ! Component: 2000 - total flux cleaned = -0.00096665 Jy ! Component: 2050 - total flux cleaned = -0.000878812 Jy ! Component: 2100 - total flux cleaned = -0.000821204 Jy ! Component: 2150 - total flux cleaned = -0.00079264 Jy ! Component: 2200 - total flux cleaned = -0.000819643 Jy ! Component: 2250 - total flux cleaned = -0.000710541 Jy ! Component: 2300 - total flux cleaned = -0.000710925 Jy ! Component: 2350 - total flux cleaned = -0.000790123 Jy ! Component: 2400 - total flux cleaned = -0.000634111 Jy ! Component: 2450 - total flux cleaned = -0.000582993 Jy ! Component: 2500 - total flux cleaned = -0.000557565 Jy ! Component: 2550 - total flux cleaned = -0.000483058 Jy ! Component: 2600 - total flux cleaned = -0.000434081 Jy ! Component: 2650 - total flux cleaned = -0.000409414 Jy ! Component: 2700 - total flux cleaned = -0.000313286 Jy ! Component: 2750 - total flux cleaned = -0.000171647 Jy ! Component: 2800 - total flux cleaned = -0.000101795 Jy ! Component: 2850 - total flux cleaned = -3.28852e-05 Jy ! Component: 2900 - total flux cleaned = 3.52262e-05 Jy ! Component: 2950 - total flux cleaned = -9.3817e-06 Jy ! Component: 3000 - total flux cleaned = 7.95462e-05 Jy ! Component: 3050 - total flux cleaned = 0.000123534 Jy ! Component: 3100 - total flux cleaned = 0.000145149 Jy ! Component: 3150 - total flux cleaned = 0.000144996 Jy ! Component: 3200 - total flux cleaned = 6.05871e-05 Jy ! Component: 3250 - total flux cleaned = 0.000123134 Jy ! Component: 3300 - total flux cleaned = 0.000122869 Jy ! Component: 3350 - total flux cleaned = 8.21451e-05 Jy ! Component: 3400 - total flux cleaned = 0.000122534 Jy ! Component: 3450 - total flux cleaned = 0.000122435 Jy ! Component: 3500 - total flux cleaned = 0.00014215 Jy ! Component: 3550 - total flux cleaned = 0.000200847 Jy ! Component: 3600 - total flux cleaned = 0.000161995 Jy ! Component: 3650 - total flux cleaned = 0.000200665 Jy ! Component: 3700 - total flux cleaned = 0.000162301 Jy ! Component: 3750 - total flux cleaned = 0.00020031 Jy ! Component: 3800 - total flux cleaned = 0.000200556 Jy ! Component: 3850 - total flux cleaned = 0.00025628 Jy ! Component: 3900 - total flux cleaned = 0.00027451 Jy ! Component: 3950 - total flux cleaned = 0.000274561 Jy ! Component: 4000 - total flux cleaned = 0.000310702 Jy ! Component: 4050 - total flux cleaned = 0.000310672 Jy ! Total flux subtracted in 4096 components = 0.000364534 Jy ! Clean residual min=-0.001052 max=0.001043 Jy/beam ! Clean residual mean=0.000004 rms=0.000340 Jy/beam ! Combined flux in latest and established models = 0.734688 Jy keep ! Adding 320 model components to the UV plane model. ! The established model now contains 493 components and 0.734688 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2327-1447_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.382 x 14.96 at -16.99 degrees (North through East) ! Clean map min=-0.0037946 max=0.61646 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2327-1447_S_map.fits wmodel /image_prod/ug002_uva//J2327-1447_S_map.mod ! Writing 493 model components to file: /image_prod/ug002_uva//J2327-1447_S_map.mod wobs /image_prod/ug002_uva//J2327-1447_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2327-1447_S_uvs.fits wwins /image_prod/ug002_uva//J2327-1447_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J2327-1447_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.616463 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000329218 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.160213 0.160213 0.320426 0.640852 1.2817 2.56341 5.12681 10.2536 20.5073 41.0145 82.029 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.616 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1872.51 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2327-1447_S_dfm.log closed on Thu Mar 5 06:17:35 2020