! Started logfile: /vlbi/bp222/maps//J0925-3547_S_dfm.log on Thu Sep 27 10:59:12 2018 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 /vlbi/bp222/maps//J0925-3547_S_uvm.fits ! Reading UV FITS file: /vlbi/bp222/maps//J0925-3547_S_uvm.fits ! AN table 1: 68 integrations on 28 of 28 possible baselines. ! AN table 2: 46 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.815679 visibilities/baseline/integration-bin. ! Found source: J0925-3547 ! ! There are 4 IFs, and a total of 4 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 ! 04 4 2.348e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 54 lines of history. ! ! Reading 9364 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 4 channels. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 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 J0925-3547_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. ! A total of 81 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 81 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 81 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 544 telescope corrections were flagged in sub-array 1. ! A total of 322 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.008139Jy sigma=10.290839 ! Fit after self-cal, rms=0.923185Jy sigma=9.403560 ! 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.014 mas, bmaj=10.93 mas, bpa=-12.61 degrees ! Estimated noise=1.25454 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.0615151 Jy ! Component: 100 - total flux cleaned = 0.080205 Jy ! Total flux subtracted in 100 components = 0.080205 Jy ! Clean residual min=-0.005111 max=0.008077 Jy/beam ! Clean residual mean=-0.000049 rms=0.001551 Jy/beam ! Combined flux in latest and established models = 0.080205 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.080205 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093650Jy sigma=0.832479 ! Fit after self-cal, rms=0.092918Jy sigma=0.824698 ! 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.842 mas, bmaj=13.59 mas, bpa=-11.76 degrees ! Estimated noise=0.867084 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 (-6, 15). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0111898 Jy ! Component: 100 - total flux cleaned = 0.017651 Jy ! Component: 150 - total flux cleaned = 0.0218139 Jy ! Component: 200 - total flux cleaned = 0.0245997 Jy ! Total flux subtracted in 200 components = 0.0245997 Jy ! Clean residual min=-0.003432 max=0.004200 Jy/beam ! Clean residual mean=-0.000070 rms=0.001022 Jy/beam ! Combined flux in latest and established models = 0.104805 Jy ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 83 components and 0.104805 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091729Jy sigma=0.805779 ! Fit after self-cal, rms=0.091729Jy sigma=0.804465 ! 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.842 x 13.59 at -11.76 degrees (North through East) ! Clean map min=-0.0030592 max=0.0763 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 HN 1.10 KP 0.99 LA 0.97 ! NL 1.13 OV 0.99 PT 0.91 SC 1.02 ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.15 FD 0.95 KP 0.95 MK 1.09 ! NL 1.00 OV 0.99 PT 1.03 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.88 HN 1.13 KP 0.99 LA 1.01 ! NL 0.97 OV 1.03 PT 0.93 SC 0.99 ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.35 FD 1.03 KP 1.02 MK 1.00 ! NL 1.14 OV 0.94 PT 1.03 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.91 HN 1.24 KP 0.89 LA 1.00 ! NL 0.97 OV 1.06 PT 0.96 SC 1.06 ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.62 FD 1.02 KP 1.04 MK 0.92 ! NL 0.87 OV 0.95 PT 1.11 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* HN 0.00* KP 0.00* LA 0.00* ! NL 0.00* OV 0.00* PT 0.00* SC 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.00* FD 0.00* KP 0.00* MK 0.00* ! NL 0.00* OV 0.00* PT 0.00* ! ! ! Fit before self-cal, rms=0.091729Jy sigma=0.804465 ! Fit after self-cal, rms=0.099457Jy sigma=0.797946 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.866 mas, bmaj=13.78 mas, bpa=-11.51 degrees ! Estimated noise=0.86772 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 (-11.5, 60). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00352096 Jy ! Component: 100 - total flux cleaned = 0.004318 Jy ! Component: 150 - total flux cleaned = 0.00465902 Jy ! Component: 200 - total flux cleaned = 0.00494985 Jy ! Total flux subtracted in 200 components = 0.00494985 Jy ! Clean residual min=-0.002437 max=0.002342 Jy/beam ! Clean residual mean=-0.000015 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.109755 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 111 components and 0.109755 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099316Jy sigma=0.796258 ! Fit after self-cal, rms=0.099573Jy sigma=0.795639 ! 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. ! ! Fit before self-cal, rms=0.099573Jy sigma=0.795639 ! Fit after self-cal, rms=0.101185Jy sigma=0.795115 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.88 mas, bmaj=13.81 mas, bpa=-11.31 degrees ! Estimated noise=0.868619 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00156628 Jy ! Component: 100 - total flux cleaned = 0.00175726 Jy ! Component: 150 - total flux cleaned = 0.00179856 Jy ! Component: 200 - total flux cleaned = 0.0018006 Jy ! Total flux subtracted in 200 components = 0.0018006 Jy ! Clean residual min=-0.002496 max=0.002319 Jy/beam ! Clean residual mean=-0.000011 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.111555 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 120 components and 0.111555 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101129Jy sigma=0.794592 ! Fit after self-cal, rms=0.101145Jy sigma=0.794514 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.00053988 Jy ! Component: 100 - total flux cleaned = 0.000576637 Jy ! Component: 150 - total flux cleaned = 0.000576601 Jy ! Component: 200 - total flux cleaned = 0.000641992 Jy ! Total flux subtracted in 200 components = 0.000641992 Jy ! Clean residual min=-0.002480 max=0.002397 Jy/beam ! Clean residual mean=-0.000012 rms=0.000629 Jy/beam ! Combined flux in latest and established models = 0.112197 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 133 components and 0.112197 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101115Jy sigma=0.794239 ! Fit after self-cal, rms=0.101102Jy sigma=0.794208 ! 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. ! ! Fit before self-cal, rms=0.101102Jy sigma=0.794208 ! Fit after self-cal, rms=0.098715Jy sigma=0.792049 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.896 mas, bmaj=13.86 mas, bpa=-11.24 degrees ! Estimated noise=0.86522 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000634418 Jy ! Component: 100 - total flux cleaned = 0.000638479 Jy ! Component: 150 - total flux cleaned = 0.000570878 Jy ! Component: 200 - total flux cleaned = 0.000509305 Jy ! Total flux subtracted in 200 components = 0.000509305 Jy ! Clean residual min=-0.002425 max=0.002103 Jy/beam ! Clean residual mean=-0.000008 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.112706 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 157 components and 0.112706 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098663Jy sigma=0.791809 ! Fit after self-cal, rms=0.098693Jy sigma=0.791623 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.000126837 Jy ! Component: 100 - total flux cleaned = 3.36404e-05 Jy ! Component: 150 - total flux cleaned = -2.42263e-05 Jy ! Component: 200 - total flux cleaned = -5.19132e-05 Jy ! Total flux subtracted in 200 components = -5.19132e-05 Jy ! Clean residual min=-0.002404 max=0.002105 Jy/beam ! Clean residual mean=-0.000008 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.112655 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 165 components and 0.112655 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098662Jy sigma=0.791494 ! Fit after self-cal, rms=0.098657Jy sigma=0.791481 ! 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. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098657Jy sigma=0.791481 ! Fit after self-cal, rms=0.098327Jy sigma=0.791391 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.545 mas, bmaj=28.53 mas, bpa=-7.463 degrees ! Estimated noise=0.983019 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000228602 Jy ! Component: 100 - total flux cleaned = 0.000490507 Jy ! Component: 150 - total flux cleaned = 0.000560479 Jy ! Component: 200 - total flux cleaned = 0.000619609 Jy ! Total flux subtracted in 200 components = 0.000619609 Jy ! Clean residual min=-0.002974 max=0.001992 Jy/beam ! Clean residual mean=-0.000014 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.113274 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 179 components and 0.113274 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098310Jy sigma=0.791336 ! Fit after self-cal, rms=0.098312Jy sigma=0.791302 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.00027638 Jy ! Component: 100 - total flux cleaned = 0.000297558 Jy ! Component: 150 - total flux cleaned = 0.000297932 Jy ! Component: 200 - total flux cleaned = 0.000280948 Jy ! Total flux subtracted in 200 components = 0.000280948 Jy ! Clean residual min=-0.002967 max=0.001882 Jy/beam ! Clean residual mean=-0.000014 rms=0.000622 Jy/beam ! Combined flux in latest and established models = 0.113555 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 191 components and 0.113555 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098302Jy sigma=0.791282 ! Fit after self-cal, rms=0.098304Jy sigma=0.791273 ! 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.906 mas, bmaj=13.9 mas, bpa=-11.16 degrees ! Estimated noise=0.862041 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.906 x 13.9 at -11.16 degrees (North through East) ! Clean map min=-0.0023516 max=0.0757 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.05 mas, bmaj=11.07 mas, bpa=-11.96 degrees ! Estimated noise=1.26237 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0613266 Jy ! Component: 100 - total flux cleaned = 0.0796758 Jy ! Component: 150 - total flux cleaned = 0.0889629 Jy ! Component: 200 - total flux cleaned = 0.095402 Jy ! Total flux subtracted in 200 components = 0.095402 Jy ! Clean residual min=-0.004929 max=0.004223 Jy/beam ! Clean residual mean=-0.000020 rms=0.001225 Jy/beam ! Combined flux in latest and established models = 0.095402 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.095402 Jy ! Inverting map and beam ! Estimated beam: bmin=3.906 mas, bmaj=13.9 mas, bpa=-11.16 degrees ! Estimated noise=0.862041 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) ! Added new window around map position (-8, 39.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00591693 Jy ! Component: 100 - total flux cleaned = 0.00954457 Jy ! Component: 150 - total flux cleaned = 0.0121407 Jy ! Component: 200 - total flux cleaned = 0.0138414 Jy ! Total flux subtracted in 200 components = 0.0138414 Jy ! Clean residual min=-0.002580 max=0.002483 Jy/beam ! Clean residual mean=-0.000012 rms=0.000625 Jy/beam ! Combined flux in latest and established models = 0.109243 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 77 components and 0.109243 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=8.545 mas, bmaj=28.53 mas, bpa=-7.463 degrees ! Estimated noise=0.983019 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00190482 Jy ! Component: 100 - total flux cleaned = 0.00310493 Jy ! Component: 150 - total flux cleaned = 0.00341878 Jy ! Component: 200 - total flux cleaned = 0.00357094 Jy ! Total flux subtracted in 200 components = 0.00357094 Jy ! Clean residual min=-0.003090 max=0.002072 Jy/beam ! Clean residual mean=-0.000016 rms=0.000649 Jy/beam ! Combined flux in latest and established models = 0.112814 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.000112407 Jy ! Component: 100 - total flux cleaned = 0.000138054 Jy ! Component: 150 - total flux cleaned = 0.00018773 Jy ! Component: 200 - total flux cleaned = 0.000234826 Jy ! Total flux subtracted in 200 components = 0.000234826 Jy ! Clean residual min=-0.003066 max=0.002023 Jy/beam ! Clean residual mean=-0.000016 rms=0.000641 Jy/beam ! Combined flux in latest and established models = 0.113049 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 103 components and 0.113049 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.906 mas, bmaj=13.9 mas, bpa=-11.16 degrees ! Estimated noise=0.862041 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000703845 Jy ! Component: 100 - total flux cleaned = -0.000652133 Jy ! Component: 150 - total flux cleaned = -0.000606269 Jy ! Component: 200 - total flux cleaned = -0.000605979 Jy ! Total flux subtracted in 200 components = -0.000605979 Jy ! Clean residual min=-0.002461 max=0.002066 Jy/beam ! Clean residual mean=-0.000010 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.112443 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 123 components and 0.112443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098338Jy sigma=0.791823 ! Fit after self-cal, rms=0.098335Jy sigma=0.791671 wmodel J0925-3547_S_map.mod ! Writing 123 model components to file: J0925-3547_S_map.mod wobs J0925-3547_S_uvs.fits ! Writing UV FITS file: J0925-3547_S_uvs.fits wwins J0925-3547_S_map.win ! wwins: Wrote 4 windows to J0925-3547_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.000641017 Jy ! Component: 100 - total flux cleaned = -0.000900812 Jy ! Component: 150 - total flux cleaned = -0.00114737 Jy ! Component: 200 - total flux cleaned = -0.00145133 Jy ! Component: 250 - total flux cleaned = -0.00170997 Jy ! Component: 300 - total flux cleaned = -0.00192868 Jy ! Component: 350 - total flux cleaned = -0.00232384 Jy ! Component: 400 - total flux cleaned = -0.0026207 Jy ! Component: 450 - total flux cleaned = -0.00299788 Jy ! Component: 500 - total flux cleaned = -0.00319644 Jy ! Component: 550 - total flux cleaned = -0.00339217 Jy ! Component: 600 - total flux cleaned = -0.00347475 Jy ! Component: 650 - total flux cleaned = -0.00366368 Jy ! Component: 700 - total flux cleaned = -0.00376991 Jy ! Component: 750 - total flux cleaned = -0.00395241 Jy ! Component: 800 - total flux cleaned = -0.00418243 Jy ! Component: 850 - total flux cleaned = -0.00435907 Jy ! Component: 900 - total flux cleaned = -0.0046328 Jy ! Component: 950 - total flux cleaned = -0.0048533 Jy ! Component: 1000 - total flux cleaned = -0.00504685 Jy ! Component: 1050 - total flux cleaned = -0.00521432 Jy ! Component: 1100 - total flux cleaned = -0.00540268 Jy ! Component: 1150 - total flux cleaned = -0.00561168 Jy ! Component: 1200 - total flux cleaned = -0.00577228 Jy ! Component: 1250 - total flux cleaned = -0.00593117 Jy ! Component: 1300 - total flux cleaned = -0.00606567 Jy ! Component: 1350 - total flux cleaned = -0.00624297 Jy ! Component: 1400 - total flux cleaned = -0.00643941 Jy ! Component: 1450 - total flux cleaned = -0.0065256 Jy ! Component: 1500 - total flux cleaned = -0.00667513 Jy ! Component: 1550 - total flux cleaned = -0.00682275 Jy ! Component: 1600 - total flux cleaned = -0.00686467 Jy ! Component: 1650 - total flux cleaned = -0.00694772 Jy ! Component: 1700 - total flux cleaned = -0.00715275 Jy ! Component: 1750 - total flux cleaned = -0.00723352 Jy ! Component: 1800 - total flux cleaned = -0.0073338 Jy ! Component: 1850 - total flux cleaned = -0.00737364 Jy ! Component: 1900 - total flux cleaned = -0.00753068 Jy ! Component: 1950 - total flux cleaned = -0.00758908 Jy ! Component: 2000 - total flux cleaned = -0.00762714 Jy ! Component: 2050 - total flux cleaned = -0.00764624 Jy ! Component: 2100 - total flux cleaned = -0.00770315 Jy ! Component: 2150 - total flux cleaned = -0.00774086 Jy ! Component: 2200 - total flux cleaned = -0.00783394 Jy ! Component: 2250 - total flux cleaned = -0.0078525 Jy ! Component: 2300 - total flux cleaned = -0.00792577 Jy ! Component: 2350 - total flux cleaned = -0.00803461 Jy ! Component: 2400 - total flux cleaned = -0.00807056 Jy ! Component: 2450 - total flux cleaned = -0.00817753 Jy ! Component: 2500 - total flux cleaned = -0.00817749 Jy ! Component: 2550 - total flux cleaned = -0.00819513 Jy ! Component: 2600 - total flux cleaned = -0.00826488 Jy ! Component: 2650 - total flux cleaned = -0.00828204 Jy ! Component: 2700 - total flux cleaned = -0.00828208 Jy ! Component: 2750 - total flux cleaned = -0.00833302 Jy ! Component: 2800 - total flux cleaned = -0.00836688 Jy ! Component: 2850 - total flux cleaned = -0.00841703 Jy ! Component: 2900 - total flux cleaned = -0.00840045 Jy ! Component: 2950 - total flux cleaned = -0.00841697 Jy ! Component: 3000 - total flux cleaned = -0.00843325 Jy ! Component: 3050 - total flux cleaned = -0.00846571 Jy ! Component: 3100 - total flux cleaned = -0.00840117 Jy ! Component: 3150 - total flux cleaned = -0.00840132 Jy ! Component: 3200 - total flux cleaned = -0.00841714 Jy ! Component: 3250 - total flux cleaned = -0.00838553 Jy ! Component: 3300 - total flux cleaned = -0.00833842 Jy ! Component: 3350 - total flux cleaned = -0.00832287 Jy ! Component: 3400 - total flux cleaned = -0.00824561 Jy ! Component: 3450 - total flux cleaned = -0.00830693 Jy ! Component: 3500 - total flux cleaned = -0.00824594 Jy ! Component: 3550 - total flux cleaned = -0.00824584 Jy ! Component: 3600 - total flux cleaned = -0.00829103 Jy ! Component: 3650 - total flux cleaned = -0.00824614 Jy ! Component: 3700 - total flux cleaned = -0.00820151 Jy ! Component: 3750 - total flux cleaned = -0.00823114 Jy ! Component: 3800 - total flux cleaned = -0.00823119 Jy ! Component: 3850 - total flux cleaned = -0.00821658 Jy ! Component: 3900 - total flux cleaned = -0.00823113 Jy ! Component: 3950 - total flux cleaned = -0.0082168 Jy ! Component: 4000 - total flux cleaned = -0.00825997 Jy ! Component: 4050 - total flux cleaned = -0.00825991 Jy ! Total flux subtracted in 4096 components = -0.00824575 Jy ! Clean residual min=-0.001065 max=0.000916 Jy/beam ! Clean residual mean=-0.000007 rms=0.000286 Jy/beam ! Combined flux in latest and established models = 0.104197 Jy keep ! Adding 262 model components to the UV plane model. ! The established model now contains 385 components and 0.104197 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/bp222/maps//J0925-3547_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.906 x 13.9 at -11.16 degrees (North through East) ! Clean map min=-0.0021952 max=0.076057 Jy/beam ! Writing clean map to FITS file: /vlbi/bp222/maps//J0925-3547_S_map.fits wmodel /vlbi/bp222/maps//J0925-3547_S_map.mod ! Writing 385 model components to file: /vlbi/bp222/maps//J0925-3547_S_map.mod wobs /vlbi/bp222/maps//J0925-3547_S_uvs.fits ! Writing UV FITS file: /vlbi/bp222/maps//J0925-3547_S_uvs.fits wwins /vlbi/bp222/maps//J0925-3547_S_map.win ! wwins: Wrote 5 windows to /vlbi/bp222/maps//J0925-3547_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0760567 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000284465 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.12205 1.12205 2.2441 4.48821 8.97641 17.9528 35.9057 71.8113 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.076 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 267.367 quit ! Quitting program ! Log file /vlbi/bp222/maps//J0925-3547_S_dfm.log closed on Thu Sep 27 10:59:17 2018