! Started logfile: /scr/pima/rdv91_uvs/J0610-1847_S_dfm.log on Fri Jun 15 11:25:08 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.23299 obs /scr/pima/rdv91_uvs/J0610-1847_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv91_uvs/J0610-1847_S_uva.fits ! AN table 1: 178 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.886017 visibilities/baseline/integration-bin. ! Found source: J0610-1847 ! ! 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.23299e+09 8e+06 1 8e+06 ! 02 2 2.26299e+09 8e+06 1 8e+06 ! 03 3 2.35299e+09 8e+06 1 8e+06 ! 04 4 2.37299e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 74 lines of history. ! ! Reading 28388 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 J0610-1847_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 129 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 129 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 129 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 129 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.028380Jy sigma=16.648426 ! Fit after self-cal, rms=0.852202Jy sigma=13.700359 ! 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.637 mas, bmaj=6.365 mas, bpa=-7.803 degrees ! Estimated noise=0.587209 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.118682 Jy ! Component: 100 - total flux cleaned = 0.147884 Jy ! Total flux subtracted in 100 components = 0.147884 Jy ! Clean residual min=-0.005309 max=0.011468 Jy/beam ! Clean residual mean=-0.000003 rms=0.001549 Jy/beam ! Combined flux in latest and established models = 0.147884 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.147884 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125935Jy sigma=1.880806 ! Fit after self-cal, rms=0.125927Jy sigma=1.880487 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0124997 Jy ! Component: 100 - total flux cleaned = 0.0188366 Jy ! Total flux subtracted in 100 components = 0.0188366 Jy ! Clean residual min=-0.004739 max=0.006521 Jy/beam ! Clean residual mean=-0.000002 rms=0.001178 Jy/beam ! Combined flux in latest and established models = 0.166721 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 16 components and 0.166721 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124623Jy sigma=1.852505 ! Fit after self-cal, rms=0.124640Jy sigma=1.852278 ! 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.49 mas, bmaj=8.328 mas, bpa=-7.237 degrees ! Estimated noise=0.268935 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 (5.5, 3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00547565 Jy ! Component: 100 - total flux cleaned = 0.00671171 Jy ! Component: 150 - total flux cleaned = 0.00724045 Jy ! Component: 200 - total flux cleaned = 0.00744784 Jy ! Total flux subtracted in 200 components = 0.00744784 Jy ! Clean residual min=-0.002642 max=0.002843 Jy/beam ! Clean residual mean=-0.000003 rms=0.000690 Jy/beam ! Combined flux in latest and established models = 0.174169 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 28 components and 0.174169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124368Jy sigma=1.848040 ! Fit after self-cal, rms=0.124376Jy sigma=1.847810 ! 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.49 x 8.328 at -7.237 degrees (North through East) ! Clean map min=-0.0027342 max=0.15651 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.02 HN 1.09 KP 1.01 ! LA 0.94 MK 1.00 NL 0.99 OV 0.99 ! PT 0.99 SC 1.06 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.01 HN 1.10 KP 0.99 ! LA 0.96 MK 1.00 NL 1.00 OV 1.01 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.02 HN 1.06 KP 1.00 ! LA 1.00 MK 1.01 NL 0.98 OV 0.98 ! PT 1.02 SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.03 HN 1.06 KP 1.01 ! LA 1.02 MK 0.99 NL 0.99 OV 1.02 ! PT 0.97 SC 0.95 ! ! ! Fit before self-cal, rms=0.124376Jy sigma=1.847810 ! Fit after self-cal, rms=0.125560Jy sigma=1.844452 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.509 mas, bmaj=8.284 mas, bpa=-7.071 degrees ! Estimated noise=0.268879 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.00017572 Jy ! Component: 100 - total flux cleaned = -0.000220346 Jy ! Component: 150 - total flux cleaned = -0.000221224 Jy ! Component: 200 - total flux cleaned = -0.000156171 Jy ! Total flux subtracted in 200 components = -0.000156171 Jy ! Clean residual min=-0.002178 max=0.002224 Jy/beam ! Clean residual mean=-0.000003 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 0.174012 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 43 components and 0.174012 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125528Jy sigma=1.844113 ! Fit after self-cal, rms=0.125589Jy sigma=1.843990 ! 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.125589Jy sigma=1.843990 ! Fit after self-cal, rms=0.126716Jy sigma=1.840173 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.507 mas, bmaj=8.271 mas, bpa=-7.262 degrees ! Estimated noise=0.268756 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000425684 Jy ! Component: 100 - total flux cleaned = 0.000425716 Jy ! Component: 150 - total flux cleaned = 0.000475931 Jy ! Component: 200 - total flux cleaned = 0.000497638 Jy ! Total flux subtracted in 200 components = 0.000497638 Jy ! Clean residual min=-0.001895 max=0.001916 Jy/beam ! Clean residual mean=-0.000005 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.17451 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 63 components and 0.17451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126701Jy sigma=1.839969 ! Fit after self-cal, rms=0.126731Jy sigma=1.839867 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) ! Added new window around map position (87, -100.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000612133 Jy ! Component: 100 - total flux cleaned = 0.000802296 Jy ! Component: 150 - total flux cleaned = 0.000879214 Jy ! Component: 200 - total flux cleaned = 0.000913236 Jy ! Total flux subtracted in 200 components = 0.000913236 Jy ! Clean residual min=-0.001834 max=0.001687 Jy/beam ! Clean residual mean=-0.000004 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.175423 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 78 components and 0.175423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126689Jy sigma=1.839297 ! Fit after self-cal, rms=0.126685Jy sigma=1.839262 ! 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.126685Jy sigma=1.839262 ! Fit after self-cal, rms=0.126868Jy sigma=1.839225 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.507 mas, bmaj=8.272 mas, bpa=-7.299 degrees ! Estimated noise=0.268753 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00010378 Jy ! Component: 100 - total flux cleaned = 0.000136355 Jy ! Component: 150 - total flux cleaned = 0.000192796 Jy ! Component: 200 - total flux cleaned = 0.000218879 Jy ! Total flux subtracted in 200 components = 0.000218879 Jy ! Clean residual min=-0.001827 max=0.001676 Jy/beam ! Clean residual mean=-0.000004 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.175642 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 90 components and 0.175642 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126853Jy sigma=1.839038 ! Fit after self-cal, rms=0.126855Jy sigma=1.839028 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.67707e-05 Jy ! Component: 100 - total flux cleaned = -2.63222e-06 Jy ! Component: 150 - total flux cleaned = -2.45701e-06 Jy ! Component: 200 - total flux cleaned = 1.89223e-05 Jy ! Total flux subtracted in 200 components = 1.89223e-05 Jy ! Clean residual min=-0.001835 max=0.001669 Jy/beam ! Clean residual mean=-0.000004 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.175661 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 104 components and 0.175661 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126846Jy sigma=1.838921 ! Fit after self-cal, rms=0.126845Jy sigma=1.838915 ! 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.126845Jy sigma=1.838915 ! Fit after self-cal, rms=0.126825Jy sigma=1.838904 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.079 mas, bmaj=16.92 mas, bpa=0.3247 degrees ! Estimated noise=0.312674 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.83017e-05 Jy ! Component: 100 - total flux cleaned = 9.6698e-05 Jy ! Component: 150 - total flux cleaned = 8.45175e-05 Jy ! Component: 200 - total flux cleaned = 7.30014e-05 Jy ! Total flux subtracted in 200 components = 7.30014e-05 Jy ! Clean residual min=-0.001723 max=0.001929 Jy/beam ! Clean residual mean=-0.000008 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.175734 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 116 components and 0.175734 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126825Jy sigma=1.838894 ! Fit after self-cal, rms=0.126826Jy sigma=1.838892 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) ! Added new window around map position (-85, 78). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00137574 Jy ! Component: 100 - total flux cleaned = 0.00191218 Jy ! Component: 150 - total flux cleaned = 0.00218799 Jy ! Component: 200 - total flux cleaned = 0.0023634 Jy ! Total flux subtracted in 200 components = 0.0023634 Jy ! Clean residual min=-0.001389 max=0.001299 Jy/beam ! Clean residual mean=-0.000007 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.178098 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 154 components and 0.178098 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126801Jy sigma=1.838463 ! Fit after self-cal, rms=0.126800Jy sigma=1.838441 ! 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.508 mas, bmaj=8.271 mas, bpa=-7.298 degrees ! Estimated noise=0.268634 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.508 x 8.271 at -7.298 degrees (North through East) ! Clean map min=-0.0025091 max=0.15657 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.648 mas, bmaj=6.308 mas, bpa=-7.811 degrees ! Estimated noise=0.588963 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.118665 Jy ! Component: 100 - total flux cleaned = 0.148113 Jy ! Component: 150 - total flux cleaned = 0.160328 Jy ! Component: 200 - total flux cleaned = 0.166044 Jy ! Total flux subtracted in 200 components = 0.166044 Jy ! Clean residual min=-0.004015 max=0.005200 Jy/beam ! Clean residual mean=-0.000003 rms=0.001065 Jy/beam ! Combined flux in latest and established models = 0.166044 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.166044 Jy ! Inverting map and beam ! Estimated beam: bmin=3.508 mas, bmaj=8.271 mas, bpa=-7.298 degrees ! Estimated noise=0.268634 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.00450471 Jy ! Component: 100 - total flux cleaned = 0.00614907 Jy ! Component: 150 - total flux cleaned = 0.00729644 Jy ! Component: 200 - total flux cleaned = 0.00815404 Jy ! Total flux subtracted in 200 components = 0.00815404 Jy ! Clean residual min=-0.001865 max=0.001786 Jy/beam ! Clean residual mean=-0.000006 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.174198 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 46 components and 0.174198 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.079 mas, bmaj=16.92 mas, bpa=0.3247 degrees ! Estimated noise=0.312674 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00109502 Jy ! Component: 100 - total flux cleaned = 0.00183499 Jy ! Component: 150 - total flux cleaned = 0.00230984 Jy ! Component: 200 - total flux cleaned = 0.0025505 Jy ! Total flux subtracted in 200 components = 0.0025505 Jy ! Clean residual min=-0.001531 max=0.001349 Jy/beam ! Clean residual mean=-0.000009 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.176749 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.000184702 Jy ! Component: 100 - total flux cleaned = 0.000379215 Jy ! Component: 150 - total flux cleaned = 0.000480889 Jy ! Component: 200 - total flux cleaned = 0.000619323 Jy ! Total flux subtracted in 200 components = 0.000619323 Jy ! Clean residual min=-0.001413 max=0.001410 Jy/beam ! Clean residual mean=-0.000008 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.177368 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 96 components and 0.177368 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.508 mas, bmaj=8.271 mas, bpa=-7.298 degrees ! Estimated noise=0.268634 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000110187 Jy ! Component: 100 - total flux cleaned = -0.000214749 Jy ! Component: 150 - total flux cleaned = -0.000118033 Jy ! Component: 200 - total flux cleaned = -2.94435e-05 Jy ! Total flux subtracted in 200 components = -2.94435e-05 Jy ! Clean residual min=-0.001684 max=0.001592 Jy/beam ! Clean residual mean=-0.000004 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.177339 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 113 components and 0.177339 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126820Jy sigma=1.838585 ! Fit after self-cal, rms=0.126806Jy sigma=1.838521 wmodel J0610-1847_S_map.mod ! Writing 113 model components to file: J0610-1847_S_map.mod wobs J0610-1847_S_uvs.fits ! Writing UV FITS file: J0610-1847_S_uvs.fits wwins J0610-1847_S_map.win ! wwins: Wrote 4 windows to J0610-1847_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.000544573 Jy ! Component: 100 - total flux cleaned = -0.000708858 Jy ! Component: 150 - total flux cleaned = -0.000786324 Jy ! Component: 200 - total flux cleaned = -0.000860999 Jy ! Component: 250 - total flux cleaned = -0.00103059 Jy ! Component: 300 - total flux cleaned = -0.00112459 Jy ! Component: 350 - total flux cleaned = -0.0012406 Jy ! Component: 400 - total flux cleaned = -0.00135423 Jy ! Component: 450 - total flux cleaned = -0.00142142 Jy ! Component: 500 - total flux cleaned = -0.00150949 Jy ! Component: 550 - total flux cleaned = -0.00161693 Jy ! Component: 600 - total flux cleaned = -0.00163789 Jy ! Component: 650 - total flux cleaned = -0.00167951 Jy ! Component: 700 - total flux cleaned = -0.00167945 Jy ! Component: 750 - total flux cleaned = -0.00169949 Jy ! Component: 800 - total flux cleaned = -0.0015998 Jy ! Component: 850 - total flux cleaned = -0.00152152 Jy ! Component: 900 - total flux cleaned = -0.00144413 Jy ! Component: 950 - total flux cleaned = -0.00146328 Jy ! Component: 1000 - total flux cleaned = -0.00129264 Jy ! Component: 1050 - total flux cleaned = -0.00121796 Jy ! Component: 1100 - total flux cleaned = -0.00108853 Jy ! Component: 1150 - total flux cleaned = -0.000942358 Jy ! Component: 1200 - total flux cleaned = -0.000833864 Jy ! Component: 1250 - total flux cleaned = -0.000637 Jy ! Component: 1300 - total flux cleaned = -0.000566089 Jy ! Component: 1350 - total flux cleaned = -0.000443116 Jy ! Component: 1400 - total flux cleaned = -0.000303665 Jy ! Component: 1450 - total flux cleaned = -0.000131462 Jy ! Component: 1500 - total flux cleaned = -1.22423e-05 Jy ! Component: 1550 - total flux cleaned = 8.88788e-05 Jy ! Component: 1600 - total flux cleaned = 0.000189376 Jy ! Component: 1650 - total flux cleaned = 0.000338569 Jy ! Component: 1700 - total flux cleaned = 0.000469939 Jy ! Component: 1750 - total flux cleaned = 0.000583925 Jy ! Component: 1800 - total flux cleaned = 0.000713238 Jy ! Component: 1850 - total flux cleaned = 0.000825244 Jy ! Component: 1900 - total flux cleaned = 0.000920507 Jy ! Component: 1950 - total flux cleaned = 0.0010622 Jy ! Component: 2000 - total flux cleaned = 0.0010935 Jy ! Component: 2050 - total flux cleaned = 0.00120196 Jy ! Component: 2100 - total flux cleaned = 0.00129416 Jy ! Component: 2150 - total flux cleaned = 0.00138553 Jy ! Component: 2200 - total flux cleaned = 0.00143074 Jy ! Component: 2250 - total flux cleaned = 0.00147573 Jy ! Component: 2300 - total flux cleaned = 0.0015949 Jy ! Component: 2350 - total flux cleaned = 0.00166864 Jy ! Component: 2400 - total flux cleaned = 0.00168333 Jy ! Component: 2450 - total flux cleaned = 0.00175616 Jy ! Component: 2500 - total flux cleaned = 0.00177057 Jy ! Component: 2550 - total flux cleaned = 0.00187126 Jy ! Component: 2600 - total flux cleaned = 0.00194257 Jy ! Component: 2650 - total flux cleaned = 0.00197094 Jy ! Component: 2700 - total flux cleaned = 0.00202733 Jy ! Component: 2750 - total flux cleaned = 0.00209751 Jy ! Component: 2800 - total flux cleaned = 0.00212522 Jy ! Component: 2850 - total flux cleaned = 0.00219435 Jy ! Component: 2900 - total flux cleaned = 0.00226302 Jy ! Component: 2950 - total flux cleaned = 0.00231745 Jy ! Component: 3000 - total flux cleaned = 0.00231764 Jy ! Component: 3050 - total flux cleaned = 0.00238495 Jy ! Component: 3100 - total flux cleaned = 0.00243853 Jy ! Component: 3150 - total flux cleaned = 0.00251821 Jy ! Component: 3200 - total flux cleaned = 0.00258437 Jy ! Component: 3250 - total flux cleaned = 0.00262373 Jy ! Component: 3300 - total flux cleaned = 0.00270208 Jy ! Component: 3350 - total flux cleaned = 0.00272809 Jy ! Component: 3400 - total flux cleaned = 0.00280567 Jy ! Component: 3450 - total flux cleaned = 0.00281859 Jy ! Component: 3500 - total flux cleaned = 0.00286988 Jy ! Component: 3550 - total flux cleaned = 0.00294613 Jy ! Component: 3600 - total flux cleaned = 0.00295883 Jy ! Component: 3650 - total flux cleaned = 0.00300913 Jy ! Component: 3700 - total flux cleaned = 0.00304661 Jy ! Component: 3750 - total flux cleaned = 0.00304659 Jy ! Component: 3800 - total flux cleaned = 0.00305909 Jy ! Component: 3850 - total flux cleaned = 0.00309613 Jy ! Component: 3900 - total flux cleaned = 0.00310837 Jy ! Component: 3950 - total flux cleaned = 0.00318158 Jy ! Component: 4000 - total flux cleaned = 0.00318163 Jy ! Component: 4050 - total flux cleaned = 0.00319375 Jy ! Total flux subtracted in 4096 components = 0.00320571 Jy ! Clean residual min=-0.000681 max=0.000784 Jy/beam ! Clean residual mean=-0.000001 rms=0.000213 Jy/beam ! Combined flux in latest and established models = 0.180544 Jy keep ! Adding 237 model components to the UV plane model. ! The established model now contains 350 components and 0.180544 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rdv91_uvs/J0610-1847_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.508 x 8.271 at -7.298 degrees (North through East) ! Clean map min=-0.0017981 max=0.15673 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv91_uvs/J0610-1847_S_map.fits wmodel /scr/pima/rdv91_uvs/J0610-1847_S_map.mod ! Writing 350 model components to file: /scr/pima/rdv91_uvs/J0610-1847_S_map.mod wobs /scr/pima/rdv91_uvs/J0610-1847_S_uvs.fits ! Writing UV FITS file: /scr/pima/rdv91_uvs/J0610-1847_S_uvs.fits wwins /scr/pima/rdv91_uvs/J0610-1847_S_map.win ! wwins: Wrote 5 windows to /scr/pima/rdv91_uvs/J0610-1847_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.156733 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000211671 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.405155 0.405155 0.810311 1.62062 3.24124 6.48249 12.965 25.9299 51.8599 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.156 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 740.456 quit ! Quitting program ! Log file /scr/pima/rdv91_uvs/J0610-1847_S_dfm.log closed on Fri Jun 15 11:25:13 2018