! Started logfile: /scr/pima/rdv93_uvs/J1711-3338_X_uvs.log on Tue Oct 8 15:49:26 2013 obs /scr/pima/rdv93_uvs/J1711-3338_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J1711-3338_X_uva.fits ! AN table 1: 22 integrations on 10 of 10 possible baselines. ! AN table 2: 22 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.736842 visibilities/baseline/integration-bin. ! Found source: J1711-3338 ! ! 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 8.40599e+09 1.6e+07 1 1.6e+07 ! 02 2 8.47599e+09 1.6e+07 1 1.6e+07 ! 03 3 8.79099e+09 1.6e+07 1 1.6e+07 ! 04 4 8.89599e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 2464 visibilities. select RR ! 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.2 print "taper_size =",taper_size ! taper_size = 70 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv93_uvs/J1711-3338_X] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:MK self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.200x0.200 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 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.000005Jy sigma=1.104985 ! Fit after self-cal, rms=0.941484Jy sigma=1.035716 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. print "=== Flag out IVS stations" ! === Flag out IVS stations integer lun string cfg_file lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_flag_process.csh /tmp/ff.ff" ![@/tmp/ff.ff \] ![Exited script file: /tmp/ff.ff] 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=2.536 mas, bmaj=9.409 mas, bpa=-3.608 degrees ! Estimated noise=27.0976 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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0512157 Jy ! Component: 100 - total flux cleaned = 0.0649773 Jy ! Total flux subtracted in 100 components = 0.0649773 Jy ! Clean residual min=-0.009277 max=0.014129 Jy/beam ! Clean residual mean=-0.000052 rms=0.003072 Jy/beam ! Combined flux in latest and established models = 0.0649773 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0649773 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058710Jy sigma=0.062653 ! Fit after self-cal, rms=0.057976Jy sigma=0.062038 ! 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=2.911 mas, bmaj=10.63 mas, bpa=-1.751 degrees ! Estimated noise=13.7287 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.00658619 Jy ! Component: 100 - total flux cleaned = 0.00976023 Jy ! Component: 150 - total flux cleaned = 0.0112721 Jy ! Component: 200 - total flux cleaned = 0.0119229 Jy ! Total flux subtracted in 200 components = 0.0119229 Jy ! Clean residual min=-0.006964 max=0.013497 Jy/beam ! Clean residual mean=-0.000043 rms=0.002492 Jy/beam ! Combined flux in latest and established models = 0.0769001 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 39 components and 0.0769001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057807Jy sigma=0.060421 ! Fit after self-cal, rms=0.057904Jy sigma=0.060391 ! Inverting map print "=== Finished natural weighting clean for VLBI sites ===" ! === Finished natural weighting clean for VLBI sites === gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 LA 1.12 NL 0.83 OV 1.07 ! PT 0.88 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.96 FD 0.87 KP 1.06 LA 1.41 ! MK 1.00* NL 0.88 OV 1.16 PT 0.89 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.90 LA 1.12 NL 0.79 OV 1.17 ! PT 0.90 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00 FD 0.92 KP 0.90 LA 1.36 ! MK 1.00* NL 1.03 OV 1.16 PT 0.85 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 LA 1.22 NL 0.91 OV 1.19 ! PT 0.74 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.94 FD 0.93 KP 0.95 LA 1.31 ! MK 1.00* NL 0.86 OV 1.19 PT 0.81 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.94 LA 1.11 NL 0.90 OV 1.10 ! PT 0.84 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.98 FD 1.04 KP 0.94 LA 1.18 ! MK 1.00* NL 0.88 OV 1.08 PT 0.81 ! ! ! Fit before self-cal, rms=0.057904Jy sigma=0.060391 ! Fit after self-cal, rms=0.058680Jy sigma=0.058409 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.916 mas, bmaj=10.42 mas, bpa=-1.95 degrees ! Estimated noise=13.2513 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) ! Added new window around map position (13.6, 29.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00567693 Jy ! Component: 100 - total flux cleaned = 0.00444034 Jy ! Component: 150 - total flux cleaned = 0.00308386 Jy ! Component: 200 - total flux cleaned = 0.0020429 Jy ! Total flux subtracted in 200 components = 0.0020429 Jy ! Clean residual min=-0.004493 max=0.004970 Jy/beam ! Clean residual mean=-0.000013 rms=0.001203 Jy/beam ! Combined flux in latest and established models = 0.078943 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 79 components and 0.0789431 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057094Jy sigma=0.057383 ! Fit after self-cal, rms=0.057184Jy sigma=0.057065 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057184Jy sigma=0.057065 ! Fit after self-cal, rms=0.055866Jy sigma=0.056928 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.912 mas, bmaj=10.48 mas, bpa=-2.061 degrees ! Estimated noise=13.0686 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00240108 Jy ! Component: 100 - total flux cleaned = 0.00153428 Jy ! Component: 150 - total flux cleaned = 0.000578946 Jy ! Component: 200 - total flux cleaned = -0.000228631 Jy ! Total flux subtracted in 200 components = -0.000228631 Jy ! Clean residual min=-0.003426 max=0.003374 Jy/beam ! Clean residual mean=-0.000010 rms=0.000893 Jy/beam ! Combined flux in latest and established models = 0.0787144 Jy selfcal ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 117 components and 0.0787144 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055374Jy sigma=0.056587 ! Fit after self-cal, rms=0.055293Jy sigma=0.056494 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.00115483 Jy ! Component: 100 - total flux cleaned = 0.00045109 Jy ! Component: 150 - total flux cleaned = 4.78912e-05 Jy ! Component: 200 - total flux cleaned = -0.000297351 Jy ! Total flux subtracted in 200 components = -0.000297351 Jy ! Clean residual min=-0.002974 max=0.002792 Jy/beam ! Clean residual mean=-0.000009 rms=0.000786 Jy/beam ! Combined flux in latest and established models = 0.0784171 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 152 components and 0.0784171 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055128Jy sigma=0.056380 ! Fit after self-cal, rms=0.055082Jy sigma=0.056355 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055082Jy sigma=0.056355 ! Fit after self-cal, rms=0.055043Jy sigma=0.056277 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.919 mas, bmaj=10.54 mas, bpa=-2.096 degrees ! Estimated noise=13.0443 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000742889 Jy ! Component: 100 - total flux cleaned = 0.000375042 Jy ! Component: 150 - total flux cleaned = 5.5381e-05 Jy ! Component: 200 - total flux cleaned = -0.000259292 Jy ! Total flux subtracted in 200 components = -0.000259292 Jy ! Clean residual min=-0.002739 max=0.002596 Jy/beam ! Clean residual mean=-0.000008 rms=0.000693 Jy/beam ! Combined flux in latest and established models = 0.0781578 Jy selfcal ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 192 components and 0.0781578 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054933Jy sigma=0.056200 ! Fit after self-cal, rms=0.054960Jy sigma=0.056182 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.000385537 Jy ! Component: 100 - total flux cleaned = 0.000219381 Jy ! Component: 150 - total flux cleaned = 4.21421e-05 Jy ! Component: 200 - total flux cleaned = 1.51509e-05 Jy ! Total flux subtracted in 200 components = 1.51509e-05 Jy ! Clean residual min=-0.002577 max=0.002529 Jy/beam ! Clean residual mean=-0.000008 rms=0.000659 Jy/beam ! Combined flux in latest and established models = 0.078173 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 213 components and 0.078173 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054909Jy sigma=0.056150 ! Fit after self-cal, rms=0.054904Jy sigma=0.056144 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054904Jy sigma=0.056144 ! Fit after self-cal, rms=0.055193Jy sigma=0.056109 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.266 mas, bmaj=11.14 mas, bpa=-0.0498 degrees ! Estimated noise=12.8527 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00015733 Jy ! Component: 100 - total flux cleaned = -0.000383208 Jy ! Component: 150 - total flux cleaned = -0.000568199 Jy ! Component: 200 - total flux cleaned = -0.000755663 Jy ! Total flux subtracted in 200 components = -0.000755663 Jy ! Clean residual min=-0.002354 max=0.002537 Jy/beam ! Clean residual mean=-0.000007 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.0774173 Jy selfcal ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 252 components and 0.0774173 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055147Jy sigma=0.056080 ! Fit after self-cal, rms=0.055178Jy sigma=0.056074 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 = 5.4011e-05 Jy ! Component: 100 - total flux cleaned = -5.83768e-05 Jy ! Component: 150 - total flux cleaned = -0.000161293 Jy ! Component: 200 - total flux cleaned = -0.000160409 Jy ! Total flux subtracted in 200 components = -0.000160409 Jy ! Clean residual min=-0.002258 max=0.002428 Jy/beam ! Clean residual mean=-0.000007 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.0772569 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 280 components and 0.0772569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055154Jy sigma=0.056059 ! Fit after self-cal, rms=0.055158Jy sigma=0.056058 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for VLBA stations ===" ! === Finished amplitude self-cal for VLBA stations === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. integer lun lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_selfant_process.csh /tmp/ff.ff" ![@/tmp/ff.ff] selfant 1:FD,true ! 1:FD self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA self-cal status=fixed weight=1 selfant 1:NL,true ! 1:NL self-cal status=fixed weight=1 selfant 1:OV,true ! 1:OV self-cal status=fixed weight=1 selfant 1:PT,true ! 1:PT self-cal status=fixed weight=1 selfant 2:BR,true ! 2:BR self-cal status=fixed weight=1 selfant 2:FD,true ! 2:FD self-cal status=fixed weight=1 selfant 2:KP,true ! 2:KP self-cal status=fixed weight=1 selfant 2:LA,true ! 2:LA self-cal status=fixed weight=1 selfant 2:MK,true ! 2:MK self-cal status=fixed weight=1 selfant 2:NL,true ! 2:NL self-cal status=fixed weight=1 selfant 2:OV,true ! 2:OV self-cal status=fixed weight=1 selfant 2:PT,true ! 2:PT self-cal status=fixed weight=1 ![Exited script file: /tmp/ff.ff] selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056025Jy sigma=0.055661 ! Fit after self-cal, rms=0.056025Jy sigma=0.055661 selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:MK self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.056025Jy sigma=0.055661 ! Fit after self-cal, rms=0.054965Jy sigma=0.056040 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=2.576 mas, bmaj=9.484 mas, bpa=-3.444 degrees ! Estimated noise=25.8688 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.00246486 Jy ! Component: 100 - total flux cleaned = -0.00406123 Jy ! Component: 150 - total flux cleaned = -0.00483903 Jy ! Component: 200 - total flux cleaned = -0.00528467 Jy ! Total flux subtracted in 200 components = -0.00528467 Jy ! Clean residual min=-0.003937 max=0.004271 Jy/beam ! Clean residual mean=-0.000003 rms=0.001176 Jy/beam ! Combined flux in latest and established models = 0.0719722 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 309 components and 0.0719722 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054969Jy sigma=0.056129 ! Fit after self-cal, rms=0.054935Jy sigma=0.056073 ! Inverting map 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=2.942 mas, bmaj=10.63 mas, bpa=-1.966 degrees ! Estimated noise=12.9876 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000809983 Jy ! Component: 100 - total flux cleaned = 0.001407 Jy ! Component: 150 - total flux cleaned = 0.00175181 Jy ! Component: 200 - total flux cleaned = 0.00199019 Jy ! Component: 250 - total flux cleaned = 0.00226344 Jy ! Component: 300 - total flux cleaned = 0.00241552 Jy ! Component: 350 - total flux cleaned = 0.00250335 Jy ! Component: 400 - total flux cleaned = 0.0025364 Jy ! Total flux subtracted in 400 components = 0.0025364 Jy ! Clean residual min=-0.002283 max=0.001896 Jy/beam ! Clean residual mean=-0.000003 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.0745086 Jy ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 363 components and 0.0745086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054858Jy sigma=0.056012 ! Fit after self-cal, rms=0.054834Jy sigma=0.055996 ! Inverting map dynam = dynam - 0.5 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) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000110618 Jy ! Component: 100 - total flux cleaned = 0.000290602 Jy ! Component: 150 - total flux cleaned = 0.000434712 Jy ! Component: 200 - total flux cleaned = 0.000501864 Jy ! Component: 250 - total flux cleaned = 0.00053338 Jy ! Component: 300 - total flux cleaned = 0.000593706 Jy ! Component: 350 - total flux cleaned = 0.000608095 Jy ! Component: 400 - total flux cleaned = 0.000650044 Jy ! Total flux subtracted in 400 components = 0.000650044 Jy ! Clean residual min=-0.002194 max=0.001971 Jy/beam ! Clean residual mean=-0.000003 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.0751586 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 385 components and 0.0751587 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054805Jy sigma=0.055979 ! Fit after self-cal, rms=0.054799Jy sigma=0.055977 ! Inverting map print "=== Finished natural weighting clean for al sites ===" ! === Finished natural weighting clean for al sites === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.055666Jy sigma=0.055595 ! Fit after self-cal, rms=0.054552Jy sigma=0.055963 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.952 mas, bmaj=10.69 mas, bpa=-1.914 degrees ! Estimated noise=12.9186 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000442358 Jy ! Component: 100 - total flux cleaned = -0.000505952 Jy ! Component: 150 - total flux cleaned = -0.000487551 Jy ! Component: 200 - total flux cleaned = -0.000485934 Jy ! Component: 250 - total flux cleaned = -0.000396524 Jy ! Component: 300 - total flux cleaned = -0.000354249 Jy ! Component: 350 - total flux cleaned = -0.000248652 Jy ! Component: 400 - total flux cleaned = -0.000199299 Jy ! Total flux subtracted in 400 components = -0.000199299 Jy ! Clean residual min=-0.002082 max=0.001876 Jy/beam ! Clean residual mean=-0.000002 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.0749594 Jy selfcal ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 422 components and 0.0749594 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054522Jy sigma=0.055949 ! Fit after self-cal, rms=0.054520Jy sigma=0.055947 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.16737e-05 Jy ! Component: 100 - total flux cleaned = 9.90044e-05 Jy ! Component: 150 - total flux cleaned = 0.000111456 Jy ! Component: 200 - total flux cleaned = 0.000123873 Jy ! Component: 250 - total flux cleaned = 0.000124003 Jy ! Component: 300 - total flux cleaned = 0.000124467 Jy ! Component: 350 - total flux cleaned = 0.000124445 Jy ! Component: 400 - total flux cleaned = 0.00013564 Jy ! Total flux subtracted in 400 components = 0.00013564 Jy ! Clean residual min=-0.002019 max=0.001846 Jy/beam ! Clean residual mean=-0.000002 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.075095 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 439 components and 0.075095 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054505Jy sigma=0.055939 ! Fit after self-cal, rms=0.054501Jy sigma=0.055939 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054501Jy sigma=0.055939 ! Fit after self-cal, rms=0.054746Jy sigma=0.055926 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.959 mas, bmaj=10.72 mas, bpa=-1.872 degrees ! Estimated noise=12.9692 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.37768e-05 Jy ! Component: 100 - total flux cleaned = 9.67824e-05 Jy ! Component: 150 - total flux cleaned = 0.000110739 Jy ! Component: 200 - total flux cleaned = 0.000175846 Jy ! Component: 250 - total flux cleaned = 0.00023771 Jy ! Component: 300 - total flux cleaned = 0.000284852 Jy ! Component: 350 - total flux cleaned = 0.000307788 Jy ! Component: 400 - total flux cleaned = 0.000330148 Jy ! Total flux subtracted in 400 components = 0.000330148 Jy ! Clean residual min=-0.001959 max=0.001823 Jy/beam ! Clean residual mean=-0.000001 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.0754252 Jy selfcal ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 480 components and 0.0754252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054729Jy sigma=0.055915 ! Fit after self-cal, rms=0.054731Jy sigma=0.055913 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.81085e-05 Jy ! Component: 100 - total flux cleaned = 7.29274e-05 Jy ! Component: 150 - total flux cleaned = 3.98647e-05 Jy ! Component: 200 - total flux cleaned = 2.92967e-05 Jy ! Component: 250 - total flux cleaned = 8.22025e-06 Jy ! Component: 300 - total flux cleaned = -2.27757e-06 Jy ! Component: 350 - total flux cleaned = -2.13505e-06 Jy ! Component: 400 - total flux cleaned = -2.39045e-06 Jy ! Total flux subtracted in 400 components = -2.39045e-06 Jy ! Clean residual min=-0.001929 max=0.001806 Jy/beam ! Clean residual mean=-0.000001 rms=0.000495 Jy/beam ! Combined flux in latest and established models = 0.0754228 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 495 components and 0.0754228 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054719Jy sigma=0.055908 ! Fit after self-cal, rms=0.054719Jy sigma=0.055907 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime3 ! Performing amp+phase self-cal over 1 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054719Jy sigma=0.055907 ! Fit after self-cal, rms=0.098736Jy sigma=0.054457 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.293 mas, bmaj=11.32 mas, bpa=-0.07227 degrees ! Estimated noise=13.2106 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00192653 Jy ! Component: 100 - total flux cleaned = 0.00227965 Jy ! Component: 150 - total flux cleaned = 0.00230593 Jy ! Component: 200 - total flux cleaned = 0.00221162 Jy ! Component: 250 - total flux cleaned = 0.00211648 Jy ! Component: 300 - total flux cleaned = 0.00205966 Jy ! Component: 350 - total flux cleaned = 0.00195621 Jy ! Component: 400 - total flux cleaned = 0.00192003 Jy ! Total flux subtracted in 400 components = 0.00192003 Jy ! Clean residual min=-0.002119 max=0.001925 Jy/beam ! Clean residual mean=-0.000001 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.0773428 Jy selfcal ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 535 components and 0.0773428 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098629Jy sigma=0.054364 ! Fit after self-cal, rms=0.099212Jy sigma=0.054244 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.06931e-05 Jy ! Component: 100 - total flux cleaned = -0.000118923 Jy ! Component: 150 - total flux cleaned = -0.000174843 Jy ! Component: 200 - total flux cleaned = -0.000205807 Jy ! Component: 250 - total flux cleaned = -0.000254962 Jy ! Component: 300 - total flux cleaned = -0.000283293 Jy ! Component: 350 - total flux cleaned = -0.000301646 Jy ! Component: 400 - total flux cleaned = -0.000328729 Jy ! Total flux subtracted in 400 components = -0.000328729 Jy ! Clean residual min=-0.002044 max=0.002063 Jy/beam ! Clean residual mean=-0.000001 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.0770141 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 571 components and 0.0770141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099212Jy sigma=0.054235 ! Fit after self-cal, rms=0.099227Jy sigma=0.054233 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for all stations ===" ! === Finished amplitude self-cal for all stations === restore ! Inverting map and beam ! Estimated beam: bmin=2.971 mas, bmaj=10.79 mas, bpa=-1.865 degrees ! Estimated noise=13.4748 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.971 x 10.79 at -1.865 degrees (North through East) ! Clean map min=-0.0044448 max=0.061891 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=2.603 mas, bmaj=9.602 mas, bpa=-3.272 degrees ! Estimated noise=27.3986 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0519257 Jy ! Component: 100 - total flux cleaned = 0.0705188 Jy ! Component: 150 - total flux cleaned = 0.0775733 Jy ! Component: 200 - total flux cleaned = 0.0790204 Jy ! Component: 250 - total flux cleaned = 0.0792085 Jy ! Component: 300 - total flux cleaned = 0.0784737 Jy ! Component: 350 - total flux cleaned = 0.0778547 Jy ! Component: 400 - total flux cleaned = 0.0774168 Jy ! Total flux subtracted in 400 components = 0.0774168 Jy ! Clean residual min=-0.004634 max=0.005329 Jy/beam ! Clean residual mean=-0.000005 rms=0.001512 Jy/beam ! Combined flux in latest and established models = 0.0774168 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 66 model components to the UV plane model. ! The established model now contains 66 components and 0.0774168 Jy ! Inverting map and beam ! Estimated beam: bmin=2.971 mas, bmaj=10.79 mas, bpa=-1.865 degrees ! Estimated noise=13.4748 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000261837 Jy ! Component: 100 - total flux cleaned = -0.000177988 Jy ! Component: 150 - total flux cleaned = 0.000148476 Jy ! Component: 200 - total flux cleaned = 0.000885051 Jy ! Component: 250 - total flux cleaned = 0.0014604 Jy ! Component: 300 - total flux cleaned = 0.00201562 Jy ! Component: 350 - total flux cleaned = 0.00240164 Jy ! Component: 400 - total flux cleaned = 0.00270352 Jy ! Total flux subtracted in 400 components = 0.00270352 Jy ! Clean residual min=-0.002824 max=0.002649 Jy/beam ! Clean residual mean=-0.000001 rms=0.000666 Jy/beam ! Combined flux in latest and established models = 0.0801203 Jy ! Adding 73 model components to the UV plane model. ! The established model now contains 138 components and 0.0801204 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.293 mas, bmaj=11.32 mas, bpa=-0.07227 degrees ! Estimated noise=13.2106 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.80148e-06 Jy ! Component: 100 - total flux cleaned = -6.93221e-05 Jy ! Component: 150 - total flux cleaned = -6.94357e-05 Jy ! Component: 200 - total flux cleaned = -0.000134106 Jy ! Component: 250 - total flux cleaned = -0.000253666 Jy ! Component: 300 - total flux cleaned = -0.000338158 Jy ! Component: 350 - total flux cleaned = -0.000418746 Jy ! Component: 400 - total flux cleaned = -0.000495669 Jy ! Total flux subtracted in 400 components = -0.000495669 Jy ! Clean residual min=-0.002440 max=0.002298 Jy/beam ! Clean residual mean=-0.000001 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.0796247 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.84471e-05 Jy ! Component: 100 - total flux cleaned = -9.60879e-05 Jy ! Component: 150 - total flux cleaned = -0.000163843 Jy ! Component: 200 - total flux cleaned = -0.00016325 Jy ! Component: 250 - total flux cleaned = -0.000184541 Jy ! Component: 300 - total flux cleaned = -0.000204713 Jy ! Component: 350 - total flux cleaned = -0.000224415 Jy ! Component: 400 - total flux cleaned = -0.00020507 Jy ! Total flux subtracted in 400 components = -0.00020507 Jy ! Clean residual min=-0.002384 max=0.002219 Jy/beam ! Clean residual mean=-0.000001 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.0794196 Jy ! Adding 102 model components to the UV plane model. ! The established model now contains 222 components and 0.0794196 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.971 mas, bmaj=10.79 mas, bpa=-1.865 degrees ! Estimated noise=13.4748 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.76681e-05 Jy ! Component: 100 - total flux cleaned = 2.48523e-06 Jy ! Component: 150 - total flux cleaned = -3.8834e-05 Jy ! Component: 200 - total flux cleaned = -7.86988e-05 Jy ! Component: 250 - total flux cleaned = -7.86362e-05 Jy ! Component: 300 - total flux cleaned = -0.000153637 Jy ! Component: 350 - total flux cleaned = -0.000153299 Jy ! Component: 400 - total flux cleaned = -0.000206372 Jy ! Total flux subtracted in 400 components = -0.000206372 Jy ! Clean residual min=-0.002429 max=0.002236 Jy/beam ! Clean residual mean=-0.000000 rms=0.000569 Jy/beam ! Combined flux in latest and established models = 0.0792132 Jy selfcal ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 256 components and 0.0792132 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099305Jy sigma=0.054296 ! Fit after self-cal, rms=0.099334Jy sigma=0.054284 wmodel /scr/pima/rdv93_uvs/J1711-3338_X_map.mod ! Writing 256 model components to file: /scr/pima/rdv93_uvs/J1711-3338_X_map.mod wobs /scr/pima/rdv93_uvs/J1711-3338_X_uvs.fits ! Applying 1672 buffered edits. ! Writing UV FITS file: /scr/pima/rdv93_uvs/J1711-3338_X_uvs.fits wwins /scr/pima/rdv93_uvs/J1711-3338_X_map.win ! wwins: Wrote 2 windows to /scr/pima/rdv93_uvs/J1711-3338_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 = 5.2123e-05 Jy ! Component: 100 - total flux cleaned = 0.000444153 Jy ! Component: 150 - total flux cleaned = 0.000727358 Jy ! Component: 200 - total flux cleaned = 0.00091054 Jy ! Component: 250 - total flux cleaned = 0.000984954 Jy ! Component: 300 - total flux cleaned = 0.00103314 Jy ! Component: 350 - total flux cleaned = 0.000988339 Jy ! Component: 400 - total flux cleaned = 0.000967678 Jy ! Component: 450 - total flux cleaned = 0.000947046 Jy ! Component: 500 - total flux cleaned = 0.000967223 Jy ! Component: 550 - total flux cleaned = 0.000868464 Jy ! Component: 600 - total flux cleaned = 0.0007922 Jy ! Component: 650 - total flux cleaned = 0.000736834 Jy ! Component: 700 - total flux cleaned = 0.000754825 Jy ! Component: 750 - total flux cleaned = 0.000807145 Jy ! Component: 800 - total flux cleaned = 0.000891752 Jy ! Component: 850 - total flux cleaned = 0.000990587 Jy ! Component: 900 - total flux cleaned = 0.00100684 Jy ! Component: 950 - total flux cleaned = 0.00102233 Jy ! Component: 1000 - total flux cleaned = 0.00103774 Jy ! Component: 1050 - total flux cleaned = 0.00103792 Jy ! Component: 1100 - total flux cleaned = 0.000964374 Jy ! Component: 1150 - total flux cleaned = 0.000921026 Jy ! Component: 1200 - total flux cleaned = 0.000906786 Jy ! Component: 1250 - total flux cleaned = 0.00092056 Jy ! Component: 1300 - total flux cleaned = 0.000906996 Jy ! Component: 1350 - total flux cleaned = 0.000880362 Jy ! Component: 1400 - total flux cleaned = 0.000840993 Jy ! Component: 1450 - total flux cleaned = 0.000841094 Jy ! Component: 1500 - total flux cleaned = 0.00081523 Jy ! Component: 1550 - total flux cleaned = 0.000790203 Jy ! Component: 1600 - total flux cleaned = 0.000765325 Jy ! Component: 1650 - total flux cleaned = 0.000802073 Jy ! Component: 1700 - total flux cleaned = 0.000777691 Jy ! Component: 1750 - total flux cleaned = 0.00077735 Jy ! Component: 1800 - total flux cleaned = 0.000753424 Jy ! Component: 1850 - total flux cleaned = 0.000659949 Jy ! Component: 1900 - total flux cleaned = 0.000625487 Jy ! Component: 1950 - total flux cleaned = 0.000579665 Jy ! Component: 2000 - total flux cleaned = 0.00050054 Jy ! Component: 2050 - total flux cleaned = 0.000411166 Jy ! Component: 2100 - total flux cleaned = 0.000333834 Jy ! Component: 2150 - total flux cleaned = 0.000257311 Jy ! Component: 2200 - total flux cleaned = 0.000203256 Jy ! Component: 2250 - total flux cleaned = 0.000138888 Jy ! Component: 2300 - total flux cleaned = 9.65169e-05 Jy ! Component: 2350 - total flux cleaned = -8.55764e-06 Jy ! Component: 2400 - total flux cleaned = -7.08792e-05 Jy ! Component: 2450 - total flux cleaned = -0.000153377 Jy ! Component: 2500 - total flux cleaned = -0.000204435 Jy ! Component: 2550 - total flux cleaned = -0.000255064 Jy ! Component: 2600 - total flux cleaned = -0.000345217 Jy ! Component: 2650 - total flux cleaned = -0.000394856 Jy ! Component: 2700 - total flux cleaned = -0.000473548 Jy ! Component: 2750 - total flux cleaned = -0.000580859 Jy ! Component: 2800 - total flux cleaned = -0.000667864 Jy ! Component: 2850 - total flux cleaned = -0.000744568 Jy ! Component: 2900 - total flux cleaned = -0.00079225 Jy ! Component: 2950 - total flux cleaned = -0.000849044 Jy ! Component: 3000 - total flux cleaned = -0.000905433 Jy ! Component: 3050 - total flux cleaned = -0.000942821 Jy ! Component: 3100 - total flux cleaned = -0.000998633 Jy ! Component: 3150 - total flux cleaned = -0.00106319 Jy ! Component: 3200 - total flux cleaned = -0.00109982 Jy ! Component: 3250 - total flux cleaned = -0.00113625 Jy ! Component: 3300 - total flux cleaned = -0.0012087 Jy ! Component: 3350 - total flux cleaned = -0.00124469 Jy ! Component: 3400 - total flux cleaned = -0.00126257 Jy ! Component: 3450 - total flux cleaned = -0.00128924 Jy ! Component: 3500 - total flux cleaned = -0.00131592 Jy ! Component: 3550 - total flux cleaned = -0.00133358 Jy ! Component: 3600 - total flux cleaned = -0.00135111 Jy ! Component: 3650 - total flux cleaned = -0.00136857 Jy ! Component: 3700 - total flux cleaned = -0.00139478 Jy ! Component: 3750 - total flux cleaned = -0.0014469 Jy ! Component: 3800 - total flux cleaned = -0.00148148 Jy ! Component: 3850 - total flux cleaned = -0.00150724 Jy ! Component: 3900 - total flux cleaned = -0.00155018 Jy ! Component: 3950 - total flux cleaned = -0.00159299 Jy ! Component: 4000 - total flux cleaned = -0.0016186 Jy ! Component: 4050 - total flux cleaned = -0.00165267 Jy ! Total flux subtracted in 4096 components = -0.00166968 Jy ! Clean residual min=-0.000536 max=0.000489 Jy/beam ! Clean residual mean=0.000000 rms=0.000169 Jy/beam ! Combined flux in latest and established models = 0.0775435 Jy keep ! Adding 322 model components to the UV plane model. ! The established model now contains 578 components and 0.0775436 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv93_uvs/J1711-3338_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.971 x 10.79 at -1.865 degrees (North through East) ! Clean map min=-0.0047455 max=0.061445 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J1711-3338_X_map.fits float peak_flux peak_flux = peak(flux,max) invert ! Inverting map float image_peak image_peak = int(10000*peak_flux)/10000 float image_rms image_rms = int(100000*imstat(rms))/100000 print "=========================================" ! ========================================= print "The image peak= ", image_peak, " rms= ", image_rms, " Jy" ! The image peak= 0.0614 rms= 0.00017 Jy quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J1711-3338_X_uvs.log closed on Tue Oct 8 15:49:32 2013