! Started logfile: /scr/pima/rdv94_uvs/J1638-0340_X_uvs.log on Tue Oct 8 12:22:50 2013 obs /scr/pima/rdv94_uvs/J1638-0340_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv94_uvs/J1638-0340_X_uva.fits ! AN table 1: 19 integrations on 28 of 28 possible baselines. ! AN table 2: 19 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.938776 visibilities/baseline/integration-bin. ! Found source: J1638-0340 ! ! 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 3496 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/rdv94_uvs/J1638-0340_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:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV 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 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.022639Jy sigma=3.004478 ! Fit after self-cal, rms=0.838418Jy sigma=2.304413 ! 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=1.172 mas, bmaj=2.893 mas, bpa=-15.83 degrees ! Estimated noise=7.80677 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.143768 Jy ! Component: 100 - total flux cleaned = 0.196683 Jy ! Total flux subtracted in 100 components = 0.196683 Jy ! Clean residual min=-0.013723 max=0.025545 Jy/beam ! Clean residual mean=0.000147 rms=0.005251 Jy/beam ! Combined flux in latest and established models = 0.196683 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.196683 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085368Jy sigma=0.256002 ! Fit after self-cal, rms=0.085228Jy sigma=0.254122 ! 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=1.42 mas, bmaj=3.092 mas, bpa=-13.77 degrees ! Estimated noise=4.4812 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.0325478 Jy ! Component: 100 - total flux cleaned = 0.0474031 Jy ! Component: 150 - total flux cleaned = 0.0564456 Jy ! Component: 200 - total flux cleaned = 0.062539 Jy ! Total flux subtracted in 200 components = 0.062539 Jy ! Clean residual min=-0.009277 max=0.008059 Jy/beam ! Clean residual mean=0.000034 rms=0.002449 Jy/beam ! Combined flux in latest and established models = 0.259222 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 48 components and 0.259222 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075598Jy sigma=0.213774 ! Fit after self-cal, rms=0.075420Jy sigma=0.213079 ! 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: ! BR 0.98 FD 0.86 HN 0.88 KP 0.96 ! LA 1.03 MK 1.50 NL 1.02 OV 1.07 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.94 FD 0.91 KP 0.99 LA 1.11 ! MK 0.84 NL 0.96 OV 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.18 FD 0.86 HN 0.86 KP 0.91 ! LA 0.97 MK 1.52 NL 1.00 OV 1.12 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.36 FD 0.89 KP 0.97 LA 1.06 ! MK 0.86 NL 1.02 OV 0.93 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.89 HN 0.94 KP 0.88 ! LA 1.01 MK 1.44 NL 1.08 OV 1.12 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.04 FD 0.94 KP 0.92 LA 1.07 ! MK 0.89 NL 1.03 OV 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.94 HN 0.87 KP 0.91 ! LA 1.00 MK 1.37 NL 1.09 OV 1.11 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.05 FD 0.95 KP 0.94 LA 1.16 ! MK 0.98 NL 1.06 OV 0.95 ! ! ! Fit before self-cal, rms=0.075420Jy sigma=0.213079 ! Fit after self-cal, rms=0.074691Jy sigma=0.199481 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.397 mas, bmaj=3.147 mas, bpa=-13.57 degrees ! Estimated noise=4.40741 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.000673231 Jy ! Component: 100 - total flux cleaned = 0.000672167 Jy ! Component: 150 - total flux cleaned = 0.000454944 Jy ! Component: 200 - total flux cleaned = 0.000454278 Jy ! Total flux subtracted in 200 components = 0.000454278 Jy ! Clean residual min=-0.003768 max=0.005130 Jy/beam ! Clean residual mean=0.000009 rms=0.001097 Jy/beam ! Combined flux in latest and established models = 0.259676 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 58 components and 0.259676 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074466Jy sigma=0.199111 ! Fit after self-cal, rms=0.074500Jy sigma=0.198975 ! 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.074500Jy sigma=0.198975 ! Fit after self-cal, rms=0.074854Jy sigma=0.198950 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.398 mas, bmaj=3.153 mas, bpa=-13.49 degrees ! Estimated noise=4.4021 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000201594 Jy ! Component: 100 - total flux cleaned = 0.000148211 Jy ! Component: 150 - total flux cleaned = -4.58562e-06 Jy ! Component: 200 - total flux cleaned = -9.30031e-05 Jy ! Total flux subtracted in 200 components = -9.30031e-05 Jy ! Clean residual min=-0.003723 max=0.005067 Jy/beam ! Clean residual mean=0.000009 rms=0.001063 Jy/beam ! Combined flux in latest and established models = 0.259583 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 63 components and 0.259583 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074737Jy sigma=0.198771 ! Fit after self-cal, rms=0.074737Jy sigma=0.198733 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) ! Added new window around map position (2.4, -14.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00370987 Jy ! Component: 100 - total flux cleaned = 0.00479273 Jy ! Component: 150 - total flux cleaned = 0.00580825 Jy ! Component: 200 - total flux cleaned = 0.00660326 Jy ! Total flux subtracted in 200 components = 0.00660326 Jy ! Clean residual min=-0.003116 max=0.003097 Jy/beam ! Clean residual mean=0.000002 rms=0.000834 Jy/beam ! Combined flux in latest and established models = 0.266186 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 84 components and 0.266186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074401Jy sigma=0.197698 ! Fit after self-cal, rms=0.074364Jy sigma=0.197634 ! 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.074364Jy sigma=0.197634 ! Fit after self-cal, rms=0.074179Jy sigma=0.197570 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.401 mas, bmaj=3.157 mas, bpa=-13.45 degrees ! Estimated noise=4.39826 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00113568 Jy ! Component: 100 - total flux cleaned = 0.00178794 Jy ! Component: 150 - total flux cleaned = 0.00228774 Jy ! Component: 200 - total flux cleaned = 0.0024413 Jy ! Total flux subtracted in 200 components = 0.0024413 Jy ! Clean residual min=-0.002961 max=0.002707 Jy/beam ! Clean residual mean=0.000002 rms=0.000739 Jy/beam ! Combined flux in latest and established models = 0.268628 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 100 components and 0.268628 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074070Jy sigma=0.197288 ! Fit after self-cal, rms=0.074048Jy sigma=0.197268 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 = 7.09073e-06 Jy ! Component: 100 - total flux cleaned = 1.04194e-05 Jy ! Component: 150 - total flux cleaned = 1.21889e-05 Jy ! Component: 200 - total flux cleaned = 8.77578e-05 Jy ! Total flux subtracted in 200 components = 8.77578e-05 Jy ! Clean residual min=-0.002937 max=0.002627 Jy/beam ! Clean residual mean=0.000001 rms=0.000712 Jy/beam ! Combined flux in latest and established models = 0.268715 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 103 components and 0.268715 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073989Jy sigma=0.197157 ! Fit after self-cal, rms=0.073983Jy sigma=0.197149 ! 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.073983Jy sigma=0.197149 ! Fit after self-cal, rms=0.073958Jy sigma=0.197128 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.498 mas, bmaj=3.606 mas, bpa=5.408 degrees ! Estimated noise=4.24711 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000174776 Jy ! Component: 100 - total flux cleaned = 0.000386608 Jy ! Component: 150 - total flux cleaned = 0.000567573 Jy ! Component: 200 - total flux cleaned = 0.000637118 Jy ! Total flux subtracted in 200 components = 0.000637118 Jy ! Clean residual min=-0.002570 max=0.002717 Jy/beam ! Clean residual mean=0.000003 rms=0.000770 Jy/beam ! Combined flux in latest and established models = 0.269352 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 119 components and 0.269352 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073948Jy sigma=0.197070 ! Fit after self-cal, rms=0.073937Jy sigma=0.197063 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 = -7.85076e-05 Jy ! Component: 100 - total flux cleaned = -0.000121554 Jy ! Component: 150 - total flux cleaned = -0.000263409 Jy ! Component: 200 - total flux cleaned = -0.000319666 Jy ! Total flux subtracted in 200 components = -0.000319666 Jy ! Clean residual min=-0.002590 max=0.002672 Jy/beam ! Clean residual mean=0.000002 rms=0.000757 Jy/beam ! Combined flux in latest and established models = 0.269033 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 132 components and 0.269033 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073931Jy sigma=0.197033 ! Fit after self-cal, rms=0.073929Jy sigma=0.197031 ! 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:BR,true ! 1:BR self-cal status=fixed weight=1 selfant 1:FD,true ! 1:FD self-cal status=fixed weight=1 selfant 1:HN,true ! 1:HN self-cal status=fixed weight=1 selfant 1:KP,true ! 1:KP self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA self-cal status=fixed weight=1 selfant 1:MK,true ! 1:MK 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 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 ![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.073929Jy sigma=0.197031 ! Fit after self-cal, rms=0.073929Jy sigma=0.197031 selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV 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 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.073929Jy sigma=0.197031 ! Fit after self-cal, rms=0.073963Jy sigma=0.197024 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=1.163 mas, bmaj=2.943 mas, bpa=-15.1 degrees ! Estimated noise=7.74072 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.00021927 Jy ! Component: 100 - total flux cleaned = -0.00058903 Jy ! Component: 150 - total flux cleaned = -0.00143631 Jy ! Component: 200 - total flux cleaned = -0.00210903 Jy ! Total flux subtracted in 200 components = -0.00210903 Jy ! Clean residual min=-0.004724 max=0.004492 Jy/beam ! Clean residual mean=0.000001 rms=0.001253 Jy/beam ! Combined flux in latest and established models = 0.266924 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 150 components and 0.266924 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073989Jy sigma=0.197187 ! Fit after self-cal, rms=0.073971Jy sigma=0.197147 ! 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=1.404 mas, bmaj=3.157 mas, bpa=-13.42 degrees ! Estimated noise=4.40333 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.000278578 Jy ! Component: 100 - total flux cleaned = 0.000140426 Jy ! Component: 150 - total flux cleaned = 0.000287417 Jy ! Component: 200 - total flux cleaned = 0.000356789 Jy ! Component: 250 - total flux cleaned = 0.000272003 Jy ! Component: 300 - total flux cleaned = 0.000270541 Jy ! Component: 350 - total flux cleaned = 0.000293901 Jy ! Component: 400 - total flux cleaned = 0.000315955 Jy ! Total flux subtracted in 400 components = 0.000315955 Jy ! Clean residual min=-0.002674 max=0.002719 Jy/beam ! Clean residual mean=0.000001 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.26724 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 178 components and 0.26724 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073875Jy sigma=0.196913 ! Fit after self-cal, rms=0.073879Jy sigma=0.196896 ! 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 = -8.56441e-05 Jy ! Component: 100 - total flux cleaned = -0.000226972 Jy ! Component: 150 - total flux cleaned = -0.000311258 Jy ! Component: 200 - total flux cleaned = -0.00029018 Jy ! Component: 250 - total flux cleaned = -0.000345663 Jy ! Component: 300 - total flux cleaned = -0.000345191 Jy ! Component: 350 - total flux cleaned = -0.000379529 Jy ! Component: 400 - total flux cleaned = -0.000428514 Jy ! Total flux subtracted in 400 components = -0.000428514 Jy ! Clean residual min=-0.002597 max=0.002625 Jy/beam ! Clean residual mean=0.000001 rms=0.000644 Jy/beam ! Combined flux in latest and established models = 0.266811 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 192 components and 0.266811 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073853Jy sigma=0.196851 ! Fit after self-cal, rms=0.073854Jy sigma=0.196844 ! 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073854Jy sigma=0.196844 ! Fit after self-cal, rms=0.073788Jy sigma=0.196832 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.403 mas, bmaj=3.158 mas, bpa=-13.42 degrees ! Estimated noise=4.40016 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000152062 Jy ! Component: 100 - total flux cleaned = -0.000483664 Jy ! Component: 150 - total flux cleaned = -0.000646964 Jy ! Component: 200 - total flux cleaned = -0.000752376 Jy ! Component: 250 - total flux cleaned = -0.000795112 Jy ! Component: 300 - total flux cleaned = -0.000823318 Jy ! Component: 350 - total flux cleaned = -0.000850272 Jy ! Component: 400 - total flux cleaned = -0.000889191 Jy ! Total flux subtracted in 400 components = -0.000889191 Jy ! Clean residual min=-0.002596 max=0.002596 Jy/beam ! Clean residual mean=0.000002 rms=0.000630 Jy/beam ! Combined flux in latest and established models = 0.265922 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 204 components and 0.265922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073775Jy sigma=0.196806 ! Fit after self-cal, rms=0.073774Jy sigma=0.196801 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 = -6.03149e-05 Jy ! Component: 100 - total flux cleaned = -0.00013099 Jy ! Component: 150 - total flux cleaned = -0.000224756 Jy ! Component: 200 - total flux cleaned = -0.000249976 Jy ! Component: 250 - total flux cleaned = -0.000287337 Jy ! Component: 300 - total flux cleaned = -0.000322721 Jy ! Component: 350 - total flux cleaned = -0.000333926 Jy ! Component: 400 - total flux cleaned = -0.000356789 Jy ! Total flux subtracted in 400 components = -0.000356789 Jy ! Clean residual min=-0.002614 max=0.002591 Jy/beam ! Clean residual mean=0.000002 rms=0.000625 Jy/beam ! Combined flux in latest and established models = 0.265565 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 212 components and 0.265565 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073766Jy sigma=0.196782 ! Fit after self-cal, rms=0.073765Jy sigma=0.196778 ! 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.073765Jy sigma=0.196778 ! Fit after self-cal, rms=0.073904Jy sigma=0.196776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.403 mas, bmaj=3.159 mas, bpa=-13.41 degrees ! Estimated noise=4.40125 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.67636e-05 Jy ! Component: 100 - total flux cleaned = -0.000124135 Jy ! Component: 150 - total flux cleaned = -0.000209548 Jy ! Component: 200 - total flux cleaned = -0.000301841 Jy ! Component: 250 - total flux cleaned = -0.00035729 Jy ! Component: 300 - total flux cleaned = -0.000400363 Jy ! Component: 350 - total flux cleaned = -0.000421335 Jy ! Component: 400 - total flux cleaned = -0.000452186 Jy ! Total flux subtracted in 400 components = -0.000452186 Jy ! Clean residual min=-0.002629 max=0.002578 Jy/beam ! Clean residual mean=0.000002 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.265113 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 220 components and 0.265113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073897Jy sigma=0.196760 ! Fit after self-cal, rms=0.073897Jy sigma=0.196757 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 = -2.02761e-05 Jy ! Component: 100 - total flux cleaned = -3.13028e-05 Jy ! Component: 150 - total flux cleaned = -0.00011656 Jy ! Component: 200 - total flux cleaned = -0.000167859 Jy ! Component: 250 - total flux cleaned = -0.000217595 Jy ! Component: 300 - total flux cleaned = -0.000256588 Jy ! Component: 350 - total flux cleaned = -0.000256452 Jy ! Component: 400 - total flux cleaned = -0.000284576 Jy ! Total flux subtracted in 400 components = -0.000284576 Jy ! Clean residual min=-0.002638 max=0.002579 Jy/beam ! Clean residual mean=0.000002 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.264828 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 226 components and 0.264828 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073892Jy sigma=0.196745 ! Fit after self-cal, rms=0.073892Jy sigma=0.196742 ! 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.073892Jy sigma=0.196742 ! Fit after self-cal, rms=0.113090Jy sigma=0.176520 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.496 mas, bmaj=3.603 mas, bpa=5.527 degrees ! Estimated noise=4.29471 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00205128 Jy ! Component: 100 - total flux cleaned = 0.00306309 Jy ! Component: 150 - total flux cleaned = 0.00382805 Jy ! Component: 200 - total flux cleaned = 0.00445681 Jy ! Component: 250 - total flux cleaned = 0.00498402 Jy ! Component: 300 - total flux cleaned = 0.00540278 Jy ! Component: 350 - total flux cleaned = 0.00561266 Jy ! Component: 400 - total flux cleaned = 0.00576141 Jy ! Total flux subtracted in 400 components = 0.00576141 Jy ! Clean residual min=-0.002858 max=0.003120 Jy/beam ! Clean residual mean=-0.000002 rms=0.000854 Jy/beam ! Combined flux in latest and established models = 0.27059 Jy selfcal ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 257 components and 0.27059 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113080Jy sigma=0.176389 ! Fit after self-cal, rms=0.113537Jy sigma=0.176317 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) ! Added new window around map position (24.6, 12.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00238932 Jy ! Component: 100 - total flux cleaned = 0.00347408 Jy ! Component: 150 - total flux cleaned = 0.00394428 Jy ! Component: 200 - total flux cleaned = 0.00432897 Jy ! Component: 250 - total flux cleaned = 0.00475805 Jy ! Component: 300 - total flux cleaned = 0.00527647 Jy ! Component: 350 - total flux cleaned = 0.00563466 Jy ! Component: 400 - total flux cleaned = 0.00597336 Jy ! Total flux subtracted in 400 components = 0.00597336 Jy ! Clean residual min=-0.002405 max=0.002384 Jy/beam ! Clean residual mean=-0.000002 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.276563 Jy ! Performing phase self-cal ! Adding 74 model components to the UV plane model. ! The established model now contains 330 components and 0.276563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113365Jy sigma=0.175777 ! Fit after self-cal, rms=0.113352Jy sigma=0.175746 ! Inverting map ! Added new window around map position (-45.6, 6). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000334961 Jy ! Component: 100 - total flux cleaned = 0.000537297 Jy ! Component: 150 - total flux cleaned = 0.000693631 Jy ! Component: 200 - total flux cleaned = 0.000884136 Jy ! Component: 250 - total flux cleaned = 0.00110118 Jy ! Component: 300 - total flux cleaned = 0.00110142 Jy ! Component: 350 - total flux cleaned = 0.00140208 Jy ! Component: 400 - total flux cleaned = 0.00129626 Jy ! Total flux subtracted in 400 components = 0.00129626 Jy ! Clean residual min=-0.001715 max=0.001805 Jy/beam ! Clean residual mean=0.000000 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.277859 Jy ! Performing phase self-cal ! Adding 71 model components to the UV plane model. ! The established model now contains 400 components and 0.277859 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113241Jy sigma=0.175376 ! Fit after self-cal, rms=0.113184Jy sigma=0.175335 ! 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=1.407 mas, bmaj=3.156 mas, bpa=-13.26 degrees ! Estimated noise=4.454 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.407 x 3.156 at -13.26 degrees (North through East) ! Clean map min=-0.0030037 max=0.16784 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=1.167 mas, bmaj=2.94 mas, bpa=-14.95 degrees ! Estimated noise=7.92341 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.146796 Jy ! Component: 100 - total flux cleaned = 0.202402 Jy ! Component: 150 - total flux cleaned = 0.229047 Jy ! Component: 200 - total flux cleaned = 0.242455 Jy ! Component: 250 - total flux cleaned = 0.250857 Jy ! Component: 300 - total flux cleaned = 0.255889 Jy ! Component: 350 - total flux cleaned = 0.259573 Jy ! Component: 400 - total flux cleaned = 0.261213 Jy ! Total flux subtracted in 400 components = 0.261213 Jy ! Clean residual min=-0.004210 max=0.004487 Jy/beam ! Clean residual mean=0.000021 rms=0.001161 Jy/beam ! Combined flux in latest and established models = 0.261213 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 70 model components to the UV plane model. ! The established model now contains 70 components and 0.261213 Jy ! Inverting map and beam ! Estimated beam: bmin=1.407 mas, bmaj=3.156 mas, bpa=-13.26 degrees ! Estimated noise=4.454 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 (-1.6, -0.6). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00152115 Jy ! Component: 100 - total flux cleaned = 0.00207976 Jy ! Component: 150 - total flux cleaned = 0.00279406 Jy ! Component: 200 - total flux cleaned = 0.0042709 Jy ! Component: 250 - total flux cleaned = 0.00522296 Jy ! Component: 300 - total flux cleaned = 0.0055708 Jy ! Component: 350 - total flux cleaned = 0.00611477 Jy ! Component: 400 - total flux cleaned = 0.00647649 Jy ! Total flux subtracted in 400 components = 0.00647649 Jy ! Clean residual min=-0.002432 max=0.002310 Jy/beam ! Clean residual mean=0.000003 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.267689 Jy ! Adding 66 model components to the UV plane model. ! The established model now contains 134 components and 0.267689 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=2.496 mas, bmaj=3.603 mas, bpa=5.527 degrees ! Estimated noise=4.29471 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00064635 Jy ! Component: 100 - total flux cleaned = 0.000993605 Jy ! Component: 150 - total flux cleaned = 0.00124456 Jy ! Component: 200 - total flux cleaned = 0.00136037 Jy ! Component: 250 - total flux cleaned = 0.00162646 Jy ! Component: 300 - total flux cleaned = 0.00192385 Jy ! Component: 350 - total flux cleaned = 0.00211219 Jy ! Component: 400 - total flux cleaned = 0.00233293 Jy ! Total flux subtracted in 400 components = 0.00233293 Jy ! Clean residual min=-0.001907 max=0.001819 Jy/beam ! Clean residual mean=0.000003 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.270022 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 = 8.3761e-05 Jy ! Component: 100 - total flux cleaned = 0.000204537 Jy ! Component: 150 - total flux cleaned = 0.000503494 Jy ! Component: 200 - total flux cleaned = 0.000395677 Jy ! Component: 250 - total flux cleaned = 0.000466392 Jy ! Component: 300 - total flux cleaned = 0.000400485 Jy ! Component: 350 - total flux cleaned = 0.000368211 Jy ! Component: 400 - total flux cleaned = 0.000246729 Jy ! Total flux subtracted in 400 components = 0.000246729 Jy ! Clean residual min=-0.001654 max=0.001603 Jy/beam ! Clean residual mean=0.000002 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.270269 Jy ! Adding 131 model components to the UV plane model. ! The established model now contains 256 components and 0.270269 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.407 mas, bmaj=3.156 mas, bpa=-13.26 degrees ! Estimated noise=4.454 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000186684 Jy ! Component: 100 - total flux cleaned = -0.000233813 Jy ! Component: 150 - total flux cleaned = -0.000234122 Jy ! Component: 200 - total flux cleaned = -0.000272938 Jy ! Component: 250 - total flux cleaned = -0.000387029 Jy ! Component: 300 - total flux cleaned = -0.000460795 Jy ! Component: 350 - total flux cleaned = -0.000566304 Jy ! Component: 400 - total flux cleaned = -0.000601427 Jy ! Total flux subtracted in 400 components = -0.000601427 Jy ! Clean residual min=-0.001516 max=0.001502 Jy/beam ! Clean residual mean=0.000001 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.269667 Jy selfcal ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 305 components and 0.269667 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113054Jy sigma=0.175163 ! Fit after self-cal, rms=0.113069Jy sigma=0.175109 wmodel /scr/pima/rdv94_uvs/J1638-0340_X_map.mod ! Writing 305 model components to file: /scr/pima/rdv94_uvs/J1638-0340_X_map.mod wobs /scr/pima/rdv94_uvs/J1638-0340_X_uvs.fits ! Applying 1862 buffered edits. ! Writing UV FITS file: /scr/pima/rdv94_uvs/J1638-0340_X_uvs.fits wwins /scr/pima/rdv94_uvs/J1638-0340_X_map.win ! wwins: Wrote 5 windows to /scr/pima/rdv94_uvs/J1638-0340_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.000361033 Jy ! Component: 100 - total flux cleaned = 0.000434328 Jy ! Component: 150 - total flux cleaned = 0.000457811 Jy ! Component: 200 - total flux cleaned = 0.00050161 Jy ! Component: 250 - total flux cleaned = 0.000586224 Jy ! Component: 300 - total flux cleaned = 0.000710125 Jy ! Component: 350 - total flux cleaned = 0.000811243 Jy ! Component: 400 - total flux cleaned = 0.000870224 Jy ! Component: 450 - total flux cleaned = 0.000927439 Jy ! Component: 500 - total flux cleaned = 0.000909015 Jy ! Component: 550 - total flux cleaned = 0.0010561 Jy ! Component: 600 - total flux cleaned = 0.00111047 Jy ! Component: 650 - total flux cleaned = 0.00118179 Jy ! Component: 700 - total flux cleaned = 0.00126896 Jy ! Component: 750 - total flux cleaned = 0.0013547 Jy ! Component: 800 - total flux cleaned = 0.00142246 Jy ! Component: 850 - total flux cleaned = 0.00148946 Jy ! Component: 900 - total flux cleaned = 0.00158828 Jy ! Component: 950 - total flux cleaned = 0.00166917 Jy ! Component: 1000 - total flux cleaned = 0.00174916 Jy ! Component: 1050 - total flux cleaned = 0.00176496 Jy ! Component: 1100 - total flux cleaned = 0.00178053 Jy ! Component: 1150 - total flux cleaned = 0.00184201 Jy ! Component: 1200 - total flux cleaned = 0.00184183 Jy ! Component: 1250 - total flux cleaned = 0.00187189 Jy ! Component: 1300 - total flux cleaned = 0.00191644 Jy ! Component: 1350 - total flux cleaned = 0.00194592 Jy ! Component: 1400 - total flux cleaned = 0.00201896 Jy ! Component: 1450 - total flux cleaned = 0.00206235 Jy ! Component: 1500 - total flux cleaned = 0.00213396 Jy ! Component: 1550 - total flux cleaned = 0.0021622 Jy ! Component: 1600 - total flux cleaned = 0.0021622 Jy ! Component: 1650 - total flux cleaned = 0.00221807 Jy ! Component: 1700 - total flux cleaned = 0.00231506 Jy ! Component: 1750 - total flux cleaned = 0.00235611 Jy ! Component: 1800 - total flux cleaned = 0.00239695 Jy ! Component: 1850 - total flux cleaned = 0.00245094 Jy ! Component: 1900 - total flux cleaned = 0.00249118 Jy ! Component: 1950 - total flux cleaned = 0.00255773 Jy ! Component: 2000 - total flux cleaned = 0.00255768 Jy ! Component: 2050 - total flux cleaned = 0.00259725 Jy ! Component: 2100 - total flux cleaned = 0.00266248 Jy ! Component: 2150 - total flux cleaned = 0.00267544 Jy ! Component: 2200 - total flux cleaned = 0.00270126 Jy ! Component: 2250 - total flux cleaned = 0.00273969 Jy ! Component: 2300 - total flux cleaned = 0.00273972 Jy ! Component: 2350 - total flux cleaned = 0.00275243 Jy ! Component: 2400 - total flux cleaned = 0.00275232 Jy ! Component: 2450 - total flux cleaned = 0.00275238 Jy ! Component: 2500 - total flux cleaned = 0.00277731 Jy ! Component: 2550 - total flux cleaned = 0.0028022 Jy ! Component: 2600 - total flux cleaned = 0.00288819 Jy ! Component: 2650 - total flux cleaned = 0.0029004 Jy ! Component: 2700 - total flux cleaned = 0.00287609 Jy ! Component: 2750 - total flux cleaned = 0.00290037 Jy ! Component: 2800 - total flux cleaned = 0.00293652 Jy ! Component: 2850 - total flux cleaned = 0.00294843 Jy ! Component: 2900 - total flux cleaned = 0.00294844 Jy ! Component: 2950 - total flux cleaned = 0.00297229 Jy ! Component: 3000 - total flux cleaned = 0.00306714 Jy ! Component: 3050 - total flux cleaned = 0.00304359 Jy ! Component: 3100 - total flux cleaned = 0.00307889 Jy ! Component: 3150 - total flux cleaned = 0.00313737 Jy ! Component: 3200 - total flux cleaned = 0.00316065 Jy ! Component: 3250 - total flux cleaned = 0.00317222 Jy ! Component: 3300 - total flux cleaned = 0.00313762 Jy ! Component: 3350 - total flux cleaned = 0.00319529 Jy ! Component: 3400 - total flux cleaned = 0.00321826 Jy ! Component: 3450 - total flux cleaned = 0.00318397 Jy ! Component: 3500 - total flux cleaned = 0.00322957 Jy ! Component: 3550 - total flux cleaned = 0.0032409 Jy ! Component: 3600 - total flux cleaned = 0.00327478 Jy ! Component: 3650 - total flux cleaned = 0.0032973 Jy ! Component: 3700 - total flux cleaned = 0.00333106 Jy ! Component: 3750 - total flux cleaned = 0.00333112 Jy ! Component: 3800 - total flux cleaned = 0.00337593 Jy ! Component: 3850 - total flux cleaned = 0.00342047 Jy ! Component: 3900 - total flux cleaned = 0.00345384 Jy ! Component: 3950 - total flux cleaned = 0.00347606 Jy ! Component: 4000 - total flux cleaned = 0.00349816 Jy ! Component: 4050 - total flux cleaned = 0.00354216 Jy ! Total flux subtracted in 4096 components = 0.00354216 Jy ! Clean residual min=-0.000668 max=0.000672 Jy/beam ! Clean residual mean=0.000001 rms=0.000190 Jy/beam ! Combined flux in latest and established models = 0.273209 Jy keep ! Adding 225 model components to the UV plane model. ! The established model now contains 530 components and 0.273209 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv94_uvs/J1638-0340_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.407 x 3.156 at -13.26 degrees (North through East) ! Clean map min=-0.0025371 max=0.16573 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv94_uvs/J1638-0340_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.1657 rms= 0.00018 Jy quit ! Quitting program ! Log file /scr/pima/rdv94_uvs/J1638-0340_X_uvs.log closed on Tue Oct 8 12:22:56 2013