! Started logfile: /scr/pima/rdv95_uvs/J0058-3347_S_uvs.log on Wed Nov 6 20:41:12 2013 obs /scr/pima/rdv95_uvs/J0058-3347_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv95_uvs/J0058-3347_S_uva.fits ! AN table 1: 22 integrations on 28 of 28 possible baselines. ! AN table 2: 22 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.953125 visibilities/baseline/integration-bin. ! Found source: J0058-3347 ! ! 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 8e+06 1 8e+06 ! 02 2 2.26299e+09 8e+06 1 8e+06 ! 03 3 2.35299e+09 8e+06 1 8e+06 ! 04 4 2.37299e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 5368 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/rdv95_uvs/J0058-3347_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: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: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: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.002598Jy sigma=0.662618 ! Fit after self-cal, rms=0.936216Jy sigma=0.619124 ! 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.704 mas, bmaj=7.537 mas, bpa=-3.975 degrees ! Estimated noise=29.9886 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.0504339 Jy ! Component: 100 - total flux cleaned = 0.0618109 Jy ! Total flux subtracted in 100 components = 0.0618109 Jy ! Clean residual min=-0.004454 max=0.004760 Jy/beam ! Clean residual mean=-0.000072 rms=0.001255 Jy/beam ! Combined flux in latest and established models = 0.0618109 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0618109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074604Jy sigma=0.045730 ! Fit after self-cal, rms=0.073464Jy sigma=0.045042 ! 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.499 mas, bmaj=9.556 mas, bpa=-2.483 degrees ! Estimated noise=14.9998 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.00664997 Jy ! Component: 100 - total flux cleaned = 0.00859479 Jy ! Component: 150 - total flux cleaned = 0.00869868 Jy ! Component: 200 - total flux cleaned = 0.00873753 Jy ! Total flux subtracted in 200 components = 0.00873753 Jy ! Clean residual min=-0.003068 max=0.004089 Jy/beam ! Clean residual mean=-0.000069 rms=0.000874 Jy/beam ! Combined flux in latest and established models = 0.0705484 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 26 components and 0.0705484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073046Jy sigma=0.044594 ! Fit after self-cal, rms=0.073059Jy sigma=0.044591 ! 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 0.94 HN 1.05 KP 1.01 LA 1.18 ! NL 1.02 OV 1.00 PT 0.89 SC 0.86 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.01 FD 1.11 KP 0.90 LA 1.20 ! MK 0.91 NL 1.04 OV 1.02 PT 0.94 ! SC 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 HN 0.87 KP 0.98 LA 1.08 ! NL 1.16 OV 0.96 PT 1.09 SC 1.01 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.17 FD 0.99 KP 0.93 LA 1.05 ! MK 0.95 NL 1.02 OV 1.04 PT 0.99 ! SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.05 HN 0.92 KP 1.12 LA 0.85 ! NL 1.19 OV 1.02 PT 1.05 SC 0.89 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.95 FD 1.02 KP 0.98 LA 1.02 ! MK 1.01 NL 1.29 OV 1.08 PT 1.06 ! SC 0.83 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.95 HN 0.78 KP 0.91 LA 0.76 ! NL 0.96 OV 0.84 PT 0.96 SC 1.14 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00 FD 1.02 KP 0.95 LA 0.80 ! MK 1.15 NL 1.13 OV 0.93 PT 1.01 ! SC 1.02 ! ! ! Fit before self-cal, rms=0.073059Jy sigma=0.044591 ! Fit after self-cal, rms=0.072417Jy sigma=0.044125 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.483 mas, bmaj=9.563 mas, bpa=-1.974 degrees ! Estimated noise=14.7503 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.000328029 Jy ! Component: 100 - total flux cleaned = -0.000474278 Jy ! Component: 150 - total flux cleaned = -0.000563794 Jy ! Component: 200 - total flux cleaned = -0.000562035 Jy ! Total flux subtracted in 200 components = -0.000562035 Jy ! Clean residual min=-0.002728 max=0.003403 Jy/beam ! Clean residual mean=-0.000033 rms=0.000764 Jy/beam ! Combined flux in latest and established models = 0.0699864 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 33 components and 0.0699864 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072376Jy sigma=0.044111 ! Fit after self-cal, rms=0.072551Jy sigma=0.044077 ! 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.072551Jy sigma=0.044077 ! Fit after self-cal, rms=0.072488Jy sigma=0.044072 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.488 mas, bmaj=9.579 mas, bpa=-2.098 degrees ! Estimated noise=14.6713 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000431528 Jy ! Component: 100 - total flux cleaned = -0.000527118 Jy ! Component: 150 - total flux cleaned = -0.000580588 Jy ! Component: 200 - total flux cleaned = -0.000582735 Jy ! Total flux subtracted in 200 components = -0.000582735 Jy ! Clean residual min=-0.002612 max=0.003322 Jy/beam ! Clean residual mean=-0.000032 rms=0.000752 Jy/beam ! Combined flux in latest and established models = 0.0694037 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 36 components and 0.0694037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072455Jy sigma=0.044062 ! Fit after self-cal, rms=0.072479Jy sigma=0.044060 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 (100.8, -90). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00315085 Jy ! Component: 100 - total flux cleaned = 0.00458178 Jy ! Component: 150 - total flux cleaned = 0.00496485 Jy ! Component: 200 - total flux cleaned = 0.00509377 Jy ! Total flux subtracted in 200 components = 0.00509377 Jy ! Clean residual min=-0.002191 max=0.002457 Jy/beam ! Clean residual mean=-0.000013 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.0744974 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 49 components and 0.0744974 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072338Jy sigma=0.043970 ! Fit after self-cal, rms=0.072334Jy sigma=0.043954 ! 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.072334Jy sigma=0.043954 ! Fit after self-cal, rms=0.072121Jy sigma=0.043942 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.493 mas, bmaj=9.598 mas, bpa=-2.333 degrees ! Estimated noise=14.6207 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000931272 Jy ! Component: 100 - total flux cleaned = 0.00106311 Jy ! Component: 150 - total flux cleaned = 0.00103533 Jy ! Component: 200 - total flux cleaned = 0.000985009 Jy ! Total flux subtracted in 200 components = 0.000985009 Jy ! Clean residual min=-0.002087 max=0.002341 Jy/beam ! Clean residual mean=-0.000006 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.0754824 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 56 components and 0.0754825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072086Jy sigma=0.043925 ! Fit after self-cal, rms=0.072089Jy sigma=0.043923 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.000276218 Jy ! Component: 100 - total flux cleaned = 0.00027425 Jy ! Component: 150 - total flux cleaned = 0.000228719 Jy ! Component: 200 - total flux cleaned = 0.000186882 Jy ! Total flux subtracted in 200 components = 0.000186882 Jy ! Clean residual min=-0.002047 max=0.002313 Jy/beam ! Clean residual mean=-0.000008 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.0756693 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 61 components and 0.0756693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072073Jy sigma=0.043915 ! Fit after self-cal, rms=0.072073Jy sigma=0.043914 ! 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.072073Jy sigma=0.043914 ! Fit after self-cal, rms=0.071919Jy sigma=0.043906 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.169 mas, bmaj=24.12 mas, bpa=-3.534 degrees ! Estimated noise=16.9057 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.26326e-05 Jy ! Component: 100 - total flux cleaned = 0.000117711 Jy ! Component: 150 - total flux cleaned = 0.000137932 Jy ! Component: 200 - total flux cleaned = 0.000120685 Jy ! Total flux subtracted in 200 components = 0.000120685 Jy ! Clean residual min=-0.002123 max=0.002540 Jy/beam ! Clean residual mean=-0.000003 rms=0.000759 Jy/beam ! Combined flux in latest and established models = 0.07579 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 72 components and 0.07579 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071911Jy sigma=0.043903 ! Fit after self-cal, rms=0.071910Jy sigma=0.043901 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 = 4.60571e-05 Jy ! Component: 100 - total flux cleaned = 6.24084e-05 Jy ! Component: 150 - total flux cleaned = 4.70394e-05 Jy ! Component: 200 - total flux cleaned = 4.67097e-05 Jy ! Total flux subtracted in 200 components = 4.67097e-05 Jy ! Clean residual min=-0.002090 max=0.002536 Jy/beam ! Clean residual mean=-0.000003 rms=0.000756 Jy/beam ! Combined flux in latest and established models = 0.0758367 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 78 components and 0.0758367 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071908Jy sigma=0.043900 ! Fit after self-cal, rms=0.071907Jy sigma=0.043899 ! 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: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: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: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.071907Jy sigma=0.043899 ! Fit after self-cal, rms=0.071907Jy sigma=0.043899 selfant "",false ! 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: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: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.071907Jy sigma=0.043899 ! Fit after self-cal, rms=0.071632Jy sigma=0.043896 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.706 mas, bmaj=7.609 mas, bpa=-4.242 degrees ! Estimated noise=29.1008 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 (-102.4, 95.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00039107 Jy ! Component: 100 - total flux cleaned = -0.00111097 Jy ! Component: 150 - total flux cleaned = -0.00111566 Jy ! Component: 200 - total flux cleaned = -0.000876273 Jy ! Total flux subtracted in 200 components = -0.000876273 Jy ! Clean residual min=-0.004059 max=0.003883 Jy/beam ! Clean residual mean=-0.000003 rms=0.000966 Jy/beam ! Combined flux in latest and established models = 0.0749604 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 97 components and 0.0749604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071633Jy sigma=0.043920 ! Fit after self-cal, rms=0.071591Jy sigma=0.043904 ! 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.512 mas, bmaj=9.651 mas, bpa=-2.685 degrees ! Estimated noise=14.5721 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 (-98.8, 28). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00236394 Jy ! Component: 100 - total flux cleaned = 0.00322826 Jy ! Component: 150 - total flux cleaned = 0.00349964 Jy ! Component: 200 - total flux cleaned = 0.00368506 Jy ! Component: 250 - total flux cleaned = 0.0038098 Jy ! Component: 300 - total flux cleaned = 0.00392415 Jy ! Component: 350 - total flux cleaned = 0.00402798 Jy ! Component: 400 - total flux cleaned = 0.00405961 Jy ! Total flux subtracted in 400 components = 0.00405961 Jy ! Clean residual min=-0.001715 max=0.001911 Jy/beam ! Clean residual mean=-0.000019 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.0790201 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 141 components and 0.07902 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071433Jy sigma=0.043799 ! Fit after self-cal, rms=0.071434Jy sigma=0.043786 ! 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) ! Added new window around map position (24.8, 9.2). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00147576 Jy ! Component: 100 - total flux cleaned = 0.00198387 Jy ! Component: 150 - total flux cleaned = 0.00228287 Jy ! Component: 200 - total flux cleaned = 0.00251062 Jy ! Component: 250 - total flux cleaned = 0.00265053 Jy ! Component: 300 - total flux cleaned = 0.00271702 Jy ! Component: 350 - total flux cleaned = 0.00281429 Jy ! Component: 400 - total flux cleaned = 0.00290694 Jy ! Total flux subtracted in 400 components = 0.00290694 Jy ! Clean residual min=-0.001804 max=0.001932 Jy/beam ! Clean residual mean=-0.000004 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.081927 Jy ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 198 components and 0.0819269 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071318Jy sigma=0.043728 ! Fit after self-cal, rms=0.071317Jy sigma=0.043722 ! Inverting map ! Added new window around map position (84.4, 64). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00118475 Jy ! Component: 100 - total flux cleaned = 0.00139803 Jy ! Component: 150 - total flux cleaned = 0.00176384 Jy ! Component: 200 - total flux cleaned = 0.00209652 Jy ! Component: 250 - total flux cleaned = 0.00240464 Jy ! Component: 300 - total flux cleaned = 0.0026959 Jy ! Component: 350 - total flux cleaned = 0.00293762 Jy ! Component: 400 - total flux cleaned = 0.00316941 Jy ! Total flux subtracted in 400 components = 0.00316941 Jy ! Clean residual min=-0.001880 max=0.001591 Jy/beam ! Clean residual mean=-0.000019 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.0850963 Jy ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 249 components and 0.0850964 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071186Jy sigma=0.043657 ! Fit after self-cal, rms=0.071188Jy sigma=0.043651 ! 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.071188Jy sigma=0.043651 ! Fit after self-cal, rms=0.070551Jy sigma=0.043635 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.519 mas, bmaj=9.679 mas, bpa=-2.806 degrees ! Estimated noise=14.3812 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000392149 Jy ! Component: 100 - total flux cleaned = 0.000648528 Jy ! Component: 150 - total flux cleaned = 0.000818273 Jy ! Component: 200 - total flux cleaned = 0.000947728 Jy ! Component: 250 - total flux cleaned = 0.00110327 Jy ! Component: 300 - total flux cleaned = 0.00122321 Jy ! Component: 350 - total flux cleaned = 0.00136844 Jy ! Component: 400 - total flux cleaned = 0.00150956 Jy ! Total flux subtracted in 400 components = 0.00150956 Jy ! Clean residual min=-0.001669 max=0.001593 Jy/beam ! Clean residual mean=-0.000000 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.0866059 Jy selfcal ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 281 components and 0.0866059 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070483Jy sigma=0.043602 ! Fit after self-cal, rms=0.070500Jy sigma=0.043600 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.000209478 Jy ! Component: 100 - total flux cleaned = 0.000237854 Jy ! Component: 150 - total flux cleaned = 0.000347423 Jy ! Component: 200 - total flux cleaned = 0.000373799 Jy ! Component: 250 - total flux cleaned = 0.000451015 Jy ! Component: 300 - total flux cleaned = 0.000552314 Jy ! Component: 350 - total flux cleaned = 0.000602126 Jy ! Component: 400 - total flux cleaned = 0.000723111 Jy ! Total flux subtracted in 400 components = 0.000723111 Jy ! Clean residual min=-0.001601 max=0.001557 Jy/beam ! Clean residual mean=-0.000001 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.087329 Jy ! Performing phase self-cal ! Adding 78 model components to the UV plane model. ! The established model now contains 313 components and 0.087329 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070456Jy sigma=0.043580 ! Fit after self-cal, rms=0.070462Jy sigma=0.043579 ! 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.070462Jy sigma=0.043579 ! Fit after self-cal, rms=0.070824Jy sigma=0.043573 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.522 mas, bmaj=9.692 mas, bpa=-2.848 degrees ! Estimated noise=14.4077 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.46781e-05 Jy ! Component: 100 - total flux cleaned = -6.31373e-05 Jy ! Component: 150 - total flux cleaned = -6.20658e-05 Jy ! Component: 200 - total flux cleaned = -1.297e-05 Jy ! Component: 250 - total flux cleaned = 3.44138e-05 Jy ! Component: 300 - total flux cleaned = 0.000102888 Jy ! Component: 350 - total flux cleaned = 0.000124875 Jy ! Component: 400 - total flux cleaned = 0.000190515 Jy ! Total flux subtracted in 400 components = 0.000190515 Jy ! Clean residual min=-0.001547 max=0.001438 Jy/beam ! Clean residual mean=0.000003 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.0875195 Jy selfcal ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 331 components and 0.0875196 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070787Jy sigma=0.043556 ! Fit after self-cal, rms=0.070799Jy sigma=0.043555 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.55972e-05 Jy ! Component: 100 - total flux cleaned = 2.53314e-05 Jy ! Component: 150 - total flux cleaned = -1.70712e-05 Jy ! Component: 200 - total flux cleaned = 2.54821e-05 Jy ! Component: 250 - total flux cleaned = 4.59571e-05 Jy ! Component: 300 - total flux cleaned = 6.6456e-05 Jy ! Component: 350 - total flux cleaned = 8.68264e-05 Jy ! Component: 400 - total flux cleaned = 0.000146234 Jy ! Total flux subtracted in 400 components = 0.000146234 Jy ! Clean residual min=-0.001515 max=0.001419 Jy/beam ! Clean residual mean=0.000003 rms=0.000380 Jy/beam ! Combined flux in latest and established models = 0.0876658 Jy ! Performing phase self-cal ! Adding 78 model components to the UV plane model. ! The established model now contains 362 components and 0.0876658 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070771Jy sigma=0.043542 ! Fit after self-cal, rms=0.070776Jy sigma=0.043542 ! 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.070776Jy sigma=0.043542 ! Fit after self-cal, rms=0.075417Jy sigma=0.042828 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.223 mas, bmaj=24.39 mas, bpa=-3.609 degrees ! Estimated noise=16.9224 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000920696 Jy ! Component: 100 - total flux cleaned = 0.00123511 Jy ! Component: 150 - total flux cleaned = 0.00140611 Jy ! Component: 200 - total flux cleaned = 0.00161619 Jy ! Component: 250 - total flux cleaned = 0.00181408 Jy ! Component: 300 - total flux cleaned = 0.00200079 Jy ! Component: 350 - total flux cleaned = 0.00213089 Jy ! Component: 400 - total flux cleaned = 0.00225576 Jy ! Total flux subtracted in 400 components = 0.00225576 Jy ! Clean residual min=-0.001343 max=0.001513 Jy/beam ! Clean residual mean=-0.000010 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.0899216 Jy selfcal ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 396 components and 0.0899216 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075399Jy sigma=0.042808 ! Fit after self-cal, rms=0.075583Jy sigma=0.042769 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 (92.8, 14.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.8166e-05 Jy ! Component: 100 - total flux cleaned = -0.000131094 Jy ! Component: 150 - total flux cleaned = 4.36296e-06 Jy ! Component: 200 - total flux cleaned = 0.000269448 Jy ! Component: 250 - total flux cleaned = 0.000456569 Jy ! Component: 300 - total flux cleaned = 0.000681868 Jy ! Component: 350 - total flux cleaned = 0.000942613 Jy ! Component: 400 - total flux cleaned = 0.00121164 Jy ! Total flux subtracted in 400 components = 0.00121164 Jy ! Clean residual min=-0.001140 max=0.001132 Jy/beam ! Clean residual mean=0.000010 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.0911332 Jy ! Performing phase self-cal ! Adding 80 model components to the UV plane model. ! The established model now contains 471 components and 0.0911332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075533Jy sigma=0.042738 ! Fit after self-cal, rms=0.075542Jy sigma=0.042734 ! 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.516 mas, bmaj=9.67 mas, bpa=-2.748 degrees ! Estimated noise=14.705 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.516 x 9.67 at -2.748 degrees (North through East) ! Clean map min=-0.002909 max=0.066489 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.711 mas, bmaj=7.634 mas, bpa=-4.423 degrees ! Estimated noise=29.4179 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0498674 Jy ! Component: 100 - total flux cleaned = 0.0619759 Jy ! Component: 150 - total flux cleaned = 0.0661514 Jy ! Component: 200 - total flux cleaned = 0.0691698 Jy ! Component: 250 - total flux cleaned = 0.0718272 Jy ! Component: 300 - total flux cleaned = 0.0738873 Jy ! Component: 350 - total flux cleaned = 0.075619 Jy ! Component: 400 - total flux cleaned = 0.0773801 Jy ! Total flux subtracted in 400 components = 0.0773801 Jy ! Clean residual min=-0.003805 max=0.003573 Jy/beam ! Clean residual mean=-0.000002 rms=0.000968 Jy/beam ! Combined flux in latest and established models = 0.0773801 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 63 model components to the UV plane model. ! The established model now contains 63 components and 0.0773801 Jy ! Inverting map and beam ! Estimated beam: bmin=3.516 mas, bmaj=9.67 mas, bpa=-2.748 degrees ! Estimated noise=14.705 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.00429844 Jy ! Component: 100 - total flux cleaned = 0.00655488 Jy ! Component: 150 - total flux cleaned = 0.00753746 Jy ! Component: 200 - total flux cleaned = 0.00824072 Jy ! Component: 250 - total flux cleaned = 0.00897507 Jy ! Component: 300 - total flux cleaned = 0.00943473 Jy ! Component: 350 - total flux cleaned = 0.0100086 Jy ! Component: 400 - total flux cleaned = 0.0106132 Jy ! Total flux subtracted in 400 components = 0.0106132 Jy ! Clean residual min=-0.002171 max=0.001753 Jy/beam ! Clean residual mean=0.000005 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.0879934 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 126 components and 0.0879934 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=9.223 mas, bmaj=24.39 mas, bpa=-3.609 degrees ! Estimated noise=16.9224 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00127265 Jy ! Component: 100 - total flux cleaned = 0.00233857 Jy ! Component: 150 - total flux cleaned = 0.00292872 Jy ! Component: 200 - total flux cleaned = 0.00319776 Jy ! Component: 250 - total flux cleaned = 0.00336756 Jy ! Component: 300 - total flux cleaned = 0.00348703 Jy ! Component: 350 - total flux cleaned = 0.00371394 Jy ! Component: 400 - total flux cleaned = 0.00400093 Jy ! Total flux subtracted in 400 components = 0.00400093 Jy ! Clean residual min=-0.001426 max=0.001283 Jy/beam ! Clean residual mean=0.000005 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.0919943 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 = 0.000136064 Jy ! Component: 100 - total flux cleaned = 0.000396694 Jy ! Component: 150 - total flux cleaned = 0.000490235 Jy ! Component: 200 - total flux cleaned = 0.000670732 Jy ! Component: 250 - total flux cleaned = 0.000902987 Jy ! Component: 300 - total flux cleaned = 0.00118335 Jy ! Component: 350 - total flux cleaned = 0.00137334 Jy ! Component: 400 - total flux cleaned = 0.00169062 Jy ! Total flux subtracted in 400 components = 0.00169062 Jy ! Clean residual min=-0.001352 max=0.001217 Jy/beam ! Clean residual mean=0.000006 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.0936849 Jy ! Adding 112 model components to the UV plane model. ! The established model now contains 235 components and 0.0936849 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.516 mas, bmaj=9.67 mas, bpa=-2.748 degrees ! Estimated noise=14.705 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000258556 Jy ! Component: 100 - total flux cleaned = -0.000574007 Jy ! Component: 150 - total flux cleaned = -0.000809295 Jy ! Component: 200 - total flux cleaned = -0.000987506 Jy ! Component: 250 - total flux cleaned = -0.0011137 Jy ! Component: 300 - total flux cleaned = -0.00111412 Jy ! Component: 350 - total flux cleaned = -0.00115503 Jy ! Component: 400 - total flux cleaned = -0.00119382 Jy ! Total flux subtracted in 400 components = -0.00119382 Jy ! Clean residual min=-0.001641 max=0.001629 Jy/beam ! Clean residual mean=0.000000 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.0924911 Jy selfcal ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 287 components and 0.0924911 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075681Jy sigma=0.042820 ! Fit after self-cal, rms=0.075677Jy sigma=0.042804 wmodel /scr/pima/rdv95_uvs/J0058-3347_S_map.mod ! Writing 287 model components to file: /scr/pima/rdv95_uvs/J0058-3347_S_map.mod wobs /scr/pima/rdv95_uvs/J0058-3347_S_uvs.fits ! Applying 256 buffered edits. ! Writing UV FITS file: /scr/pima/rdv95_uvs/J0058-3347_S_uvs.fits wwins /scr/pima/rdv95_uvs/J0058-3347_S_map.win ! wwins: Wrote 7 windows to /scr/pima/rdv95_uvs/J0058-3347_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.000333442 Jy ! Component: 100 - total flux cleaned = -0.000820961 Jy ! Component: 150 - total flux cleaned = -0.00103868 Jy ! Component: 200 - total flux cleaned = -0.00110673 Jy ! Component: 250 - total flux cleaned = -0.00119455 Jy ! Component: 300 - total flux cleaned = -0.00123723 Jy ! Component: 350 - total flux cleaned = -0.00119619 Jy ! Component: 400 - total flux cleaned = -0.0011766 Jy ! Component: 450 - total flux cleaned = -0.00121539 Jy ! Component: 500 - total flux cleaned = -0.00119566 Jy ! Component: 550 - total flux cleaned = -0.00125187 Jy ! Component: 600 - total flux cleaned = -0.00130681 Jy ! Component: 650 - total flux cleaned = -0.00134309 Jy ! Component: 700 - total flux cleaned = -0.00137877 Jy ! Component: 750 - total flux cleaned = -0.00137894 Jy ! Component: 800 - total flux cleaned = -0.00139654 Jy ! Component: 850 - total flux cleaned = -0.00137978 Jy ! Component: 900 - total flux cleaned = -0.00139675 Jy ! Component: 950 - total flux cleaned = -0.00142994 Jy ! Component: 1000 - total flux cleaned = -0.00147888 Jy ! Component: 1050 - total flux cleaned = -0.00152707 Jy ! Component: 1100 - total flux cleaned = -0.0015588 Jy ! Component: 1150 - total flux cleaned = -0.00157451 Jy ! Component: 1200 - total flux cleaned = -0.00159025 Jy ! Component: 1250 - total flux cleaned = -0.0015596 Jy ! Component: 1300 - total flux cleaned = -0.00159021 Jy ! Component: 1350 - total flux cleaned = -0.00157509 Jy ! Component: 1400 - total flux cleaned = -0.00148543 Jy ! Component: 1450 - total flux cleaned = -0.00142625 Jy ! Component: 1500 - total flux cleaned = -0.00133825 Jy ! Component: 1550 - total flux cleaned = -0.00132374 Jy ! Component: 1600 - total flux cleaned = -0.001237 Jy ! Component: 1650 - total flux cleaned = -0.00117941 Jy ! Component: 1700 - total flux cleaned = -0.0010942 Jy ! Component: 1750 - total flux cleaned = -0.00105199 Jy ! Component: 1800 - total flux cleaned = -0.000968113 Jy ! Component: 1850 - total flux cleaned = -0.000926543 Jy ! Component: 1900 - total flux cleaned = -0.000871368 Jy ! Component: 1950 - total flux cleaned = -0.00083042 Jy ! Component: 2000 - total flux cleaned = -0.000762513 Jy ! Component: 2050 - total flux cleaned = -0.000681485 Jy ! Component: 2100 - total flux cleaned = -0.000614444 Jy ! Component: 2150 - total flux cleaned = -0.000547677 Jy ! Component: 2200 - total flux cleaned = -0.000454887 Jy ! Component: 2250 - total flux cleaned = -0.000402185 Jy ! Component: 2300 - total flux cleaned = -0.000297258 Jy ! Component: 2350 - total flux cleaned = -0.000245079 Jy ! Component: 2400 - total flux cleaned = -0.000115369 Jy ! Component: 2450 - total flux cleaned = -6.38517e-05 Jy ! Component: 2500 - total flux cleaned = 1.3129e-05 Jy ! Component: 2550 - total flux cleaned = 8.97841e-05 Jy ! Component: 2600 - total flux cleaned = 0.000140612 Jy ! Component: 2650 - total flux cleaned = 0.000229151 Jy ! Component: 2700 - total flux cleaned = 0.000304612 Jy ! Component: 2750 - total flux cleaned = 0.00034212 Jy ! Component: 2800 - total flux cleaned = 0.000416934 Jy ! Component: 2850 - total flux cleaned = 0.000478999 Jy ! Component: 2900 - total flux cleaned = 0.000577861 Jy ! Component: 2950 - total flux cleaned = 0.000663874 Jy ! Component: 3000 - total flux cleaned = 0.000761758 Jy ! Component: 3050 - total flux cleaned = 0.00084713 Jy ! Component: 3100 - total flux cleaned = 0.000944225 Jy ! Component: 3150 - total flux cleaned = 0.00102877 Jy ! Component: 3200 - total flux cleaned = 0.00108894 Jy ! Component: 3250 - total flux cleaned = 0.00117289 Jy ! Component: 3300 - total flux cleaned = 0.0013041 Jy ! Component: 3350 - total flux cleaned = 0.00138723 Jy ! Component: 3400 - total flux cleaned = 0.00148187 Jy ! Component: 3450 - total flux cleaned = 0.00157611 Jy ! Component: 3500 - total flux cleaned = 0.00164649 Jy ! Component: 3550 - total flux cleaned = 0.0017634 Jy ! Component: 3600 - total flux cleaned = 0.00179838 Jy ! Component: 3650 - total flux cleaned = 0.0019608 Jy ! Component: 3700 - total flux cleaned = 0.00200703 Jy ! Component: 3750 - total flux cleaned = 0.00212212 Jy ! Component: 3800 - total flux cleaned = 0.00222533 Jy ! Component: 3850 - total flux cleaned = 0.00228247 Jy ! Component: 3900 - total flux cleaned = 0.00237357 Jy ! Component: 3950 - total flux cleaned = 0.00248698 Jy ! Component: 4000 - total flux cleaned = 0.00253222 Jy ! Component: 4050 - total flux cleaned = 0.00263359 Jy ! Total flux subtracted in 4096 components = 0.00271222 Jy ! Clean residual min=-0.000618 max=0.000720 Jy/beam ! Clean residual mean=0.000002 rms=0.000215 Jy/beam ! Combined flux in latest and established models = 0.0952033 Jy keep ! Adding 227 model components to the UV plane model. ! The established model now contains 512 components and 0.0952033 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv95_uvs/J0058-3347_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.516 x 9.67 at -2.748 degrees (North through East) ! Clean map min=-0.0026644 max=0.063567 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv95_uvs/J0058-3347_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.0635 rms= 0.00021 Jy quit ! Quitting program ! Log file /scr/pima/rdv95_uvs/J0058-3347_S_uvs.log closed on Wed Nov 6 20:41:18 2013