! Started logfile: .//J2048-3112_X_dfm.log on Mon Jan 20 19:07:57 2020 float field_size field_size = 1024 float field_cell field_cell = 0.2000 float taper_size taper_size = 70.0 float freq freq = 7.39200 obs .//J2048-3112_X_uva.fits ! Reading UV FITS file: .//J2048-3112_X_uva.fits ! AN table 1: 17 integrations on 10 of 10 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J2048-3112 ! ! There are 8 IFs, and a total of 8 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 7.392e+09 3.2e+07 1 3.2e+07 ! 02 2 7.424e+09 3.2e+07 1 3.2e+07 ! 03 3 7.456e+09 3.2e+07 1 3.2e+07 ! 04 4 7.552e+09 3.2e+07 1 3.2e+07 ! 05 5 7.744e+09 3.2e+07 1 3.2e+07 ! 06 6 7.776e+09 3.2e+07 1 3.2e+07 ! 07 7 7.808e+09 3.2e+07 1 3.2e+07 ! 08 8 7.84e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 67 lines of history. ! ! Reading 1360 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 8 channels. ! Selecting polarization: RR, channels: 1..8 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ! Reading IF 5 channels: 5..5 ! Reading IF 6 channels: 6..6 ! Reading IF 7 channels: 7..7 ! Reading IF 8 channels: 8..8 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.2 print "taper_size =", taper_size ! taper_size = 70 ![@/opt64/bin/pima_mupet_01.dfm J2048-3112_X] 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.200x0.200 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. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=1.006793Jy sigma=15.577936 ! Fit after self-cal, rms=0.944278Jy sigma=14.612907 ! 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.118 mas, bmaj=16.11 mas, bpa=-13.62 degrees ! Estimated noise=1.67765 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=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0434385 Jy ! Component: 100 - total flux cleaned = 0.0527611 Jy ! Total flux subtracted in 100 components = 0.0527611 Jy ! Clean residual min=-0.005857 max=0.005981 Jy/beam ! Clean residual mean=0.000024 rms=0.002210 Jy/beam ! Combined flux in latest and established models = 0.0527611 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.0527611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.044175Jy sigma=0.640533 ! Fit after self-cal, rms=0.043224Jy sigma=0.629043 ! 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=2.42 mas, bmaj=15.35 mas, bpa=-12.76 degrees ! Estimated noise=1.26287 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.00644969 Jy ! Component: 100 - total flux cleaned = 0.00820081 Jy ! Component: 150 - total flux cleaned = 0.00963373 Jy ! Component: 200 - total flux cleaned = 0.0105771 Jy ! Total flux subtracted in 200 components = 0.0105771 Jy ! Clean residual min=-0.002635 max=0.002547 Jy/beam ! Clean residual mean=0.000011 rms=0.000842 Jy/beam ! Combined flux in latest and established models = 0.0633381 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 60 components and 0.0633381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.041482Jy sigma=0.599081 ! Fit after self-cal, rms=0.041401Jy sigma=0.596908 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.42 x 15.35 at -12.76 degrees (North through East) ! Clean map min=-0.0035803 max=0.048894 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.05 KP 1.07 NL 1.03 OV 1.05 ! PT 0.90 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 0.98 NL 0.97 OV 1.28 ! PT 0.83 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 KP 0.86 NL 0.91 OV 1.08 ! PT 1.11 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.81 KP 1.10 NL 1.11 OV 1.03 ! PT 1.18 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 KP 0.96 NL 0.90 OV 1.00 ! PT 0.96 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 KP 0.98 NL 1.07 OV 1.06 ! PT 0.89 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! FD 0.93 KP 1.15 NL 0.99 OV 0.92 ! PT 1.14 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! FD 1.13 KP 1.03 NL 0.93 OV 0.99 ! PT 0.92 ! ! ! Fit before self-cal, rms=0.041401Jy sigma=0.596908 ! Fit after self-cal, rms=0.041160Jy sigma=0.586464 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.423 mas, bmaj=15.36 mas, bpa=-12.88 degrees ! Estimated noise=1.25585 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.000170702 Jy ! Component: 100 - total flux cleaned = -0.00025431 Jy ! Component: 150 - total flux cleaned = -0.000264538 Jy ! Component: 200 - total flux cleaned = -0.000145528 Jy ! Total flux subtracted in 200 components = -0.000145528 Jy ! Clean residual min=-0.000616 max=0.000612 Jy/beam ! Clean residual mean=0.000001 rms=0.000262 Jy/beam ! Combined flux in latest and established models = 0.0631926 Jy ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 122 components and 0.0631926 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.040969Jy sigma=0.583939 ! Fit after self-cal, rms=0.041069Jy sigma=0.583211 ! 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. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.041069Jy sigma=0.583211 ! Fit after self-cal, rms=0.041384Jy sigma=0.583097 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.426 mas, bmaj=15.37 mas, bpa=-12.88 degrees ! Estimated noise=1.26051 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000104011 Jy ! Component: 100 - total flux cleaned = 0.000206439 Jy ! Component: 150 - total flux cleaned = 0.000357742 Jy ! Component: 200 - total flux cleaned = 0.000470442 Jy ! Total flux subtracted in 200 components = 0.000470442 Jy ! Clean residual min=-0.000458 max=0.000458 Jy/beam ! Clean residual mean=0.000000 rms=0.000190 Jy/beam ! Combined flux in latest and established models = 0.063663 Jy selfcal ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 179 components and 0.063663 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.041323Jy sigma=0.582434 ! Fit after self-cal, rms=0.041325Jy sigma=0.582394 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.000205522 Jy ! Component: 100 - total flux cleaned = 0.000280802 Jy ! Component: 150 - total flux cleaned = 0.000280079 Jy ! Component: 200 - total flux cleaned = 0.000255057 Jy ! Total flux subtracted in 200 components = 0.000255057 Jy ! Clean residual min=-0.000400 max=0.000409 Jy/beam ! Clean residual mean=0.000000 rms=0.000161 Jy/beam ! Combined flux in latest and established models = 0.0639181 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 213 components and 0.0639181 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.041293Jy sigma=0.582057 ! Fit after self-cal, rms=0.041285Jy sigma=0.582045 ! 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. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.041285Jy sigma=0.582045 ! Fit after self-cal, rms=0.041409Jy sigma=0.582003 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.428 mas, bmaj=15.37 mas, bpa=-12.88 degrees ! Estimated noise=1.26307 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000454189 Jy ! Component: 100 - total flux cleaned = 0.00056556 Jy ! Component: 150 - total flux cleaned = 0.000693756 Jy ! Component: 200 - total flux cleaned = 0.000799582 Jy ! Total flux subtracted in 200 components = 0.000799582 Jy ! Clean residual min=-0.000348 max=0.000348 Jy/beam ! Clean residual mean=-0.000000 rms=0.000133 Jy/beam ! Combined flux in latest and established models = 0.0647176 Jy selfcal ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 249 components and 0.0647176 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.041382Jy sigma=0.581766 ! Fit after self-cal, rms=0.041378Jy sigma=0.581754 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.000122953 Jy ! Component: 100 - total flux cleaned = 0.000199096 Jy ! Component: 150 - total flux cleaned = 0.000198535 Jy ! Component: 200 - total flux cleaned = 0.000105595 Jy ! Total flux subtracted in 200 components = 0.000105595 Jy ! Clean residual min=-0.000310 max=0.000311 Jy/beam ! Clean residual mean=0.000001 rms=0.000124 Jy/beam ! Combined flux in latest and established models = 0.0648232 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 286 components and 0.0648233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.041362Jy sigma=0.581555 ! Fit after self-cal, rms=0.041357Jy sigma=0.581550 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 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. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.041357Jy sigma=0.581550 ! Fit after self-cal, rms=0.041443Jy sigma=0.581519 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.808 mas, bmaj=15.28 mas, bpa=-11.97 degrees ! Estimated noise=1.25998 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000197762 Jy ! Component: 100 - total flux cleaned = 0.000139279 Jy ! Component: 150 - total flux cleaned = 0.000152376 Jy ! Component: 200 - total flux cleaned = 0.000272334 Jy ! Total flux subtracted in 200 components = 0.000272334 Jy ! Clean residual min=-0.000195 max=0.000193 Jy/beam ! Clean residual mean=-0.000000 rms=0.000079 Jy/beam ! Combined flux in latest and established models = 0.0650956 Jy selfcal ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 332 components and 0.0650956 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.041430Jy sigma=0.581392 ! Fit after self-cal, rms=0.041431Jy sigma=0.581388 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.87947e-05 Jy ! Component: 100 - total flux cleaned = 0.000203257 Jy ! Component: 150 - total flux cleaned = 0.00029157 Jy ! Component: 200 - total flux cleaned = 0.000313666 Jy ! Total flux subtracted in 200 components = 0.000313666 Jy ! Clean residual min=-0.000184 max=0.000183 Jy/beam ! Clean residual mean=0.000000 rms=0.000073 Jy/beam ! Combined flux in latest and established models = 0.0654093 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 364 components and 0.0654093 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.041423Jy sigma=0.581289 ! Fit after self-cal, rms=0.041420Jy sigma=0.581287 ! 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=2.429 mas, bmaj=15.37 mas, bpa=-12.87 degrees ! Estimated noise=1.26419 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.429 x 15.37 at -12.87 degrees (North through East) ! Clean map min=-0.0033581 max=0.048551 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.115 mas, bmaj=16.3 mas, bpa=-13.68 degrees ! Estimated noise=1.69517 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0442086 Jy ! Component: 100 - total flux cleaned = 0.0532708 Jy ! Component: 150 - total flux cleaned = 0.0562888 Jy ! Component: 200 - total flux cleaned = 0.0571554 Jy ! Total flux subtracted in 200 components = 0.0571554 Jy ! Clean residual min=-0.004636 max=0.004591 Jy/beam ! Clean residual mean=0.000010 rms=0.001411 Jy/beam ! Combined flux in latest and established models = 0.0571554 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 36 model components to the UV plane model. ! The established model now contains 36 components and 0.0571554 Jy ! Inverting map and beam ! Estimated beam: bmin=2.429 mas, bmaj=15.37 mas, bpa=-12.87 degrees ! Estimated noise=1.26419 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.00147252 Jy ! Component: 100 - total flux cleaned = -0.000758398 Jy ! Component: 150 - total flux cleaned = -0.000337251 Jy ! Component: 200 - total flux cleaned = 5.12853e-05 Jy ! Total flux subtracted in 200 components = 5.12853e-05 Jy ! Clean residual min=-0.001219 max=0.001234 Jy/beam ! Clean residual mean=0.000005 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.0572067 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 88 components and 0.0572067 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.808 mas, bmaj=15.28 mas, bpa=-11.97 degrees ! Estimated noise=1.25998 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000571564 Jy ! Component: 100 - total flux cleaned = 0.0006985 Jy ! Component: 150 - total flux cleaned = 0.00070231 Jy ! Component: 200 - total flux cleaned = 0.000468711 Jy ! Total flux subtracted in 200 components = 0.000468711 Jy ! Clean residual min=-0.000552 max=0.000564 Jy/beam ! Clean residual mean=0.000001 rms=0.000213 Jy/beam ! Combined flux in latest and established models = 0.0576754 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.000168301 Jy ! Component: 100 - total flux cleaned = -0.000306948 Jy ! Component: 150 - total flux cleaned = -0.000382301 Jy ! Component: 200 - total flux cleaned = -0.000385411 Jy ! Total flux subtracted in 200 components = -0.000385411 Jy ! Clean residual min=-0.000704 max=0.000716 Jy/beam ! Clean residual mean=-0.000000 rms=0.000261 Jy/beam ! Combined flux in latest and established models = 0.05729 Jy ! Adding 93 model components to the UV plane model. ! The established model now contains 181 components and 0.05729 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.429 mas, bmaj=15.37 mas, bpa=-12.87 degrees ! Estimated noise=1.26419 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000614319 Jy ! Component: 100 - total flux cleaned = 0.000853912 Jy ! Component: 150 - total flux cleaned = 0.00109737 Jy ! Component: 200 - total flux cleaned = 0.00113445 Jy ! Total flux subtracted in 200 components = 0.00113445 Jy ! Clean residual min=-0.000649 max=0.000640 Jy/beam ! Clean residual mean=0.000004 rms=0.000221 Jy/beam ! Combined flux in latest and established models = 0.0584245 Jy selfcal ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 221 components and 0.0584245 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.041466Jy sigma=0.582075 ! Fit after self-cal, rms=0.041463Jy sigma=0.581929 wmodel J2048-3112_X_map.mod ! Writing 221 model components to file: J2048-3112_X_map.mod wobs J2048-3112_X_uvs.fits ! Writing UV FITS file: J2048-3112_X_uvs.fits wwins J2048-3112_X_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap .//J2048-3112_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.429 x 15.37 at -12.87 degrees (North through East) ! Clean map min=-0.0032722 max=0.046251 Jy/beam ! Writing clean map to FITS file: .//J2048-3112_X_map.fits wmodel .//J2048-3112_X_map.mod ! Writing 221 model components to file: .//J2048-3112_X_map.mod wobs .//J2048-3112_X_uvs.fits ! Writing UV FITS file: .//J2048-3112_X_uvs.fits wwins .//J2048-3112_X_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ! float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.046251 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000177776 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.15312 1.15312 2.30624 4.61247 9.22495 18.4499 36.8998 73.7996 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.046 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 260.164 quit ! Quitting program ! Log file .//J2048-3112_X_dfm.log closed on Mon Jan 20 19:07:59 2020