! Started logfile: .//J2346-3510_C_dfm.log on Mon Jan 20 19:32:08 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 .//J2346-3510_C_uva.fits ! Reading UV FITS file: .//J2346-3510_C_uva.fits ! AN table 1: 15 integrations on 10 of 10 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J2346-3510 ! ! 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 67 lines of history. ! ! Reading 1200 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 J2346-3510_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.999618Jy sigma=14.339655 ! Fit after self-cal, rms=0.965279Jy sigma=13.833788 ! 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.294 mas, bmaj=36.63 mas, bpa=-15.52 degrees ! Estimated noise=2.51902 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.0265073 Jy ! Component: 100 - total flux cleaned = 0.0278392 Jy ! Total flux subtracted in 100 components = 0.0278392 Jy ! Clean residual min=-0.003653 max=0.003673 Jy/beam ! Clean residual mean=-0.000003 rms=0.001370 Jy/beam ! Combined flux in latest and established models = 0.0278392 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.0278392 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.045237Jy sigma=0.605183 ! Fit after self-cal, rms=0.044307Jy sigma=0.592745 ! 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.327 mas, bmaj=37.67 mas, bpa=-15.34 degrees ! Estimated noise=1.45143 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.00165231 Jy ! Component: 100 - total flux cleaned = 0.00124388 Jy ! Component: 150 - total flux cleaned = 0.00102489 Jy ! Component: 200 - total flux cleaned = 0.000660817 Jy ! Total flux subtracted in 200 components = 0.000660817 Jy ! Clean residual min=-0.001412 max=0.001410 Jy/beam ! Clean residual mean=0.000004 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.0285001 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 70 components and 0.0285001 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.043396Jy sigma=0.579780 ! Fit after self-cal, rms=0.043315Jy sigma=0.578461 ! 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.327 x 37.67 at -15.34 degrees (North through East) ! Clean map min=-0.0044684 max=0.034125 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 KP 0.95 NL 0.93 OV 0.97 ! PT 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.17 KP 1.12 NL 0.93 OV 0.82 ! PT 0.82 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.11 KP 1.10 NL 0.77 OV 0.98 ! PT 1.08 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.91 KP 1.02 NL 1.12 OV 1.29 ! PT 0.93 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! FD 1.22 KP 1.01 NL 0.82 OV 1.03 ! PT 1.19 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! FD 0.94 KP 0.90 NL 0.96 OV 1.08 ! PT 1.07 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! FD 0.80 KP 0.97 NL 1.03 OV 0.95 ! PT 0.92 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! FD 0.88 KP 0.90 NL 0.89 OV 1.14 ! PT 0.88 ! ! ! Fit before self-cal, rms=0.043315Jy sigma=0.578461 ! Fit after self-cal, rms=0.041522Jy sigma=0.570936 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.252 mas, bmaj=37.87 mas, bpa=-15.51 degrees ! Estimated noise=1.38752 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.000811013 Jy ! Component: 100 - total flux cleaned = 0.000874337 Jy ! Component: 150 - total flux cleaned = 0.000934201 Jy ! Component: 200 - total flux cleaned = 0.000986969 Jy ! Total flux subtracted in 200 components = 0.000986969 Jy ! Clean residual min=-0.000888 max=0.000875 Jy/beam ! Clean residual mean=0.000001 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.029487 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 130 components and 0.029487 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.041322Jy sigma=0.568160 ! Fit after self-cal, rms=0.041425Jy sigma=0.566324 ! 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.041425Jy sigma=0.566324 ! Fit after self-cal, rms=0.041780Jy sigma=0.565849 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.233 mas, bmaj=38.04 mas, bpa=-15.56 degrees ! Estimated noise=1.37253 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000386727 Jy ! Component: 100 - total flux cleaned = 0.00061445 Jy ! Component: 150 - total flux cleaned = 0.000712616 Jy ! Component: 200 - total flux cleaned = 0.000462246 Jy ! Total flux subtracted in 200 components = 0.000462246 Jy ! Clean residual min=-0.000673 max=0.000671 Jy/beam ! Clean residual mean=0.000001 rms=0.000271 Jy/beam ! Combined flux in latest and established models = 0.0299493 Jy selfcal ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 182 components and 0.0299493 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.041647Jy sigma=0.564249 ! Fit after self-cal, rms=0.041729Jy sigma=0.563876 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.0003707 Jy ! Component: 100 - total flux cleaned = -0.000630548 Jy ! Component: 150 - total flux cleaned = -0.000935234 Jy ! Component: 200 - total flux cleaned = -0.00139217 Jy ! Total flux subtracted in 200 components = -0.00139217 Jy ! Clean residual min=-0.000558 max=0.000564 Jy/beam ! Clean residual mean=0.000001 rms=0.000228 Jy/beam ! Combined flux in latest and established models = 0.0285571 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 227 components and 0.0285571 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.041646Jy sigma=0.562952 ! Fit after self-cal, rms=0.041634Jy sigma=0.562795 ! 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.041634Jy sigma=0.562795 ! Fit after self-cal, rms=0.041723Jy sigma=0.562587 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.221 mas, bmaj=38.16 mas, bpa=-15.59 degrees ! Estimated noise=1.35892 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000203114 Jy ! Component: 100 - total flux cleaned = -0.00034648 Jy ! Component: 150 - total flux cleaned = -0.000447931 Jy ! Component: 200 - total flux cleaned = -0.000480644 Jy ! Total flux subtracted in 200 components = -0.000480644 Jy ! Clean residual min=-0.000513 max=0.000510 Jy/beam ! Clean residual mean=0.000001 rms=0.000210 Jy/beam ! Combined flux in latest and established models = 0.0280765 Jy selfcal ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 269 components and 0.0280765 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.041652Jy sigma=0.561892 ! Fit after self-cal, rms=0.041692Jy sigma=0.561704 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.000101128 Jy ! Component: 100 - total flux cleaned = -0.000235904 Jy ! Component: 150 - total flux cleaned = -0.000238723 Jy ! Component: 200 - total flux cleaned = -0.000268823 Jy ! Total flux subtracted in 200 components = -0.000268823 Jy ! Clean residual min=-0.000484 max=0.000490 Jy/beam ! Clean residual mean=-0.000000 rms=0.000188 Jy/beam ! Combined flux in latest and established models = 0.0278076 Jy ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 317 components and 0.0278076 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.041643Jy sigma=0.561236 ! Fit after self-cal, rms=0.041639Jy sigma=0.561106 ! 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.041639Jy sigma=0.561106 ! Fit after self-cal, rms=0.041674Jy sigma=0.560958 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.885 mas, bmaj=37.54 mas, bpa=-15.08 degrees ! Estimated noise=1.34905 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000110637 Jy ! Component: 100 - total flux cleaned = -0.000406024 Jy ! Component: 150 - total flux cleaned = -0.000585336 Jy ! Component: 200 - total flux cleaned = -0.000732252 Jy ! Total flux subtracted in 200 components = -0.000732252 Jy ! Clean residual min=-0.000338 max=0.000335 Jy/beam ! Clean residual mean=0.000001 rms=0.000131 Jy/beam ! Combined flux in latest and established models = 0.0270754 Jy selfcal ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 369 components and 0.0270754 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.041636Jy sigma=0.560608 ! Fit after self-cal, rms=0.041646Jy sigma=0.560470 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.000235576 Jy ! Component: 100 - total flux cleaned = -0.00019294 Jy ! Component: 150 - total flux cleaned = -5.85312e-05 Jy ! Component: 200 - total flux cleaned = 5.13406e-05 Jy ! Total flux subtracted in 200 components = 5.13406e-05 Jy ! Clean residual min=-0.000298 max=0.000301 Jy/beam ! Clean residual mean=0.000000 rms=0.000123 Jy/beam ! Combined flux in latest and established models = 0.0271267 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 415 components and 0.0271267 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.041620Jy sigma=0.560200 ! Fit after self-cal, rms=0.041610Jy sigma=0.560160 ! 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.208 mas, bmaj=38.26 mas, bpa=-15.6 degrees ! Estimated noise=1.34748 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.208 x 38.26 at -15.6 degrees (North through East) ! Clean map min=-0.0048034 max=0.032677 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.251 mas, bmaj=37.34 mas, bpa=-15.75 degrees ! Estimated noise=2.32004 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0244972 Jy ! Component: 100 - total flux cleaned = 0.0223937 Jy ! Component: 150 - total flux cleaned = 0.0211432 Jy ! Component: 200 - total flux cleaned = 0.0203402 Jy ! Total flux subtracted in 200 components = 0.0203402 Jy ! Clean residual min=-0.003006 max=0.003024 Jy/beam ! Clean residual mean=0.000005 rms=0.001134 Jy/beam ! Combined flux in latest and established models = 0.0203402 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 51 model components to the UV plane model. ! The established model now contains 51 components and 0.0203402 Jy ! Inverting map and beam ! Estimated beam: bmin=4.208 mas, bmaj=38.26 mas, bpa=-15.6 degrees ! Estimated noise=1.34748 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.000346814 Jy ! Component: 100 - total flux cleaned = -0.000102596 Jy ! Component: 150 - total flux cleaned = -0.00119627 Jy ! Component: 200 - total flux cleaned = -0.00088523 Jy ! Total flux subtracted in 200 components = -0.00088523 Jy ! Clean residual min=-0.001187 max=0.001187 Jy/beam ! Clean residual mean=0.000005 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.019455 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 118 components and 0.019455 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=4.885 mas, bmaj=37.54 mas, bpa=-15.08 degrees ! Estimated noise=1.34905 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000311871 Jy ! Component: 100 - total flux cleaned = 0.000952345 Jy ! Component: 150 - total flux cleaned = 0.00143885 Jy ! Component: 200 - total flux cleaned = 0.0020034 Jy ! Total flux subtracted in 200 components = 0.0020034 Jy ! Clean residual min=-0.000646 max=0.000645 Jy/beam ! Clean residual mean=0.000004 rms=0.000285 Jy/beam ! Combined flux in latest and established models = 0.0214584 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.00033815 Jy ! Component: 100 - total flux cleaned = 0.000625706 Jy ! Component: 150 - total flux cleaned = 0.00083899 Jy ! Component: 200 - total flux cleaned = 0.00105733 Jy ! Total flux subtracted in 200 components = 0.00105733 Jy ! Clean residual min=-0.000612 max=0.000610 Jy/beam ! Clean residual mean=0.000002 rms=0.000230 Jy/beam ! Combined flux in latest and established models = 0.0225157 Jy ! Adding 105 model components to the UV plane model. ! The established model now contains 214 components and 0.0225157 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.208 mas, bmaj=38.26 mas, bpa=-15.6 degrees ! Estimated noise=1.34748 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.11783e-05 Jy ! Component: 100 - total flux cleaned = -4.13345e-05 Jy ! Component: 150 - total flux cleaned = -1.07695e-05 Jy ! Component: 200 - total flux cleaned = 1.71256e-05 Jy ! Total flux subtracted in 200 components = 1.71256e-05 Jy ! Clean residual min=-0.000459 max=0.000461 Jy/beam ! Clean residual mean=0.000002 rms=0.000199 Jy/beam ! Combined flux in latest and established models = 0.0225328 Jy selfcal ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 279 components and 0.0225328 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.041658Jy sigma=0.560718 ! Fit after self-cal, rms=0.041661Jy sigma=0.560505 wmodel J2346-3510_C_map.mod ! Writing 279 model components to file: J2346-3510_C_map.mod wobs J2346-3510_C_uvs.fits ! Writing UV FITS file: J2346-3510_C_uvs.fits wwins J2346-3510_C_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap .//J2346-3510_C_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.208 x 38.26 at -15.6 degrees (North through East) ! Clean map min=-0.0042003 max=0.022735 Jy/beam ! Writing clean map to FITS file: .//J2346-3510_C_map.fits wmodel .//J2346-3510_C_map.mod ! Writing 279 model components to file: .//J2346-3510_C_map.mod wobs .//J2346-3510_C_uvs.fits ! Writing UV FITS file: .//J2346-3510_C_uvs.fits wwins .//J2346-3510_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.0227348 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000218156 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.8787 2.8787 5.7574 11.5148 23.0296 46.0592 92.1183 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.022 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 104.213 quit ! Quitting program ! Log file .//J2346-3510_C_dfm.log closed on Mon Jan 20 19:32:11 2020