! Started logfile: /image_prod/ug002_uvm//J1632-4558_S_a_dfm.log on Wed Mar 4 17:27:14 2020 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.22000 obs /image_prod/ug002_uvm//J1632-4558_S_a_uvm.fits ! Reading UV FITS file: /image_prod/ug002_uvm//J1632-4558_S_a_uvm.fits ! AN table 1: 73 integrations on 1 of 1 possible baselines. ! AN table 2: 120 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.987431 visibilities/baseline/integration-bin. ! Found source: J1632-4558 ! ! There are 3 IFs, and a total of 3 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 36 lines of history. ! ! Reading 3771 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 3 channels. ! Selecting polarization: RR, channels: 1..3 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 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 J1632-4558_S_a] 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 146 telescope corrections were flagged in sub-array 1. ! A total of 7 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 146 telescope corrections were flagged in sub-array 1. ! A total of 7 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 146 telescope corrections were flagged in sub-array 1. ! A total of 7 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.025830Jy sigma=6.067144 ! Fit after self-cal, rms=0.795894Jy sigma=4.634473 ! 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=12.81 mas, bmaj=82.7 mas, bpa=0.6318 degrees ! Estimated noise=3.01919 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.160025 Jy ! Component: 100 - total flux cleaned = 0.22586 Jy ! Total flux subtracted in 100 components = 0.22586 Jy ! Clean residual min=-0.015105 max=0.031629 Jy/beam ! Clean residual mean=-0.001742 rms=0.008694 Jy/beam ! Combined flux in latest and established models = 0.22586 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 32 components and 0.22586 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.092970Jy sigma=0.538408 ! Fit after self-cal, rms=0.092565Jy sigma=0.536553 ! 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=14.08 mas, bmaj=88.5 mas, bpa=-0.4192 degrees ! Estimated noise=2.04183 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.0399729 Jy ! Component: 100 - total flux cleaned = 0.060212 Jy ! Component: 150 - total flux cleaned = 0.070416 Jy ! Component: 200 - total flux cleaned = 0.076108 Jy ! Total flux subtracted in 200 components = 0.076108 Jy ! Clean residual min=-0.004101 max=0.004154 Jy/beam ! Clean residual mean=-0.000384 rms=0.001883 Jy/beam ! Combined flux in latest and established models = 0.301968 Jy ! Performing phase self-cal ! Adding 88 model components to the UV plane model. ! The established model now contains 120 components and 0.301968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075170Jy sigma=0.429303 ! Fit after self-cal, rms=0.074951Jy sigma=0.428441 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 14.08 x 88.5 at -0.4192 degrees (North through East) ! Clean map min=-0.0050772 max=0.21484 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* KP 0.00* ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 1.09 KP 1.02 LA 0.98 OV 1.05 ! PT 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* KP 0.00* ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 1.01 KP 0.97 LA 0.95 OV 1.04 ! PT 0.95 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* KP 0.00* ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.99 KP 1.01 LA 0.96 OV 0.95 ! PT 0.98 ! ! ! Fit before self-cal, rms=0.074951Jy sigma=0.428441 ! Fit after self-cal, rms=0.072689Jy sigma=0.421578 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=14.19 mas, bmaj=88.87 mas, bpa=-0.5102 degrees ! Estimated noise=2.0142 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.00162629 Jy ! Component: 100 - total flux cleaned = -0.00123474 Jy ! Component: 150 - total flux cleaned = -0.00123323 Jy ! Component: 200 - total flux cleaned = -0.00189574 Jy ! Total flux subtracted in 200 components = -0.00189574 Jy ! Clean residual min=-0.001132 max=0.001118 Jy/beam ! Clean residual mean=-0.000045 rms=0.000538 Jy/beam ! Combined flux in latest and established models = 0.300072 Jy ! Performing phase self-cal ! Adding 92 model components to the UV plane model. ! The established model now contains 212 components and 0.300072 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072423Jy sigma=0.420022 ! Fit after self-cal, rms=0.072402Jy sigma=0.419938 ! 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. ! ! Fit before self-cal, rms=0.072402Jy sigma=0.419938 ! Fit after self-cal, rms=0.072202Jy sigma=0.419476 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=14.18 mas, bmaj=88.89 mas, bpa=-0.5305 degrees ! Estimated noise=2.01195 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000487916 Jy ! Component: 100 - total flux cleaned = -0.000647212 Jy ! Component: 150 - total flux cleaned = -0.000976646 Jy ! Component: 200 - total flux cleaned = -0.00140631 Jy ! Total flux subtracted in 200 components = -0.00140631 Jy ! Clean residual min=-0.000672 max=0.000659 Jy/beam ! Clean residual mean=-0.000021 rms=0.000328 Jy/beam ! Combined flux in latest and established models = 0.298666 Jy selfcal ! Performing phase self-cal ! Adding 108 model components to the UV plane model. ! The established model now contains 319 components and 0.298666 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072130Jy sigma=0.419078 ! Fit after self-cal, rms=0.072123Jy sigma=0.419062 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.000238582 Jy ! Component: 100 - total flux cleaned = -0.000311262 Jy ! Component: 150 - total flux cleaned = -0.000512604 Jy ! Component: 200 - total flux cleaned = -0.000602775 Jy ! Total flux subtracted in 200 components = -0.000602775 Jy ! Clean residual min=-0.000492 max=0.000490 Jy/beam ! Clean residual mean=-0.000011 rms=0.000231 Jy/beam ! Combined flux in latest and established models = 0.298063 Jy ! Performing phase self-cal ! Adding 89 model components to the UV plane model. ! The established model now contains 402 components and 0.298063 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072092Jy sigma=0.418885 ! Fit after self-cal, rms=0.072090Jy sigma=0.418880 ! 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. ! ! Fit before self-cal, rms=0.072090Jy sigma=0.418880 ! Fit after self-cal, rms=0.071860Jy sigma=0.418663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=14.17 mas, bmaj=88.81 mas, bpa=-0.551 degrees ! Estimated noise=2.00742 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000294421 Jy ! Component: 100 - total flux cleaned = 0.000476556 Jy ! Component: 150 - total flux cleaned = 0.000528475 Jy ! Component: 200 - total flux cleaned = 0.000505556 Jy ! Total flux subtracted in 200 components = 0.000505556 Jy ! Clean residual min=-0.000374 max=0.000379 Jy/beam ! Clean residual mean=-0.000002 rms=0.000186 Jy/beam ! Combined flux in latest and established models = 0.298569 Jy selfcal ! Performing phase self-cal ! Adding 87 model components to the UV plane model. ! The established model now contains 481 components and 0.298569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071839Jy sigma=0.418548 ! Fit after self-cal, rms=0.071839Jy sigma=0.418544 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.000245826 Jy ! Component: 100 - total flux cleaned = 0.000312959 Jy ! Component: 150 - total flux cleaned = 0.000433491 Jy ! Component: 200 - total flux cleaned = 0.000530683 Jy ! Total flux subtracted in 200 components = 0.000530683 Jy ! Clean residual min=-0.000315 max=0.000319 Jy/beam ! Clean residual mean=0.000001 rms=0.000156 Jy/beam ! Combined flux in latest and established models = 0.299099 Jy ! Performing phase self-cal ! Adding 99 model components to the UV plane model. ! The established model now contains 559 components and 0.299099 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071827Jy sigma=0.418481 ! Fit after self-cal, rms=0.071827Jy sigma=0.418479 ! 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. ! ! Fit before self-cal, rms=0.071827Jy sigma=0.418479 ! Fit after self-cal, rms=0.071687Jy sigma=0.418468 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=14.79 mas, bmaj=90.83 mas, bpa=-0.75 degrees ! Estimated noise=2.00461 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000129005 Jy ! Component: 100 - total flux cleaned = 0.000250755 Jy ! Component: 150 - total flux cleaned = 0.000251566 Jy ! Component: 200 - total flux cleaned = 0.00030077 Jy ! Total flux subtracted in 200 components = 0.00030077 Jy ! Clean residual min=-0.000266 max=0.000264 Jy/beam ! Clean residual mean=-0.000000 rms=0.000130 Jy/beam ! Combined flux in latest and established models = 0.2994 Jy selfcal ! Performing phase self-cal ! Adding 96 model components to the UV plane model. ! The established model now contains 646 components and 0.2994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071677Jy sigma=0.418416 ! Fit after self-cal, rms=0.071676Jy sigma=0.418415 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.000140094 Jy ! Component: 100 - total flux cleaned = 0.00020436 Jy ! Component: 150 - total flux cleaned = 0.000281501 Jy ! Component: 200 - total flux cleaned = 0.000416447 Jy ! Total flux subtracted in 200 components = 0.000416447 Jy ! Clean residual min=-0.000247 max=0.000248 Jy/beam ! Clean residual mean=0.000001 rms=0.000118 Jy/beam ! Combined flux in latest and established models = 0.299817 Jy ! Performing phase self-cal ! Adding 99 model components to the UV plane model. ! The established model now contains 724 components and 0.299817 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071670Jy sigma=0.418378 ! Fit after self-cal, rms=0.071669Jy sigma=0.418378 ! 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=14.16 mas, bmaj=88.76 mas, bpa=-0.5595 degrees ! Estimated noise=2.00435 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 14.16 x 88.76 at -0.5595 degrees (North through East) ! Clean map min=-0.0029704 max=0.21161 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=12.92 mas, bmaj=82.83 mas, bpa=0.4517 degrees ! Estimated noise=2.96448 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.156314 Jy ! Component: 100 - total flux cleaned = 0.220723 Jy ! Component: 150 - total flux cleaned = 0.2554 Jy ! Component: 200 - total flux cleaned = 0.274087 Jy ! Total flux subtracted in 200 components = 0.274087 Jy ! Clean residual min=-0.005995 max=0.008946 Jy/beam ! Clean residual mean=-0.000576 rms=0.002819 Jy/beam ! Combined flux in latest and established models = 0.274087 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 35 model components to the UV plane model. ! The established model now contains 35 components and 0.274087 Jy ! Inverting map and beam ! Estimated beam: bmin=14.16 mas, bmaj=88.76 mas, bpa=-0.5595 degrees ! Estimated noise=2.00435 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.010804 Jy ! Component: 100 - total flux cleaned = 0.0148902 Jy ! Component: 150 - total flux cleaned = 0.0167444 Jy ! Component: 200 - total flux cleaned = 0.0173908 Jy ! Total flux subtracted in 200 components = 0.0173908 Jy ! Clean residual min=-0.002298 max=0.002281 Jy/beam ! Clean residual mean=-0.000156 rms=0.001071 Jy/beam ! Combined flux in latest and established models = 0.291477 Jy ! Adding 142 model components to the UV plane model. ! The established model now contains 175 components and 0.291478 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=14.79 mas, bmaj=90.83 mas, bpa=-0.75 degrees ! Estimated noise=2.00461 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000379991 Jy ! Component: 100 - total flux cleaned = 0.000159683 Jy ! Component: 150 - total flux cleaned = 0.000337558 Jy ! Component: 200 - total flux cleaned = 0.000117822 Jy ! Total flux subtracted in 200 components = 0.000117822 Jy ! Clean residual min=-0.001104 max=0.001097 Jy/beam ! Clean residual mean=-0.000080 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.291595 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.6812e-06 Jy ! Component: 100 - total flux cleaned = 9.57849e-05 Jy ! Component: 150 - total flux cleaned = -2.86693e-06 Jy ! Component: 200 - total flux cleaned = -8.05332e-05 Jy ! Total flux subtracted in 200 components = -8.05332e-05 Jy ! Clean residual min=-0.000650 max=0.000650 Jy/beam ! Clean residual mean=-0.000047 rms=0.000355 Jy/beam ! Combined flux in latest and established models = 0.291515 Jy ! Adding 232 model components to the UV plane model. ! The established model now contains 397 components and 0.291515 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=14.16 mas, bmaj=88.76 mas, bpa=-0.5595 degrees ! Estimated noise=2.00435 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000259451 Jy ! Component: 100 - total flux cleaned = -0.000608586 Jy ! Component: 150 - total flux cleaned = -0.000866396 Jy ! Component: 200 - total flux cleaned = -0.00113574 Jy ! Total flux subtracted in 200 components = -0.00113574 Jy ! Clean residual min=-0.000481 max=0.000481 Jy/beam ! Clean residual mean=-0.000031 rms=0.000251 Jy/beam ! Combined flux in latest and established models = 0.290379 Jy selfcal ! Performing phase self-cal ! Adding 81 model components to the UV plane model. ! The established model now contains 474 components and 0.290379 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071713Jy sigma=0.418641 ! Fit after self-cal, rms=0.071714Jy sigma=0.418637 wmodel J1632-4558_S_a_map.mod ! Writing 474 model components to file: J1632-4558_S_a_map.mod wobs J1632-4558_S_a_uvs.fits ! Writing UV FITS file: J1632-4558_S_a_uvs.fits wwins J1632-4558_S_a_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /image_prod/ug002_uvm//J1632-4558_S_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 14.16 x 88.76 at -0.5595 degrees (North through East) ! Clean map min=-0.0036858 max=0.20949 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uvm//J1632-4558_S_a_map.fits wmodel /image_prod/ug002_uvm//J1632-4558_S_a_map.mod ! Writing 474 model components to file: /image_prod/ug002_uvm//J1632-4558_S_a_map.mod wobs /image_prod/ug002_uvm//J1632-4558_S_a_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uvm//J1632-4558_S_a_uvs.fits wwins /image_prod/ug002_uvm//J1632-4558_S_a_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.209494 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000245875 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.352099 0.352099 0.704197 1.40839 2.81679 5.63358 11.2672 22.5343 45.0686 90.1372 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.209 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 852.034 quit ! Quitting program ! Log file /image_prod/ug002_uvm//J1632-4558_S_a_dfm.log closed on Wed Mar 4 17:27:19 2020