! Started logfile: /scr/pima/rv117_uvs/J1342-2900_S_dfm.log on Sat Dec 9 23:44:37 2017 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.23275 obs /scr/pima/rv117_uvs/J1342-2900_S_uva.fits ! Reading UV FITS file: /scr/pima/rv117_uvs/J1342-2900_S_uva.fits ! AN table 1: 51 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.495425 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1342-2900 ! ! 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.23275e+09 8e+06 1 8e+06 ! 02 2 2.26275e+09 8e+06 1 8e+06 ! 03 3 2.35275e+09 8e+06 1 8e+06 ! 04 4 2.37275e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 74 lines of history. ! ! Reading 4548 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 J1342-2900_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 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 196 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 196 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 196 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 196 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.013244Jy sigma=14.572129 ! Fit after self-cal, rms=0.826838Jy sigma=11.866520 ! 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.8 mas, bmaj=8.551 mas, bpa=-10.99 degrees ! Estimated noise=1.18559 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.136247 Jy ! Component: 100 - total flux cleaned = 0.166194 Jy ! Total flux subtracted in 100 components = 0.166194 Jy ! Clean residual min=-0.005088 max=0.009667 Jy/beam ! Clean residual mean=0.000038 rms=0.001389 Jy/beam ! Combined flux in latest and established models = 0.166194 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.166194 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064500Jy sigma=0.861602 ! Fit after self-cal, rms=0.064497Jy sigma=0.861501 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0102073 Jy ! Component: 100 - total flux cleaned = 0.0154708 Jy ! Total flux subtracted in 100 components = 0.0154708 Jy ! Clean residual min=-0.004685 max=0.004820 Jy/beam ! Clean residual mean=0.000024 rms=0.001137 Jy/beam ! Combined flux in latest and established models = 0.181665 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.181665 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062780Jy sigma=0.830720 ! Fit after self-cal, rms=0.062791Jy sigma=0.830587 ! 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.664 mas, bmaj=10.45 mas, bpa=-10.65 degrees ! Estimated noise=0.790435 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.00432986 Jy ! Component: 100 - total flux cleaned = 0.00646731 Jy ! Component: 150 - total flux cleaned = 0.00762107 Jy ! Component: 200 - total flux cleaned = 0.00806882 Jy ! Total flux subtracted in 200 components = 0.00806882 Jy ! Clean residual min=-0.003506 max=0.003174 Jy/beam ! Clean residual mean=0.000019 rms=0.000824 Jy/beam ! Combined flux in latest and established models = 0.189734 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 46 components and 0.189734 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062535Jy sigma=0.826102 ! Fit after self-cal, rms=0.062526Jy sigma=0.825994 ! 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.664 x 10.45 at -10.65 degrees (North through East) ! Clean map min=-0.0034422 max=0.16788 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.92 HN 1.15 KP 1.00 ! LA 1.00 MK 0.95 NL 1.02 OV 1.00 ! PT 0.98 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.93 HN 1.14 KP 1.03 ! LA 0.95 MK 0.98 NL 0.99 OV 1.05 ! PT 1.00 SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.95 HN 1.11 KP 0.98 ! LA 1.03 MK 1.03 NL 0.98 OV 1.04 ! PT 1.04 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.97 HN 1.14 KP 1.02 ! LA 1.01 MK 1.04 NL 0.98 OV 0.98 ! PT 1.01 SC 1.02 ! ! ! Fit before self-cal, rms=0.062526Jy sigma=0.825994 ! Fit after self-cal, rms=0.063225Jy sigma=0.812657 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.681 mas, bmaj=10.48 mas, bpa=-10.46 degrees ! Estimated noise=0.794172 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.000618779 Jy ! Component: 100 - total flux cleaned = -0.000790272 Jy ! Component: 150 - total flux cleaned = -0.000857813 Jy ! Component: 200 - total flux cleaned = -0.000914585 Jy ! Total flux subtracted in 200 components = -0.000914585 Jy ! Clean residual min=-0.002894 max=0.002471 Jy/beam ! Clean residual mean=-0.000018 rms=0.000671 Jy/beam ! Combined flux in latest and established models = 0.188819 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 56 components and 0.188819 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063164Jy sigma=0.811930 ! Fit after self-cal, rms=0.063207Jy sigma=0.811814 ! 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.063207Jy sigma=0.811814 ! Fit after self-cal, rms=0.063334Jy sigma=0.808084 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.684 mas, bmaj=10.47 mas, bpa=-10.4 degrees ! Estimated noise=0.79422 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00036348 Jy ! Component: 100 - total flux cleaned = -0.00045319 Jy ! Component: 150 - total flux cleaned = -0.000525627 Jy ! Component: 200 - total flux cleaned = -0.000608882 Jy ! Total flux subtracted in 200 components = -0.000608882 Jy ! Clean residual min=-0.002692 max=0.002260 Jy/beam ! Clean residual mean=-0.000022 rms=0.000642 Jy/beam ! Combined flux in latest and established models = 0.18821 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 58 components and 0.18821 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063305Jy sigma=0.807750 ! Fit after self-cal, rms=0.063314Jy sigma=0.807720 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.02886e-05 Jy ! Component: 100 - total flux cleaned = -0.000158438 Jy ! Component: 150 - total flux cleaned = -0.000203697 Jy ! Component: 200 - total flux cleaned = -0.000244927 Jy ! Total flux subtracted in 200 components = -0.000244927 Jy ! Clean residual min=-0.002663 max=0.002257 Jy/beam ! Clean residual mean=-0.000021 rms=0.000641 Jy/beam ! Combined flux in latest and established models = 0.187965 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 66 components and 0.187965 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063306Jy sigma=0.807594 ! Fit after self-cal, rms=0.063303Jy sigma=0.807582 ! 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.063303Jy sigma=0.807582 ! Fit after self-cal, rms=0.063706Jy sigma=0.801802 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.683 mas, bmaj=10.47 mas, bpa=-10.37 degrees ! Estimated noise=0.794636 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000268276 Jy ! Component: 100 - total flux cleaned = -0.000320247 Jy ! Component: 150 - total flux cleaned = -0.000364534 Jy ! Component: 200 - total flux cleaned = -0.000402816 Jy ! Total flux subtracted in 200 components = -0.000402816 Jy ! Clean residual min=-0.002401 max=0.002251 Jy/beam ! Clean residual mean=-0.000013 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.187563 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 72 components and 0.187563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063680Jy sigma=0.801590 ! Fit after self-cal, rms=0.063697Jy sigma=0.801546 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.99116e-06 Jy ! Component: 100 - total flux cleaned = -6.0404e-06 Jy ! Component: 150 - total flux cleaned = -3.57565e-05 Jy ! Component: 200 - total flux cleaned = -4.97642e-05 Jy ! Total flux subtracted in 200 components = -4.97642e-05 Jy ! Clean residual min=-0.002402 max=0.002260 Jy/beam ! Clean residual mean=-0.000013 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.187513 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 78 components and 0.187513 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063688Jy sigma=0.801444 ! Fit after self-cal, rms=0.063685Jy sigma=0.801433 ! 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.063685Jy sigma=0.801433 ! Fit after self-cal, rms=0.063965Jy sigma=0.801326 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.505 mas, bmaj=20.18 mas, bpa=-4.52 degrees ! Estimated noise=0.928037 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000154623 Jy ! Component: 100 - total flux cleaned = 9.86987e-05 Jy ! Component: 150 - total flux cleaned = 5.42553e-05 Jy ! Component: 200 - total flux cleaned = 2.97311e-05 Jy ! Total flux subtracted in 200 components = 2.97311e-05 Jy ! Clean residual min=-0.002368 max=0.002038 Jy/beam ! Clean residual mean=-0.000020 rms=0.000646 Jy/beam ! Combined flux in latest and established models = 0.187543 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 78 components and 0.187543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063954Jy sigma=0.801249 ! Fit after self-cal, rms=0.063952Jy sigma=0.801203 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.97542e-05 Jy ! Component: 100 - total flux cleaned = 6.98676e-06 Jy ! Component: 150 - total flux cleaned = -1.59735e-05 Jy ! Component: 200 - total flux cleaned = -4.44972e-05 Jy ! Total flux subtracted in 200 components = -4.44972e-05 Jy ! Clean residual min=-0.002374 max=0.002046 Jy/beam ! Clean residual mean=-0.000020 rms=0.000645 Jy/beam ! Combined flux in latest and established models = 0.187498 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 83 components and 0.187498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063949Jy sigma=0.801189 ! Fit after self-cal, rms=0.063944Jy sigma=0.801157 ! 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.681 mas, bmaj=10.46 mas, bpa=-10.32 degrees ! Estimated noise=0.794746 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.681 x 10.46 at -10.32 degrees (North through East) ! Clean map min=-0.0023257 max=0.17176 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.796 mas, bmaj=8.521 mas, bpa=-10.69 degrees ! Estimated noise=1.19564 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.13736 Jy ! Component: 100 - total flux cleaned = 0.167313 Jy ! Component: 150 - total flux cleaned = 0.175347 Jy ! Component: 200 - total flux cleaned = 0.179926 Jy ! Total flux subtracted in 200 components = 0.179926 Jy ! Clean residual min=-0.004420 max=0.004475 Jy/beam ! Clean residual mean=0.000001 rms=0.001009 Jy/beam ! Combined flux in latest and established models = 0.179926 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.179926 Jy ! Inverting map and beam ! Estimated beam: bmin=3.681 mas, bmaj=10.46 mas, bpa=-10.32 degrees ! Estimated noise=0.794746 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.0040225 Jy ! Component: 100 - total flux cleaned = 0.00569512 Jy ! Component: 150 - total flux cleaned = 0.00649298 Jy ! Component: 200 - total flux cleaned = 0.00661009 Jy ! Total flux subtracted in 200 components = 0.00661009 Jy ! Clean residual min=-0.002429 max=0.002260 Jy/beam ! Clean residual mean=-0.000011 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.186536 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 30 components and 0.186536 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.505 mas, bmaj=20.18 mas, bpa=-4.52 degrees ! Estimated noise=0.928037 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000492219 Jy ! Component: 100 - total flux cleaned = 0.000525615 Jy ! Component: 150 - total flux cleaned = 0.000554129 Jy ! Component: 200 - total flux cleaned = 0.000591853 Jy ! Total flux subtracted in 200 components = 0.000591853 Jy ! Clean residual min=-0.002413 max=0.002069 Jy/beam ! Clean residual mean=-0.000019 rms=0.000646 Jy/beam ! Combined flux in latest and established models = 0.187128 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 = 3.36468e-05 Jy ! Component: 100 - total flux cleaned = 6.37011e-05 Jy ! Component: 150 - total flux cleaned = 9.07843e-05 Jy ! Component: 200 - total flux cleaned = 0.000115282 Jy ! Total flux subtracted in 200 components = 0.000115282 Jy ! Clean residual min=-0.002400 max=0.002065 Jy/beam ! Clean residual mean=-0.000019 rms=0.000645 Jy/beam ! Combined flux in latest and established models = 0.187243 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 42 components and 0.187243 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.681 mas, bmaj=10.46 mas, bpa=-10.32 degrees ! Estimated noise=0.794746 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000435183 Jy ! Component: 100 - total flux cleaned = -0.000372138 Jy ! Component: 150 - total flux cleaned = -0.000309814 Jy ! Component: 200 - total flux cleaned = -0.000271043 Jy ! Total flux subtracted in 200 components = -0.000271043 Jy ! Clean residual min=-0.002419 max=0.002246 Jy/beam ! Clean residual mean=-0.000012 rms=0.000590 Jy/beam ! Combined flux in latest and established models = 0.186972 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 49 components and 0.186972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063936Jy sigma=0.801160 ! Fit after self-cal, rms=0.063929Jy sigma=0.801133 wmodel J1342-2900_S_map.mod ! Writing 49 model components to file: J1342-2900_S_map.mod wobs J1342-2900_S_uvs.fits ! Writing UV FITS file: J1342-2900_S_uvs.fits wwins J1342-2900_S_map.win ! wwins: Wrote 1 windows to J1342-2900_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.000487131 Jy ! Component: 100 - total flux cleaned = -0.000647264 Jy ! Component: 150 - total flux cleaned = -0.000800176 Jy ! Component: 200 - total flux cleaned = -0.000911986 Jy ! Component: 250 - total flux cleaned = -0.0009846 Jy ! Component: 300 - total flux cleaned = -0.00101946 Jy ! Component: 350 - total flux cleaned = -0.000985659 Jy ! Component: 400 - total flux cleaned = -0.00101871 Jy ! Component: 450 - total flux cleaned = -0.000953959 Jy ! Component: 500 - total flux cleaned = -0.000859161 Jy ! Component: 550 - total flux cleaned = -0.000797511 Jy ! Component: 600 - total flux cleaned = -0.000736064 Jy ! Component: 650 - total flux cleaned = -0.000645698 Jy ! Component: 700 - total flux cleaned = -0.000645595 Jy ! Component: 750 - total flux cleaned = -0.000615677 Jy ! Component: 800 - total flux cleaned = -0.000529255 Jy ! Component: 850 - total flux cleaned = -0.000586052 Jy ! Component: 900 - total flux cleaned = -0.000418091 Jy ! Component: 950 - total flux cleaned = -0.000363247 Jy ! Component: 1000 - total flux cleaned = -0.000227221 Jy ! Component: 1050 - total flux cleaned = -0.000227833 Jy ! Component: 1100 - total flux cleaned = -0.000174649 Jy ! Component: 1150 - total flux cleaned = -4.36283e-05 Jy ! Component: 1200 - total flux cleaned = -9.5354e-05 Jy ! Component: 1250 - total flux cleaned = -9.52647e-05 Jy ! Component: 1300 - total flux cleaned = -4.44218e-05 Jy ! Component: 1350 - total flux cleaned = -9.45685e-05 Jy ! Component: 1400 - total flux cleaned = -9.43107e-05 Jy ! Component: 1450 - total flux cleaned = -9.44241e-05 Jy ! Component: 1500 - total flux cleaned = -0.000166958 Jy ! Component: 1550 - total flux cleaned = -7.06971e-05 Jy ! Component: 1600 - total flux cleaned = -4.67794e-05 Jy ! Component: 1650 - total flux cleaned = -4.70086e-05 Jy ! Component: 1700 - total flux cleaned = -7.03389e-05 Jy ! Component: 1750 - total flux cleaned = -2.40354e-05 Jy ! Component: 1800 - total flux cleaned = -2.41006e-05 Jy ! Component: 1850 - total flux cleaned = -4.6446e-05 Jy ! Component: 1900 - total flux cleaned = -2.37236e-05 Jy ! Component: 1950 - total flux cleaned = -2.37843e-05 Jy ! Component: 2000 - total flux cleaned = -2.34745e-05 Jy ! Component: 2050 - total flux cleaned = -6.7136e-05 Jy ! Component: 2100 - total flux cleaned = -6.71335e-05 Jy ! Component: 2150 - total flux cleaned = -0.000153056 Jy ! Component: 2200 - total flux cleaned = -0.000110236 Jy ! Component: 2250 - total flux cleaned = -0.000237407 Jy ! Component: 2300 - total flux cleaned = -0.000237056 Jy ! Component: 2350 - total flux cleaned = -0.000299353 Jy ! Component: 2400 - total flux cleaned = -0.00023736 Jy ! Component: 2450 - total flux cleaned = -0.000298637 Jy ! Component: 2500 - total flux cleaned = -0.00031899 Jy ! Component: 2550 - total flux cleaned = -0.000399487 Jy ! Component: 2600 - total flux cleaned = -0.000319495 Jy ! Component: 2650 - total flux cleaned = -0.000378925 Jy ! Component: 2700 - total flux cleaned = -0.000516766 Jy ! Component: 2750 - total flux cleaned = -0.00059512 Jy ! Component: 2800 - total flux cleaned = -0.000575642 Jy ! Component: 2850 - total flux cleaned = -0.000691314 Jy ! Component: 2900 - total flux cleaned = -0.000710504 Jy ! Component: 2950 - total flux cleaned = -0.000710932 Jy ! Component: 3000 - total flux cleaned = -0.000842976 Jy ! Component: 3050 - total flux cleaned = -0.000955192 Jy ! Component: 3100 - total flux cleaned = -0.00101091 Jy ! Component: 3150 - total flux cleaned = -0.00101086 Jy ! Component: 3200 - total flux cleaned = -0.00101081 Jy ! Component: 3250 - total flux cleaned = -0.00108356 Jy ! Component: 3300 - total flux cleaned = -0.00113751 Jy ! Component: 3350 - total flux cleaned = -0.00113746 Jy ! Component: 3400 - total flux cleaned = -0.00122668 Jy ! Component: 3450 - total flux cleaned = -0.00120874 Jy ! Component: 3500 - total flux cleaned = -0.00127913 Jy ! Component: 3550 - total flux cleaned = -0.00120933 Jy ! Component: 3600 - total flux cleaned = -0.0013653 Jy ! Component: 3650 - total flux cleaned = -0.00131369 Jy ! Component: 3700 - total flux cleaned = -0.00143331 Jy ! Component: 3750 - total flux cleaned = -0.0014502 Jy ! Component: 3800 - total flux cleaned = -0.00146712 Jy ! Component: 3850 - total flux cleaned = -0.00153427 Jy ! Component: 3900 - total flux cleaned = -0.00156755 Jy ! Component: 3950 - total flux cleaned = -0.00163393 Jy ! Component: 4000 - total flux cleaned = -0.00160115 Jy ! Component: 4050 - total flux cleaned = -0.0016666 Jy ! Total flux subtracted in 4096 components = -0.00171559 Jy ! Clean residual min=-0.000975 max=0.000974 Jy/beam ! Clean residual mean=-0.000008 rms=0.000315 Jy/beam ! Combined flux in latest and established models = 0.185257 Jy keep ! Adding 299 model components to the UV plane model. ! The established model now contains 348 components and 0.185257 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv117_uvs/J1342-2900_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.681 x 10.46 at -10.32 degrees (North through East) ! Clean map min=-0.0025099 max=0.17292 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv117_uvs/J1342-2900_S_map.fits wmodel /scr/pima/rv117_uvs/J1342-2900_S_map.mod ! Writing 348 model components to file: /scr/pima/rv117_uvs/J1342-2900_S_map.mod wobs /scr/pima/rv117_uvs/J1342-2900_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv117_uvs/J1342-2900_S_uvs.fits wwins /scr/pima/rv117_uvs/J1342-2900_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rv117_uvs/J1342-2900_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.172924 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000313025 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.543056 0.543056 1.08611 2.17222 4.34445 8.68889 17.3778 34.7556 69.5112 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.172 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 552.429 quit ! Quitting program ! Log file /scr/pima/rv117_uvs/J1342-2900_S_dfm.log closed on Sat Dec 9 23:44:41 2017