! Started logfile: .//J0922-3532_C_dfm.log on Mon Jan 20 17:49:01 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 .//J0922-3532_C_uva.fits ! Reading UV FITS file: .//J0922-3532_C_uva.fits ! AN table 1: 17 integrations on 10 of 10 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0922-3532 ! ! 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 76 lines of history. ! ! Reading 1360 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 J0922-3532_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.998915Jy sigma=13.427669 ! Fit after self-cal, rms=0.951849Jy sigma=12.743647 ! 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=3.645 mas, bmaj=42.53 mas, bpa=-17.79 degrees ! Estimated noise=1.90427 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.038187 Jy ! Component: 100 - total flux cleaned = 0.0459587 Jy ! Total flux subtracted in 100 components = 0.0459587 Jy ! Clean residual min=-0.004434 max=0.004471 Jy/beam ! Clean residual mean=-0.000045 rms=0.001824 Jy/beam ! Combined flux in latest and established models = 0.0459587 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 0.0459587 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.054840Jy sigma=0.674380 ! Fit after self-cal, rms=0.053882Jy sigma=0.665276 ! 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.373 mas, bmaj=41.88 mas, bpa=-17.41 degrees ! Estimated noise=1.46099 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.00379711 Jy ! Component: 100 - total flux cleaned = 0.00356508 Jy ! Component: 150 - total flux cleaned = 0.00346764 Jy ! Component: 200 - total flux cleaned = 0.00329116 Jy ! Total flux subtracted in 200 components = 0.00329116 Jy ! Clean residual min=-0.001510 max=0.001530 Jy/beam ! Clean residual mean=-0.000003 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.0492499 Jy ! Performing phase self-cal ! Adding 85 model components to the UV plane model. ! The established model now contains 107 components and 0.0492499 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.053074Jy sigma=0.652849 ! Fit after self-cal, rms=0.053063Jy sigma=0.652234 ! 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.373 x 41.88 at -17.41 degrees (North through East) ! Clean map min=-0.0031864 max=0.048978 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.85 KP 1.13 NL 1.01 OV 0.98 ! PT 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 KP 0.85 NL 1.30 OV 0.95 ! PT 0.93 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.28 KP 0.92 NL 0.86 OV 1.18 ! PT 0.90 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 KP 1.12 NL 0.85 OV 0.87 ! PT 1.12 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 KP 0.99 NL 1.09 OV 1.03 ! PT 1.05 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 KP 0.94 NL 0.98 OV 1.07 ! PT 1.00 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! FD 1.04 KP 1.05 NL 0.91 OV 1.04 ! PT 0.85 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! FD 0.85 KP 1.02 NL 1.13 OV 1.02 ! PT 0.93 ! ! ! Fit before self-cal, rms=0.053063Jy sigma=0.652234 ! Fit after self-cal, rms=0.052463Jy sigma=0.645402 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.404 mas, bmaj=41.93 mas, bpa=-17.41 degrees ! Estimated noise=1.42077 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.00126904 Jy ! Component: 100 - total flux cleaned = 0.00141986 Jy ! Component: 150 - total flux cleaned = 0.00106311 Jy ! Component: 200 - total flux cleaned = 0.000902103 Jy ! Total flux subtracted in 200 components = 0.000902103 Jy ! Clean residual min=-0.000871 max=0.000868 Jy/beam ! Clean residual mean=-0.000006 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.050152 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 158 components and 0.050152 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.052269Jy sigma=0.642974 ! Fit after self-cal, rms=0.052372Jy sigma=0.641499 ! 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.052372Jy sigma=0.641499 ! Fit after self-cal, rms=0.052224Jy sigma=0.641050 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.386 mas, bmaj=42.14 mas, bpa=-17.46 degrees ! Estimated noise=1.40779 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000180216 Jy ! Component: 100 - total flux cleaned = -0.000155798 Jy ! Component: 150 - total flux cleaned = -0.00054453 Jy ! Component: 200 - total flux cleaned = -0.000590453 Jy ! Total flux subtracted in 200 components = -0.000590453 Jy ! Clean residual min=-0.000710 max=0.000704 Jy/beam ! Clean residual mean=-0.000004 rms=0.000280 Jy/beam ! Combined flux in latest and established models = 0.0495615 Jy selfcal ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 208 components and 0.0495615 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.052111Jy sigma=0.639673 ! Fit after self-cal, rms=0.052130Jy sigma=0.639494 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 = -7.46278e-06 Jy ! Component: 100 - total flux cleaned = 0.000200409 Jy ! Component: 150 - total flux cleaned = 0.000160473 Jy ! Component: 200 - total flux cleaned = 8.94458e-05 Jy ! Total flux subtracted in 200 components = 8.94458e-05 Jy ! Clean residual min=-0.000580 max=0.000584 Jy/beam ! Clean residual mean=-0.000005 rms=0.000247 Jy/beam ! Combined flux in latest and established models = 0.049651 Jy ! Performing phase self-cal ! Adding 73 model components to the UV plane model. ! The established model now contains 266 components and 0.049651 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.052066Jy sigma=0.638747 ! Fit after self-cal, rms=0.052052Jy sigma=0.638691 ! 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.052052Jy sigma=0.638691 ! Fit after self-cal, rms=0.051782Jy sigma=0.638459 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.366 mas, bmaj=42.31 mas, bpa=-17.51 degrees ! Estimated noise=1.39728 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000715158 Jy ! Component: 100 - total flux cleaned = -0.00102894 Jy ! Component: 150 - total flux cleaned = -0.00127715 Jy ! Component: 200 - total flux cleaned = -0.00131125 Jy ! Total flux subtracted in 200 components = -0.00131125 Jy ! Clean residual min=-0.000529 max=0.000523 Jy/beam ! Clean residual mean=-0.000003 rms=0.000212 Jy/beam ! Combined flux in latest and established models = 0.0483397 Jy selfcal ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 299 components and 0.0483397 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.051730Jy sigma=0.637793 ! Fit after self-cal, rms=0.051747Jy sigma=0.637721 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 = -6.33478e-06 Jy ! Component: 100 - total flux cleaned = 8.66106e-05 Jy ! Component: 150 - total flux cleaned = 0.00017305 Jy ! Component: 200 - total flux cleaned = 0.000255115 Jy ! Total flux subtracted in 200 components = 0.000255115 Jy ! Clean residual min=-0.000453 max=0.000454 Jy/beam ! Clean residual mean=-0.000005 rms=0.000192 Jy/beam ! Combined flux in latest and established models = 0.0485948 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 340 components and 0.0485948 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.051712Jy sigma=0.637303 ! Fit after self-cal, rms=0.051707Jy sigma=0.637279 ! 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.051707Jy sigma=0.637279 ! Fit after self-cal, rms=0.051550Jy sigma=0.637167 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.072 mas, bmaj=41.69 mas, bpa=-17.02 degrees ! Estimated noise=1.37557 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000514269 Jy ! Component: 100 - total flux cleaned = -0.000754668 Jy ! Component: 150 - total flux cleaned = -0.000756289 Jy ! Component: 200 - total flux cleaned = -0.000714935 Jy ! Total flux subtracted in 200 components = -0.000714935 Jy ! Clean residual min=-0.000345 max=0.000346 Jy/beam ! Clean residual mean=-0.000002 rms=0.000140 Jy/beam ! Combined flux in latest and established models = 0.0478799 Jy selfcal ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 386 components and 0.0478799 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.051525Jy sigma=0.636804 ! Fit after self-cal, rms=0.051545Jy sigma=0.636774 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.000249989 Jy ! Component: 100 - total flux cleaned = -0.000292041 Jy ! Component: 150 - total flux cleaned = -0.000292322 Jy ! Component: 200 - total flux cleaned = -0.000311561 Jy ! Total flux subtracted in 200 components = -0.000311561 Jy ! Clean residual min=-0.000305 max=0.000305 Jy/beam ! Clean residual mean=-0.000003 rms=0.000131 Jy/beam ! Combined flux in latest and established models = 0.0475683 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 418 components and 0.0475683 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.051526Jy sigma=0.636533 ! Fit after self-cal, rms=0.051526Jy sigma=0.636520 ! 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.349 mas, bmaj=42.44 mas, bpa=-17.56 degrees ! Estimated noise=1.39047 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.349 x 42.44 at -17.56 degrees (North through East) ! Clean map min=-0.0039618 max=0.047618 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.669 mas, bmaj=43.06 mas, bpa=-17.94 degrees ! Estimated noise=1.83392 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0373847 Jy ! Component: 100 - total flux cleaned = 0.0398122 Jy ! Component: 150 - total flux cleaned = 0.0406763 Jy ! Component: 200 - total flux cleaned = 0.0412679 Jy ! Total flux subtracted in 200 components = 0.0412679 Jy ! Clean residual min=-0.003021 max=0.003035 Jy/beam ! Clean residual mean=-0.000027 rms=0.001338 Jy/beam ! Combined flux in latest and established models = 0.0412678 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 60 model components to the UV plane model. ! The established model now contains 60 components and 0.0412678 Jy ! Inverting map and beam ! Estimated beam: bmin=4.349 mas, bmaj=42.44 mas, bpa=-17.56 degrees ! Estimated noise=1.39047 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.00112305 Jy ! Component: 100 - total flux cleaned = 0.00203014 Jy ! Component: 150 - total flux cleaned = 0.00261933 Jy ! Component: 200 - total flux cleaned = 0.00262479 Jy ! Total flux subtracted in 200 components = 0.00262479 Jy ! Clean residual min=-0.001325 max=0.001335 Jy/beam ! Clean residual mean=-0.000007 rms=0.000585 Jy/beam ! Combined flux in latest and established models = 0.0438926 Jy ! Adding 79 model components to the UV plane model. ! The established model now contains 135 components and 0.0438926 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.072 mas, bmaj=41.69 mas, bpa=-17.02 degrees ! Estimated noise=1.37557 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000218016 Jy ! Component: 100 - total flux cleaned = 0.000517513 Jy ! Component: 150 - total flux cleaned = 0.000564083 Jy ! Component: 200 - total flux cleaned = 0.000477883 Jy ! Total flux subtracted in 200 components = 0.000477883 Jy ! Clean residual min=-0.000693 max=0.000692 Jy/beam ! Clean residual mean=-0.000005 rms=0.000325 Jy/beam ! Combined flux in latest and established models = 0.0443705 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.000161731 Jy ! Component: 100 - total flux cleaned = -0.000356269 Jy ! Component: 150 - total flux cleaned = -0.000505231 Jy ! Component: 200 - total flux cleaned = -0.000714741 Jy ! Total flux subtracted in 200 components = -0.000714741 Jy ! Clean residual min=-0.000570 max=0.000569 Jy/beam ! Clean residual mean=-0.000003 rms=0.000258 Jy/beam ! Combined flux in latest and established models = 0.0436558 Jy ! Adding 113 model components to the UV plane model. ! The established model now contains 243 components and 0.0436558 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.349 mas, bmaj=42.44 mas, bpa=-17.56 degrees ! Estimated noise=1.39047 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.1738e-05 Jy ! Component: 100 - total flux cleaned = -0.000255929 Jy ! Component: 150 - total flux cleaned = -0.000254911 Jy ! Component: 200 - total flux cleaned = -0.000291064 Jy ! Total flux subtracted in 200 components = -0.000291064 Jy ! Clean residual min=-0.000583 max=0.000587 Jy/beam ! Clean residual mean=-0.000003 rms=0.000251 Jy/beam ! Combined flux in latest and established models = 0.0433647 Jy selfcal ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 285 components and 0.0433647 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.051604Jy sigma=0.637482 ! Fit after self-cal, rms=0.051608Jy sigma=0.637382 wmodel J0922-3532_C_map.mod ! Writing 285 model components to file: J0922-3532_C_map.mod wobs J0922-3532_C_uvs.fits ! Writing UV FITS file: J0922-3532_C_uvs.fits wwins J0922-3532_C_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap .//J0922-3532_C_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.349 x 42.44 at -17.56 degrees (North through East) ! Clean map min=-0.0046084 max=0.044202 Jy/beam ! Writing clean map to FITS file: .//J0922-3532_C_map.fits wmodel .//J0922-3532_C_map.mod ! Writing 285 model components to file: .//J0922-3532_C_map.mod wobs .//J0922-3532_C_uvs.fits ! Writing UV FITS file: .//J0922-3532_C_uvs.fits wwins .//J0922-3532_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.0442016 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000231238 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.56943 1.56943 3.13886 6.27772 12.5554 25.1109 50.2217 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.044 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 191.152 quit ! Quitting program ! Log file .//J0922-3532_C_dfm.log closed on Mon Jan 20 17:49:04 2020