! Started logfile: .//J0524-3626_X_dfm.log on Mon Jan 20 17:30:13 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 .//J0524-3626_X_uva.fits ! Reading UV FITS file: .//J0524-3626_X_uva.fits ! AN table 1: 16 integrations on 6 of 6 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0524-3626 ! ! 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 85 lines of history. ! ! Reading 768 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 J0524-3626_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.001042Jy sigma=14.522188 ! Fit after self-cal, rms=0.952684Jy sigma=13.827299 ! 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=0.8275 mas, bmaj=15.67 mas, bpa=3.28 degrees ! Estimated noise=2.5534 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.0366124 Jy ! Component: 100 - total flux cleaned = 0.0432176 Jy ! Total flux subtracted in 100 components = 0.0432176 Jy ! Clean residual min=-0.002728 max=0.002761 Jy/beam ! Clean residual mean=-0.000018 rms=0.000982 Jy/beam ! Combined flux in latest and established models = 0.0432176 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.0432176 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.046504Jy sigma=0.602036 ! Fit after self-cal, rms=0.045581Jy sigma=0.592811 ! 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=0.9631 mas, bmaj=13.07 mas, bpa=2.994 degrees ! Estimated noise=1.7876 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.00346312 Jy ! Component: 100 - total flux cleaned = 0.00247173 Jy ! Component: 150 - total flux cleaned = 0.00217683 Jy ! Component: 200 - total flux cleaned = 0.00290756 Jy ! Total flux subtracted in 200 components = 0.00290756 Jy ! Clean residual min=-0.001133 max=0.001145 Jy/beam ! Clean residual mean=0.000003 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.0461251 Jy ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 62 components and 0.0461251 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.044987Jy sigma=0.585762 ! Fit after self-cal, rms=0.044768Jy sigma=0.584805 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9631 x 13.07 at 2.994 degrees (North through East) ! Clean map min=-0.0022183 max=0.042667 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! KP 0.83 LA 1.04 PT 1.39 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! KP 1.23 LA 1.06 PT 0.86 SC 0.95 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! KP 1.09 LA 1.06 PT 0.98 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! KP 1.02 LA 0.93 PT 1.10 SC 1.00 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! KP 0.84 LA 1.17 PT 0.91 SC 1.05 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! KP 0.91 LA 0.87 PT 0.85 SC 1.32 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! KP 0.94 LA 0.94 PT 0.84 SC 1.09 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! KP 1.00 LA 0.99 PT 1.23 SC 0.92 ! ! ! Fit before self-cal, rms=0.044768Jy sigma=0.584805 ! Fit after self-cal, rms=0.045317Jy sigma=0.574296 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.974 mas, bmaj=12.94 mas, bpa=2.941 degrees ! Estimated noise=1.78515 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.0006612 Jy ! Component: 100 - total flux cleaned = -0.000888824 Jy ! Component: 150 - total flux cleaned = -0.00114142 Jy ! Component: 200 - total flux cleaned = -0.00139335 Jy ! Total flux subtracted in 200 components = -0.00139335 Jy ! Clean residual min=-0.000439 max=0.000432 Jy/beam ! Clean residual mean=-0.000001 rms=0.000162 Jy/beam ! Combined flux in latest and established models = 0.0447318 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 107 components and 0.0447318 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.045244Jy sigma=0.573685 ! Fit after self-cal, rms=0.045517Jy sigma=0.572179 ! 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.045517Jy sigma=0.572179 ! Fit after self-cal, rms=0.046672Jy sigma=0.571788 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.975 mas, bmaj=12.92 mas, bpa=2.942 degrees ! Estimated noise=1.79442 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00013704 Jy ! Component: 100 - total flux cleaned = -2.41203e-05 Jy ! Component: 150 - total flux cleaned = -0.000191392 Jy ! Component: 200 - total flux cleaned = -0.000142544 Jy ! Total flux subtracted in 200 components = -0.000142544 Jy ! Clean residual min=-0.000399 max=0.000400 Jy/beam ! Clean residual mean=-0.000001 rms=0.000135 Jy/beam ! Combined flux in latest and established models = 0.0445892 Jy selfcal ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 153 components and 0.0445892 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.046614Jy sigma=0.571497 ! Fit after self-cal, rms=0.046737Jy sigma=0.571346 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 = 9.1549e-05 Jy ! Component: 100 - total flux cleaned = 0.000334474 Jy ! Component: 150 - total flux cleaned = 0.000536829 Jy ! Component: 200 - total flux cleaned = 0.000708731 Jy ! Total flux subtracted in 200 components = 0.000708731 Jy ! Clean residual min=-0.000311 max=0.000315 Jy/beam ! Clean residual mean=0.000001 rms=0.000102 Jy/beam ! Combined flux in latest and established models = 0.045298 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 189 components and 0.045298 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.046707Jy sigma=0.571190 ! Fit after self-cal, rms=0.046714Jy sigma=0.571141 ! 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.046714Jy sigma=0.571141 ! Fit after self-cal, rms=0.047377Jy sigma=0.570986 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9748 mas, bmaj=12.91 mas, bpa=2.948 degrees ! Estimated noise=1.80244 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.15744e-05 Jy ! Component: 100 - total flux cleaned = -0.00020005 Jy ! Component: 150 - total flux cleaned = -0.000280279 Jy ! Component: 200 - total flux cleaned = -0.00026127 Jy ! Total flux subtracted in 200 components = -0.00026127 Jy ! Clean residual min=-0.000312 max=0.000318 Jy/beam ! Clean residual mean=-0.000001 rms=0.000117 Jy/beam ! Combined flux in latest and established models = 0.0450367 Jy selfcal ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 229 components and 0.0450367 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.047344Jy sigma=0.570849 ! Fit after self-cal, rms=0.047403Jy sigma=0.570782 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.000206899 Jy ! Component: 100 - total flux cleaned = 0.000387378 Jy ! Component: 150 - total flux cleaned = 0.00058585 Jy ! Component: 200 - total flux cleaned = 0.00080144 Jy ! Total flux subtracted in 200 components = 0.00080144 Jy ! Clean residual min=-0.000294 max=0.000301 Jy/beam ! Clean residual mean=0.000001 rms=0.000098 Jy/beam ! Combined flux in latest and established models = 0.0458382 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 257 components and 0.0458382 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.047378Jy sigma=0.570638 ! Fit after self-cal, rms=0.047385Jy sigma=0.570594 ! 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.047385Jy sigma=0.570594 ! Fit after self-cal, rms=0.047904Jy sigma=0.570506 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.313 mas, bmaj=11.09 mas, bpa=0.1941 degrees ! Estimated noise=2.50116 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000345537 Jy ! Component: 100 - total flux cleaned = 0.00043279 Jy ! Component: 150 - total flux cleaned = 0.00038553 Jy ! Component: 200 - total flux cleaned = 0.000351801 Jy ! Total flux subtracted in 200 components = 0.000351801 Jy ! Clean residual min=-0.000654 max=0.000662 Jy/beam ! Clean residual mean=0.000001 rms=0.000264 Jy/beam ! Combined flux in latest and established models = 0.04619 Jy selfcal ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 306 components and 0.04619 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.047885Jy sigma=0.570553 ! Fit after self-cal, rms=0.047941Jy sigma=0.570430 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.000420276 Jy ! Component: 100 - total flux cleaned = 0.000543363 Jy ! Component: 150 - total flux cleaned = 0.000547918 Jy ! Component: 200 - total flux cleaned = 0.00054797 Jy ! Total flux subtracted in 200 components = 0.00054797 Jy ! Clean residual min=-0.000355 max=0.000345 Jy/beam ! Clean residual mean=0.000001 rms=0.000142 Jy/beam ! Combined flux in latest and established models = 0.0467379 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 327 components and 0.0467379 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.047925Jy sigma=0.570453 ! Fit after self-cal, rms=0.047932Jy sigma=0.570393 ! 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=0.9748 mas, bmaj=12.9 mas, bpa=2.957 degrees ! Estimated noise=1.80996 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9748 x 12.9 at 2.957 degrees (North through East) ! Clean map min=-0.0019317 max=0.042191 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=0.8331 mas, bmaj=15.46 mas, bpa=3.185 degrees ! Estimated noise=2.64662 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0378749 Jy ! Component: 100 - total flux cleaned = 0.0438661 Jy ! Component: 150 - total flux cleaned = 0.0431748 Jy ! Component: 200 - total flux cleaned = 0.0422748 Jy ! Total flux subtracted in 200 components = 0.0422748 Jy ! Clean residual min=-0.001922 max=0.001922 Jy/beam ! Clean residual mean=-0.000006 rms=0.000750 Jy/beam ! Combined flux in latest and established models = 0.0422748 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.0422748 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9748 mas, bmaj=12.9 mas, bpa=2.957 degrees ! Estimated noise=1.80996 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.000189081 Jy ! Component: 100 - total flux cleaned = 0.000803683 Jy ! Component: 150 - total flux cleaned = 0.00118692 Jy ! Component: 200 - total flux cleaned = 0.00126024 Jy ! Total flux subtracted in 200 components = 0.00126024 Jy ! Clean residual min=-0.001123 max=0.001143 Jy/beam ! Clean residual mean=0.000003 rms=0.000340 Jy/beam ! Combined flux in latest and established models = 0.0435351 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 80 components and 0.0435351 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.313 mas, bmaj=11.09 mas, bpa=0.1941 degrees ! Estimated noise=2.50116 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000216929 Jy ! Component: 100 - total flux cleaned = -0.000342281 Jy ! Component: 150 - total flux cleaned = -0.000520562 Jy ! Component: 200 - total flux cleaned = -0.000625697 Jy ! Total flux subtracted in 200 components = -0.000625697 Jy ! Clean residual min=-0.000985 max=0.000977 Jy/beam ! Clean residual mean=-0.000002 rms=0.000345 Jy/beam ! Combined flux in latest and established models = 0.0429094 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.000207228 Jy ! Component: 100 - total flux cleaned = -0.000393548 Jy ! Component: 150 - total flux cleaned = -0.000634257 Jy ! Component: 200 - total flux cleaned = -0.000967264 Jy ! Total flux subtracted in 200 components = -0.000967264 Jy ! Clean residual min=-0.003087 max=0.003074 Jy/beam ! Clean residual mean=0.000012 rms=0.001297 Jy/beam ! Combined flux in latest and established models = 0.0419421 Jy ! Adding 81 model components to the UV plane model. ! The established model now contains 159 components and 0.0419421 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9748 mas, bmaj=12.9 mas, bpa=2.957 degrees ! Estimated noise=1.80996 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000377071 Jy ! Component: 100 - total flux cleaned = -0.00056052 Jy ! Component: 150 - total flux cleaned = -0.000654429 Jy ! Component: 200 - total flux cleaned = -0.000653006 Jy ! Total flux subtracted in 200 components = -0.000653006 Jy ! Clean residual min=-0.001679 max=0.001690 Jy/beam ! Clean residual mean=0.000001 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.0412891 Jy selfcal ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 211 components and 0.0412891 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.047934Jy sigma=0.570880 ! Fit after self-cal, rms=0.047926Jy sigma=0.570606 wmodel J0524-3626_X_map.mod ! Writing 211 model components to file: J0524-3626_X_map.mod wobs J0524-3626_X_uvs.fits ! Writing UV FITS file: J0524-3626_X_uvs.fits wwins J0524-3626_X_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap .//J0524-3626_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9748 x 12.9 at 2.957 degrees (North through East) ! Clean map min=-0.0025791 max=0.029975 Jy/beam ! Writing clean map to FITS file: .//J0524-3626_X_map.fits wmodel .//J0524-3626_X_map.mod ! Writing 211 model components to file: .//J0524-3626_X_map.mod wobs .//J0524-3626_X_uvs.fits ! Writing UV FITS file: .//J0524-3626_X_uvs.fits wwins .//J0524-3626_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.0299751 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000213927 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.14105 2.14105 4.28209 8.56419 17.1284 34.2568 68.5135 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.029 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 140.118 quit ! Quitting program ! Log file .//J0524-3626_X_dfm.log closed on Mon Jan 20 17:30:16 2020