! Started logfile: .//J2035-3840_C_dfm.log on Mon Jan 20 19:06:39 2020 float field_size field_size = 1024 float field_cell field_cell = 0.3000 float taper_size taper_size = 40.0 float freq freq = 4.12800 obs .//J2035-3840_C_uva.fits ! Reading UV FITS file: .//J2035-3840_C_uva.fits ! AN table 1: 15 integrations on 6 of 6 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J2035-3840 ! ! 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 4.128e+09 3.2e+07 1 3.2e+07 ! 02 2 4.16e+09 3.2e+07 1 3.2e+07 ! 03 3 4.192e+09 3.2e+07 1 3.2e+07 ! 04 4 4.224e+09 3.2e+07 1 3.2e+07 ! 05 5 4.416e+09 3.2e+07 1 3.2e+07 ! 06 6 4.512e+09 3.2e+07 1 3.2e+07 ! 07 7 4.544e+09 3.2e+07 1 3.2e+07 ! 08 8 4.576e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 67 lines of history. ! ! Reading 720 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.3 print "taper_size =", taper_size ! taper_size = 40 ![@/opt64/bin/pima_mupet_01.dfm J2035-3840_C] 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.300x0.300 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=0.999357Jy sigma=12.916007 ! Fit after self-cal, rms=0.935363Jy sigma=12.029533 ! 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.021 mas, bmaj=64.09 mas, bpa=-19.12 degrees ! Estimated noise=2.50964 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.0512919 Jy ! Component: 100 - total flux cleaned = 0.0552739 Jy ! Total flux subtracted in 100 components = 0.0552739 Jy ! Clean residual min=-0.005938 max=0.006084 Jy/beam ! Clean residual mean=-0.000055 rms=0.002752 Jy/beam ! Combined flux in latest and established models = 0.0552739 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 21 components and 0.0552739 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.058340Jy sigma=0.682328 ! Fit after self-cal, rms=0.058351Jy sigma=0.681176 ! 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.568 mas, bmaj=61.41 mas, bpa=-18.99 degrees ! Estimated noise=2.10893 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.00219809 Jy ! Component: 100 - total flux cleaned = -0.00179007 Jy ! Component: 150 - total flux cleaned = 0.00034042 Jy ! Component: 200 - total flux cleaned = 0.00247087 Jy ! Total flux subtracted in 200 components = 0.00247087 Jy ! Clean residual min=-0.002369 max=0.002377 Jy/beam ! Clean residual mean=-0.000053 rms=0.000997 Jy/beam ! Combined flux in latest and established models = 0.0577448 Jy ! Performing phase self-cal ! Adding 110 model components to the UV plane model. ! The established model now contains 131 components and 0.0577448 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.056618Jy sigma=0.647669 ! Fit after self-cal, rms=0.056643Jy sigma=0.645876 ! 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.568 x 61.41 at -18.99 degrees (North through East) ! Clean map min=-0.0070133 max=0.063132 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.93 KP 0.90 NL 0.82 PT 1.12 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 KP 0.92 NL 1.23 PT 0.91 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.31 KP 0.89 NL 1.12 PT 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 KP 0.94 NL 1.03 PT 1.10 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! FD 1.21 KP 0.99 NL 0.98 PT 1.04 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! FD 0.91 KP 1.07 NL 0.90 PT 1.08 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! FD 1.09 KP 0.87 NL 1.06 PT 0.94 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! FD 0.83 KP 0.98 NL 1.10 PT 0.87 ! ! ! Fit before self-cal, rms=0.056643Jy sigma=0.645876 ! Fit after self-cal, rms=0.056787Jy sigma=0.632141 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.59 mas, bmaj=61.7 mas, bpa=-18.99 degrees ! Estimated noise=2.05526 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.000912685 Jy ! Component: 100 - total flux cleaned = -0.00179523 Jy ! Component: 150 - total flux cleaned = -0.00252774 Jy ! Component: 200 - total flux cleaned = -0.003076 Jy ! Total flux subtracted in 200 components = -0.003076 Jy ! Clean residual min=-0.000753 max=0.000744 Jy/beam ! Clean residual mean=-0.000011 rms=0.000286 Jy/beam ! Combined flux in latest and established models = 0.0546688 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 183 components and 0.0546688 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.056654Jy sigma=0.631061 ! Fit after self-cal, rms=0.056986Jy sigma=0.629817 ! 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.056986Jy sigma=0.629817 ! Fit after self-cal, rms=0.056896Jy sigma=0.629488 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.569 mas, bmaj=61.71 mas, bpa=-19 degrees ! Estimated noise=2.04926 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000458379 Jy ! Component: 100 - total flux cleaned = -0.000768584 Jy ! Component: 150 - total flux cleaned = -0.00124414 Jy ! Component: 200 - total flux cleaned = -0.00120308 Jy ! Total flux subtracted in 200 components = -0.00120308 Jy ! Clean residual min=-0.000772 max=0.000789 Jy/beam ! Clean residual mean=-0.000008 rms=0.000270 Jy/beam ! Combined flux in latest and established models = 0.0534657 Jy selfcal ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 216 components and 0.0534657 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.056789Jy sigma=0.628747 ! Fit after self-cal, rms=0.056857Jy sigma=0.628510 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.00018521 Jy ! Component: 100 - total flux cleaned = -0.000456956 Jy ! Component: 150 - total flux cleaned = -0.00063645 Jy ! Component: 200 - total flux cleaned = -0.000794725 Jy ! Total flux subtracted in 200 components = -0.000794725 Jy ! Clean residual min=-0.000724 max=0.000697 Jy/beam ! Clean residual mean=-0.000005 rms=0.000226 Jy/beam ! Combined flux in latest and established models = 0.0526709 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 242 components and 0.0526709 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.056794Jy sigma=0.628081 ! Fit after self-cal, rms=0.056815Jy sigma=0.627997 ! 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.056815Jy sigma=0.627997 ! Fit after self-cal, rms=0.056401Jy sigma=0.627790 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.553 mas, bmaj=61.67 mas, bpa=-19.01 degrees ! Estimated noise=2.04153 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000968215 Jy ! Component: 100 - total flux cleaned = -0.00169876 Jy ! Component: 150 - total flux cleaned = -0.0020658 Jy ! Component: 200 - total flux cleaned = -0.0020649 Jy ! Total flux subtracted in 200 components = -0.0020649 Jy ! Clean residual min=-0.000730 max=0.000750 Jy/beam ! Clean residual mean=-0.000003 rms=0.000230 Jy/beam ! Combined flux in latest and established models = 0.050606 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 263 components and 0.050606 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.056336Jy sigma=0.627475 ! Fit after self-cal, rms=0.056370Jy sigma=0.627394 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.000299253 Jy ! Component: 100 - total flux cleaned = 0.000294413 Jy ! Component: 150 - total flux cleaned = 0.000390292 Jy ! Component: 200 - total flux cleaned = 0.000563769 Jy ! Total flux subtracted in 200 components = 0.000563769 Jy ! Clean residual min=-0.001024 max=0.000986 Jy/beam ! Clean residual mean=0.000001 rms=0.000297 Jy/beam ! Combined flux in latest and established models = 0.0511698 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 271 components and 0.0511698 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.056319Jy sigma=0.627365 ! Fit after self-cal, rms=0.056320Jy sigma=0.627059 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 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.056320Jy sigma=0.627059 ! Fit after self-cal, rms=0.055719Jy sigma=0.626903 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.156 mas, bmaj=58.91 mas, bpa=-18.84 degrees ! Estimated noise=1.98684 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000393562 Jy ! Component: 100 - total flux cleaned = -0.000954937 Jy ! Component: 150 - total flux cleaned = -0.00120135 Jy ! Component: 200 - total flux cleaned = -0.00134693 Jy ! Total flux subtracted in 200 components = -0.00134693 Jy ! Clean residual min=-0.000516 max=0.000526 Jy/beam ! Clean residual mean=-0.000004 rms=0.000166 Jy/beam ! Combined flux in latest and established models = 0.0498229 Jy selfcal ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 316 components and 0.0498229 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.055674Jy sigma=0.626697 ! Fit after self-cal, rms=0.055698Jy sigma=0.626656 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.000158078 Jy ! Component: 100 - total flux cleaned = -1.3325e-05 Jy ! Component: 150 - total flux cleaned = -0.000231331 Jy ! Component: 200 - total flux cleaned = -0.000285689 Jy ! Total flux subtracted in 200 components = -0.000285689 Jy ! Clean residual min=-0.000522 max=0.000498 Jy/beam ! Clean residual mean=-0.000002 rms=0.000161 Jy/beam ! Combined flux in latest and established models = 0.0495372 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 338 components and 0.0495372 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.055670Jy sigma=0.626506 ! Fit after self-cal, rms=0.055673Jy sigma=0.626484 ! 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.532 mas, bmaj=61.69 mas, bpa=-19.02 degrees ! Estimated noise=2.03209 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.532 x 61.69 at -19.02 degrees (North through East) ! Clean map min=-0.0046693 max=0.060863 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.998 mas, bmaj=64.31 mas, bpa=-19.15 degrees ! Estimated noise=2.38824 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0479828 Jy ! Component: 100 - total flux cleaned = 0.0500334 Jy ! Component: 150 - total flux cleaned = 0.0490165 Jy ! Component: 200 - total flux cleaned = 0.0466022 Jy ! Total flux subtracted in 200 components = 0.0466022 Jy ! Clean residual min=-0.003672 max=0.003560 Jy/beam ! Clean residual mean=-0.000034 rms=0.001709 Jy/beam ! Combined flux in latest and established models = 0.0466021 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 85 model components to the UV plane model. ! The established model now contains 85 components and 0.0466021 Jy ! Inverting map and beam ! Estimated beam: bmin=4.532 mas, bmaj=61.69 mas, bpa=-19.02 degrees ! Estimated noise=2.03209 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.000730486 Jy ! Component: 100 - total flux cleaned = -0.000610189 Jy ! Component: 150 - total flux cleaned = 0.000266617 Jy ! Component: 200 - total flux cleaned = 0.00137386 Jy ! Total flux subtracted in 200 components = 0.00137386 Jy ! Clean residual min=-0.001832 max=0.001879 Jy/beam ! Clean residual mean=-0.000042 rms=0.000725 Jy/beam ! Combined flux in latest and established models = 0.047976 Jy ! Adding 78 model components to the UV plane model. ! The established model now contains 161 components and 0.047976 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.156 mas, bmaj=58.91 mas, bpa=-18.84 degrees ! Estimated noise=1.98684 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000175544 Jy ! Component: 100 - total flux cleaned = -0.00018711 Jy ! Component: 150 - total flux cleaned = -0.000186988 Jy ! Component: 200 - total flux cleaned = -6.89959e-05 Jy ! Total flux subtracted in 200 components = -6.89959e-05 Jy ! Clean residual min=-0.001190 max=0.001190 Jy/beam ! Clean residual mean=-0.000009 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.047907 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 = 8.34283e-05 Jy ! Component: 100 - total flux cleaned = 0.000183901 Jy ! Component: 150 - total flux cleaned = 0.000318054 Jy ! Component: 200 - total flux cleaned = 0.000688792 Jy ! Total flux subtracted in 200 components = 0.000688792 Jy ! Clean residual min=-0.003573 max=0.003492 Jy/beam ! Clean residual mean=-0.000009 rms=0.000804 Jy/beam ! Combined flux in latest and established models = 0.0485958 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 208 components and 0.0485958 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.532 mas, bmaj=61.69 mas, bpa=-19.02 degrees ! Estimated noise=2.03209 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00142617 Jy ! Component: 100 - total flux cleaned = -0.00155226 Jy ! Component: 150 - total flux cleaned = -0.00137983 Jy ! Component: 200 - total flux cleaned = -0.00107817 Jy ! Total flux subtracted in 200 components = -0.00107817 Jy ! Clean residual min=-0.001802 max=0.001785 Jy/beam ! Clean residual mean=-0.000008 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.0475176 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 240 components and 0.0475176 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.055746Jy sigma=0.628042 ! Fit after self-cal, rms=0.055700Jy sigma=0.627499 wmodel J2035-3840_C_map.mod ! Writing 240 model components to file: J2035-3840_C_map.mod wobs J2035-3840_C_uvs.fits ! Writing UV FITS file: J2035-3840_C_uvs.fits wwins J2035-3840_C_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap .//J2035-3840_C_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.532 x 61.69 at -19.02 degrees (North through East) ! Clean map min=-0.0073114 max=0.052622 Jy/beam ! Writing clean map to FITS file: .//J2035-3840_C_map.fits wmodel .//J2035-3840_C_map.mod ! Writing 240 model components to file: .//J2035-3840_C_map.mod wobs .//J2035-3840_C_uvs.fits ! Writing UV FITS file: .//J2035-3840_C_uvs.fits wwins .//J2035-3840_C_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.0526219 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000333459 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.90107 1.90107 3.80214 7.60427 15.2085 30.4171 60.8342 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.052 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 157.806 quit ! Quitting program ! Log file .//J2035-3840_C_dfm.log closed on Mon Jan 20 19:06:43 2020