! Started logfile: /image_prod/ug002_uva//J2245-0755_S_dfm.log on Thu Mar 5 05:52:09 2020 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.22000 obs /image_prod/ug002_uva//J2245-0755_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2245-0755_S_uva.fits ! AN table 1: 20 integrations on 28 of 28 possible baselines. ! AN table 2: 40 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.987 visibilities/baseline/integration-bin. ! Found source: J2245-0755 ! ! There are 3 IFs, and a total of 3 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 44 lines of history. ! ! Reading 5922 visibilities. select rr, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 ! Restricting channel ranges to the available 3 channels. ! Selecting polarization: RR, channels: 1..3 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.5 print "taper_size =", taper_size ! taper_size = 20 ![@/opt64/bin/pima_mupet_01.dfm J2245-0755_S] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff print "===============================================================" ! =============================================================== ! print "=== Difmap script: pima_mupet_01.dvm version of 2016.05.19 === " ! === Difmap script: pima_mupet_01.dvm version of 2016.05.19 === ! mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=1.007812Jy sigma=7.424929 ! Fit after self-cal, rms=0.926394Jy sigma=6.811090 ! 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.602 mas, bmaj=6.925 mas, bpa=-2.699 degrees ! Estimated noise=1.66083 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0589832 Jy ! Component: 100 - total flux cleaned = 0.072313 Jy ! Total flux subtracted in 100 components = 0.072313 Jy ! Clean residual min=-0.004670 max=0.005726 Jy/beam ! Clean residual mean=0.000002 rms=0.001200 Jy/beam ! Combined flux in latest and established models = 0.072313 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.072313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072924Jy sigma=0.442491 ! Fit after self-cal, rms=0.072265Jy sigma=0.437382 ! 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.081 mas, bmaj=7.885 mas, bpa=-2.412 degrees ! Estimated noise=1.30405 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.00607042 Jy ! Component: 100 - total flux cleaned = 0.00846564 Jy ! Component: 150 - total flux cleaned = 0.0096313 Jy ! Component: 200 - total flux cleaned = 0.00994403 Jy ! Total flux subtracted in 200 components = 0.00994403 Jy ! Clean residual min=-0.003862 max=0.004498 Jy/beam ! Clean residual mean=-0.000003 rms=0.000909 Jy/beam ! Combined flux in latest and established models = 0.082257 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 31 components and 0.082257 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071921Jy sigma=0.432368 ! Fit after self-cal, rms=0.071944Jy sigma=0.432335 ! 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.081 x 7.885 at -2.412 degrees (North through East) ! Clean map min=-0.0036985 max=0.077419 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 HN 1.13 KP 1.11 LA 0.97 ! MK 0.97 NL 0.86 OV 0.97 SC 0.88 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.22 FD 0.89 HN 1.03 KP 0.95 ! LA 1.01 MK 1.01 OV 0.88 PT 1.01 ! SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.53 HN 0.99 KP 1.05 LA 1.02 ! MK 0.97 NL 1.03 OV 0.86 SC 0.96 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.40 FD 0.97 HN 1.01 KP 0.95 ! LA 1.06 MK 0.94 OV 0.96 PT 0.99 ! SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.74 HN 1.35 KP 0.94 LA 0.94 ! MK 1.03 NL 0.84 OV 0.93 SC 0.92 ! ! Telescope amplitude corrections in sub-array 2: ! BR 2.10 FD 0.98 HN 1.08 KP 0.96 ! LA 0.94 MK 1.03 OV 1.29 PT 1.03 ! SC 0.98 ! ! ! Fit before self-cal, rms=0.071944Jy sigma=0.432335 ! Fit after self-cal, rms=0.078138Jy sigma=0.422907 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.076 mas, bmaj=7.911 mas, bpa=-2.182 degrees ! Estimated noise=1.29975 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.000229126 Jy ! Component: 100 - total flux cleaned = -0.000283046 Jy ! Component: 150 - total flux cleaned = -0.000358175 Jy ! Component: 200 - total flux cleaned = -0.000426313 Jy ! Total flux subtracted in 200 components = -0.000426313 Jy ! Clean residual min=-0.002422 max=0.002531 Jy/beam ! Clean residual mean=0.000000 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.0818307 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 34 components and 0.0818307 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078118Jy sigma=0.422778 ! Fit after self-cal, rms=0.078328Jy sigma=0.422523 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078328Jy sigma=0.422523 ! Fit after self-cal, rms=0.083055Jy sigma=0.419069 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.075 mas, bmaj=7.907 mas, bpa=-2.14 degrees ! Estimated noise=1.29986 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.45792e-06 Jy ! Component: 100 - total flux cleaned = -2.2623e-05 Jy ! Component: 150 - total flux cleaned = -7.51294e-05 Jy ! Component: 200 - total flux cleaned = -0.000107691 Jy ! Total flux subtracted in 200 components = -0.000107691 Jy ! Clean residual min=-0.002160 max=0.002239 Jy/beam ! Clean residual mean=0.000002 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.081723 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 37 components and 0.081723 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083041Jy sigma=0.419009 ! Fit after self-cal, rms=0.083214Jy sigma=0.418891 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.7194e-05 Jy ! Component: 100 - total flux cleaned = -0.000125625 Jy ! Component: 150 - total flux cleaned = -0.000151563 Jy ! Component: 200 - total flux cleaned = -0.000176181 Jy ! Total flux subtracted in 200 components = -0.000176181 Jy ! Clean residual min=-0.002154 max=0.002220 Jy/beam ! Clean residual mean=0.000002 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.0815468 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 38 components and 0.0815468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083207Jy sigma=0.418861 ! Fit after self-cal, rms=0.083209Jy sigma=0.418861 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083209Jy sigma=0.418861 ! Fit after self-cal, rms=0.084186Jy sigma=0.418786 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.075 mas, bmaj=7.905 mas, bpa=-2.037 degrees ! Estimated noise=1.29792 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000155123 Jy ! Component: 100 - total flux cleaned = -0.000179601 Jy ! Component: 150 - total flux cleaned = -0.000202423 Jy ! Component: 200 - total flux cleaned = -0.000202315 Jy ! Total flux subtracted in 200 components = -0.000202315 Jy ! Clean residual min=-0.002109 max=0.002170 Jy/beam ! Clean residual mean=0.000002 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.0813445 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 40 components and 0.0813445 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084179Jy sigma=0.418765 ! Fit after self-cal, rms=0.084198Jy sigma=0.418763 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 = -2.1679e-05 Jy ! Component: 100 - total flux cleaned = -3.16327e-05 Jy ! Component: 150 - total flux cleaned = -3.17193e-05 Jy ! Component: 200 - total flux cleaned = -5.02029e-05 Jy ! Total flux subtracted in 200 components = -5.02029e-05 Jy ! Clean residual min=-0.002101 max=0.002162 Jy/beam ! Clean residual mean=0.000002 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.0812943 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 42 components and 0.0812943 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084194Jy sigma=0.418748 ! Fit after self-cal, rms=0.084194Jy sigma=0.418749 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084194Jy sigma=0.418749 ! Fit after self-cal, rms=0.084252Jy sigma=0.418744 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.764 mas, bmaj=14.45 mas, bpa=2.98 degrees ! Estimated noise=1.63686 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.10997e-05 Jy ! Component: 100 - total flux cleaned = 1.99183e-05 Jy ! Component: 150 - total flux cleaned = 9.64632e-06 Jy ! Component: 200 - total flux cleaned = 2.58982e-05 Jy ! Total flux subtracted in 200 components = 2.58982e-05 Jy ! Clean residual min=-0.002368 max=0.002052 Jy/beam ! Clean residual mean=0.000003 rms=0.000629 Jy/beam ! Combined flux in latest and established models = 0.0813202 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 47 components and 0.0813202 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084253Jy sigma=0.418786 ! Fit after self-cal, rms=0.084251Jy sigma=0.418778 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 = 4.75068e-05 Jy ! Component: 100 - total flux cleaned = 3.78484e-05 Jy ! Component: 150 - total flux cleaned = 3.16415e-05 Jy ! Component: 200 - total flux cleaned = 3.18187e-05 Jy ! Total flux subtracted in 200 components = 3.18187e-05 Jy ! Clean residual min=-0.002364 max=0.002050 Jy/beam ! Clean residual mean=0.000003 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.081352 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 52 components and 0.081352 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084255Jy sigma=0.418826 ! Fit after self-cal, rms=0.084251Jy sigma=0.418821 ! 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.075 mas, bmaj=7.903 mas, bpa=-1.958 degrees ! Estimated noise=1.29626 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.075 x 7.903 at -1.958 degrees (North through East) ! Clean map min=-0.0019035 max=0.077685 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.594 mas, bmaj=6.912 mas, bpa=-2.235 degrees ! Estimated noise=1.66409 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0595637 Jy ! Component: 100 - total flux cleaned = 0.0733748 Jy ! Component: 150 - total flux cleaned = 0.078283 Jy ! Component: 200 - total flux cleaned = 0.0800812 Jy ! Total flux subtracted in 200 components = 0.0800812 Jy ! Clean residual min=-0.002948 max=0.002839 Jy/beam ! Clean residual mean=0.000001 rms=0.000733 Jy/beam ! Combined flux in latest and established models = 0.0800812 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0800812 Jy ! Inverting map and beam ! Estimated beam: bmin=3.075 mas, bmaj=7.903 mas, bpa=-1.958 degrees ! Estimated noise=1.29626 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.00136942 Jy ! Component: 100 - total flux cleaned = 0.001312 Jy ! Component: 150 - total flux cleaned = 0.00128739 Jy ! Component: 200 - total flux cleaned = 0.00128737 Jy ! Total flux subtracted in 200 components = 0.00128737 Jy ! Clean residual min=-0.002158 max=0.002238 Jy/beam ! Clean residual mean=0.000002 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.0813685 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 29 components and 0.0813685 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.764 mas, bmaj=14.45 mas, bpa=2.98 degrees ! Estimated noise=1.63686 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000163536 Jy ! Component: 100 - total flux cleaned = 0.000165307 Jy ! Component: 150 - total flux cleaned = 0.000175232 Jy ! Component: 200 - total flux cleaned = 0.000167316 Jy ! Total flux subtracted in 200 components = 0.000167316 Jy ! Clean residual min=-0.002317 max=0.002038 Jy/beam ! Clean residual mean=0.000003 rms=0.000630 Jy/beam ! Combined flux in latest and established models = 0.0815358 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.45729e-05 Jy ! Component: 100 - total flux cleaned = -2.77094e-05 Jy ! Component: 150 - total flux cleaned = -3.92699e-05 Jy ! Component: 200 - total flux cleaned = -4.95626e-05 Jy ! Total flux subtracted in 200 components = -4.95626e-05 Jy ! Clean residual min=-0.002328 max=0.002042 Jy/beam ! Clean residual mean=0.000003 rms=0.000629 Jy/beam ! Combined flux in latest and established models = 0.0814863 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 33 components and 0.0814863 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.075 mas, bmaj=7.903 mas, bpa=-1.958 degrees ! Estimated noise=1.29626 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00040664 Jy ! Component: 100 - total flux cleaned = -0.000429657 Jy ! Component: 150 - total flux cleaned = -0.000411058 Jy ! Component: 200 - total flux cleaned = -0.000428043 Jy ! Total flux subtracted in 200 components = -0.000428043 Jy ! Clean residual min=-0.002084 max=0.002214 Jy/beam ! Clean residual mean=0.000002 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.0810582 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 38 components and 0.0810582 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084260Jy sigma=0.418800 ! Fit after self-cal, rms=0.084258Jy sigma=0.418795 wmodel J2245-0755_S_map.mod ! Writing 38 model components to file: J2245-0755_S_map.mod wobs J2245-0755_S_uvs.fits ! Writing UV FITS file: J2245-0755_S_uvs.fits wwins J2245-0755_S_map.win ! wwins: Wrote 1 windows to J2245-0755_S_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.000414232 Jy ! Component: 100 - total flux cleaned = 0.00055953 Jy ! Component: 150 - total flux cleaned = 0.000628129 Jy ! Component: 200 - total flux cleaned = 0.000628517 Jy ! Component: 250 - total flux cleaned = 0.000659588 Jy ! Component: 300 - total flux cleaned = 0.00078274 Jy ! Component: 350 - total flux cleaned = 0.000963502 Jy ! Component: 400 - total flux cleaned = 0.00105162 Jy ! Component: 450 - total flux cleaned = 0.00116736 Jy ! Component: 500 - total flux cleaned = 0.00125291 Jy ! Component: 550 - total flux cleaned = 0.00141938 Jy ! Component: 600 - total flux cleaned = 0.00152859 Jy ! Component: 650 - total flux cleaned = 0.00166194 Jy ! Component: 700 - total flux cleaned = 0.00184562 Jy ! Component: 750 - total flux cleaned = 0.00200005 Jy ! Component: 800 - total flux cleaned = 0.00215142 Jy ! Component: 850 - total flux cleaned = 0.00220089 Jy ! Component: 900 - total flux cleaned = 0.00224982 Jy ! Component: 950 - total flux cleaned = 0.00227393 Jy ! Component: 1000 - total flux cleaned = 0.0023453 Jy ! Component: 1050 - total flux cleaned = 0.00239257 Jy ! Component: 1100 - total flux cleaned = 0.00253122 Jy ! Component: 1150 - total flux cleaned = 0.0025993 Jy ! Component: 1200 - total flux cleaned = 0.00266671 Jy ! Component: 1250 - total flux cleaned = 0.00271116 Jy ! Component: 1300 - total flux cleaned = 0.00277669 Jy ! Component: 1350 - total flux cleaned = 0.00279827 Jy ! Component: 1400 - total flux cleaned = 0.00288348 Jy ! Component: 1450 - total flux cleaned = 0.00296765 Jy ! Component: 1500 - total flux cleaned = 0.0030094 Jy ! Component: 1550 - total flux cleaned = 0.00313291 Jy ! Component: 1600 - total flux cleaned = 0.00321412 Jy ! Component: 1650 - total flux cleaned = 0.00331453 Jy ! Component: 1700 - total flux cleaned = 0.00339352 Jy ! Component: 1750 - total flux cleaned = 0.00347163 Jy ! Component: 1800 - total flux cleaned = 0.00351021 Jy ! Component: 1850 - total flux cleaned = 0.00358696 Jy ! Component: 1900 - total flux cleaned = 0.00371977 Jy ! Component: 1950 - total flux cleaned = 0.00371989 Jy ! Component: 2000 - total flux cleaned = 0.00384997 Jy ! Component: 2050 - total flux cleaned = 0.0038684 Jy ! Component: 2100 - total flux cleaned = 0.00401413 Jy ! Component: 2150 - total flux cleaned = 0.00406808 Jy ! Component: 2200 - total flux cleaned = 0.00415711 Jy ! Component: 2250 - total flux cleaned = 0.00415708 Jy ! Component: 2300 - total flux cleaned = 0.0042272 Jy ! Component: 2350 - total flux cleaned = 0.0042967 Jy ! Component: 2400 - total flux cleaned = 0.00429653 Jy ! Component: 2450 - total flux cleaned = 0.00433038 Jy ! Component: 2500 - total flux cleaned = 0.00441455 Jy ! Component: 2550 - total flux cleaned = 0.00441463 Jy ! Component: 2600 - total flux cleaned = 0.00444765 Jy ! Component: 2650 - total flux cleaned = 0.00449682 Jy ! Component: 2700 - total flux cleaned = 0.00446456 Jy ! Component: 2750 - total flux cleaned = 0.00452917 Jy ! Component: 2800 - total flux cleaned = 0.00456098 Jy ! Component: 2850 - total flux cleaned = 0.00459271 Jy ! Component: 2900 - total flux cleaned = 0.00460843 Jy ! Component: 2950 - total flux cleaned = 0.00462413 Jy ! Component: 3000 - total flux cleaned = 0.00465523 Jy ! Component: 3050 - total flux cleaned = 0.00470134 Jy ! Component: 3100 - total flux cleaned = 0.00470117 Jy ! Component: 3150 - total flux cleaned = 0.0047616 Jy ! Component: 3200 - total flux cleaned = 0.00470166 Jy ! Component: 3250 - total flux cleaned = 0.00473139 Jy ! Component: 3300 - total flux cleaned = 0.00477579 Jy ! Component: 3350 - total flux cleaned = 0.00483433 Jy ! Component: 3400 - total flux cleaned = 0.00483444 Jy ! Component: 3450 - total flux cleaned = 0.00483444 Jy ! Component: 3500 - total flux cleaned = 0.00487752 Jy ! Component: 3550 - total flux cleaned = 0.0048916 Jy ! Component: 3600 - total flux cleaned = 0.00499029 Jy ! Component: 3650 - total flux cleaned = 0.00493436 Jy ! Component: 3700 - total flux cleaned = 0.00499014 Jy ! Component: 3750 - total flux cleaned = 0.00504526 Jy ! Component: 3800 - total flux cleaned = 0.00511355 Jy ! Component: 3850 - total flux cleaned = 0.00504544 Jy ! Component: 3900 - total flux cleaned = 0.00507249 Jy ! Component: 3950 - total flux cleaned = 0.00508578 Jy ! Component: 4000 - total flux cleaned = 0.0051391 Jy ! Component: 4050 - total flux cleaned = 0.00519178 Jy ! Total flux subtracted in 4096 components = 0.00520502 Jy ! Clean residual min=-0.000823 max=0.000799 Jy/beam ! Clean residual mean=0.000000 rms=0.000232 Jy/beam ! Combined flux in latest and established models = 0.0862632 Jy keep ! Adding 264 model components to the UV plane model. ! The established model now contains 302 components and 0.0862632 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2245-0755_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.075 x 7.903 at -1.958 degrees (North through East) ! Clean map min=-0.0014485 max=0.077416 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2245-0755_S_map.fits wmodel /image_prod/ug002_uva//J2245-0755_S_map.mod ! Writing 302 model components to file: /image_prod/ug002_uva//J2245-0755_S_map.mod wobs /image_prod/ug002_uva//J2245-0755_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2245-0755_S_uvs.fits wwins /image_prod/ug002_uva//J2245-0755_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J2245-0755_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.077416 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000230313 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.892503 0.892503 1.78501 3.57001 7.14002 14.28 28.5601 57.1202 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.077 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 336.133 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2245-0755_S_dfm.log closed on Thu Mar 5 05:52:13 2020