! Started logfile: .//J2005-3723_X_dfm.log on Sun Oct 21 00:09:03 2018 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 .//J2005-3723_X_uva.fits ! Reading UV FITS file: .//J2005-3723_X_uva.fits ! AN table 1: 6 integrations on 15 of 15 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J2005-3723 ! ! 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 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.2 print "taper_size =", taper_size ! taper_size = 70 ![@/opt64/bin/pima_mupet_01.dfm J2005-3723_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.077006Jy sigma=27.999001 ! Fit after self-cal, rms=0.661889Jy sigma=16.734755 ! 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.7107 mas, bmaj=7.866 mas, bpa=-31.58 degrees ! Estimated noise=1.82691 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.239082 Jy ! Component: 100 - total flux cleaned = 0.300813 Jy ! Total flux subtracted in 100 components = 0.300813 Jy ! Clean residual min=-0.021093 max=0.028852 Jy/beam ! Clean residual mean=-0.000027 rms=0.006412 Jy/beam ! Combined flux in latest and established models = 0.300813 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.300813 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.091959Jy sigma=2.364187 ! Fit after self-cal, rms=0.091955Jy sigma=2.363997 ! 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.9827 mas, bmaj=7.503 mas, bpa=-31.1 degrees ! Estimated noise=1.12624 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.0614207 Jy ! Component: 100 - total flux cleaned = 0.0914779 Jy ! Component: 150 - total flux cleaned = 0.10915 Jy ! Component: 200 - total flux cleaned = 0.120118 Jy ! Total flux subtracted in 200 components = 0.120118 Jy ! Clean residual min=-0.008062 max=0.010895 Jy/beam ! Clean residual mean=-0.000009 rms=0.002648 Jy/beam ! Combined flux in latest and established models = 0.420931 Jy ! Performing phase self-cal ! Adding 78 model components to the UV plane model. ! The established model now contains 87 components and 0.420931 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.042936Jy sigma=0.774319 ! Fit after self-cal, rms=0.042942Jy sigma=0.773537 ! 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.9827 x 7.503 at -31.1 degrees (North through East) ! Clean map min=-0.007795 max=0.29513 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 LA 1.00 MK 1.01 NL 1.05 ! OV 0.97 PT 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 LA 0.98 MK 1.07 NL 1.04 ! OV 1.00 PT 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 LA 0.97 MK 1.00 NL 1.06 ! OV 0.98 PT 0.94 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 LA 0.97 MK 1.03 NL 1.02 ! OV 0.99 PT 0.97 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 LA 0.99 MK 0.99 NL 1.06 ! OV 1.01 PT 0.95 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 LA 0.99 MK 1.00 NL 1.07 ! OV 0.98 PT 0.98 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 LA 0.98 MK 1.00 NL 1.05 ! OV 1.00 PT 0.96 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 LA 1.00 MK 0.97 NL 1.07 ! OV 0.97 PT 0.96 ! ! ! Fit before self-cal, rms=0.042942Jy sigma=0.773537 ! Fit after self-cal, rms=0.040860Jy sigma=0.675183 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9924 mas, bmaj=7.549 mas, bpa=-31.16 degrees ! Estimated noise=1.11638 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.000848801 Jy ! Component: 100 - total flux cleaned = 0.00154706 Jy ! Component: 150 - total flux cleaned = 0.00197926 Jy ! Component: 200 - total flux cleaned = 0.00236365 Jy ! Total flux subtracted in 200 components = 0.00236365 Jy ! Clean residual min=-0.005414 max=0.004390 Jy/beam ! Clean residual mean=0.000002 rms=0.001360 Jy/beam ! Combined flux in latest and established models = 0.423295 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 105 components and 0.423295 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.040331Jy sigma=0.659468 ! Fit after self-cal, rms=0.040328Jy sigma=0.659350 ! 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.040328Jy sigma=0.659350 ! Fit after self-cal, rms=0.040445Jy sigma=0.656815 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9929 mas, bmaj=7.543 mas, bpa=-31.17 degrees ! Estimated noise=1.11512 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000421626 Jy ! Component: 100 - total flux cleaned = -3.51043e-05 Jy ! Component: 150 - total flux cleaned = 0.000374121 Jy ! Component: 200 - total flux cleaned = 0.000619626 Jy ! Total flux subtracted in 200 components = 0.000619626 Jy ! Clean residual min=-0.004718 max=0.004097 Jy/beam ! Clean residual mean=0.000001 rms=0.001205 Jy/beam ! Combined flux in latest and established models = 0.423915 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 108 components and 0.423915 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.040114Jy sigma=0.648175 ! Fit after self-cal, rms=0.040113Jy sigma=0.648124 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.000173581 Jy ! Component: 100 - total flux cleaned = 0.000325074 Jy ! Component: 150 - total flux cleaned = 0.000516385 Jy ! Component: 200 - total flux cleaned = 0.000652588 Jy ! Total flux subtracted in 200 components = 0.000652588 Jy ! Clean residual min=-0.004278 max=0.004011 Jy/beam ! Clean residual mean=0.000000 rms=0.001161 Jy/beam ! Combined flux in latest and established models = 0.424567 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 120 components and 0.424567 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.039980Jy sigma=0.644415 ! Fit after self-cal, rms=0.039977Jy sigma=0.644387 ! 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.039977Jy sigma=0.644387 ! Fit after self-cal, rms=0.040196Jy sigma=0.641856 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9935 mas, bmaj=7.54 mas, bpa=-31.18 degrees ! Estimated noise=1.115 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000623885 Jy ! Component: 100 - total flux cleaned = -0.000334145 Jy ! Component: 150 - total flux cleaned = -2.65905e-05 Jy ! Component: 200 - total flux cleaned = 0.000293154 Jy ! Total flux subtracted in 200 components = 0.000293154 Jy ! Clean residual min=-0.003709 max=0.003681 Jy/beam ! Clean residual mean=-0.000000 rms=0.001033 Jy/beam ! Combined flux in latest and established models = 0.42486 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 126 components and 0.42486 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.039979Jy sigma=0.637247 ! Fit after self-cal, rms=0.039980Jy sigma=0.637229 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.000212655 Jy ! Component: 100 - total flux cleaned = 0.000325579 Jy ! Component: 150 - total flux cleaned = 0.000465599 Jy ! Component: 200 - total flux cleaned = 0.000531126 Jy ! Total flux subtracted in 200 components = 0.000531126 Jy ! Clean residual min=-0.003562 max=0.003607 Jy/beam ! Clean residual mean=-0.000001 rms=0.001009 Jy/beam ! Combined flux in latest and established models = 0.425392 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 138 components and 0.425391 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.039894Jy sigma=0.635392 ! Fit after self-cal, rms=0.039892Jy sigma=0.635379 ! 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.039892Jy sigma=0.635379 ! Fit after self-cal, rms=0.040113Jy sigma=0.633535 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.538 mas, bmaj=11.02 mas, bpa=-17.53 degrees ! Estimated noise=1.30067 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000134487 Jy ! Component: 100 - total flux cleaned = 0.000254483 Jy ! Component: 150 - total flux cleaned = 0.000322449 Jy ! Component: 200 - total flux cleaned = 0.000380396 Jy ! Total flux subtracted in 200 components = 0.000380396 Jy ! Clean residual min=-0.002762 max=0.002971 Jy/beam ! Clean residual mean=-0.000000 rms=0.000950 Jy/beam ! Combined flux in latest and established models = 0.425772 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 148 components and 0.425772 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.039980Jy sigma=0.632274 ! Fit after self-cal, rms=0.039980Jy sigma=0.632167 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.000103969 Jy ! Component: 100 - total flux cleaned = 0.000104612 Jy ! Component: 150 - total flux cleaned = 0.000128554 Jy ! Component: 200 - total flux cleaned = 0.00012831 Jy ! Total flux subtracted in 200 components = 0.00012831 Jy ! Clean residual min=-0.002725 max=0.002890 Jy/beam ! Clean residual mean=-0.000000 rms=0.000931 Jy/beam ! Combined flux in latest and established models = 0.4259 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 157 components and 0.4259 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.039910Jy sigma=0.631587 ! Fit after self-cal, rms=0.039909Jy sigma=0.631556 ! 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.9938 mas, bmaj=7.539 mas, bpa=-31.2 degrees ! Estimated noise=1.11501 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9938 x 7.539 at -31.2 degrees (North through East) ! Clean map min=-0.0031831 max=0.29204 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.7148 mas, bmaj=7.888 mas, bpa=-31.67 degrees ! Estimated noise=1.83411 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.23997 Jy ! Component: 100 - total flux cleaned = 0.299498 Jy ! Component: 150 - total flux cleaned = 0.331567 Jy ! Component: 200 - total flux cleaned = 0.35137 Jy ! Total flux subtracted in 200 components = 0.35137 Jy ! Clean residual min=-0.009651 max=0.014708 Jy/beam ! Clean residual mean=-0.000012 rms=0.002843 Jy/beam ! Combined flux in latest and established models = 0.35137 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.35137 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9938 mas, bmaj=7.539 mas, bpa=-31.2 degrees ! Estimated noise=1.11501 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.02692 Jy ! Component: 100 - total flux cleaned = 0.0418848 Jy ! Component: 150 - total flux cleaned = 0.0511674 Jy ! Component: 200 - total flux cleaned = 0.0572567 Jy ! Total flux subtracted in 200 components = 0.0572567 Jy ! Clean residual min=-0.005318 max=0.006624 Jy/beam ! Clean residual mean=-0.000008 rms=0.001603 Jy/beam ! Combined flux in latest and established models = 0.408627 Jy ! Adding 86 model components to the UV plane model. ! The established model now contains 107 components and 0.408627 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.538 mas, bmaj=11.02 mas, bpa=-17.53 degrees ! Estimated noise=1.30067 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00616789 Jy ! Component: 100 - total flux cleaned = 0.00981779 Jy ! Component: 150 - total flux cleaned = 0.0121193 Jy ! Component: 200 - total flux cleaned = 0.0136164 Jy ! Total flux subtracted in 200 components = 0.0136164 Jy ! Clean residual min=-0.002828 max=0.003117 Jy/beam ! Clean residual mean=0.000000 rms=0.000982 Jy/beam ! Combined flux in latest and established models = 0.422243 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.000646311 Jy ! Component: 100 - total flux cleaned = 0.000998005 Jy ! Component: 150 - total flux cleaned = 0.00115321 Jy ! Component: 200 - total flux cleaned = 0.00123871 Jy ! Total flux subtracted in 200 components = 0.00123871 Jy ! Clean residual min=-0.002525 max=0.002991 Jy/beam ! Clean residual mean=0.000001 rms=0.000911 Jy/beam ! Combined flux in latest and established models = 0.423482 Jy ! Adding 78 model components to the UV plane model. ! The established model now contains 183 components and 0.423482 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9938 mas, bmaj=7.539 mas, bpa=-31.2 degrees ! Estimated noise=1.11501 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00033637 Jy ! Component: 100 - total flux cleaned = -0.000201361 Jy ! Component: 150 - total flux cleaned = -3.96807e-05 Jy ! Component: 200 - total flux cleaned = 7.33252e-05 Jy ! Total flux subtracted in 200 components = 7.33252e-05 Jy ! Clean residual min=-0.002887 max=0.003521 Jy/beam ! Clean residual mean=-0.000001 rms=0.000896 Jy/beam ! Combined flux in latest and established models = 0.423555 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 201 components and 0.423555 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.039981Jy sigma=0.633038 ! Fit after self-cal, rms=0.039973Jy sigma=0.632631 wmodel J2005-3723_X_map.mod ! Writing 201 model components to file: J2005-3723_X_map.mod wobs J2005-3723_X_uvs.fits ! Writing UV FITS file: J2005-3723_X_uvs.fits wwins J2005-3723_X_map.win ! wwins: Wrote 1 windows to J2005-3723_X_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.00152063 Jy ! Component: 100 - total flux cleaned = 0.00270697 Jy ! Component: 150 - total flux cleaned = 0.00344372 Jy ! Component: 200 - total flux cleaned = 0.0039008 Jy ! Component: 250 - total flux cleaned = 0.00407118 Jy ! Component: 300 - total flux cleaned = 0.00431395 Jy ! Component: 350 - total flux cleaned = 0.00462653 Jy ! Component: 400 - total flux cleaned = 0.00492614 Jy ! Component: 450 - total flux cleaned = 0.00510566 Jy ! Component: 500 - total flux cleaned = 0.00527894 Jy ! Component: 550 - total flux cleaned = 0.00547889 Jy ! Component: 600 - total flux cleaned = 0.00563914 Jy ! Component: 650 - total flux cleaned = 0.00585555 Jy ! Component: 700 - total flux cleaned = 0.00612611 Jy ! Component: 750 - total flux cleaned = 0.0063895 Jy ! Component: 800 - total flux cleaned = 0.00664519 Jy ! Component: 850 - total flux cleaned = 0.00689376 Jy ! Component: 900 - total flux cleaned = 0.00713679 Jy ! Component: 950 - total flux cleaned = 0.00745437 Jy ! Component: 1000 - total flux cleaned = 0.00773992 Jy ! Component: 1050 - total flux cleaned = 0.00802056 Jy ! Component: 1100 - total flux cleaned = 0.00832058 Jy ! Component: 1150 - total flux cleaned = 0.00854168 Jy ! Component: 1200 - total flux cleaned = 0.00885654 Jy ! Component: 1250 - total flux cleaned = 0.00916612 Jy ! Component: 1300 - total flux cleaned = 0.00940084 Jy ! Component: 1350 - total flux cleaned = 0.00958662 Jy ! Component: 1400 - total flux cleaned = 0.00979312 Jy ! Component: 1450 - total flux cleaned = 0.00990667 Jy ! Component: 1500 - total flux cleaned = 0.0100646 Jy ! Component: 1550 - total flux cleaned = 0.010154 Jy ! Component: 1600 - total flux cleaned = 0.0103097 Jy ! Component: 1650 - total flux cleaned = 0.0103981 Jy ! Component: 1700 - total flux cleaned = 0.0105081 Jy ! Component: 1750 - total flux cleaned = 0.0106179 Jy ! Component: 1800 - total flux cleaned = 0.0107055 Jy ! Component: 1850 - total flux cleaned = 0.0107928 Jy ! Component: 1900 - total flux cleaned = 0.0109234 Jy ! Component: 1950 - total flux cleaned = 0.0109235 Jy ! Component: 2000 - total flux cleaned = 0.0109888 Jy ! Component: 2050 - total flux cleaned = 0.011076 Jy ! Component: 2100 - total flux cleaned = 0.011098 Jy ! Component: 2150 - total flux cleaned = 0.0111198 Jy ! Component: 2200 - total flux cleaned = 0.0112076 Jy ! Component: 2250 - total flux cleaned = 0.0111857 Jy ! Component: 2300 - total flux cleaned = 0.0111858 Jy ! Component: 2350 - total flux cleaned = 0.0111629 Jy ! Component: 2400 - total flux cleaned = 0.0111628 Jy ! Component: 2450 - total flux cleaned = 0.0111391 Jy ! Component: 2500 - total flux cleaned = 0.0111147 Jy ! Component: 2550 - total flux cleaned = 0.0110899 Jy ! Component: 2600 - total flux cleaned = 0.0111147 Jy ! Component: 2650 - total flux cleaned = 0.0110894 Jy ! Component: 2700 - total flux cleaned = 0.0110894 Jy ! Component: 2750 - total flux cleaned = 0.0110898 Jy ! Component: 2800 - total flux cleaned = 0.0110624 Jy ! Component: 2850 - total flux cleaned = 0.0110913 Jy ! Component: 2900 - total flux cleaned = 0.0110916 Jy ! Component: 2950 - total flux cleaned = 0.0110917 Jy ! Component: 3000 - total flux cleaned = 0.0111228 Jy ! Component: 3050 - total flux cleaned = 0.0111228 Jy ! Component: 3100 - total flux cleaned = 0.0111554 Jy ! Component: 3150 - total flux cleaned = 0.0111893 Jy ! Component: 3200 - total flux cleaned = 0.0112588 Jy ! Component: 3250 - total flux cleaned = 0.0113309 Jy ! Component: 3300 - total flux cleaned = 0.0114056 Jy ! Component: 3350 - total flux cleaned = 0.0114824 Jy ! Component: 3400 - total flux cleaned = 0.0115217 Jy ! Component: 3450 - total flux cleaned = 0.0116035 Jy ! Component: 3500 - total flux cleaned = 0.0116887 Jy ! Component: 3550 - total flux cleaned = 0.011732 Jy ! Component: 3600 - total flux cleaned = 0.0118223 Jy ! Component: 3650 - total flux cleaned = 0.0118687 Jy ! Component: 3700 - total flux cleaned = 0.0119648 Jy ! Component: 3750 - total flux cleaned = 0.0120146 Jy ! Component: 3800 - total flux cleaned = 0.012118 Jy ! Component: 3850 - total flux cleaned = 0.0122251 Jy ! Component: 3900 - total flux cleaned = 0.0122804 Jy ! Component: 3950 - total flux cleaned = 0.0123948 Jy ! Component: 4000 - total flux cleaned = 0.0125131 Jy ! Component: 4050 - total flux cleaned = 0.0125741 Jy ! Total flux subtracted in 4096 components = 0.0126996 Jy ! Clean residual min=-0.003492 max=0.003441 Jy/beam ! Clean residual mean=0.000058 rms=0.000859 Jy/beam ! Combined flux in latest and established models = 0.436255 Jy keep ! Adding 181 model components to the UV plane model. ! The established model now contains 382 components and 0.436255 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap .//J2005-3723_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9938 x 7.539 at -31.2 degrees (North through East) ! Clean map min=-0.0065125 max=0.30426 Jy/beam ! Writing clean map to FITS file: .//J2005-3723_X_map.fits wmodel .//J2005-3723_X_map.mod ! Writing 382 model components to file: .//J2005-3723_X_map.mod wobs .//J2005-3723_X_uvs.fits ! Writing UV FITS file: .//J2005-3723_X_uvs.fits wwins .//J2005-3723_X_map.win ! wwins: Wrote 2 windows to .//J2005-3723_X_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.304261 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000820275 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.808787 0.808787 1.61757 3.23515 6.4703 12.9406 25.8812 51.7624 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0024 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.304 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 370.925 quit ! Quitting program ! Log file .//J2005-3723_X_dfm.log closed on Sun Oct 21 00:09:07 2018