! Started logfile: /vlbi/vcs9/uvm//J2200-1945_C_a_dfm.log on Tue Dec 26 23:07:55 2017 float field_size field_size = 1024 float field_cell field_cell = 0.3000 float taper_size taper_size = 40.0 float freq freq = 4.12800 obs /vlbi/vcs9/uvm//J2200-1945_C_a_uvm.fits ! Reading UV FITS file: /vlbi/vcs9/uvm//J2200-1945_C_a_uvm.fits ! AN table 1: 113 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.901391 visibilities/baseline/integration-bin. ! Found source: J2200-1945 ! ! There are 8 IFs, and a total of 8 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 4.128e+09 3.2e+07 1 3.2e+07 ! 02 2 4.16e+09 3.2e+07 1 3.2e+07 ! 03 3 4.192e+09 3.2e+07 1 3.2e+07 ! 04 4 4.224e+09 3.2e+07 1 3.2e+07 ! 05 5 4.416e+09 3.2e+07 1 3.2e+07 ! 06 6 4.512e+09 3.2e+07 1 3.2e+07 ! 07 7 4.544e+09 3.2e+07 1 3.2e+07 ! 08 8 4.576e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 76 lines of history. ! ! Reading 22816 visibilities. select rr, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 ! Restricting channel ranges to the available 8 channels. ! Selecting polarization: RR, channels: 1..8 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ! Reading IF 5 channels: 5..5 ! Reading IF 6 channels: 6..6 ! Reading IF 7 channels: 7..7 ! Reading IF 8 channels: 8..8 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.3 print "taper_size =", taper_size ! taper_size = 40 ![@/opt64/bin/pima_mupet_02.dfm J2200-1945_C] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 60 float amp_soltime2 amp_soltime2 = 5 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.1 float win_mult win_mult = 1.8 float time_av time_av = 30 float old_peak float new_peak float flux_cutoff print "===============================================================" ! =============================================================== ! print "=== Difmap script: pima_mupet_02.dvm version of 2017.12.26 === " ! === Difmap script: pima_mupet_02.dvm version of 2017.12.26 === ! mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.300x0.300 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.0683229 Jy 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 62 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 62 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 62 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 62 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 62 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 62 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 62 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 62 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.997120Jy sigma=23.059767 ! Fit after self-cal, rms=0.945680Jy sigma=21.862214 ! 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. peakwin win_mult ! Inverting map and beam ! Estimated beam: bmin=1.353 mas, bmaj=6.725 mas, bpa=-18.4 degrees ! Estimated noise=0.473197 mJy/beam. ! Added new window around map position (0, 0). 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 false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=100 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0483408 Jy ! Component: 100 - total flux cleaned = 0.054763 Jy ! Total flux subtracted in 100 components = 0.054763 Jy ! Clean residual min=-0.001672 max=0.001596 Jy/beam ! Clean residual mean=0.000001 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.054763 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.054763 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.040299Jy sigma=0.695352 ! Fit after self-cal, rms=0.040294Jy sigma=0.695232 ! Inverting map print "============== Finished uniform weighting CLEAN ==============" ! ============== Finished uniform weighting CLEAN ============== ! uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! 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=1.874 mas, bmaj=7.699 mas, bpa=-17.18 degrees ! Estimated noise=0.202511 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000681434 Jy ! Component: 100 - total flux cleaned = 0.000886371 Jy ! Component: 150 - total flux cleaned = 0.000995761 Jy ! Component: 200 - total flux cleaned = 0.00108124 Jy ! Total flux subtracted in 200 components = 0.00108124 Jy ! Clean residual min=-0.000948 max=0.000774 Jy/beam ! Clean residual mean=0.000002 rms=0.000218 Jy/beam ! Combined flux in latest and established models = 0.0558442 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 30 components and 0.0558442 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.040281Jy sigma=0.694369 ! Fit after self-cal, rms=0.040280Jy sigma=0.694358 ! Inverting map print "============== Finished natural weighting CLEAN ==============" ! ============== Finished natural weighting CLEAN ============== ! gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.991868 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.04 HN 0.99 KP 1.05 ! LA 1.00 MK 0.97 NL 1.00 OV 1.01 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.992967 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.03 HN 1.01 KP 1.04 ! LA 1.01 MK 0.98 NL 1.02 OV 0.97 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.97564 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.05 HN 1.08 KP 1.05 ! LA 0.99 MK 0.99 NL 0.99 OV 0.99 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.995108 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00 HN 1.07 KP 1.02 ! LA 0.98 MK 0.96 NL 1.03 OV 0.99 ! ! ! Correcting IF 5. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.03837 ! Telescope amplitude corrections in sub-array 1: ! BR 0.75 FD 1.03 HN 1.00 KP 1.00 ! LA 0.95 MK 0.98 NL 1.03 OV 0.97 ! ! ! Correcting IF 6. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.996418 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00 HN 1.06 KP 1.02 ! LA 0.96 MK 1.03 NL 0.99 OV 0.98 ! ! ! Correcting IF 7. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.996058 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.96 HN 1.03 KP 1.03 ! LA 0.97 MK 0.99 NL 1.00 OV 1.01 ! ! ! Correcting IF 8. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.0148 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00 HN 0.99 KP 1.01 ! LA 0.95 MK 0.98 NL 0.98 OV 0.98 ! ! ! Fit before self-cal, rms=0.040280Jy sigma=0.694358 ! Fit after self-cal, rms=0.037781Jy sigma=0.693431 selfcal false, false, phase_soltime ! Performing phase self-cal over 10 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.037781Jy sigma=0.693431 ! Fit after self-cal, rms=0.037781Jy sigma=0.693431 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.872 mas, bmaj=7.703 mas, bpa=-17.38 degrees ! Estimated noise=0.202033 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000253757 Jy ! Component: 100 - total flux cleaned = -0.000359287 Jy ! Component: 150 - total flux cleaned = -0.000404634 Jy ! Component: 200 - total flux cleaned = -0.000427258 Jy ! Total flux subtracted in 200 components = -0.000427258 Jy ! Clean residual min=-0.000795 max=0.000786 Jy/beam ! Clean residual mean=0.000001 rms=0.000193 Jy/beam ! Combined flux in latest and established models = 0.0554169 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 48 components and 0.0554169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.037775Jy sigma=0.693285 ! Fit after self-cal, rms=0.037775Jy sigma=0.693281 ! Inverting map print "============== Finished amplitude gscale SELF-CAL ==============" ! ============== Finished amplitude gscale SELF-CAL ============== ! phase_soltime=phase_soltime2 selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.037775Jy sigma=0.693281 ! Fit after self-cal, rms=0.037766Jy sigma=0.693046 dynam = dynam - 0.5 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 false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -2.34234e-05 Jy ! Component: 100 - total flux cleaned = -2.93581e-05 Jy ! Component: 150 - total flux cleaned = -3.49735e-05 Jy ! Component: 200 - total flux cleaned = -2.98572e-05 Jy ! Total flux subtracted in 200 components = -2.98572e-05 Jy ! Clean residual min=-0.000791 max=0.000783 Jy/beam ! Clean residual mean=0.000001 rms=0.000193 Jy/beam ! Combined flux in latest and established models = 0.0553871 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 59 components and 0.0553871 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.037765Jy sigma=0.693011 ! Fit after self-cal, rms=0.037764Jy sigma=0.693001 ! Inverting map print "=== Finished natural weighting clean with shorter phase_soltime " ! === Finished natural weighting clean with shorter phase_soltime ! dynam = dynam - 0.25 restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.872 x 7.703 at -17.38 degrees (North through East) ! Clean map min=-0.0007503 max=0.055011 Jy/beam if(peak(flux) > thresh) selfcal true, true, amp_soltime1 selfcal false, false, phase_soltime 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 false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) print "============== Finished amplitude self-cal ==============" end if print "============== Clearing model and starting over ==========" ! ============== Clearing model and starting over ========== clrmod true,true,true ! clrmod: Cleared the established, tentative and continuum 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=1.354 mas, bmaj=6.707 mas, bpa=-18.5 degrees ! Estimated noise=0.473183 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0483781 Jy ! Component: 100 - total flux cleaned = 0.0547555 Jy ! Component: 150 - total flux cleaned = 0.0552175 Jy ! Component: 200 - total flux cleaned = 0.0554068 Jy ! Total flux subtracted in 200 components = 0.0554068 Jy ! Clean residual min=-0.001371 max=0.001482 Jy/beam ! Clean residual mean=0.000001 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.0554068 Jy uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 0.0554068 Jy ! Inverting map and beam ! Estimated beam: bmin=1.872 mas, bmaj=7.703 mas, bpa=-17.38 degrees ! Estimated noise=0.202033 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.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000178748 Jy ! Component: 100 - total flux cleaned = -0.000154297 Jy ! Component: 150 - total flux cleaned = -0.000134639 Jy ! Component: 200 - total flux cleaned = -0.00011895 Jy ! Total flux subtracted in 200 components = -0.00011895 Jy ! Clean residual min=-0.000822 max=0.000782 Jy/beam ! Clean residual mean=0.000001 rms=0.000194 Jy/beam ! Combined flux in latest and established models = 0.0552878 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 39 components and 0.0552878 Jy ! Inverting map clean ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 6.54507e-06 Jy ! Component: 100 - total flux cleaned = 1.30324e-05 Jy ! Component: 150 - total flux cleaned = 2.42412e-05 Jy ! Component: 200 - total flux cleaned = 3.48718e-05 Jy ! Total flux subtracted in 200 components = 3.48718e-05 Jy ! Clean residual min=-0.000821 max=0.000778 Jy/beam ! Clean residual mean=0.000001 rms=0.000193 Jy/beam ! Combined flux in latest and established models = 0.0553227 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 47 components and 0.0553227 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.037766Jy sigma=0.693016 ! Fit after self-cal, rms=0.037766Jy sigma=0.693017 wmodel J2200-1945_C_map.mod ! Writing 47 model components to file: J2200-1945_C_map.mod wobs J2200-1945_C_uvs.fits ! Writing UV FITS file: J2200-1945_C_uvs.fits wwins J2200-1945_C_map.win ! wwins: Wrote 1 windows to J2200-1945_C_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 = -4.528e-05 Jy ! Component: 100 - total flux cleaned = -0.000130251 Jy ! Component: 150 - total flux cleaned = -0.000188181 Jy ! Component: 200 - total flux cleaned = -0.000199821 Jy ! Component: 250 - total flux cleaned = -0.000221189 Jy ! Component: 300 - total flux cleaned = -0.000251886 Jy ! Component: 350 - total flux cleaned = -0.00030115 Jy ! Component: 400 - total flux cleaned = -0.000262859 Jy ! Component: 450 - total flux cleaned = -0.000300331 Jy ! Component: 500 - total flux cleaned = -0.000299944 Jy ! Component: 550 - total flux cleaned = -0.000317849 Jy ! Component: 600 - total flux cleaned = -0.000326736 Jy ! Component: 650 - total flux cleaned = -0.000335121 Jy ! Component: 700 - total flux cleaned = -0.000334986 Jy ! Component: 750 - total flux cleaned = -0.00032695 Jy ! Component: 800 - total flux cleaned = -0.000327055 Jy ! Component: 850 - total flux cleaned = -0.000327255 Jy ! Component: 900 - total flux cleaned = -0.000373696 Jy ! Component: 950 - total flux cleaned = -0.000396549 Jy ! Component: 1000 - total flux cleaned = -0.000411488 Jy ! Component: 1050 - total flux cleaned = -0.000440985 Jy ! Component: 1100 - total flux cleaned = -0.000470098 Jy ! Component: 1150 - total flux cleaned = -0.000491605 Jy ! Component: 1200 - total flux cleaned = -0.000512751 Jy ! Component: 1250 - total flux cleaned = -0.000512785 Jy ! Component: 1300 - total flux cleaned = -0.000526674 Jy ! Component: 1350 - total flux cleaned = -0.000553757 Jy ! Component: 1400 - total flux cleaned = -0.000560313 Jy ! Component: 1450 - total flux cleaned = -0.000560277 Jy ! Component: 1500 - total flux cleaned = -0.000560331 Jy ! Component: 1550 - total flux cleaned = -0.000586125 Jy ! Component: 1600 - total flux cleaned = -0.000573293 Jy ! Component: 1650 - total flux cleaned = -0.00058587 Jy ! Component: 1700 - total flux cleaned = -0.000579579 Jy ! Component: 1750 - total flux cleaned = -0.000561062 Jy ! Component: 1800 - total flux cleaned = -0.000555015 Jy ! Component: 1850 - total flux cleaned = -0.000549048 Jy ! Component: 1900 - total flux cleaned = -0.000542996 Jy ! Component: 1950 - total flux cleaned = -0.000531275 Jy ! Component: 2000 - total flux cleaned = -0.00053112 Jy ! Component: 2050 - total flux cleaned = -0.000502356 Jy ! Component: 2100 - total flux cleaned = -0.000490989 Jy ! Component: 2150 - total flux cleaned = -0.000479693 Jy ! Component: 2200 - total flux cleaned = -0.000479668 Jy ! Component: 2250 - total flux cleaned = -0.000468562 Jy ! Component: 2300 - total flux cleaned = -0.000435608 Jy ! Component: 2350 - total flux cleaned = -0.000435688 Jy ! Component: 2400 - total flux cleaned = -0.000414192 Jy ! Component: 2450 - total flux cleaned = -0.000398275 Jy ! Component: 2500 - total flux cleaned = -0.000398324 Jy ! Component: 2550 - total flux cleaned = -0.000393182 Jy ! Component: 2600 - total flux cleaned = -0.000414003 Jy ! Component: 2650 - total flux cleaned = -0.000414026 Jy ! Component: 2700 - total flux cleaned = -0.000408908 Jy ! Component: 2750 - total flux cleaned = -0.000424051 Jy ! Component: 2800 - total flux cleaned = -0.000464126 Jy ! Component: 2850 - total flux cleaned = -0.000444172 Jy ! Component: 2900 - total flux cleaned = -0.000458986 Jy ! Component: 2950 - total flux cleaned = -0.000468753 Jy ! Component: 3000 - total flux cleaned = -0.000493022 Jy ! Component: 3050 - total flux cleaned = -0.00049784 Jy ! Component: 3100 - total flux cleaned = -0.00052175 Jy ! Component: 3150 - total flux cleaned = -0.000517026 Jy ! Component: 3200 - total flux cleaned = -0.00054527 Jy ! Component: 3250 - total flux cleaned = -0.000563965 Jy ! Component: 3300 - total flux cleaned = -0.000573313 Jy ! Component: 3350 - total flux cleaned = -0.000587129 Jy ! Component: 3400 - total flux cleaned = -0.000605417 Jy ! Component: 3450 - total flux cleaned = -0.000628053 Jy ! Component: 3500 - total flux cleaned = -0.000646052 Jy ! Component: 3550 - total flux cleaned = -0.00063711 Jy ! Component: 3600 - total flux cleaned = -0.00064601 Jy ! Component: 3650 - total flux cleaned = -0.000646025 Jy ! Component: 3700 - total flux cleaned = -0.00066355 Jy ! Component: 3750 - total flux cleaned = -0.000676615 Jy ! Component: 3800 - total flux cleaned = -0.000659345 Jy ! Component: 3850 - total flux cleaned = -0.000680768 Jy ! Component: 3900 - total flux cleaned = -0.00069352 Jy ! Component: 3950 - total flux cleaned = -0.000714696 Jy ! Component: 4000 - total flux cleaned = -0.000714715 Jy ! Component: 4050 - total flux cleaned = -0.000727275 Jy ! Total flux subtracted in 4096 components = -0.000764641 Jy ! Clean residual min=-0.000226 max=0.000211 Jy/beam ! Clean residual mean=-0.000000 rms=0.000080 Jy/beam ! Combined flux in latest and established models = 0.054558 Jy keep ! Adding 312 model components to the UV plane model. ! The established model now contains 359 components and 0.054558 Jy ![Exited script file: /opt64/bin/pima_mupet_02.dfm] wmap /vlbi/vcs9/uvm//J2200-1945_C_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.872 x 7.703 at -17.38 degrees (North through East) ! Clean map min=-0.00052216 max=0.055005 Jy/beam ! Writing clean map to FITS file: /vlbi/vcs9/uvm//J2200-1945_C_a_map.fits wmodel /vlbi/vcs9/uvm//J2200-1945_C_a_map.mod ! Writing 359 model components to file: /vlbi/vcs9/uvm//J2200-1945_C_a_map.mod wobs /vlbi/vcs9/uvm//J2200-1945_C_a_uvs.fits ! Writing UV FITS file: /vlbi/vcs9/uvm//J2200-1945_C_a_uvs.fits wwins /vlbi/vcs9/uvm//J2200-1945_C_a_map.win ! wwins: Wrote 2 windows to /vlbi/vcs9/uvm//J2200-1945_C_a_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0550051 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 7.86052e-05 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.428716 0.428716 0.857433 1.71487 3.42973 6.85946 13.7189 27.4378 54.8757 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0002 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.055 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 699.763 quit ! Quitting program ! Log file /vlbi/vcs9/uvm//J2200-1945_C_a_dfm.log closed on Tue Dec 26 23:07:59 2017