! Started logfile: /scr/pima/rv126_uvs/J1514+3650_S_dfm.log on Sun Dec 23 07:40:58 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.24075 obs /scr/pima/rv126_uvs/J1514+3650_S_uva.fits ! Reading UV FITS file: /scr/pima/rv126_uvs/J1514+3650_S_uva.fits ! AN table 1: 45 integrations on 36 of 36 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J1514+3650 ! ! 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.24075e+09 8e+06 1 8e+06 ! 02 2 2.27075e+09 8e+06 1 8e+06 ! 03 3 2.36075e+09 8e+06 1 8e+06 ! 04 4 2.38075e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 69 lines of history. ! ! Reading 6480 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 J1514+3650_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 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 405 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.999914Jy sigma=19.153705 ! Fit after self-cal, rms=0.956089Jy sigma=18.338409 ! 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.059 mas, bmaj=6.951 mas, bpa=-19.14 degrees ! Estimated noise=0.94741 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.0324897 Jy ! Component: 100 - total flux cleaned = 0.0418423 Jy ! Total flux subtracted in 100 components = 0.0418423 Jy ! Clean residual min=-0.004676 max=0.005084 Jy/beam ! Clean residual mean=-0.000000 rms=0.001216 Jy/beam ! Combined flux in latest and established models = 0.0418423 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0418423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055334Jy sigma=0.981626 ! Fit after self-cal, rms=0.054485Jy sigma=0.965255 ! 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.003 mas, bmaj=7.826 mas, bpa=-18.35 degrees ! Estimated noise=0.548364 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.00649724 Jy ! Component: 100 - total flux cleaned = 0.00923254 Jy ! Component: 150 - total flux cleaned = 0.00967648 Jy ! Component: 200 - total flux cleaned = 0.010101 Jy ! Total flux subtracted in 200 components = 0.010101 Jy ! Clean residual min=-0.003253 max=0.003559 Jy/beam ! Clean residual mean=0.000003 rms=0.000807 Jy/beam ! Combined flux in latest and established models = 0.0519433 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 36 components and 0.0519433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053689Jy sigma=0.952765 ! Fit after self-cal, rms=0.053669Jy sigma=0.952437 ! 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.003 x 7.826 at -18.35 degrees (North through East) ! Clean map min=-0.0032024 max=0.045554 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.02 HN 0.85 KP 0.91 ! LA 0.93 MK 1.21 NL 1.21 OV 0.89 ! PT 1.07 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.20 FD 0.98 HN 0.85 KP 0.96 ! LA 0.91 MK 0.99 NL 1.25 OV 0.72 ! PT 1.14 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.14 HN 0.95 KP 0.86 ! LA 0.89 MK 1.02 NL 1.27 OV 0.86 ! PT 1.03 ! ! ! Fit before self-cal, rms=0.053669Jy sigma=0.952437 ! Fit after self-cal, rms=0.052642Jy sigma=0.937802 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.018 mas, bmaj=7.911 mas, bpa=-18.02 degrees ! Estimated noise=0.545551 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.000406908 Jy ! Component: 100 - total flux cleaned = -0.000401872 Jy ! Component: 150 - total flux cleaned = -0.000403759 Jy ! Component: 200 - total flux cleaned = -0.000365184 Jy ! Total flux subtracted in 200 components = -0.000365184 Jy ! Clean residual min=-0.002472 max=0.002078 Jy/beam ! Clean residual mean=0.000005 rms=0.000574 Jy/beam ! Combined flux in latest and established models = 0.0515781 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 45 components and 0.0515781 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052594Jy sigma=0.937433 ! Fit after self-cal, rms=0.052688Jy sigma=0.935975 ! 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.052688Jy sigma=0.935975 ! Fit after self-cal, rms=0.053493Jy sigma=0.929514 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.035 mas, bmaj=7.854 mas, bpa=-17.21 degrees ! Estimated noise=0.546796 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000326642 Jy ! Component: 100 - total flux cleaned = 0.000353101 Jy ! Component: 150 - total flux cleaned = 0.00036477 Jy ! Component: 200 - total flux cleaned = 0.000375709 Jy ! Total flux subtracted in 200 components = 0.000375709 Jy ! Clean residual min=-0.001879 max=0.001799 Jy/beam ! Clean residual mean=0.000001 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.0519538 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 54 components and 0.0519538 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053485Jy sigma=0.929395 ! Fit after self-cal, rms=0.053564Jy sigma=0.928939 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.58468e-05 Jy ! Component: 100 - total flux cleaned = -4.39885e-05 Jy ! Component: 150 - total flux cleaned = -1.38758e-05 Jy ! Component: 200 - total flux cleaned = 4.44861e-06 Jy ! Total flux subtracted in 200 components = 4.44861e-06 Jy ! Clean residual min=-0.001942 max=0.001786 Jy/beam ! Clean residual mean=0.000002 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.0519583 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 59 components and 0.0519583 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053559Jy sigma=0.928881 ! Fit after self-cal, rms=0.053560Jy sigma=0.928869 ! 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.053560Jy sigma=0.928869 ! Fit after self-cal, rms=0.054622Jy sigma=0.928926 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.02 mas, bmaj=7.84 mas, bpa=-17.28 degrees ! Estimated noise=0.553292 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000600055 Jy ! Component: 100 - total flux cleaned = 0.000760556 Jy ! Component: 150 - total flux cleaned = 0.000834379 Jy ! Component: 200 - total flux cleaned = 0.000852053 Jy ! Total flux subtracted in 200 components = 0.000852053 Jy ! Clean residual min=-0.001936 max=0.001774 Jy/beam ! Clean residual mean=0.000001 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.0528103 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 67 components and 0.0528103 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054613Jy sigma=0.928787 ! Fit after self-cal, rms=0.054626Jy sigma=0.928753 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 = 3.12453e-05 Jy ! Component: 100 - total flux cleaned = 1.4169e-05 Jy ! Component: 150 - total flux cleaned = 1.43684e-05 Jy ! Component: 200 - total flux cleaned = 1.43485e-05 Jy ! Total flux subtracted in 200 components = 1.43485e-05 Jy ! Clean residual min=-0.001941 max=0.001780 Jy/beam ! Clean residual mean=0.000001 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.0528247 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 69 components and 0.0528247 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054624Jy sigma=0.928726 ! Fit after self-cal, rms=0.054624Jy sigma=0.928722 ! 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.054624Jy sigma=0.928722 ! Fit after self-cal, rms=0.055209Jy sigma=0.928728 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.903 mas, bmaj=9.985 mas, bpa=-6.026 degrees ! Estimated noise=0.660126 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000453457 Jy ! Component: 100 - total flux cleaned = 0.000467793 Jy ! Component: 150 - total flux cleaned = 0.000468259 Jy ! Component: 200 - total flux cleaned = 0.000468173 Jy ! Total flux subtracted in 200 components = 0.000468173 Jy ! Clean residual min=-0.002233 max=0.002000 Jy/beam ! Clean residual mean=0.000002 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.0532928 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 78 components and 0.0532928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055208Jy sigma=0.928707 ! Fit after self-cal, rms=0.055208Jy sigma=0.928667 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.15558e-05 Jy ! Component: 100 - total flux cleaned = -3.47967e-05 Jy ! Component: 150 - total flux cleaned = -3.48282e-05 Jy ! Component: 200 - total flux cleaned = -3.95945e-05 Jy ! Total flux subtracted in 200 components = -3.95945e-05 Jy ! Clean residual min=-0.002237 max=0.002010 Jy/beam ! Clean residual mean=0.000002 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.0532532 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 85 components and 0.0532532 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055209Jy sigma=0.928701 ! Fit after self-cal, rms=0.055208Jy sigma=0.928695 ! 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.001 mas, bmaj=7.83 mas, bpa=-17.37 degrees ! Estimated noise=0.559043 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.001 x 7.83 at -17.37 degrees (North through East) ! Clean map min=-0.0019604 max=0.04632 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.057 mas, bmaj=6.868 mas, bpa=-18.19 degrees ! Estimated noise=0.952559 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0330896 Jy ! Component: 100 - total flux cleaned = 0.043905 Jy ! Component: 150 - total flux cleaned = 0.0486488 Jy ! Component: 200 - total flux cleaned = 0.0499317 Jy ! Total flux subtracted in 200 components = 0.0499317 Jy ! Clean residual min=-0.004146 max=0.003782 Jy/beam ! Clean residual mean=0.000000 rms=0.000935 Jy/beam ! Combined flux in latest and established models = 0.0499318 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0499318 Jy ! Inverting map and beam ! Estimated beam: bmin=4.001 mas, bmaj=7.83 mas, bpa=-17.37 degrees ! Estimated noise=0.559043 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.00263372 Jy ! Component: 100 - total flux cleaned = 0.00304291 Jy ! Component: 150 - total flux cleaned = 0.0032789 Jy ! Component: 200 - total flux cleaned = 0.00338457 Jy ! Total flux subtracted in 200 components = 0.00338457 Jy ! Clean residual min=-0.001946 max=0.001817 Jy/beam ! Clean residual mean=0.000000 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.0533163 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 29 components and 0.0533163 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=7.903 mas, bmaj=9.985 mas, bpa=-6.026 degrees ! Estimated noise=0.660126 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.36696e-05 Jy ! Component: 100 - total flux cleaned = -0.000112586 Jy ! Component: 150 - total flux cleaned = -0.00012302 Jy ! Component: 200 - total flux cleaned = -0.000132272 Jy ! Total flux subtracted in 200 components = -0.000132272 Jy ! Clean residual min=-0.002252 max=0.001990 Jy/beam ! Clean residual mean=0.000002 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.0531841 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 = -7.91836e-06 Jy ! Component: 100 - total flux cleaned = -2.05279e-05 Jy ! Component: 150 - total flux cleaned = -2.59269e-05 Jy ! Component: 200 - total flux cleaned = -3.05883e-05 Jy ! Total flux subtracted in 200 components = -3.05883e-05 Jy ! Clean residual min=-0.002243 max=0.001996 Jy/beam ! Clean residual mean=0.000002 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.0531535 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 39 components and 0.0531535 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.001 mas, bmaj=7.83 mas, bpa=-17.37 degrees ! Estimated noise=0.559043 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000115795 Jy ! Component: 100 - total flux cleaned = 0.000158086 Jy ! Component: 150 - total flux cleaned = 0.000183416 Jy ! Component: 200 - total flux cleaned = 0.00019541 Jy ! Total flux subtracted in 200 components = 0.00019541 Jy ! Clean residual min=-0.001941 max=0.001867 Jy/beam ! Clean residual mean=0.000001 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.0533489 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 49 components and 0.0533489 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055219Jy sigma=0.928864 ! Fit after self-cal, rms=0.055218Jy sigma=0.928799 wmodel J1514+3650_S_map.mod ! Writing 49 model components to file: J1514+3650_S_map.mod wobs J1514+3650_S_uvs.fits ! Writing UV FITS file: J1514+3650_S_uvs.fits wwins J1514+3650_S_map.win ! wwins: Wrote 1 windows to J1514+3650_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 = -8.12044e-05 Jy ! Component: 100 - total flux cleaned = -1.70221e-05 Jy ! Component: 150 - total flux cleaned = -4.80551e-05 Jy ! Component: 200 - total flux cleaned = -7.72134e-05 Jy ! Component: 250 - total flux cleaned = -4.91722e-05 Jy ! Component: 300 - total flux cleaned = 5.74845e-06 Jy ! Component: 350 - total flux cleaned = 0.000165663 Jy ! Component: 400 - total flux cleaned = 0.000269358 Jy ! Component: 450 - total flux cleaned = 0.000446399 Jy ! Component: 500 - total flux cleaned = 0.000595166 Jy ! Component: 550 - total flux cleaned = 0.000790232 Jy ! Component: 600 - total flux cleaned = 0.000981246 Jy ! Component: 650 - total flux cleaned = 0.00107493 Jy ! Component: 700 - total flux cleaned = 0.00125967 Jy ! Component: 750 - total flux cleaned = 0.00144122 Jy ! Component: 800 - total flux cleaned = 0.00153076 Jy ! Component: 850 - total flux cleaned = 0.00161899 Jy ! Component: 900 - total flux cleaned = 0.00170608 Jy ! Component: 950 - total flux cleaned = 0.00172727 Jy ! Component: 1000 - total flux cleaned = 0.00181177 Jy ! Component: 1050 - total flux cleaned = 0.00191603 Jy ! Component: 1100 - total flux cleaned = 0.00197756 Jy ! Component: 1150 - total flux cleaned = 0.00201807 Jy ! Component: 1200 - total flux cleaned = 0.00209817 Jy ! Component: 1250 - total flux cleaned = 0.00217718 Jy ! Component: 1300 - total flux cleaned = 0.00233367 Jy ! Component: 1350 - total flux cleaned = 0.00243026 Jy ! Component: 1400 - total flux cleaned = 0.00248778 Jy ! Component: 1450 - total flux cleaned = 0.00262053 Jy ! Component: 1500 - total flux cleaned = 0.00269538 Jy ! Component: 1550 - total flux cleaned = 0.00280667 Jy ! Component: 1600 - total flux cleaned = 0.00293492 Jy ! Component: 1650 - total flux cleaned = 0.00304401 Jy ! Component: 1700 - total flux cleaned = 0.00317001 Jy ! Component: 1750 - total flux cleaned = 0.00327674 Jy ! Component: 1800 - total flux cleaned = 0.0033649 Jy ! Component: 1850 - total flux cleaned = 0.00346989 Jy ! Component: 1900 - total flux cleaned = 0.00366022 Jy ! Component: 1950 - total flux cleaned = 0.00371168 Jy ! Component: 2000 - total flux cleaned = 0.00386475 Jy ! Component: 2050 - total flux cleaned = 0.00391533 Jy ! Component: 2100 - total flux cleaned = 0.00409888 Jy ! Component: 2150 - total flux cleaned = 0.0041647 Jy ! Component: 2200 - total flux cleaned = 0.0042138 Jy ! Component: 2250 - total flux cleaned = 0.00432784 Jy ! Component: 2300 - total flux cleaned = 0.0044568 Jy ! Component: 2350 - total flux cleaned = 0.00453674 Jy ! Component: 2400 - total flux cleaned = 0.00461616 Jy ! Component: 2450 - total flux cleaned = 0.00477335 Jy ! Component: 2500 - total flux cleaned = 0.0048825 Jy ! Component: 2550 - total flux cleaned = 0.00494421 Jy ! Component: 2600 - total flux cleaned = 0.00503644 Jy ! Component: 2650 - total flux cleaned = 0.00518869 Jy ! Component: 2700 - total flux cleaned = 0.0052491 Jy ! Component: 2750 - total flux cleaned = 0.00530912 Jy ! Component: 2800 - total flux cleaned = 0.00539834 Jy ! Component: 2850 - total flux cleaned = 0.00542792 Jy ! Component: 2900 - total flux cleaned = 0.00548671 Jy ! Component: 2950 - total flux cleaned = 0.0055742 Jy ! Component: 3000 - total flux cleaned = 0.00564651 Jy ! Component: 3050 - total flux cleaned = 0.00574702 Jy ! Component: 3100 - total flux cleaned = 0.0057755 Jy ! Component: 3150 - total flux cleaned = 0.00584643 Jy ! Component: 3200 - total flux cleaned = 0.00593099 Jy ! Component: 3250 - total flux cleaned = 0.00597296 Jy ! Component: 3300 - total flux cleaned = 0.00598696 Jy ! Component: 3350 - total flux cleaned = 0.00609715 Jy ! Component: 3400 - total flux cleaned = 0.00612458 Jy ! Component: 3450 - total flux cleaned = 0.00617908 Jy ! Component: 3500 - total flux cleaned = 0.00621976 Jy ! Component: 3550 - total flux cleaned = 0.00626021 Jy ! Component: 3600 - total flux cleaned = 0.00634039 Jy ! Component: 3650 - total flux cleaned = 0.00630058 Jy ! Component: 3700 - total flux cleaned = 0.00632704 Jy ! Component: 3750 - total flux cleaned = 0.00635329 Jy ! Component: 3800 - total flux cleaned = 0.0063664 Jy ! Component: 3850 - total flux cleaned = 0.00637942 Jy ! Component: 3900 - total flux cleaned = 0.00641814 Jy ! Component: 3950 - total flux cleaned = 0.00643099 Jy ! Component: 4000 - total flux cleaned = 0.00644377 Jy ! Component: 4050 - total flux cleaned = 0.00650733 Jy ! Total flux subtracted in 4096 components = 0.00650721 Jy ! Clean residual min=-0.000813 max=0.000758 Jy/beam ! Clean residual mean=0.000000 rms=0.000228 Jy/beam ! Combined flux in latest and established models = 0.0598561 Jy keep ! Adding 271 model components to the UV plane model. ! The established model now contains 320 components and 0.0598561 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv126_uvs/J1514+3650_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.001 x 7.83 at -17.37 degrees (North through East) ! Clean map min=-0.0017347 max=0.046351 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv126_uvs/J1514+3650_S_map.fits wmodel /scr/pima/rv126_uvs/J1514+3650_S_map.mod ! Writing 320 model components to file: /scr/pima/rv126_uvs/J1514+3650_S_map.mod wobs /scr/pima/rv126_uvs/J1514+3650_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv126_uvs/J1514+3650_S_uvs.fits wwins /scr/pima/rv126_uvs/J1514+3650_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rv126_uvs/J1514+3650_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0463508 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000226485 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.4659 1.4659 2.9318 5.86359 11.7272 23.4544 46.9087 93.8175 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.046 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 204.652 quit ! Quitting program ! Log file /scr/pima/rv126_uvs/J1514+3650_S_dfm.log closed on Sun Dec 23 07:41:03 2018