! Started logfile: .//J0428-3805_X_dfm.log on Mon Jan 20 17:28:14 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 .//J0428-3805_X_uva.fits ! Reading UV FITS file: .//J0428-3805_X_uva.fits ! AN table 1: 92 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.695652 visibilities/baseline/integration-bin. ! Found source: J0428-3805 ! ! 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 76 lines of history. ! ! Reading 5120 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 J0428-3805_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. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.003498Jy sigma=12.120775 ! Fit after self-cal, rms=0.952759Jy sigma=11.621876 ! 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=4.053 mas, bmaj=31.11 mas, bpa=-3.274 degrees ! Estimated noise=1.16415 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.0320765 Jy ! Component: 100 - total flux cleaned = 0.0365968 Jy ! Total flux subtracted in 100 components = 0.0365968 Jy ! Clean residual min=-0.004121 max=0.004115 Jy/beam ! Clean residual mean=0.000022 rms=0.001688 Jy/beam ! Combined flux in latest and established models = 0.0365968 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.0365968 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.074477Jy sigma=0.582617 ! Fit after self-cal, rms=0.073645Jy sigma=0.572435 ! 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.861 mas, bmaj=29 mas, bpa=-2.921 degrees ! Estimated noise=0.889568 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.000581512 Jy ! Component: 100 - total flux cleaned = -0.000644088 Jy ! Component: 150 - total flux cleaned = -0.000242728 Jy ! Component: 200 - total flux cleaned = 0.000358441 Jy ! Total flux subtracted in 200 components = 0.000358441 Jy ! Clean residual min=-0.002262 max=0.002271 Jy/beam ! Clean residual mean=0.000014 rms=0.001091 Jy/beam ! Combined flux in latest and established models = 0.0369552 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 60 components and 0.0369552 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.070966Jy sigma=0.558317 ! Fit after self-cal, rms=0.069552Jy sigma=0.556097 ! 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.861 x 29 at -2.921 degrees (North through East) ! Clean map min=-0.0088762 max=0.044127 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.94 KP 1.03 LA 0.89 OV 1.12 ! PT 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 KP 1.12 LA 0.82 OV 0.99 ! PT 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.82 KP 1.17 LA 0.89 OV 1.12 ! PT 1.12 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.95 KP 1.08 LA 0.86 OV 1.02 ! PT 1.11 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! FD 0.86 KP 1.04 LA 0.78 OV 1.16 ! PT 0.98 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! FD 0.94 KP 1.03 LA 0.86 OV 1.02 ! PT 0.87 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! FD 1.04 KP 1.04 LA 0.74 OV 0.96 ! PT 1.10 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! FD 0.89 KP 1.09 LA 0.76 OV 1.08 ! PT 0.94 ! ! ! Fit before self-cal, rms=0.069552Jy sigma=0.556097 ! Fit after self-cal, rms=0.060023Jy sigma=0.550810 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.864 mas, bmaj=27.83 mas, bpa=-3.136 degrees ! Estimated noise=0.859365 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.000558685 Jy ! Component: 100 - total flux cleaned = -0.000636254 Jy ! Component: 150 - total flux cleaned = -0.000517644 Jy ! Component: 200 - total flux cleaned = -0.0003554 Jy ! Total flux subtracted in 200 components = -0.0003554 Jy ! Clean residual min=-0.000442 max=0.000449 Jy/beam ! Clean residual mean=0.000001 rms=0.000173 Jy/beam ! Combined flux in latest and established models = 0.0365998 Jy ! Performing phase self-cal ! Adding 90 model components to the UV plane model. ! The established model now contains 149 components and 0.0365998 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.059973Jy sigma=0.550276 ! Fit after self-cal, rms=0.059717Jy sigma=0.548534 ! 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.059717Jy sigma=0.548534 ! Fit after self-cal, rms=0.059873Jy sigma=0.548033 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.864 mas, bmaj=27.56 mas, bpa=-3.158 degrees ! Estimated noise=0.868043 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000289242 Jy ! Component: 100 - total flux cleaned = -0.000181561 Jy ! Component: 150 - total flux cleaned = -4.72137e-05 Jy ! Component: 200 - total flux cleaned = 0.000141218 Jy ! Total flux subtracted in 200 components = 0.000141218 Jy ! Clean residual min=-0.000300 max=0.000302 Jy/beam ! Clean residual mean=0.000001 rms=0.000120 Jy/beam ! Combined flux in latest and established models = 0.036741 Jy selfcal ! Performing phase self-cal ! Adding 87 model components to the UV plane model. ! The established model now contains 226 components and 0.036741 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.059847Jy sigma=0.547792 ! Fit after self-cal, rms=0.059974Jy sigma=0.547538 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.000722036 Jy ! Component: 100 - total flux cleaned = -0.00108167 Jy ! Component: 150 - total flux cleaned = -0.00136293 Jy ! Component: 200 - total flux cleaned = -0.00168812 Jy ! Total flux subtracted in 200 components = -0.00168812 Jy ! Clean residual min=-0.000309 max=0.000308 Jy/beam ! Clean residual mean=0.000001 rms=0.000119 Jy/beam ! Combined flux in latest and established models = 0.0350529 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 281 components and 0.0350529 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.059952Jy sigma=0.547350 ! Fit after self-cal, rms=0.059952Jy sigma=0.547164 ! 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.059952Jy sigma=0.547164 ! Fit after self-cal, rms=0.060676Jy sigma=0.547077 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.863 mas, bmaj=27.53 mas, bpa=-3.151 degrees ! Estimated noise=0.868837 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.98238e-05 Jy ! Component: 100 - total flux cleaned = -0.000163974 Jy ! Component: 150 - total flux cleaned = -0.000250787 Jy ! Component: 200 - total flux cleaned = -0.000332927 Jy ! Total flux subtracted in 200 components = -0.000332927 Jy ! Clean residual min=-0.000266 max=0.000268 Jy/beam ! Clean residual mean=0.000002 rms=0.000103 Jy/beam ! Combined flux in latest and established models = 0.03472 Jy selfcal ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 328 components and 0.03472 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.060661Jy sigma=0.546964 ! Fit after self-cal, rms=0.060779Jy sigma=0.546827 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.000346708 Jy ! Component: 100 - total flux cleaned = -0.000345155 Jy ! Component: 150 - total flux cleaned = -0.00040255 Jy ! Component: 200 - total flux cleaned = -0.000430466 Jy ! Total flux subtracted in 200 components = -0.000430466 Jy ! Clean residual min=-0.000229 max=0.000228 Jy/beam ! Clean residual mean=0.000001 rms=0.000087 Jy/beam ! Combined flux in latest and established models = 0.0342895 Jy ! Performing phase self-cal ! Adding 70 model components to the UV plane model. ! The established model now contains 381 components and 0.0342895 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.060768Jy sigma=0.546738 ! Fit after self-cal, rms=0.060778Jy sigma=0.546673 ! 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.060778Jy sigma=0.546673 ! Fit after self-cal, rms=0.061227Jy sigma=0.546636 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.987 mas, bmaj=27.08 mas, bpa=-3.244 degrees ! Estimated noise=0.874664 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000125855 Jy ! Component: 100 - total flux cleaned = -0.000127604 Jy ! Component: 150 - total flux cleaned = -0.000198868 Jy ! Component: 200 - total flux cleaned = -0.000294553 Jy ! Total flux subtracted in 200 components = -0.000294553 Jy ! Clean residual min=-0.000223 max=0.000227 Jy/beam ! Clean residual mean=0.000002 rms=0.000085 Jy/beam ! Combined flux in latest and established models = 0.033995 Jy selfcal ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 429 components and 0.033995 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.061215Jy sigma=0.546572 ! Fit after self-cal, rms=0.061279Jy sigma=0.546532 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.000106408 Jy ! Component: 100 - total flux cleaned = -0.000105392 Jy ! Component: 150 - total flux cleaned = -2.47784e-05 Jy ! Component: 200 - total flux cleaned = 4.0744e-05 Jy ! Total flux subtracted in 200 components = 4.0744e-05 Jy ! Clean residual min=-0.000181 max=0.000180 Jy/beam ! Clean residual mean=0.000002 rms=0.000074 Jy/beam ! Combined flux in latest and established models = 0.0340357 Jy ! Performing phase self-cal ! Adding 84 model components to the UV plane model. ! The established model now contains 496 components and 0.0340357 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.061271Jy sigma=0.546481 ! Fit after self-cal, rms=0.061282Jy sigma=0.546469 ! 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.866 mas, bmaj=27.5 mas, bpa=-3.156 degrees ! Estimated noise=0.868754 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.866 x 27.5 at -3.156 degrees (North through East) ! Clean map min=-0.0055197 max=0.041408 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=4.012 mas, bmaj=30.28 mas, bpa=-3.352 degrees ! Estimated noise=1.18184 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0329643 Jy ! Component: 100 - total flux cleaned = 0.0342041 Jy ! Component: 150 - total flux cleaned = 0.0335042 Jy ! Component: 200 - total flux cleaned = 0.0331738 Jy ! Total flux subtracted in 200 components = 0.0331738 Jy ! Clean residual min=-0.002416 max=0.002441 Jy/beam ! Clean residual mean=0.000012 rms=0.001086 Jy/beam ! Combined flux in latest and established models = 0.0331738 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 39 model components to the UV plane model. ! The established model now contains 39 components and 0.0331738 Jy ! Inverting map and beam ! Estimated beam: bmin=3.866 mas, bmaj=27.5 mas, bpa=-3.156 degrees ! Estimated noise=0.868754 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.000372802 Jy ! Component: 100 - total flux cleaned = -0.000487584 Jy ! Component: 150 - total flux cleaned = -0.000572188 Jy ! Component: 200 - total flux cleaned = -0.000642039 Jy ! Total flux subtracted in 200 components = -0.000642039 Jy ! Clean residual min=-0.000969 max=0.000965 Jy/beam ! Clean residual mean=0.000003 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.0325318 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 97 components and 0.0325318 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=3.987 mas, bmaj=27.08 mas, bpa=-3.244 degrees ! Estimated noise=0.874664 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.6724e-05 Jy ! Component: 100 - total flux cleaned = 0.000137782 Jy ! Component: 150 - total flux cleaned = 0.000333654 Jy ! Component: 200 - total flux cleaned = 0.00047114 Jy ! Total flux subtracted in 200 components = 0.00047114 Jy ! Clean residual min=-0.000428 max=0.000428 Jy/beam ! Clean residual mean=0.000002 rms=0.000191 Jy/beam ! Combined flux in latest and established models = 0.0330029 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 = 1.30234e-06 Jy ! Component: 100 - total flux cleaned = -7.13857e-05 Jy ! Component: 150 - total flux cleaned = -0.000167143 Jy ! Component: 200 - total flux cleaned = -0.000191366 Jy ! Total flux subtracted in 200 components = -0.000191366 Jy ! Clean residual min=-0.000417 max=0.000417 Jy/beam ! Clean residual mean=0.000002 rms=0.000169 Jy/beam ! Combined flux in latest and established models = 0.0328116 Jy ! Adding 157 model components to the UV plane model. ! The established model now contains 247 components and 0.0328115 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.866 mas, bmaj=27.5 mas, bpa=-3.156 degrees ! Estimated noise=0.868754 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.24579e-05 Jy ! Component: 100 - total flux cleaned = 8.58097e-05 Jy ! Component: 150 - total flux cleaned = 0.000186018 Jy ! Component: 200 - total flux cleaned = 0.000218794 Jy ! Total flux subtracted in 200 components = 0.000218794 Jy ! Clean residual min=-0.000269 max=0.000271 Jy/beam ! Clean residual mean=0.000001 rms=0.000107 Jy/beam ! Combined flux in latest and established models = 0.0330303 Jy selfcal ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 311 components and 0.0330303 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.061294Jy sigma=0.546586 ! Fit after self-cal, rms=0.061292Jy sigma=0.546541 wmodel J0428-3805_X_map.mod ! Writing 311 model components to file: J0428-3805_X_map.mod wobs J0428-3805_X_uvs.fits ! Writing UV FITS file: J0428-3805_X_uvs.fits wwins J0428-3805_X_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap .//J0428-3805_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.866 x 27.5 at -3.156 degrees (North through East) ! Clean map min=-0.0044851 max=0.039296 Jy/beam ! Writing clean map to FITS file: .//J0428-3805_X_map.fits wmodel .//J0428-3805_X_map.mod ! Writing 311 model components to file: .//J0428-3805_X_map.mod wobs .//J0428-3805_X_uvs.fits ! Writing UV FITS file: .//J0428-3805_X_uvs.fits wwins .//J0428-3805_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.0392961 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000105236 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.803409 0.803409 1.60682 3.21364 6.42727 12.8545 25.7091 51.4182 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.039 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 373.408 quit ! Quitting program ! Log file .//J0428-3805_X_dfm.log closed on Mon Jan 20 17:28:18 2020