! Started logfile: /scr/pima/rdv93_uvs/J0931-1013_S_uvs.log on Tue Oct 8 15:27:42 2013 obs /scr/pima/rdv93_uvs/J0931-1013_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J0931-1013_S_uva.fits ! AN table 1: 22 integrations on 28 of 28 possible baselines. ! AN table 2: 22 integrations on 45 of 45 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0931-1013 ! ! 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 2.23299e+09 1.6e+07 1 1.6e+07 ! 02 2 2.26299e+09 1.6e+07 1 1.6e+07 ! 03 3 2.35299e+09 1.6e+07 1 1.6e+07 ! 04 4 2.37299e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 6424 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.4 print "taper_size =",taper_size ! taper_size = 20 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv93_uvs/J0931-1013_S] 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: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 ! 1:SC self-cal status=correctable weight=1 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:HN 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 ! 2:SC self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.400x0.400 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.010742Jy sigma=1.542605 ! Fit after self-cal, rms=0.921669Jy sigma=1.405631 ! 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.847 mas, bmaj=7.145 mas, bpa=4.349 degrees ! Estimated noise=9.61745 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.0624302 Jy ! Component: 100 - total flux cleaned = 0.0760671 Jy ! Total flux subtracted in 100 components = 0.0760671 Jy ! Clean residual min=-0.004058 max=0.004007 Jy/beam ! Clean residual mean=0.000011 rms=0.000994 Jy/beam ! Combined flux in latest and established models = 0.0760671 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0760671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056744Jy sigma=0.083561 ! Fit after self-cal, rms=0.056446Jy sigma=0.083106 ! 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=3.501 mas, bmaj=8.57 mas, bpa=3.747 degrees ! Estimated noise=5.84576 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.00404909 Jy ! Component: 100 - total flux cleaned = 0.0053932 Jy ! Component: 150 - total flux cleaned = 0.00571252 Jy ! Component: 200 - total flux cleaned = 0.00575164 Jy ! Total flux subtracted in 200 components = 0.00575164 Jy ! Clean residual min=-0.002615 max=0.002529 Jy/beam ! Clean residual mean=0.000007 rms=0.000652 Jy/beam ! Combined flux in latest and established models = 0.0818187 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 15 components and 0.0818188 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056216Jy sigma=0.082698 ! Fit after self-cal, rms=0.056220Jy sigma=0.082697 ! 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.99 FD 1.00 HN 0.92 LA 1.11 ! NL 1.05 OV 0.97 PT 1.01 SC 0.93 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.01 FD 0.94 HN 0.92 KP 0.98 ! LA 1.21 MK 0.91 NL 1.04 OV 0.96 ! PT 1.09 SC 0.88 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.17 HN 1.01 LA 0.98 ! NL 1.10 OV 0.95 PT 1.08 SC 1.03 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.07 FD 1.20 HN 1.04 KP 1.02 ! LA 1.03 MK 1.03 NL 0.98 OV 0.94 ! PT 1.09 SC 1.12 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.13 HN 0.98 LA 1.05 ! NL 1.16 OV 1.04 PT 1.04 SC 1.02 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.08 FD 1.09 HN 1.04 KP 0.91 ! LA 0.99 MK 0.95 NL 1.07 OV 1.04 ! PT 1.12 SC 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 1.09 HN 0.90 LA 0.81 ! NL 1.01 OV 0.82 PT 0.97 SC 1.02 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.03 FD 1.07 HN 1.00 KP 0.83 ! LA 0.78 MK 1.13 NL 1.02 OV 0.83 ! PT 0.97 SC 0.95 ! ! ! Fit before self-cal, rms=0.056220Jy sigma=0.082697 ! Fit after self-cal, rms=0.054953Jy sigma=0.080757 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.484 mas, bmaj=8.564 mas, bpa=3.956 degrees ! Estimated noise=5.82346 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.000395073 Jy ! Component: 100 - total flux cleaned = 0.00037501 Jy ! Component: 150 - total flux cleaned = 0.000356926 Jy ! Component: 200 - total flux cleaned = 0.000340774 Jy ! Total flux subtracted in 200 components = 0.000340774 Jy ! Clean residual min=-0.001815 max=0.001966 Jy/beam ! Clean residual mean=0.000000 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.0821595 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 26 components and 0.0821595 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054938Jy sigma=0.080740 ! Fit after self-cal, rms=0.055005Jy sigma=0.080704 ! 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.055005Jy sigma=0.080704 ! Fit after self-cal, rms=0.054979Jy sigma=0.080700 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.475 mas, bmaj=8.549 mas, bpa=3.934 degrees ! Estimated noise=5.82246 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000275888 Jy ! Component: 100 - total flux cleaned = 0.00029186 Jy ! Component: 150 - total flux cleaned = 0.000278221 Jy ! Component: 200 - total flux cleaned = 0.000265288 Jy ! Total flux subtracted in 200 components = 0.000265288 Jy ! Clean residual min=-0.001815 max=0.001956 Jy/beam ! Clean residual mean=0.000000 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.0824248 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 36 components and 0.0824248 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054969Jy sigma=0.080691 ! Fit after self-cal, rms=0.054972Jy sigma=0.080691 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 = 1.31147e-05 Jy ! Component: 100 - total flux cleaned = 1.98103e-06 Jy ! Component: 150 - total flux cleaned = -8.27906e-06 Jy ! Component: 200 - total flux cleaned = -2.72057e-05 Jy ! Total flux subtracted in 200 components = -2.72057e-05 Jy ! Clean residual min=-0.001811 max=0.001944 Jy/beam ! Clean residual mean=0.000000 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.0823976 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 39 components and 0.0823976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054967Jy sigma=0.080687 ! Fit after self-cal, rms=0.054967Jy sigma=0.080686 ! 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.054967Jy sigma=0.080686 ! Fit after self-cal, rms=0.054839Jy sigma=0.080684 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.465 mas, bmaj=8.532 mas, bpa=3.895 degrees ! Estimated noise=5.81384 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000129563 Jy ! Component: 100 - total flux cleaned = 0.000152941 Jy ! Component: 150 - total flux cleaned = 0.000163022 Jy ! Component: 200 - total flux cleaned = 0.000180428 Jy ! Total flux subtracted in 200 components = 0.000180428 Jy ! Clean residual min=-0.001791 max=0.001925 Jy/beam ! Clean residual mean=-0.000000 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.082578 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 43 components and 0.082578 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054832Jy sigma=0.080680 ! Fit after self-cal, rms=0.054833Jy sigma=0.080680 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 = 1.06019e-05 Jy ! Component: 100 - total flux cleaned = 1.04315e-05 Jy ! Component: 150 - total flux cleaned = 3.17249e-06 Jy ! Component: 200 - total flux cleaned = 3.11392e-06 Jy ! Total flux subtracted in 200 components = 3.11392e-06 Jy ! Clean residual min=-0.001787 max=0.001926 Jy/beam ! Clean residual mean=-0.000000 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.0825811 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 46 components and 0.0825811 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054830Jy sigma=0.080678 ! Fit after self-cal, rms=0.054830Jy sigma=0.080678 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 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.054830Jy sigma=0.080678 ! Fit after self-cal, rms=0.054690Jy sigma=0.080676 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.564 mas, bmaj=14.16 mas, bpa=5.654 degrees ! Estimated noise=6.95289 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000377017 Jy ! Component: 100 - total flux cleaned = 0.000384003 Jy ! Component: 150 - total flux cleaned = 0.000389965 Jy ! Component: 200 - total flux cleaned = 0.000390202 Jy ! Total flux subtracted in 200 components = 0.000390202 Jy ! Clean residual min=-0.001923 max=0.001853 Jy/beam ! Clean residual mean=-0.000001 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.0829713 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 56 components and 0.0829713 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054689Jy sigma=0.080676 ! Fit after self-cal, rms=0.054688Jy sigma=0.080674 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 = 3.14426e-05 Jy ! Component: 100 - total flux cleaned = 3.85673e-05 Jy ! Component: 150 - total flux cleaned = 4.47828e-05 Jy ! Component: 200 - total flux cleaned = 5.00765e-05 Jy ! Total flux subtracted in 200 components = 5.00765e-05 Jy ! Clean residual min=-0.001919 max=0.001861 Jy/beam ! Clean residual mean=-0.000001 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.0830214 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 58 components and 0.0830214 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054688Jy sigma=0.080675 ! Fit after self-cal, rms=0.054688Jy sigma=0.080675 ! 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: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 1:SC,true ! 1:SC 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:HN,true ! 2:HN 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 selfant 2:SC,true ! 2:SC 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.054688Jy sigma=0.080675 ! Fit after self-cal, rms=0.054688Jy sigma=0.080675 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: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 ! 1:SC self-cal status=correctable weight=1 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:HN 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 ! 2:SC 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.054688Jy sigma=0.080675 ! Fit after self-cal, rms=0.054667Jy sigma=0.080673 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.818 mas, bmaj=7.108 mas, bpa=4.226 degrees ! Estimated noise=9.44568 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 (-12.8, 74.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00292074 Jy ! Component: 100 - total flux cleaned = 0.00356292 Jy ! Component: 150 - total flux cleaned = 0.00393437 Jy ! Component: 200 - total flux cleaned = 0.00407515 Jy ! Total flux subtracted in 200 components = 0.00407515 Jy ! Clean residual min=-0.002682 max=0.002701 Jy/beam ! Clean residual mean=0.000001 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.0870966 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 80 components and 0.0870966 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054610Jy sigma=0.080610 ! Fit after self-cal, rms=0.054601Jy sigma=0.080599 ! 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=3.449 mas, bmaj=8.501 mas, bpa=3.79 degrees ! Estimated noise=5.80305 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 (48, 47.6). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000462352 Jy ! Component: 100 - total flux cleaned = 0.000223465 Jy ! Component: 150 - total flux cleaned = -0.000151412 Jy ! Component: 200 - total flux cleaned = -0.000367593 Jy ! Component: 250 - total flux cleaned = -0.0005984 Jy ! Component: 300 - total flux cleaned = -0.000752364 Jy ! Component: 350 - total flux cleaned = -0.0008656 Jy ! Component: 400 - total flux cleaned = -0.000919129 Jy ! Total flux subtracted in 400 components = -0.000919129 Jy ! Clean residual min=-0.001594 max=0.001565 Jy/beam ! Clean residual mean=0.000002 rms=0.000377 Jy/beam ! Combined flux in latest and established models = 0.0861775 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 130 components and 0.0861775 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054485Jy sigma=0.080421 ! Fit after self-cal, rms=0.054482Jy sigma=0.080410 ! 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.00011724 Jy ! Component: 100 - total flux cleaned = -0.000195351 Jy ! Component: 150 - total flux cleaned = -0.000267734 Jy ! Component: 200 - total flux cleaned = -0.000336346 Jy ! Component: 250 - total flux cleaned = -0.000401049 Jy ! Component: 300 - total flux cleaned = -0.00038023 Jy ! Component: 350 - total flux cleaned = -0.000419479 Jy ! Component: 400 - total flux cleaned = -0.000419552 Jy ! Total flux subtracted in 400 components = -0.000419552 Jy ! Clean residual min=-0.001558 max=0.001518 Jy/beam ! Clean residual mean=0.000002 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.0857579 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 155 components and 0.0857579 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054447Jy sigma=0.080360 ! Fit after self-cal, rms=0.054448Jy sigma=0.080358 ! 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. ! Applying 2560 buffered edits. 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.054448Jy sigma=0.080358 ! Fit after self-cal, rms=0.054521Jy sigma=0.080345 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.452 mas, bmaj=8.512 mas, bpa=3.732 degrees ! Estimated noise=5.80745 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00017086 Jy ! Component: 100 - total flux cleaned = 0.000192718 Jy ! Component: 150 - total flux cleaned = 0.000133094 Jy ! Component: 200 - total flux cleaned = 7.71512e-05 Jy ! Component: 250 - total flux cleaned = 7.43289e-06 Jy ! Component: 300 - total flux cleaned = -4.23437e-05 Jy ! Component: 350 - total flux cleaned = -9.13982e-05 Jy ! Component: 400 - total flux cleaned = -0.000122835 Jy ! Total flux subtracted in 400 components = -0.000122835 Jy ! Clean residual min=-0.001548 max=0.001410 Jy/beam ! Clean residual mean=0.000001 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.0856351 Jy selfcal ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 180 components and 0.0856351 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054496Jy sigma=0.080313 ! Fit after self-cal, rms=0.054500Jy sigma=0.080311 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.31171e-05 Jy ! Component: 100 - total flux cleaned = -1.21712e-05 Jy ! Component: 150 - total flux cleaned = -1.23368e-05 Jy ! Component: 200 - total flux cleaned = 2.31474e-06 Jy ! Component: 250 - total flux cleaned = 1.62908e-05 Jy ! Component: 300 - total flux cleaned = 2.3263e-06 Jy ! Component: 350 - total flux cleaned = 1.62345e-05 Jy ! Component: 400 - total flux cleaned = 4.31061e-05 Jy ! Total flux subtracted in 400 components = 4.31061e-05 Jy ! Clean residual min=-0.001538 max=0.001422 Jy/beam ! Clean residual mean=0.000001 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.0856782 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 193 components and 0.0856782 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054485Jy sigma=0.080292 ! Fit after self-cal, rms=0.054486Jy sigma=0.080292 ! 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.054486Jy sigma=0.080292 ! Fit after self-cal, rms=0.054507Jy sigma=0.080290 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.452 mas, bmaj=8.511 mas, bpa=3.691 degrees ! Estimated noise=5.80862 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000170389 Jy ! Component: 100 - total flux cleaned = 0.000155614 Jy ! Component: 150 - total flux cleaned = 0.000155209 Jy ! Component: 200 - total flux cleaned = 0.000128254 Jy ! Component: 250 - total flux cleaned = 0.000154948 Jy ! Component: 300 - total flux cleaned = 0.000167706 Jy ! Component: 350 - total flux cleaned = 0.000167469 Jy ! Component: 400 - total flux cleaned = 0.000179865 Jy ! Total flux subtracted in 400 components = 0.000179865 Jy ! Clean residual min=-0.001531 max=0.001442 Jy/beam ! Clean residual mean=0.000001 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.085858 Jy selfcal ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 207 components and 0.085858 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054493Jy sigma=0.080274 ! Fit after self-cal, rms=0.054495Jy sigma=0.080273 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 = 4.06815e-05 Jy ! Component: 100 - total flux cleaned = 5.28607e-05 Jy ! Component: 150 - total flux cleaned = 6.49763e-05 Jy ! Component: 200 - total flux cleaned = 7.69323e-05 Jy ! Component: 250 - total flux cleaned = 8.84117e-05 Jy ! Component: 300 - total flux cleaned = 8.83044e-05 Jy ! Component: 350 - total flux cleaned = 8.81193e-05 Jy ! Component: 400 - total flux cleaned = 0.000121148 Jy ! Total flux subtracted in 400 components = 0.000121148 Jy ! Clean residual min=-0.001528 max=0.001442 Jy/beam ! Clean residual mean=0.000001 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 0.0859792 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 220 components and 0.0859792 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054485Jy sigma=0.080261 ! Fit after self-cal, rms=0.054486Jy sigma=0.080261 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 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.054486Jy sigma=0.080261 ! Fit after self-cal, rms=0.055007Jy sigma=0.079123 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.564 mas, bmaj=14.17 mas, bpa=5.515 degrees ! Estimated noise=7.01412 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000713091 Jy ! Component: 100 - total flux cleaned = 0.00106035 Jy ! Component: 150 - total flux cleaned = 0.00118717 Jy ! Component: 200 - total flux cleaned = 0.00128175 Jy ! Component: 250 - total flux cleaned = 0.00135283 Jy ! Component: 300 - total flux cleaned = 0.00140768 Jy ! Component: 350 - total flux cleaned = 0.00143311 Jy ! Component: 400 - total flux cleaned = 0.00145678 Jy ! Total flux subtracted in 400 components = 0.00145678 Jy ! Clean residual min=-0.001517 max=0.001295 Jy/beam ! Clean residual mean=0.000002 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.087436 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 244 components and 0.087436 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055003Jy sigma=0.079111 ! Fit after self-cal, rms=0.055032Jy sigma=0.079092 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 = 0.000176888 Jy ! Component: 100 - total flux cleaned = 0.000225502 Jy ! Component: 150 - total flux cleaned = 0.000248292 Jy ! Component: 200 - total flux cleaned = 0.000262463 Jy ! Component: 250 - total flux cleaned = 0.000269166 Jy ! Component: 300 - total flux cleaned = 0.000275721 Jy ! Component: 350 - total flux cleaned = 0.000269345 Jy ! Component: 400 - total flux cleaned = 0.000275526 Jy ! Total flux subtracted in 400 components = 0.000275526 Jy ! Clean residual min=-0.001475 max=0.001322 Jy/beam ! Clean residual mean=0.000002 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.0877115 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 256 components and 0.0877115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055032Jy sigma=0.079090 ! Fit after self-cal, rms=0.055031Jy sigma=0.079090 ! 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=3.452 mas, bmaj=8.515 mas, bpa=3.575 degrees ! Estimated noise=5.85248 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.452 x 8.515 at 3.575 degrees (North through East) ! Clean map min=-0.001933 max=0.079803 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.819 mas, bmaj=7.103 mas, bpa=4.076 degrees ! Estimated noise=9.515 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0618946 Jy ! Component: 100 - total flux cleaned = 0.0756968 Jy ! Component: 150 - total flux cleaned = 0.0806349 Jy ! Component: 200 - total flux cleaned = 0.0826177 Jy ! Component: 250 - total flux cleaned = 0.0836615 Jy ! Component: 300 - total flux cleaned = 0.0841028 Jy ! Component: 350 - total flux cleaned = 0.0844022 Jy ! Component: 400 - total flux cleaned = 0.0848061 Jy ! Total flux subtracted in 400 components = 0.0848061 Jy ! Clean residual min=-0.002625 max=0.002742 Jy/beam ! Clean residual mean=0.000002 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.0848062 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 44 model components to the UV plane model. ! The established model now contains 44 components and 0.0848062 Jy ! Inverting map and beam ! Estimated beam: bmin=3.452 mas, bmaj=8.515 mas, bpa=3.575 degrees ! Estimated noise=5.85248 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.000200825 Jy ! Component: 100 - total flux cleaned = 0.000461699 Jy ! Component: 150 - total flux cleaned = 0.000459332 Jy ! Component: 200 - total flux cleaned = 0.00045817 Jy ! Component: 250 - total flux cleaned = 0.000495628 Jy ! Component: 300 - total flux cleaned = 0.000531546 Jy ! Component: 350 - total flux cleaned = 0.000629027 Jy ! Component: 400 - total flux cleaned = 0.000657815 Jy ! Total flux subtracted in 400 components = 0.000657815 Jy ! Clean residual min=-0.001780 max=0.001585 Jy/beam ! Clean residual mean=0.000001 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.085464 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 90 components and 0.085464 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.564 mas, bmaj=14.17 mas, bpa=5.515 degrees ! Estimated noise=7.01412 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00078008 Jy ! Component: 100 - total flux cleaned = 0.000839899 Jy ! Component: 150 - total flux cleaned = 0.00100762 Jy ! Component: 200 - total flux cleaned = 0.00115886 Jy ! Component: 250 - total flux cleaned = 0.00129726 Jy ! Component: 300 - total flux cleaned = 0.00140594 Jy ! Component: 350 - total flux cleaned = 0.00152272 Jy ! Component: 400 - total flux cleaned = 0.00161478 Jy ! Total flux subtracted in 400 components = 0.00161478 Jy ! Clean residual min=-0.001603 max=0.001432 Jy/beam ! Clean residual mean=0.000001 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.0870788 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.54389e-05 Jy ! Component: 100 - total flux cleaned = 0.000151858 Jy ! Component: 150 - total flux cleaned = 0.000227018 Jy ! Component: 200 - total flux cleaned = 0.000285676 Jy ! Component: 250 - total flux cleaned = 0.000341378 Jy ! Component: 300 - total flux cleaned = 0.000382734 Jy ! Component: 350 - total flux cleaned = 0.000412431 Jy ! Component: 400 - total flux cleaned = 0.000449868 Jy ! Total flux subtracted in 400 components = 0.000449868 Jy ! Clean residual min=-0.001525 max=0.001384 Jy/beam ! Clean residual mean=0.000001 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.0875286 Jy ! Adding 68 model components to the UV plane model. ! The established model now contains 155 components and 0.0875286 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.452 mas, bmaj=8.515 mas, bpa=3.575 degrees ! Estimated noise=5.85248 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.04869e-05 Jy ! Component: 100 - total flux cleaned = -0.000245002 Jy ! Component: 150 - total flux cleaned = -0.000412459 Jy ! Component: 200 - total flux cleaned = -0.000522571 Jy ! Component: 250 - total flux cleaned = -0.000625179 Jy ! Component: 300 - total flux cleaned = -0.000663999 Jy ! Component: 350 - total flux cleaned = -0.000682342 Jy ! Component: 400 - total flux cleaned = -0.000628523 Jy ! Total flux subtracted in 400 components = -0.000628523 Jy ! Clean residual min=-0.001499 max=0.001591 Jy/beam ! Clean residual mean=0.000001 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.0869001 Jy selfcal ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 187 components and 0.0869001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055068Jy sigma=0.079136 ! Fit after self-cal, rms=0.055064Jy sigma=0.079129 wmodel /scr/pima/rdv93_uvs/J0931-1013_S_map.mod ! Writing 187 model components to file: /scr/pima/rdv93_uvs/J0931-1013_S_map.mod wobs /scr/pima/rdv93_uvs/J0931-1013_S_uvs.fits ! Applying 652 buffered edits. ! Writing UV FITS file: /scr/pima/rdv93_uvs/J0931-1013_S_uvs.fits wwins /scr/pima/rdv93_uvs/J0931-1013_S_map.win ! wwins: Wrote 3 windows to /scr/pima/rdv93_uvs/J0931-1013_S_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.000253261 Jy ! Component: 100 - total flux cleaned = 0.00020493 Jy ! Component: 150 - total flux cleaned = 0.000136436 Jy ! Component: 200 - total flux cleaned = 0.000136095 Jy ! Component: 250 - total flux cleaned = 7.31468e-05 Jy ! Component: 300 - total flux cleaned = 0.000114014 Jy ! Component: 350 - total flux cleaned = 0.000153653 Jy ! Component: 400 - total flux cleaned = 0.000289146 Jy ! Component: 450 - total flux cleaned = 0.000402511 Jy ! Component: 500 - total flux cleaned = 0.000531896 Jy ! Component: 550 - total flux cleaned = 0.000640381 Jy ! Component: 600 - total flux cleaned = 0.000746198 Jy ! Component: 650 - total flux cleaned = 0.000797956 Jy ! Component: 700 - total flux cleaned = 0.000882712 Jy ! Component: 750 - total flux cleaned = 0.000965812 Jy ! Component: 800 - total flux cleaned = 0.00104734 Jy ! Component: 850 - total flux cleaned = 0.00112727 Jy ! Component: 900 - total flux cleaned = 0.00119007 Jy ! Component: 950 - total flux cleaned = 0.00123671 Jy ! Component: 1000 - total flux cleaned = 0.00132849 Jy ! Component: 1050 - total flux cleaned = 0.00140346 Jy ! Component: 1100 - total flux cleaned = 0.00144758 Jy ! Component: 1150 - total flux cleaned = 0.00143351 Jy ! Component: 1200 - total flux cleaned = 0.00151999 Jy ! Component: 1250 - total flux cleaned = 0.00154858 Jy ! Component: 1300 - total flux cleaned = 0.00159087 Jy ! Component: 1350 - total flux cleaned = 0.00166001 Jy ! Component: 1400 - total flux cleaned = 0.00167378 Jy ! Component: 1450 - total flux cleaned = 0.00175407 Jy ! Component: 1500 - total flux cleaned = 0.00178033 Jy ! Component: 1550 - total flux cleaned = 0.00180654 Jy ! Component: 1600 - total flux cleaned = 0.00180667 Jy ! Component: 1650 - total flux cleaned = 0.00184499 Jy ! Component: 1700 - total flux cleaned = 0.00183231 Jy ! Component: 1750 - total flux cleaned = 0.00180701 Jy ! Component: 1800 - total flux cleaned = 0.00183169 Jy ! Component: 1850 - total flux cleaned = 0.00179478 Jy ! Component: 1900 - total flux cleaned = 0.00174622 Jy ! Component: 1950 - total flux cleaned = 0.00180638 Jy ! Component: 2000 - total flux cleaned = 0.00177062 Jy ! Component: 2050 - total flux cleaned = 0.00179418 Jy ! Component: 2100 - total flux cleaned = 0.00181724 Jy ! Component: 2150 - total flux cleaned = 0.00182862 Jy ! Component: 2200 - total flux cleaned = 0.0018401 Jy ! Component: 2250 - total flux cleaned = 0.00181747 Jy ! Component: 2300 - total flux cleaned = 0.00184004 Jy ! Component: 2350 - total flux cleaned = 0.00187346 Jy ! Component: 2400 - total flux cleaned = 0.00188444 Jy ! Component: 2450 - total flux cleaned = 0.00186254 Jy ! Component: 2500 - total flux cleaned = 0.00188423 Jy ! Component: 2550 - total flux cleaned = 0.00191651 Jy ! Component: 2600 - total flux cleaned = 0.00190613 Jy ! Component: 2650 - total flux cleaned = 0.00190619 Jy ! Component: 2700 - total flux cleaned = 0.00192715 Jy ! Component: 2750 - total flux cleaned = 0.00196849 Jy ! Component: 2800 - total flux cleaned = 0.00196853 Jy ! Component: 2850 - total flux cleaned = 0.00198898 Jy ! Component: 2900 - total flux cleaned = 0.00202951 Jy ! Component: 2950 - total flux cleaned = 0.00199938 Jy ! Component: 3000 - total flux cleaned = 0.00198945 Jy ! Component: 3050 - total flux cleaned = 0.00202918 Jy ! Component: 3100 - total flux cleaned = 0.00198972 Jy ! Component: 3150 - total flux cleaned = 0.00202883 Jy ! Component: 3200 - total flux cleaned = 0.0020482 Jy ! Component: 3250 - total flux cleaned = 0.00204819 Jy ! Component: 3300 - total flux cleaned = 0.00200027 Jy ! Component: 3350 - total flux cleaned = 0.00201929 Jy ! Component: 3400 - total flux cleaned = 0.00201933 Jy ! Component: 3450 - total flux cleaned = 0.00201938 Jy ! Component: 3500 - total flux cleaned = 0.00201009 Jy ! Component: 3550 - total flux cleaned = 0.00200088 Jy ! Component: 3600 - total flux cleaned = 0.00203783 Jy ! Component: 3650 - total flux cleaned = 0.0020561 Jy ! Component: 3700 - total flux cleaned = 0.00203783 Jy ! Component: 3750 - total flux cleaned = 0.0020832 Jy ! Component: 3800 - total flux cleaned = 0.00206514 Jy ! Component: 3850 - total flux cleaned = 0.00207408 Jy ! Component: 3900 - total flux cleaned = 0.00206519 Jy ! Component: 3950 - total flux cleaned = 0.00207409 Jy ! Component: 4000 - total flux cleaned = 0.00210049 Jy ! Component: 4050 - total flux cleaned = 0.00207418 Jy ! Total flux subtracted in 4096 components = 0.00206538 Jy ! Clean residual min=-0.000571 max=0.000586 Jy/beam ! Clean residual mean=-0.000001 rms=0.000167 Jy/beam ! Combined flux in latest and established models = 0.0889655 Jy keep ! Adding 271 model components to the UV plane model. ! The established model now contains 458 components and 0.0889655 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv93_uvs/J0931-1013_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.452 x 8.515 at 3.575 degrees (North through East) ! Clean map min=-0.0019185 max=0.079674 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J0931-1013_S_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.0796 rms= 0.00016 Jy quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J0931-1013_S_uvs.log closed on Tue Oct 8 15:27:48 2013