! Started logfile: /vlbi/vcs9/uvm//J1544+2308_C_a_dfm.log on Tue Dec 26 22:43:13 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//J1544+2308_C_a_uvm.fits ! Reading UV FITS file: /vlbi/vcs9/uvm//J1544+2308_C_a_uvm.fits ! AN table 1: 125 integrations on 1 of 1 possible baselines. ! AN table 2: 97 integrations on 21 of 21 possible baselines. ! AN table 3: 95 integrations on 6 of 6 possible baselines. ! Apparent sampling: 0.97328 visibilities/baseline/integration-bin. ! Found source: J1544+2308 ! ! 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 94 lines of history. ! ! Reading 21272 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 J1544+2308_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.0225354 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 250 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 250 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 250 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 250 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 5. ! A total of 250 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 6. ! A total of 250 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 7. ! A total of 250 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 8. ! A total of 250 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.000589Jy sigma=34.398935 ! Fit after self-cal, rms=0.991170Jy sigma=34.283294 ! 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.662 mas, bmaj=4.289 mas, bpa=13.8 degrees ! Estimated noise=0.326808 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.00794374 Jy ! Component: 100 - total flux cleaned = 0.00901962 Jy ! Total flux subtracted in 100 components = 0.00901962 Jy ! Clean residual min=-0.000956 max=0.001035 Jy/beam ! Clean residual mean=0.000001 rms=0.000244 Jy/beam ! Combined flux in latest and established models = 0.00901962 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.00901962 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.020472Jy sigma=0.665742 ! Fit after self-cal, rms=0.020460Jy sigma=0.665270 ! 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=2.23 mas, bmaj=4.961 mas, bpa=11.75 degrees ! Estimated noise=0.143577 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.000332121 Jy ! Component: 100 - total flux cleaned = 0.000378941 Jy ! Component: 150 - total flux cleaned = 0.000402508 Jy ! Component: 200 - total flux cleaned = 0.000409337 Jy ! Total flux subtracted in 200 components = 0.000409337 Jy ! Clean residual min=-0.000729 max=0.000807 Jy/beam ! Clean residual mean=0.000001 rms=0.000192 Jy/beam ! Combined flux in latest and established models = 0.00942896 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 26 components and 0.00942896 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.020451Jy sigma=0.665011 ! Fit after self-cal, rms=0.020450Jy sigma=0.664980 ! Inverting map print "============== Finished natural weighting CLEAN ==============" ! ============== Finished natural weighting CLEAN ============== ! gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* MK 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Amplitude normalization factor in sub-array 2: 1.07107 ! Telescope amplitude corrections in sub-array 2: ! FD 0.86 HN 0.96 KP 1.02 LA 0.83 ! NL 1.09 OV 0.97 SC 0.81 ! ! Amplitude normalization factor in sub-array 3: 1.14742 ! Telescope amplitude corrections in sub-array 3: ! FD 0.67 LA 0.96 NL 0.92 PT 0.93 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* MK 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Amplitude normalization factor in sub-array 2: 1.05271 ! Telescope amplitude corrections in sub-array 2: ! FD 0.86 HN 0.87 KP 1.03 LA 0.88 ! NL 1.03 OV 1.19 SC 0.79 ! ! Amplitude normalization factor in sub-array 3: 1.15918 ! Telescope amplitude corrections in sub-array 3: ! FD 0.74 LA 0.84 NL 0.93 PT 0.94 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* MK 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Amplitude normalization factor in sub-array 2: 0.970293 ! Telescope amplitude corrections in sub-array 2: ! FD 0.97 HN 1.05 KP 1.48 LA 0.83 ! NL 0.97 OV 1.02 SC 0.89 ! ! Amplitude normalization factor in sub-array 3: 1.03318 ! Telescope amplitude corrections in sub-array 3: ! FD 1.02 LA 1.13 NL 0.77 PT 0.96 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* MK 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Amplitude normalization factor in sub-array 2: 0.958364 ! Telescope amplitude corrections in sub-array 2: ! FD 0.80 HN 0.85 KP 1.27 LA 1.01 ! NL 1.37 OV 1.08 SC 0.92 ! ! Amplitude normalization factor in sub-array 3: 1.04676 ! Telescope amplitude corrections in sub-array 3: ! FD 0.73 LA 1.11 NL 0.99 PT 0.99 ! ! ! Correcting IF 5. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* MK 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Amplitude normalization factor in sub-array 2: 0.940783 ! Telescope amplitude corrections in sub-array 2: ! FD 1.11 HN 0.99 KP 1.13 LA 1.10 ! NL 0.99 OV 1.15 SC 0.96 ! ! Amplitude normalization factor in sub-array 3: 1.04956 ! Telescope amplitude corrections in sub-array 3: ! FD 0.99 LA 1.08 NL 0.80 PT 0.94 ! ! ! Correcting IF 6. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* MK 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Amplitude normalization factor in sub-array 2: 0.861132 ! Telescope amplitude corrections in sub-array 2: ! FD 1.10 HN 1.12 KP 1.51 LA 0.88 ! NL 1.29 OV 1.08 SC 1.16 ! ! Amplitude normalization factor in sub-array 3: 0.99347 ! Telescope amplitude corrections in sub-array 3: ! FD 1.02 LA 0.87 NL 1.07 PT 1.07 ! ! ! Correcting IF 7. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* MK 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Amplitude normalization factor in sub-array 2: 0.876215 ! Telescope amplitude corrections in sub-array 2: ! FD 1.12 HN 1.41 KP 1.22 LA 1.04 ! NL 1.04 OV 1.28 SC 0.88 ! ! Amplitude normalization factor in sub-array 3: 0.876796 ! Telescope amplitude corrections in sub-array 3: ! FD 1.26 LA 0.76 NL 1.00 PT 1.55 ! ! ! Correcting IF 8. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* MK 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Amplitude normalization factor in sub-array 2: 0.883422 ! Telescope amplitude corrections in sub-array 2: ! FD 1.22 HN 1.14 KP 1.03 LA 1.06 ! NL 1.22 OV 1.07 SC 1.18 ! ! Amplitude normalization factor in sub-array 3: 0.983038 ! Telescope amplitude corrections in sub-array 3: ! FD 1.02 LA 0.80 NL 1.10 PT 1.15 ! ! ! Fit before self-cal, rms=0.020450Jy sigma=0.664980 ! Fit after self-cal, rms=0.020593Jy sigma=0.663663 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.020593Jy sigma=0.663663 ! Fit after self-cal, rms=0.020594Jy sigma=0.663632 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.168 mas, bmaj=4.915 mas, bpa=13.87 degrees ! Estimated noise=0.134049 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.0003519 Jy ! Component: 100 - total flux cleaned = -0.000326047 Jy ! Component: 150 - total flux cleaned = -0.000325079 Jy ! Component: 200 - total flux cleaned = -0.000337778 Jy ! Total flux subtracted in 200 components = -0.000337778 Jy ! Clean residual min=-0.000635 max=0.000661 Jy/beam ! Clean residual mean=0.000000 rms=0.000151 Jy/beam ! Combined flux in latest and established models = 0.00909118 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 34 components and 0.00909118 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.020588Jy sigma=0.663246 ! Fit after self-cal, rms=0.020588Jy sigma=0.663226 ! 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.020588Jy sigma=0.663226 ! Fit after self-cal, rms=0.020522Jy sigma=0.660401 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) ! Added new window around map position (-27.6, 51). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000544946 Jy ! Component: 100 - total flux cleaned = 0.000599296 Jy ! Component: 150 - total flux cleaned = 0.000608818 Jy ! Component: 200 - total flux cleaned = 0.000616709 Jy ! Total flux subtracted in 200 components = 0.000616709 Jy ! Clean residual min=-0.000602 max=0.000566 Jy/beam ! Clean residual mean=0.000001 rms=0.000134 Jy/beam ! Combined flux in latest and established models = 0.00970789 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 60 components and 0.00970789 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.020502Jy sigma=0.659623 ! Fit after self-cal, rms=0.020493Jy sigma=0.659191 ! 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: 2.168 x 4.915 at 13.87 degrees (North through East) ! Clean map min=-0.00050335 max=0.0085317 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.641 mas, bmaj=4.287 mas, bpa=14.68 degrees ! Estimated noise=0.310355 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00769004 Jy ! Component: 100 - total flux cleaned = 0.00905231 Jy ! Component: 150 - total flux cleaned = 0.00944755 Jy ! Component: 200 - total flux cleaned = 0.00971876 Jy ! Total flux subtracted in 200 components = 0.00971876 Jy ! Clean residual min=-0.000775 max=0.000802 Jy/beam ! Clean residual mean=0.000000 rms=0.000174 Jy/beam ! Combined flux in latest and established models = 0.00971876 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.00971876 Jy ! Inverting map and beam ! Estimated beam: bmin=2.168 mas, bmaj=4.915 mas, bpa=13.87 degrees ! Estimated noise=0.134049 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) ! Added new window around map position (-45.3, -30.6). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000318961 Jy ! Component: 100 - total flux cleaned = 0.000444558 Jy ! Component: 150 - total flux cleaned = 0.000475674 Jy ! Component: 200 - total flux cleaned = 0.000474823 Jy ! Total flux subtracted in 200 components = 0.000474823 Jy ! Clean residual min=-0.000486 max=0.000376 Jy/beam ! Clean residual mean=0.000000 rms=0.000103 Jy/beam ! Combined flux in latest and established models = 0.0101936 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 59 components and 0.0101936 Jy ! Inverting map clean ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 1.9559e-07 Jy ! Component: 100 - total flux cleaned = 3.22807e-07 Jy ! Component: 150 - total flux cleaned = 2.49978e-07 Jy ! Component: 200 - total flux cleaned = -5.89035e-06 Jy ! Total flux subtracted in 200 components = -5.89035e-06 Jy ! Clean residual min=-0.000457 max=0.000368 Jy/beam ! Clean residual mean=0.000000 rms=0.000098 Jy/beam ! Combined flux in latest and established models = 0.0101877 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 34 model components to the UV plane model. ! The established model now contains 81 components and 0.0101877 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.020476Jy sigma=0.658468 ! Fit after self-cal, rms=0.020472Jy sigma=0.658283 wmodel J1544+2308_C_map.mod ! Writing 81 model components to file: J1544+2308_C_map.mod wobs J1544+2308_C_uvs.fits ! Writing UV FITS file: J1544+2308_C_uvs.fits wwins J1544+2308_C_map.win ! wwins: Wrote 3 windows to J1544+2308_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 = -0.000122976 Jy ! Component: 100 - total flux cleaned = -0.000185988 Jy ! Component: 150 - total flux cleaned = -0.000249534 Jy ! Component: 200 - total flux cleaned = -0.000304717 Jy ! Component: 250 - total flux cleaned = -0.000338099 Jy ! Component: 300 - total flux cleaned = -0.000356409 Jy ! Component: 350 - total flux cleaned = -0.00036969 Jy ! Component: 400 - total flux cleaned = -0.000390773 Jy ! Component: 450 - total flux cleaned = -0.000406987 Jy ! Component: 500 - total flux cleaned = -0.000406935 Jy ! Component: 550 - total flux cleaned = -0.000414605 Jy ! Component: 600 - total flux cleaned = -0.00041846 Jy ! Component: 650 - total flux cleaned = -0.000440098 Jy ! Component: 700 - total flux cleaned = -0.000439974 Jy ! Component: 750 - total flux cleaned = -0.000443396 Jy ! Component: 800 - total flux cleaned = -0.000449988 Jy ! Component: 850 - total flux cleaned = -0.000456467 Jy ! Component: 900 - total flux cleaned = -0.000465955 Jy ! Component: 950 - total flux cleaned = -0.000469065 Jy ! Component: 1000 - total flux cleaned = -0.000487123 Jy ! Component: 1050 - total flux cleaned = -0.000498908 Jy ! Component: 1100 - total flux cleaned = -0.000504698 Jy ! Component: 1150 - total flux cleaned = -0.000510377 Jy ! Component: 1200 - total flux cleaned = -0.000518766 Jy ! Component: 1250 - total flux cleaned = -0.000521535 Jy ! Component: 1300 - total flux cleaned = -0.000532276 Jy ! Component: 1350 - total flux cleaned = -0.000529616 Jy ! Component: 1400 - total flux cleaned = -0.000527063 Jy ! Component: 1450 - total flux cleaned = -0.000527102 Jy ! Component: 1500 - total flux cleaned = -0.000524577 Jy ! Component: 1550 - total flux cleaned = -0.000519599 Jy ! Component: 1600 - total flux cleaned = -0.000517128 Jy ! Component: 1650 - total flux cleaned = -0.000507478 Jy ! Component: 1700 - total flux cleaned = -0.000505096 Jy ! Component: 1750 - total flux cleaned = -0.000493398 Jy ! Component: 1800 - total flux cleaned = -0.0004842 Jy ! Component: 1850 - total flux cleaned = -0.000479687 Jy ! Component: 1900 - total flux cleaned = -0.000472949 Jy ! Component: 1950 - total flux cleaned = -0.000461834 Jy ! Component: 2000 - total flux cleaned = -0.000450855 Jy ! Component: 2050 - total flux cleaned = -0.000442193 Jy ! Component: 2100 - total flux cleaned = -0.0004294 Jy ! Component: 2150 - total flux cleaned = -0.000427248 Jy ! Component: 2200 - total flux cleaned = -0.000412642 Jy ! Component: 2250 - total flux cleaned = -0.000408506 Jy ! Component: 2300 - total flux cleaned = -0.0004024 Jy ! Component: 2350 - total flux cleaned = -0.000396309 Jy ! Component: 2400 - total flux cleaned = -0.000390286 Jy ! Component: 2450 - total flux cleaned = -0.000374454 Jy ! Component: 2500 - total flux cleaned = -0.000372484 Jy ! Component: 2550 - total flux cleaned = -0.00036078 Jy ! Component: 2600 - total flux cleaned = -0.000349188 Jy ! Component: 2650 - total flux cleaned = -0.000339627 Jy ! Component: 2700 - total flux cleaned = -0.000333917 Jy ! Component: 2750 - total flux cleaned = -0.000318795 Jy ! Component: 2800 - total flux cleaned = -0.000316932 Jy ! Component: 2850 - total flux cleaned = -0.0003132 Jy ! Component: 2900 - total flux cleaned = -0.000302081 Jy ! Component: 2950 - total flux cleaned = -0.000294718 Jy ! Component: 3000 - total flux cleaned = -0.000283781 Jy ! Component: 3050 - total flux cleaned = -0.000276541 Jy ! Component: 3100 - total flux cleaned = -0.000271137 Jy ! Component: 3150 - total flux cleaned = -0.000269356 Jy ! Component: 3200 - total flux cleaned = -0.000264003 Jy ! Component: 3250 - total flux cleaned = -0.000258675 Jy ! Component: 3300 - total flux cleaned = -0.000248083 Jy ! Component: 3350 - total flux cleaned = -0.000242816 Jy ! Component: 3400 - total flux cleaned = -0.000237583 Jy ! Component: 3450 - total flux cleaned = -0.00023063 Jy ! Component: 3500 - total flux cleaned = -0.000221977 Jy ! Component: 3550 - total flux cleaned = -0.000218523 Jy ! Component: 3600 - total flux cleaned = -0.00021167 Jy ! Component: 3650 - total flux cleaned = -0.00020143 Jy ! Component: 3700 - total flux cleaned = -0.000192936 Jy ! Component: 3750 - total flux cleaned = -0.000184489 Jy ! Component: 3800 - total flux cleaned = -0.000187871 Jy ! Component: 3850 - total flux cleaned = -0.000174435 Jy ! Component: 3900 - total flux cleaned = -0.000172756 Jy ! Component: 3950 - total flux cleaned = -0.000167748 Jy ! Component: 4000 - total flux cleaned = -0.000159435 Jy ! Component: 4050 - total flux cleaned = -0.000152817 Jy ! Total flux subtracted in 4096 components = -0.00014787 Jy ! Clean residual min=-0.000115 max=0.000099 Jy/beam ! Clean residual mean=0.000000 rms=0.000029 Jy/beam ! Combined flux in latest and established models = 0.0100398 Jy keep ! Adding 265 model components to the UV plane model. ! The established model now contains 346 components and 0.0100398 Jy ![Exited script file: /opt64/bin/pima_mupet_02.dfm] wmap /vlbi/vcs9/uvm//J1544+2308_C_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.168 x 4.915 at 13.87 degrees (North through East) ! Clean map min=-0.00030383 max=0.0085272 Jy/beam ! Writing clean map to FITS file: /vlbi/vcs9/uvm//J1544+2308_C_a_map.fits wmodel /vlbi/vcs9/uvm//J1544+2308_C_a_map.mod ! Writing 346 model components to file: /vlbi/vcs9/uvm//J1544+2308_C_a_map.mod wobs /vlbi/vcs9/uvm//J1544+2308_C_a_uvs.fits ! Writing UV FITS file: /vlbi/vcs9/uvm//J1544+2308_C_a_uvs.fits wwins /vlbi/vcs9/uvm//J1544+2308_C_a_map.win ! wwins: Wrote 4 windows to /vlbi/vcs9/uvm//J1544+2308_C_a_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.00852717 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 2.74305e-05 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.96505 0.96505 1.9301 3.8602 7.7204 15.4408 30.8816 61.7632 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.008 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 310.864 quit ! Quitting program ! Log file /vlbi/vcs9/uvm//J1544+2308_C_a_dfm.log closed on Tue Dec 26 22:43:17 2017