! Started logfile: /vlbi/bp222/maps//J1327+2210_S_dfm.log on Mon Jan 14 16:50:50 2019 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 /vlbi/bp222/maps//J1327+2210_S_uva.fits ! Reading UV FITS file: /vlbi/bp222/maps//J1327+2210_S_uva.fits ! AN table 1: 16 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.875 visibilities/baseline/integration-bin. ! Found source: J1327+2210 ! ! 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.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 ! 04 4 2.348e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 54 lines of history. ! ! Reading 840 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 J1327+2210_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 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.099092Jy sigma=14.782357 ! Fit after self-cal, rms=0.549904Jy sigma=7.441807 ! 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=13.39 mas, bmaj=22.69 mas, bpa=-28.77 degrees ! Estimated noise=2.75469 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.379367 Jy ! Component: 100 - total flux cleaned = 0.457429 Jy ! Total flux subtracted in 100 components = 0.457429 Jy ! Clean residual min=-0.025272 max=0.024792 Jy/beam ! Clean residual mean=0.000171 rms=0.007810 Jy/beam ! Combined flux in latest and established models = 0.457429 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.457429 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143102Jy sigma=1.923035 ! Fit after self-cal, rms=0.142619Jy sigma=1.916205 ! 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=16.9 mas, bmaj=24.23 mas, bpa=-53.68 degrees ! Estimated noise=2.11148 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.0259329 Jy ! Component: 100 - total flux cleaned = -0.0394804 Jy ! Component: 150 - total flux cleaned = -0.0542116 Jy ! Component: 200 - total flux cleaned = -0.0623187 Jy ! Total flux subtracted in 200 components = -0.0623187 Jy ! Clean residual min=-0.011734 max=0.011724 Jy/beam ! Clean residual mean=0.000056 rms=0.004832 Jy/beam ! Combined flux in latest and established models = 0.395111 Jy ! Performing phase self-cal ! Adding 89 model components to the UV plane model. ! The established model now contains 92 components and 0.395111 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130447Jy sigma=1.779154 ! Fit after self-cal, rms=0.130403Jy sigma=1.778851 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 16.9 x 24.23 at -53.68 degrees (North through East) ! Clean map min=-0.028594 max=0.46457 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 KP 1.03 LA 0.91 NL 1.09 ! OV 1.04 PT 0.89 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.94 KP 1.01 LA 0.94 NL 0.97 ! OV 1.07 PT 0.88 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.95 KP 1.02 LA 0.87 NL 1.00 ! OV 1.03 PT 0.92 ! ! ! Correcting IF 4. ! A total of 45 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* KP 0.00* LA 0.00* NL 0.00* ! OV 0.00* PT 0.00* ! ! ! Fit before self-cal, rms=0.130403Jy sigma=1.778851 ! Fit after self-cal, rms=0.064270Jy sigma=0.874353 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=16.92 mas, bmaj=24.12 mas, bpa=-52.42 degrees ! Estimated noise=2.03712 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.013262 Jy ! Component: 100 - total flux cleaned = 0.0171152 Jy ! Component: 150 - total flux cleaned = 0.0183007 Jy ! Component: 200 - total flux cleaned = 0.0167631 Jy ! Total flux subtracted in 200 components = 0.0167631 Jy ! Clean residual min=-0.004131 max=0.004056 Jy/beam ! Clean residual mean=-0.000082 rms=0.001470 Jy/beam ! Combined flux in latest and established models = 0.411874 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 144 components and 0.411874 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060626Jy sigma=0.830592 ! Fit after self-cal, rms=0.060675Jy sigma=0.829928 ! 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.060675Jy sigma=0.829928 ! Fit after self-cal, rms=0.060010Jy sigma=0.828148 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=16.9 mas, bmaj=24.08 mas, bpa=-52.37 degrees ! Estimated noise=2.0261 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00100647 Jy ! Component: 100 - total flux cleaned = -0.00023088 Jy ! Component: 150 - total flux cleaned = -0.000891223 Jy ! Component: 200 - total flux cleaned = -0.00127713 Jy ! Total flux subtracted in 200 components = -0.00127713 Jy ! Clean residual min=-0.001536 max=0.001536 Jy/beam ! Clean residual mean=-0.000016 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.410597 Jy selfcal ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 205 components and 0.410597 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059310Jy sigma=0.821372 ! Fit after self-cal, rms=0.059296Jy sigma=0.821321 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.000255515 Jy ! Component: 100 - total flux cleaned = 0.000338071 Jy ! Component: 150 - total flux cleaned = 0.000408447 Jy ! Component: 200 - total flux cleaned = 0.000409188 Jy ! Total flux subtracted in 200 components = 0.000409188 Jy ! Clean residual min=-0.001039 max=0.001032 Jy/beam ! Clean residual mean=-0.000005 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.411006 Jy ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 262 components and 0.411006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059092Jy sigma=0.819602 ! Fit after self-cal, rms=0.059089Jy sigma=0.819585 ! 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.059089Jy sigma=0.819585 ! Fit after self-cal, rms=0.058978Jy sigma=0.819463 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=16.89 mas, bmaj=24.06 mas, bpa=-52.33 degrees ! Estimated noise=2.02478 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000775084 Jy ! Component: 100 - total flux cleaned = -0.00109589 Jy ! Component: 150 - total flux cleaned = -0.00134793 Jy ! Component: 200 - total flux cleaned = -0.00154445 Jy ! Total flux subtracted in 200 components = -0.00154445 Jy ! Clean residual min=-0.000809 max=0.000805 Jy/beam ! Clean residual mean=-0.000007 rms=0.000335 Jy/beam ! Combined flux in latest and established models = 0.409462 Jy selfcal ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 302 components and 0.409462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058874Jy sigma=0.818574 ! Fit after self-cal, rms=0.058870Jy sigma=0.818551 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.000626294 Jy ! Component: 100 - total flux cleaned = 0.000910529 Jy ! Component: 150 - total flux cleaned = 0.00100249 Jy ! Component: 200 - total flux cleaned = 0.00113933 Jy ! Total flux subtracted in 200 components = 0.00113933 Jy ! Clean residual min=-0.000780 max=0.000767 Jy/beam ! Clean residual mean=0.000003 rms=0.000289 Jy/beam ! Combined flux in latest and established models = 0.410601 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 338 components and 0.410601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058808Jy sigma=0.818035 ! Fit after self-cal, rms=0.058805Jy sigma=0.818007 ! 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.058805Jy sigma=0.818007 ! Fit after self-cal, rms=0.058783Jy sigma=0.817965 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=17.55 mas, bmaj=25.11 mas, bpa=-55.47 degrees ! Estimated noise=2.0101 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000540404 Jy ! Component: 100 - total flux cleaned = -0.000688455 Jy ! Component: 150 - total flux cleaned = -0.0010484 Jy ! Component: 200 - total flux cleaned = -0.00149985 Jy ! Total flux subtracted in 200 components = -0.00149985 Jy ! Clean residual min=-0.000536 max=0.000533 Jy/beam ! Clean residual mean=-0.000007 rms=0.000209 Jy/beam ! Combined flux in latest and established models = 0.409101 Jy selfcal ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 394 components and 0.409101 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058735Jy sigma=0.817519 ! Fit after self-cal, rms=0.058736Jy sigma=0.817511 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.000397313 Jy ! Component: 100 - total flux cleaned = 0.000634828 Jy ! Component: 150 - total flux cleaned = 0.00066332 Jy ! Component: 200 - total flux cleaned = 0.000691059 Jy ! Total flux subtracted in 200 components = 0.000691059 Jy ! Clean residual min=-0.000463 max=0.000457 Jy/beam ! Clean residual mean=0.000001 rms=0.000172 Jy/beam ! Combined flux in latest and established models = 0.409792 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 432 components and 0.409792 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058705Jy sigma=0.817206 ! Fit after self-cal, rms=0.058703Jy sigma=0.817200 ! 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=16.89 mas, bmaj=24.05 mas, bpa=-52.28 degrees ! Estimated noise=2.02482 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 16.89 x 24.05 at -52.28 degrees (North through East) ! Clean map min=-0.013388 max=0.45991 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=13.65 mas, bmaj=23.09 mas, bpa=-29.46 degrees ! Estimated noise=2.58323 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.369593 Jy ! Component: 100 - total flux cleaned = 0.45019 Jy ! Component: 150 - total flux cleaned = 0.469381 Jy ! Component: 200 - total flux cleaned = 0.478194 Jy ! Total flux subtracted in 200 components = 0.478194 Jy ! Clean residual min=-0.007979 max=0.008068 Jy/beam ! Clean residual mean=0.000088 rms=0.003271 Jy/beam ! Combined flux in latest and established models = 0.478194 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 44 model components to the UV plane model. ! The established model now contains 44 components and 0.478194 Jy ! Inverting map and beam ! Estimated beam: bmin=16.89 mas, bmaj=24.05 mas, bpa=-52.28 degrees ! Estimated noise=2.02482 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.00440958 Jy ! Component: 100 - total flux cleaned = 0.00795948 Jy ! Component: 150 - total flux cleaned = 0.00938916 Jy ! Component: 200 - total flux cleaned = 0.0100922 Jy ! Total flux subtracted in 200 components = 0.0100922 Jy ! Clean residual min=-0.002622 max=0.002622 Jy/beam ! Clean residual mean=0.000050 rms=0.001090 Jy/beam ! Combined flux in latest and established models = 0.488286 Jy ! Adding 69 model components to the UV plane model. ! The established model now contains 112 components and 0.488287 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=17.55 mas, bmaj=25.11 mas, bpa=-55.47 degrees ! Estimated noise=2.0101 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000454387 Jy ! Component: 100 - total flux cleaned = 0.00122824 Jy ! Component: 150 - total flux cleaned = 0.00171665 Jy ! Component: 200 - total flux cleaned = 0.00181167 Jy ! Total flux subtracted in 200 components = 0.00181167 Jy ! Clean residual min=-0.001422 max=0.001430 Jy/beam ! Clean residual mean=0.000012 rms=0.000638 Jy/beam ! Combined flux in latest and established models = 0.490098 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.000167295 Jy ! Component: 100 - total flux cleaned = 0.000319997 Jy ! Component: 150 - total flux cleaned = 0.000470073 Jy ! Component: 200 - total flux cleaned = 0.000767688 Jy ! Total flux subtracted in 200 components = 0.000767688 Jy ! Clean residual min=-0.001249 max=0.001261 Jy/beam ! Clean residual mean=0.000004 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.490866 Jy ! Adding 105 model components to the UV plane model. ! The established model now contains 211 components and 0.490866 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=16.89 mas, bmaj=24.05 mas, bpa=-52.28 degrees ! Estimated noise=2.02482 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000220178 Jy ! Component: 100 - total flux cleaned = -0.000542778 Jy ! Component: 150 - total flux cleaned = -0.000719123 Jy ! Component: 200 - total flux cleaned = -0.000826795 Jy ! Total flux subtracted in 200 components = -0.000826795 Jy ! Clean residual min=-0.000896 max=0.000899 Jy/beam ! Clean residual mean=0.000003 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.490039 Jy selfcal ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 256 components and 0.490039 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058723Jy sigma=0.817769 ! Fit after self-cal, rms=0.058727Jy sigma=0.817586 wmodel J1327+2210_S_map.mod ! Writing 256 model components to file: J1327+2210_S_map.mod wobs J1327+2210_S_uvs.fits ! Writing UV FITS file: J1327+2210_S_uvs.fits wwins J1327+2210_S_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /vlbi/bp222/maps//J1327+2210_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 16.89 x 24.05 at -52.28 degrees (North through East) ! Clean map min=-0.0020227 max=0.45264 Jy/beam ! Writing clean map to FITS file: /vlbi/bp222/maps//J1327+2210_S_map.fits wmodel /vlbi/bp222/maps//J1327+2210_S_map.mod ! Writing 256 model components to file: /vlbi/bp222/maps//J1327+2210_S_map.mod wobs /vlbi/bp222/maps//J1327+2210_S_uvs.fits ! Writing UV FITS file: /vlbi/bp222/maps//J1327+2210_S_uvs.fits wwins /vlbi/bp222/maps//J1327+2210_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.45264 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000377557 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.250237 0.250237 0.500474 1.00095 2.00189 4.00379 8.00758 16.0152 32.0303 64.0606 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.452 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1198.86 quit ! Quitting program ! Log file /vlbi/bp222/maps//J1327+2210_S_dfm.log closed on Mon Jan 14 16:50:53 2019