! Started logfile: /vlbi/vcs9/uvm//J1648+7546_X_a_dfm.log on Tue Dec 26 22:46:48 2017 float field_size field_size = 1024 float field_cell field_cell = 0.2000 float taper_size taper_size = 70.0 float freq freq = 7.39200 obs /vlbi/vcs9/uvm//J1648+7546_X_a_uvm.fits ! Reading UV FITS file: /vlbi/vcs9/uvm//J1648+7546_X_a_uvm.fits ! AN table 1: 116 integrations on 3 of 3 possible baselines. ! AN table 2: 114 integrations on 1 of 1 possible baselines. ! AN table 3: 95 integrations on 6 of 6 possible baselines. ! Apparent sampling: 0.994186 visibilities/baseline/integration-bin. ! Found source: J1648+7546 ! ! 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 7.392e+09 3.2e+07 1 3.2e+07 ! 02 2 7.424e+09 3.2e+07 1 3.2e+07 ! 03 3 7.456e+09 3.2e+07 1 3.2e+07 ! 04 4 7.552e+09 3.2e+07 1 3.2e+07 ! 05 5 7.744e+09 3.2e+07 1 3.2e+07 ! 06 6 7.776e+09 3.2e+07 1 3.2e+07 ! 07 7 7.808e+09 3.2e+07 1 3.2e+07 ! 08 8 7.84e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 94 lines of history. ! ! Reading 8208 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.2 print "taper_size =", taper_size ! taper_size = 70 ![@/opt64/bin/pima_mupet_02.dfm J1648+7546_X] 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.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.0281718 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 9 telescope corrections were flagged in sub-array 1. ! A total of 228 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! A total of 228 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! A total of 228 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! A total of 228 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 5. ! A total of 9 telescope corrections were flagged in sub-array 1. ! A total of 228 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 6. ! A total of 9 telescope corrections were flagged in sub-array 1. ! A total of 228 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 7. ! A total of 9 telescope corrections were flagged in sub-array 1. ! A total of 228 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 8. ! A total of 9 telescope corrections were flagged in sub-array 1. ! A total of 228 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.000097Jy sigma=26.736075 ! Fit after self-cal, rms=0.982228Jy sigma=25.954527 ! 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=6.113 mas, bmaj=12.94 mas, bpa=69.18 degrees ! Estimated noise=0.669344 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.0142111 Jy ! Component: 100 - total flux cleaned = 0.0162373 Jy ! Total flux subtracted in 100 components = 0.0162373 Jy ! Clean residual min=-0.001290 max=0.001308 Jy/beam ! Clean residual mean=0.000013 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.0162373 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0162373 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.021204Jy sigma=0.547167 ! Fit after self-cal, rms=0.021197Jy sigma=0.546983 ! 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=6.738 mas, bmaj=12.95 mas, bpa=73.58 degrees ! Estimated noise=0.313887 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.00212365 Jy ! Component: 100 - total flux cleaned = 0.00301964 Jy ! Component: 150 - total flux cleaned = 0.00366044 Jy ! Component: 200 - total flux cleaned = 0.00413028 Jy ! Total flux subtracted in 200 components = 0.00413028 Jy ! Clean residual min=-0.000553 max=0.000598 Jy/beam ! Clean residual mean=0.000008 rms=0.000212 Jy/beam ! Combined flux in latest and established models = 0.0203676 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 66 model components to the UV plane model. ! The established model now contains 73 components and 0.0203676 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.021015Jy sigma=0.542785 ! Fit after self-cal, rms=0.021014Jy sigma=0.542760 ! Inverting map print "============== Finished natural weighting CLEAN ==============" ! ============== Finished natural weighting CLEAN ============== ! gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 339 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* LA 0.00* PT 0.00* ! ! Amplitude normalization factor in sub-array 2: 1 ! Telescope amplitude corrections in sub-array 2: ! BR 0.00* OV 0.00* ! ! Amplitude normalization factor in sub-array 3: 0.983694 ! Telescope amplitude corrections in sub-array 3: ! FD 1.04 KP 0.98 LA 1.08 PT 0.96 ! ! ! Correcting IF 2. ! A total of 339 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* LA 0.00* PT 0.00* ! ! Amplitude normalization factor in sub-array 2: 1 ! Telescope amplitude corrections in sub-array 2: ! BR 0.00* OV 0.00* ! ! Amplitude normalization factor in sub-array 3: 0.946408 ! Telescope amplitude corrections in sub-array 3: ! FD 1.16 KP 1.10 LA 0.99 PT 0.97 ! ! ! Correcting IF 3. ! A total of 339 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* LA 0.00* PT 0.00* ! ! Amplitude normalization factor in sub-array 2: 1 ! Telescope amplitude corrections in sub-array 2: ! BR 0.00* OV 0.00* ! ! Amplitude normalization factor in sub-array 3: 0.889303 ! Telescope amplitude corrections in sub-array 3: ! FD 0.94 KP 1.08 LA 1.40 PT 1.08 ! ! ! Correcting IF 4. ! A total of 339 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* LA 0.00* PT 0.00* ! ! Amplitude normalization factor in sub-array 2: 1 ! Telescope amplitude corrections in sub-array 2: ! BR 0.00* OV 0.00* ! ! Amplitude normalization factor in sub-array 3: 0.943286 ! Telescope amplitude corrections in sub-array 3: ! FD 1.03 KP 1.03 LA 1.26 PT 0.93 ! ! ! Correcting IF 5. ! A total of 339 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* LA 0.00* PT 0.00* ! ! Amplitude normalization factor in sub-array 2: 1 ! Telescope amplitude corrections in sub-array 2: ! BR 0.00* OV 0.00* ! ! Amplitude normalization factor in sub-array 3: 0.96467 ! Telescope amplitude corrections in sub-array 3: ! FD 1.04 KP 0.88 LA 1.14 PT 1.08 ! ! ! Correcting IF 6. ! A total of 339 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* LA 0.00* PT 0.00* ! ! Amplitude normalization factor in sub-array 2: 1 ! Telescope amplitude corrections in sub-array 2: ! BR 0.00* OV 0.00* ! ! Amplitude normalization factor in sub-array 3: 0.96271 ! Telescope amplitude corrections in sub-array 3: ! FD 1.29 KP 0.89 LA 0.97 PT 1.00 ! ! ! Correcting IF 7. ! A total of 339 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* LA 0.00* PT 0.00* ! ! Amplitude normalization factor in sub-array 2: 1 ! Telescope amplitude corrections in sub-array 2: ! BR 0.00* OV 0.00* ! ! Amplitude normalization factor in sub-array 3: 1.01246 ! Telescope amplitude corrections in sub-array 3: ! FD 0.94 KP 0.86 LA 1.08 PT 1.07 ! ! ! Correcting IF 8. ! A total of 339 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* LA 0.00* PT 0.00* ! ! Amplitude normalization factor in sub-array 2: 1 ! Telescope amplitude corrections in sub-array 2: ! BR 0.00* OV 0.00* ! ! Amplitude normalization factor in sub-array 3: 0.967654 ! Telescope amplitude corrections in sub-array 3: ! FD 1.16 KP 0.84 LA 1.14 PT 0.99 ! ! ! Fit before self-cal, rms=0.021014Jy sigma=0.542760 ! Fit after self-cal, rms=0.022123Jy sigma=0.573457 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.022123Jy sigma=0.573457 ! Fit after self-cal, rms=0.022123Jy sigma=0.573442 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=6.216 mas, bmaj=12.97 mas, bpa=61.23 degrees ! Estimated noise=0.375079 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.00127216 Jy ! Component: 100 - total flux cleaned = -0.00156519 Jy ! Component: 150 - total flux cleaned = -0.00158281 Jy ! Component: 200 - total flux cleaned = -0.00152187 Jy ! Total flux subtracted in 200 components = -0.00152187 Jy ! Clean residual min=-0.000308 max=0.000346 Jy/beam ! Clean residual mean=-0.000001 rms=0.000121 Jy/beam ! Combined flux in latest and established models = 0.0188457 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 67 model components to the UV plane model. ! The established model now contains 137 components and 0.0188457 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.022094Jy sigma=0.571904 ! Fit after self-cal, rms=0.022094Jy sigma=0.571896 ! 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.022094Jy sigma=0.571896 ! Fit after self-cal, rms=0.022046Jy sigma=0.569817 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 = -6.01367e-05 Jy ! Component: 100 - total flux cleaned = 3.20176e-05 Jy ! Component: 150 - total flux cleaned = 0.000109049 Jy ! Component: 200 - total flux cleaned = 0.000181273 Jy ! Total flux subtracted in 200 components = 0.000181273 Jy ! Clean residual min=-0.000259 max=0.000299 Jy/beam ! Clean residual mean=0.000000 rms=0.000101 Jy/beam ! Combined flux in latest and established models = 0.019027 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 155 components and 0.019027 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.022045Jy sigma=0.569772 ! Fit after self-cal, rms=0.022042Jy sigma=0.569522 ! 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: 6.216 x 12.97 at 61.23 degrees (North through East) ! Clean map min=-0.00027141 max=0.016265 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=5.985 mas, bmaj=13.46 mas, bpa=65.9 degrees ! Estimated noise=0.707762 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0131186 Jy ! Component: 100 - total flux cleaned = 0.0140594 Jy ! Component: 150 - total flux cleaned = 0.0149362 Jy ! Component: 200 - total flux cleaned = 0.015655 Jy ! Total flux subtracted in 200 components = 0.015655 Jy ! Clean residual min=-0.000892 max=0.000697 Jy/beam ! Clean residual mean=0.000006 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.015655 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 44 model components to the UV plane model. ! The established model now contains 44 components and 0.015655 Jy ! Inverting map and beam ! Estimated beam: bmin=6.216 mas, bmaj=12.97 mas, bpa=61.23 degrees ! Estimated noise=0.375079 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.00103445 Jy ! Component: 100 - total flux cleaned = 0.00159819 Jy ! Component: 150 - total flux cleaned = 0.00203081 Jy ! Component: 200 - total flux cleaned = 0.00236713 Jy ! Total flux subtracted in 200 components = 0.00236713 Jy ! Clean residual min=-0.000325 max=0.000361 Jy/beam ! Clean residual mean=0.000003 rms=0.000141 Jy/beam ! Combined flux in latest and established models = 0.0180221 Jy ! Adding 68 model components to the UV plane model. ! The established model now contains 107 components and 0.0180221 Jy ! Inverting map clean ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000261658 Jy ! Component: 100 - total flux cleaned = 0.000465389 Jy ! Component: 150 - total flux cleaned = 0.000624445 Jy ! Component: 200 - total flux cleaned = 0.000751463 Jy ! Total flux subtracted in 200 components = 0.000751463 Jy ! Clean residual min=-0.000201 max=0.000286 Jy/beam ! Clean residual mean=0.000001 rms=0.000097 Jy/beam ! Combined flux in latest and established models = 0.0187736 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 55 model components to the UV plane model. ! The established model now contains 149 components and 0.0187736 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.022042Jy sigma=0.569510 ! Fit after self-cal, rms=0.022042Jy sigma=0.569481 wmodel J1648+7546_X_map.mod ! Writing 149 model components to file: J1648+7546_X_map.mod wobs J1648+7546_X_uvs.fits ! Writing UV FITS file: J1648+7546_X_uvs.fits wwins J1648+7546_X_map.win ! wwins: Wrote 1 windows to J1648+7546_X_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 = 0.000125387 Jy ! Component: 100 - total flux cleaned = 0.000231386 Jy ! Component: 150 - total flux cleaned = 0.000272307 Jy ! Component: 200 - total flux cleaned = 0.000311157 Jy ! Component: 250 - total flux cleaned = 0.000341016 Jy ! Component: 300 - total flux cleaned = 0.000373353 Jy ! Component: 350 - total flux cleaned = 0.000404703 Jy ! Component: 400 - total flux cleaned = 0.000408149 Jy ! Component: 450 - total flux cleaned = 0.000411505 Jy ! Component: 500 - total flux cleaned = 0.000411508 Jy ! Component: 550 - total flux cleaned = 0.000414754 Jy ! Component: 600 - total flux cleaned = 0.000411504 Jy ! Component: 650 - total flux cleaned = 0.000398774 Jy ! Component: 700 - total flux cleaned = 0.000389265 Jy ! Component: 750 - total flux cleaned = 0.000379818 Jy ! Component: 800 - total flux cleaned = 0.00037046 Jy ! Component: 850 - total flux cleaned = 0.000348652 Jy ! Component: 900 - total flux cleaned = 0.000326859 Jy ! Component: 950 - total flux cleaned = 0.000305091 Jy ! Component: 1000 - total flux cleaned = 0.000283346 Jy ! Component: 1050 - total flux cleaned = 0.000249083 Jy ! Component: 1100 - total flux cleaned = 0.000224109 Jy ! Component: 1150 - total flux cleaned = 0.000192783 Jy ! Component: 1200 - total flux cleaned = 0.000164503 Jy ! Component: 1250 - total flux cleaned = 0.000129794 Jy ! Component: 1300 - total flux cleaned = 9.80066e-05 Jy ! Component: 1350 - total flux cleaned = 6.58594e-05 Jy ! Component: 1400 - total flux cleaned = 3.00511e-05 Jy ! Component: 1450 - total flux cleaned = -6.23421e-06 Jy ! Component: 1500 - total flux cleaned = -4.63687e-05 Jy ! Component: 1550 - total flux cleaned = -8.71151e-05 Jy ! Component: 1600 - total flux cleaned = -0.000128454 Jy ! Component: 1650 - total flux cleaned = -0.000184523 Jy ! Component: 1700 - total flux cleaned = -0.000245183 Jy ! Component: 1750 - total flux cleaned = -0.000310723 Jy ! Component: 1800 - total flux cleaned = -0.000370118 Jy ! Component: 1850 - total flux cleaned = -0.00043822 Jy ! Component: 1900 - total flux cleaned = -0.000507659 Jy ! Component: 1950 - total flux cleaned = -0.000578542 Jy ! Component: 2000 - total flux cleaned = -0.000654947 Jy ! Component: 2050 - total flux cleaned = -0.000724698 Jy ! Component: 2100 - total flux cleaned = -0.000804196 Jy ! Component: 2150 - total flux cleaned = -0.000885385 Jy ! Component: 2200 - total flux cleaned = -0.000963956 Jy ! Component: 2250 - total flux cleaned = -0.00104864 Jy ! Component: 2300 - total flux cleaned = -0.00113054 Jy ! Component: 2350 - total flux cleaned = -0.00121879 Jy ! Component: 2400 - total flux cleaned = -0.00131372 Jy ! Component: 2450 - total flux cleaned = -0.00140587 Jy ! Component: 2500 - total flux cleaned = -0.00149502 Jy ! Component: 2550 - total flux cleaned = -0.00159612 Jy ! Component: 2600 - total flux cleaned = -0.00168913 Jy ! Component: 2650 - total flux cleaned = -0.00178404 Jy ! Component: 2700 - total flux cleaned = -0.001865 Jy ! Component: 2750 - total flux cleaned = -0.00193668 Jy ! Component: 2800 - total flux cleaned = -0.00202698 Jy ! Component: 2850 - total flux cleaned = -0.00209041 Jy ! Component: 2900 - total flux cleaned = -0.00217285 Jy ! Component: 2950 - total flux cleaned = -0.00226321 Jy ! Component: 3000 - total flux cleaned = -0.00234342 Jy ! Component: 3050 - total flux cleaned = -0.00243815 Jy ! Component: 3100 - total flux cleaned = -0.00252858 Jy ! Component: 3150 - total flux cleaned = -0.00262104 Jy ! Component: 3200 - total flux cleaned = -0.00272922 Jy ! Component: 3250 - total flux cleaned = -0.00283328 Jy ! Component: 3300 - total flux cleaned = -0.00293974 Jy ! Component: 3350 - total flux cleaned = -0.00304141 Jy ! Component: 3400 - total flux cleaned = -0.00315284 Jy ! Component: 3450 - total flux cleaned = -0.00325177 Jy ! Component: 3500 - total flux cleaned = -0.0033765 Jy ! Component: 3550 - total flux cleaned = -0.00348058 Jy ! Component: 3600 - total flux cleaned = -0.00356251 Jy ! Component: 3650 - total flux cleaned = -0.00368873 Jy ! Component: 3700 - total flux cleaned = -0.00376637 Jy ! Component: 3750 - total flux cleaned = -0.0038726 Jy ! Component: 3800 - total flux cleaned = -0.00400913 Jy ! Component: 3850 - total flux cleaned = -0.00414019 Jy ! Component: 3900 - total flux cleaned = -0.00427475 Jy ! Component: 3950 - total flux cleaned = -0.00442319 Jy ! Component: 4000 - total flux cleaned = -0.00456572 Jy ! Component: 4050 - total flux cleaned = -0.00470169 Jy ! Total flux subtracted in 4096 components = -0.00484115 Jy ! Clean residual min=-0.000580 max=0.000612 Jy/beam ! Clean residual mean=-0.000002 rms=0.000215 Jy/beam ! Combined flux in latest and established models = 0.0139324 Jy keep ! Adding 207 model components to the UV plane model. ! The established model now contains 356 components and 0.0139324 Jy ![Exited script file: /opt64/bin/pima_mupet_02.dfm] wmap /vlbi/vcs9/uvm//J1648+7546_X_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.216 x 12.97 at 61.23 degrees (North through East) ! Clean map min=-0.0012137 max=0.01618 Jy/beam ! Writing clean map to FITS file: /vlbi/vcs9/uvm//J1648+7546_X_a_map.fits wmodel /vlbi/vcs9/uvm//J1648+7546_X_a_map.mod ! Writing 356 model components to file: /vlbi/vcs9/uvm//J1648+7546_X_a_map.mod wobs /vlbi/vcs9/uvm//J1648+7546_X_a_uvs.fits ! Writing UV FITS file: /vlbi/vcs9/uvm//J1648+7546_X_a_uvs.fits wwins /vlbi/vcs9/uvm//J1648+7546_X_a_map.win ! wwins: Wrote 2 windows to /vlbi/vcs9/uvm//J1648+7546_X_a_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.01618 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000263656 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -4.88857 4.88857 9.77714 19.5543 39.1086 78.2171 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.016 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 61.367 quit ! Quitting program ! Log file /vlbi/vcs9/uvm//J1648+7546_X_a_dfm.log closed on Tue Dec 26 22:46:52 2017