! Started logfile: /scr/pima/rv122_uvs/J0525-4557_S_dfm.log on Fri Jul 13 21:07:33 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.23275 obs /scr/pima/rv122_uvs/J0525-4557_S_uva.fits ! Reading UV FITS file: /scr/pima/rv122_uvs/J0525-4557_S_uva.fits ! AN table 1: 29 integrations on 6 of 6 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0525-4557 ! ! 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 69 lines of history. ! ! Reading 696 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 J0525-4557_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 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 116 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.023485Jy sigma=12.403616 ! Fit after self-cal, rms=0.858622Jy sigma=10.474436 ! 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.214 mas, bmaj=35.9 mas, bpa=-25.2 degrees ! Estimated noise=4.11851 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.0976415 Jy ! Component: 100 - total flux cleaned = 0.109789 Jy ! Total flux subtracted in 100 components = 0.109789 Jy ! Clean residual min=-0.015328 max=0.015735 Jy/beam ! Clean residual mean=-0.000037 rms=0.006129 Jy/beam ! Combined flux in latest and established models = 0.109789 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 23 components and 0.109789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094952Jy sigma=1.139744 ! Fit after self-cal, rms=0.094632Jy sigma=1.137093 ! 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=2.873 mas, bmaj=29.14 mas, bpa=-24.87 degrees ! Estimated noise=2.62033 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.0253562 Jy ! Component: 100 - total flux cleaned = 0.0338999 Jy ! Component: 150 - total flux cleaned = 0.0412889 Jy ! Component: 200 - total flux cleaned = 0.0466203 Jy ! Total flux subtracted in 200 components = 0.0466203 Jy ! Clean residual min=-0.012412 max=0.012409 Jy/beam ! Clean residual mean=-0.000041 rms=0.003777 Jy/beam ! Combined flux in latest and established models = 0.15641 Jy ! Performing phase self-cal ! Adding 72 model components to the UV plane model. ! The established model now contains 95 components and 0.15641 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079401Jy sigma=0.953633 ! Fit after self-cal, rms=0.078689Jy sigma=0.948793 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.873 x 29.14 at -24.87 degrees (North through East) ! Clean map min=-0.010692 max=0.089752 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.08 KP 0.89 MK 1.10 OV 1.06 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.07 KP 0.96 MK 0.98 OV 0.89 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* KP 0.00* MK 0.00* OV 0.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.20 KP 0.90 MK 0.94 OV 1.01 ! ! ! Fit before self-cal, rms=0.078689Jy sigma=0.948793 ! Fit after self-cal, rms=0.077849Jy sigma=0.927462 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.897 mas, bmaj=29.59 mas, bpa=-25.06 degrees ! Estimated noise=2.62534 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.000907858 Jy ! Component: 100 - total flux cleaned = 0.00212722 Jy ! Component: 150 - total flux cleaned = 0.00194176 Jy ! Component: 200 - total flux cleaned = 0.00103658 Jy ! Total flux subtracted in 200 components = 0.00103658 Jy ! Clean residual min=-0.003013 max=0.002995 Jy/beam ! Clean residual mean=0.000012 rms=0.001131 Jy/beam ! Combined flux in latest and established models = 0.157446 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 149 components and 0.157446 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077018Jy sigma=0.917203 ! Fit after self-cal, rms=0.077120Jy sigma=0.916019 ! 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.077120Jy sigma=0.916019 ! Fit after self-cal, rms=0.077688Jy sigma=0.915224 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.915 mas, bmaj=29.59 mas, bpa=-25.08 degrees ! Estimated noise=2.63709 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000598402 Jy ! Component: 100 - total flux cleaned = -0.000904414 Jy ! Component: 150 - total flux cleaned = -0.00148783 Jy ! Component: 200 - total flux cleaned = -0.00206909 Jy ! Total flux subtracted in 200 components = -0.00206909 Jy ! Clean residual min=-0.002410 max=0.002398 Jy/beam ! Clean residual mean=0.000002 rms=0.000918 Jy/beam ! Combined flux in latest and established models = 0.155377 Jy selfcal ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 184 components and 0.155377 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077182Jy sigma=0.908870 ! Fit after self-cal, rms=0.077195Jy sigma=0.908705 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.0006567 Jy ! Component: 100 - total flux cleaned = 0.000530623 Jy ! Component: 150 - total flux cleaned = 0.000406061 Jy ! Component: 200 - total flux cleaned = -0.000326764 Jy ! Total flux subtracted in 200 components = -0.000326764 Jy ! Clean residual min=-0.002035 max=0.002049 Jy/beam ! Clean residual mean=0.000003 rms=0.000789 Jy/beam ! Combined flux in latest and established models = 0.155051 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 226 components and 0.15505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076871Jy sigma=0.904562 ! Fit after self-cal, rms=0.076865Jy sigma=0.904438 ! 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.076865Jy sigma=0.904438 ! Fit after self-cal, rms=0.077199Jy sigma=0.904149 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.924 mas, bmaj=29.57 mas, bpa=-25.07 degrees ! Estimated noise=2.64244 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00147248 Jy ! Component: 100 - total flux cleaned = -0.00147113 Jy ! Component: 150 - total flux cleaned = -0.0020405 Jy ! Component: 200 - total flux cleaned = -0.00238758 Jy ! Total flux subtracted in 200 components = -0.00238758 Jy ! Clean residual min=-0.001921 max=0.001928 Jy/beam ! Clean residual mean=-0.000002 rms=0.000747 Jy/beam ! Combined flux in latest and established models = 0.152663 Jy selfcal ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 259 components and 0.152663 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076905Jy sigma=0.900503 ! Fit after self-cal, rms=0.076899Jy sigma=0.900439 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.00154526 Jy ! Component: 100 - total flux cleaned = 0.00195213 Jy ! Component: 150 - total flux cleaned = 0.00214806 Jy ! Component: 200 - total flux cleaned = 0.00184901 Jy ! Total flux subtracted in 200 components = 0.00184901 Jy ! Clean residual min=-0.001650 max=0.001662 Jy/beam ! Clean residual mean=0.000002 rms=0.000643 Jy/beam ! Combined flux in latest and established models = 0.154512 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 288 components and 0.154512 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076693Jy sigma=0.897733 ! Fit after self-cal, rms=0.076687Jy sigma=0.897640 ! 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.076687Jy sigma=0.897640 ! Fit after self-cal, rms=0.076789Jy sigma=0.897430 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.458 mas, bmaj=32.68 mas, bpa=-13.14 degrees ! Estimated noise=3.52743 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00321579 Jy ! Component: 100 - total flux cleaned = -0.00353776 Jy ! Component: 150 - total flux cleaned = -0.00353988 Jy ! Component: 200 - total flux cleaned = -0.00513636 Jy ! Total flux subtracted in 200 components = -0.00513636 Jy ! Clean residual min=-0.003573 max=0.003549 Jy/beam ! Clean residual mean=-0.000012 rms=0.001341 Jy/beam ! Combined flux in latest and established models = 0.149376 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 311 components and 0.149376 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076623Jy sigma=0.894968 ! Fit after self-cal, rms=0.076620Jy sigma=0.894820 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.00434564 Jy ! Component: 100 - total flux cleaned = 0.00627945 Jy ! Component: 150 - total flux cleaned = 0.00597654 Jy ! Component: 200 - total flux cleaned = 0.00580884 Jy ! Total flux subtracted in 200 components = 0.00580884 Jy ! Clean residual min=-0.003179 max=0.003174 Jy/beam ! Clean residual mean=0.000014 rms=0.001437 Jy/beam ! Combined flux in latest and established models = 0.155184 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 342 components and 0.155184 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076532Jy sigma=0.893396 ! Fit after self-cal, rms=0.076512Jy sigma=0.893208 ! 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=2.93 mas, bmaj=29.57 mas, bpa=-25.06 degrees ! Estimated noise=2.64003 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.93 x 29.57 at -25.06 degrees (North through East) ! Clean map min=-0.01315 max=0.087535 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.241 mas, bmaj=36.3 mas, bpa=-25.43 degrees ! Estimated noise=4.23171 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0987931 Jy ! Component: 100 - total flux cleaned = 0.115441 Jy ! Component: 150 - total flux cleaned = 0.115311 Jy ! Component: 200 - total flux cleaned = 0.117085 Jy ! Total flux subtracted in 200 components = 0.117085 Jy ! Clean residual min=-0.008149 max=0.008220 Jy/beam ! Clean residual mean=-0.000025 rms=0.003384 Jy/beam ! Combined flux in latest and established models = 0.117085 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 48 model components to the UV plane model. ! The established model now contains 48 components and 0.117085 Jy ! Inverting map and beam ! Estimated beam: bmin=2.93 mas, bmaj=29.57 mas, bpa=-25.06 degrees ! Estimated noise=2.64003 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.0168883 Jy ! Component: 100 - total flux cleaned = 0.0217573 Jy ! Component: 150 - total flux cleaned = 0.0247905 Jy ! Component: 200 - total flux cleaned = 0.0252576 Jy ! Total flux subtracted in 200 components = 0.0252576 Jy ! Clean residual min=-0.007809 max=0.007819 Jy/beam ! Clean residual mean=0.000008 rms=0.001990 Jy/beam ! Combined flux in latest and established models = 0.142342 Jy ! Adding 70 model components to the UV plane model. ! The established model now contains 114 components and 0.142342 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.458 mas, bmaj=32.68 mas, bpa=-13.14 degrees ! Estimated noise=3.52743 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00458935 Jy ! Component: 100 - total flux cleaned = -0.00489778 Jy ! Component: 150 - total flux cleaned = -0.00430322 Jy ! Component: 200 - total flux cleaned = -0.00797551 Jy ! Total flux subtracted in 200 components = -0.00797551 Jy ! Clean residual min=-0.006131 max=0.006136 Jy/beam ! Clean residual mean=0.000006 rms=0.001902 Jy/beam ! Combined flux in latest and established models = 0.134367 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.00407643 Jy ! Component: 100 - total flux cleaned = -0.00898003 Jy ! Component: 150 - total flux cleaned = -0.0119171 Jy ! Component: 200 - total flux cleaned = -0.0184995 Jy ! Total flux subtracted in 200 components = -0.0184995 Jy ! Clean residual min=-0.013795 max=0.013773 Jy/beam ! Clean residual mean=-0.000021 rms=0.003814 Jy/beam ! Combined flux in latest and established models = 0.115867 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 166 components and 0.115867 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.93 mas, bmaj=29.57 mas, bpa=-25.06 degrees ! Estimated noise=2.64003 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0012639 Jy ! Component: 100 - total flux cleaned = 0.000116466 Jy ! Component: 150 - total flux cleaned = -0.000313177 Jy ! Component: 200 - total flux cleaned = -0.000310561 Jy ! Total flux subtracted in 200 components = -0.000310561 Jy ! Clean residual min=-0.003339 max=0.003350 Jy/beam ! Clean residual mean=-0.000015 rms=0.001221 Jy/beam ! Combined flux in latest and established models = 0.115557 Jy selfcal ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 212 components and 0.115557 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077495Jy sigma=0.903703 ! Fit after self-cal, rms=0.077289Jy sigma=0.901972 wmodel J0525-4557_S_map.mod ! Writing 212 model components to file: J0525-4557_S_map.mod wobs J0525-4557_S_uvs.fits ! Writing UV FITS file: J0525-4557_S_uvs.fits wwins J0525-4557_S_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/rv122_uvs/J0525-4557_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.93 x 29.57 at -25.06 degrees (North through East) ! Clean map min=-0.011139 max=0.059727 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv122_uvs/J0525-4557_S_map.fits wmodel /scr/pima/rv122_uvs/J0525-4557_S_map.mod ! Writing 212 model components to file: /scr/pima/rv122_uvs/J0525-4557_S_map.mod wobs /scr/pima/rv122_uvs/J0525-4557_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv122_uvs/J0525-4557_S_uvs.fits wwins /scr/pima/rv122_uvs/J0525-4557_S_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.0597274 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00109494 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -5.49967 5.49967 10.9993 21.9987 43.9974 87.9948 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0032 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.059 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 54.548 quit ! Quitting program ! Log file /scr/pima/rv122_uvs/J0525-4557_S_dfm.log closed on Fri Jul 13 21:07:36 2018