! Started logfile: /scr/pima/rdv94_uvs/J0526-4830_X_uvs.log on Tue Oct 8 12:12:37 2013 obs /scr/pima/rdv94_uvs/J0526-4830_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv94_uvs/J0526-4830_X_uva.fits ! AN table 1: 3 integrations on 3 of 3 possible baselines. ! AN table 2: 2 integrations on 6 of 6 possible baselines. ! AN table 3: 2 integrations on 10 of 10 possible baselines. ! AN table 4: 2 integrations on 6 of 6 possible baselines. ! Apparent sampling: 0.792453 visibilities/baseline/integration-bin. ! Found source: J0526-4830 ! ! 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 168 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/J0526-4830_X] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA 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 ! 3:FD self-cal status=correctable weight=1 ! 3:KP self-cal status=correctable weight=1 ! 3:LA self-cal status=correctable weight=1 ! 3:MK self-cal status=correctable weight=1 ! 3:PT self-cal status=correctable weight=1 ! 4:KP self-cal status=correctable weight=1 ! 4:LA self-cal status=correctable weight=1 ! 4:MK self-cal status=correctable weight=1 ! 4:PT self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.200x0.200 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 9 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.036137Jy sigma=5.336013 ! Fit after self-cal, rms=0.609852Jy sigma=2.909260 ! 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=0.6153 mas, bmaj=8.043 mas, bpa=-13.79 degrees ! Estimated noise=16.2335 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.314755 Jy ! Component: 100 - total flux cleaned = 0.390679 Jy ! Total flux subtracted in 100 components = 0.390679 Jy ! Clean residual min=-0.043441 max=0.042898 Jy/beam ! Clean residual mean=0.000255 rms=0.012882 Jy/beam ! Combined flux in latest and established models = 0.390679 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.390679 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107007Jy sigma=0.560137 ! Fit after self-cal, rms=0.106894Jy sigma=0.559605 ! 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=0.775 mas, bmaj=9.323 mas, bpa=-13.32 degrees ! Estimated noise=13.2901 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.0291205 Jy ! Component: 100 - total flux cleaned = 0.0355919 Jy ! Component: 150 - total flux cleaned = 0.0346326 Jy ! Component: 200 - total flux cleaned = 0.0337641 Jy ! Total flux subtracted in 200 components = 0.0337641 Jy ! Clean residual min=-0.034205 max=0.035375 Jy/beam ! Clean residual mean=0.000460 rms=0.011362 Jy/beam ! Combined flux in latest and established models = 0.424443 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 25 components and 0.424443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101139Jy sigma=0.504904 ! Fit after self-cal, rms=0.101194Jy sigma=0.504648 ! 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.00* KP 0.00* LA 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.00* KP 0.00* LA 0.00* MK 0.00* ! ! Telescope amplitude corrections in sub-array 3: ! FD 0.93 KP 0.85 LA 1.03 MK 1.05 ! PT 1.28 ! ! Telescope amplitude corrections in sub-array 4: ! KP 0.83 LA 1.17 MK 1.03 PT 1.15 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* KP 0.00* LA 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.00* KP 0.00* LA 0.00* MK 0.00* ! ! Telescope amplitude corrections in sub-array 3: ! FD 0.84 KP 0.84 LA 1.04 MK 1.15 ! PT 1.17 ! ! Telescope amplitude corrections in sub-array 4: ! KP 0.90 LA 1.25 MK 0.94 PT 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* KP 0.00* LA 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.00* KP 0.00* LA 0.00* MK 0.00* ! ! Telescope amplitude corrections in sub-array 3: ! FD 0.92 KP 0.78 LA 1.02 MK 1.00 ! PT 1.06 ! ! Telescope amplitude corrections in sub-array 4: ! KP 0.85 LA 1.20 MK 0.90 PT 1.14 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* KP 0.00* LA 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.00* KP 0.00* LA 0.00* MK 0.00* ! ! Telescope amplitude corrections in sub-array 3: ! FD 1.07 KP 0.88 LA 1.10 MK 0.85 ! PT 1.10 ! ! Telescope amplitude corrections in sub-array 4: ! KP 0.89 LA 1.13 MK 1.12 PT 1.09 ! ! ! Fit before self-cal, rms=0.101194Jy sigma=0.504648 ! Fit after self-cal, rms=0.075820Jy sigma=0.358183 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.7802 mas, bmaj=9.35 mas, bpa=-13.45 degrees ! Estimated noise=13.0334 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.00148343 Jy ! Component: 100 - total flux cleaned = 0.000721765 Jy ! Component: 150 - total flux cleaned = 0.000720747 Jy ! Component: 200 - total flux cleaned = 0.000829191 Jy ! Total flux subtracted in 200 components = 0.000829191 Jy ! Clean residual min=-0.012978 max=0.012459 Jy/beam ! Clean residual mean=0.000208 rms=0.003470 Jy/beam ! Combined flux in latest and established models = 0.425272 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 42 components and 0.425272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075220Jy sigma=0.355331 ! Fit after self-cal, rms=0.075752Jy sigma=0.354654 ! 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.075752Jy sigma=0.354654 ! Fit after self-cal, rms=0.075602Jy sigma=0.353867 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.7785 mas, bmaj=9.35 mas, bpa=-13.5 degrees ! Estimated noise=12.9678 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000437529 Jy ! Component: 100 - total flux cleaned = 0.000554023 Jy ! Component: 150 - total flux cleaned = 0.000755405 Jy ! Component: 200 - total flux cleaned = 0.000842072 Jy ! Total flux subtracted in 200 components = 0.000842072 Jy ! Clean residual min=-0.012607 max=0.011451 Jy/beam ! Clean residual mean=0.000187 rms=0.003322 Jy/beam ! Combined flux in latest and established models = 0.426114 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 50 components and 0.426114 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075115Jy sigma=0.352435 ! Fit after self-cal, rms=0.075137Jy sigma=0.352340 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 = 8.17914e-05 Jy ! Component: 100 - total flux cleaned = 0.000308783 Jy ! Component: 150 - total flux cleaned = 0.000449669 Jy ! Component: 200 - total flux cleaned = 0.000581081 Jy ! Total flux subtracted in 200 components = 0.000581081 Jy ! Clean residual min=-0.012382 max=0.010863 Jy/beam ! Clean residual mean=0.000185 rms=0.003279 Jy/beam ! Combined flux in latest and established models = 0.426696 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 56 components and 0.426696 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075033Jy sigma=0.351554 ! Fit after self-cal, rms=0.075037Jy sigma=0.351528 ! 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.075037Jy sigma=0.351528 ! Fit after self-cal, rms=0.074743Jy sigma=0.350492 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.7766 mas, bmaj=9.348 mas, bpa=-13.56 degrees ! Estimated noise=12.8769 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00045493 Jy ! Component: 100 - total flux cleaned = -0.000158458 Jy ! Component: 150 - total flux cleaned = -7.90177e-05 Jy ! Component: 200 - total flux cleaned = -6.06077e-06 Jy ! Total flux subtracted in 200 components = -6.06077e-06 Jy ! Clean residual min=-0.012318 max=0.010527 Jy/beam ! Clean residual mean=0.000159 rms=0.003161 Jy/beam ! Combined flux in latest and established models = 0.42669 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 64 components and 0.426689 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074369Jy sigma=0.349900 ! Fit after self-cal, rms=0.074395Jy sigma=0.349857 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.68692e-05 Jy ! Component: 100 - total flux cleaned = 2.00188e-05 Jy ! Component: 150 - total flux cleaned = 0.000133927 Jy ! Component: 200 - total flux cleaned = 0.000134535 Jy ! Total flux subtracted in 200 components = 0.000134535 Jy ! Clean residual min=-0.012147 max=0.010278 Jy/beam ! Clean residual mean=0.000158 rms=0.003137 Jy/beam ! Combined flux in latest and established models = 0.426824 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 68 components and 0.426824 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074305Jy sigma=0.349508 ! Fit after self-cal, rms=0.074316Jy sigma=0.349495 ! 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.074316Jy sigma=0.349495 ! Fit after self-cal, rms=0.074060Jy sigma=0.348737 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.829 mas, bmaj=20.33 mas, bpa=-4.661 degrees ! Estimated noise=17.6317 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00153588 Jy ! Component: 100 - total flux cleaned = -0.00198718 Jy ! Component: 150 - total flux cleaned = -0.0020062 Jy ! Component: 200 - total flux cleaned = -0.00200734 Jy ! Total flux subtracted in 200 components = -0.00200734 Jy ! Clean residual min=-0.010107 max=0.010334 Jy/beam ! Clean residual mean=0.000276 rms=0.003771 Jy/beam ! Combined flux in latest and established models = 0.424817 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 74 components and 0.424817 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073990Jy sigma=0.348879 ! Fit after self-cal, rms=0.073993Jy sigma=0.348861 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.82087e-05 Jy ! Component: 100 - total flux cleaned = -3.68771e-05 Jy ! Component: 150 - total flux cleaned = -5.66891e-05 Jy ! Component: 200 - total flux cleaned = -7.62998e-05 Jy ! Total flux subtracted in 200 components = -7.62998e-05 Jy ! Clean residual min=-0.010097 max=0.010318 Jy/beam ! Clean residual mean=0.000275 rms=0.003763 Jy/beam ! Combined flux in latest and established models = 0.42474 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 77 components and 0.42474 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073971Jy sigma=0.348850 ! Fit after self-cal, rms=0.073968Jy sigma=0.348847 ! 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:KP,true ! 1:KP self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA 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 3:FD,true ! 3:FD self-cal status=fixed weight=1 selfant 3:KP,true ! 3:KP self-cal status=fixed weight=1 selfant 3:LA,true ! 3:LA self-cal status=fixed weight=1 selfant 3:MK,true ! 3:MK self-cal status=fixed weight=1 selfant 3:PT,true ! 3:PT self-cal status=fixed weight=1 selfant 4:KP,true ! 4:KP self-cal status=fixed weight=1 selfant 4:LA,true ! 4:LA self-cal status=fixed weight=1 selfant 4:MK,true ! 4:MK self-cal status=fixed weight=1 selfant 4:PT,true ! 4:PT self-cal status=fixed weight=1 ![Exited script file: /tmp/ff.ff] selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.266928Jy sigma=1.489600 ! Fit after self-cal, rms=0.266928Jy sigma=1.489600 selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA 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 ! 3:FD self-cal status=correctable weight=1 ! 3:KP self-cal status=correctable weight=1 ! 3:LA self-cal status=correctable weight=1 ! 3:MK self-cal status=correctable weight=1 ! 3:PT self-cal status=correctable weight=1 ! 4:KP self-cal status=correctable weight=1 ! 4:LA self-cal status=correctable weight=1 ! 4:MK self-cal status=correctable weight=1 ! 4:PT self-cal status=correctable weight=1 selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 9 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.266928Jy sigma=1.489600 ! Fit after self-cal, rms=0.073901Jy sigma=0.348790 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=0.6201 mas, bmaj=8.26 mas, bpa=-14.11 degrees ! Estimated noise=15.4291 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.00100616 Jy ! Component: 100 - total flux cleaned = 0.00163143 Jy ! Component: 150 - total flux cleaned = 0.00183887 Jy ! Component: 200 - total flux cleaned = 0.0020398 Jy ! Total flux subtracted in 200 components = 0.0020398 Jy ! Clean residual min=-0.016898 max=0.016116 Jy/beam ! Clean residual mean=0.000030 rms=0.004428 Jy/beam ! Combined flux in latest and established models = 0.42678 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 90 components and 0.42678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073675Jy sigma=0.348328 ! Fit after self-cal, rms=0.073671Jy sigma=0.348050 ! 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=0.7758 mas, bmaj=9.358 mas, bpa=-13.61 degrees ! Estimated noise=12.766 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.00195335 Jy ! Component: 100 - total flux cleaned = -0.00189785 Jy ! Component: 150 - total flux cleaned = -0.00184809 Jy ! Component: 200 - total flux cleaned = -0.00184781 Jy ! Component: 250 - total flux cleaned = -0.00184671 Jy ! Component: 300 - total flux cleaned = -0.00184731 Jy ! Component: 350 - total flux cleaned = -0.00189096 Jy ! Component: 400 - total flux cleaned = -0.00189076 Jy ! Total flux subtracted in 400 components = -0.00189076 Jy ! Clean residual min=-0.011673 max=0.009623 Jy/beam ! Clean residual mean=0.000137 rms=0.003016 Jy/beam ! Combined flux in latest and established models = 0.424889 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 96 components and 0.424889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073465Jy sigma=0.347630 ! Fit after self-cal, rms=0.073477Jy sigma=0.347611 ! 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 = -7.32035e-05 Jy ! Component: 100 - total flux cleaned = -3.10908e-05 Jy ! Component: 150 - total flux cleaned = 1.0395e-05 Jy ! Component: 200 - total flux cleaned = 1.1159e-05 Jy ! Component: 250 - total flux cleaned = 1.16063e-05 Jy ! Component: 300 - total flux cleaned = 4.99337e-05 Jy ! Component: 350 - total flux cleaned = 4.91971e-05 Jy ! Component: 400 - total flux cleaned = 4.95727e-05 Jy ! Total flux subtracted in 400 components = 4.95727e-05 Jy ! Clean residual min=-0.011559 max=0.009590 Jy/beam ! Clean residual mean=0.000138 rms=0.002998 Jy/beam ! Combined flux in latest and established models = 0.424939 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 99 components and 0.424939 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073380Jy sigma=0.347355 ! Fit after self-cal, rms=0.073388Jy sigma=0.347347 ! Inverting map print "=== Finished natural weighting clean for al sites ===" ! === Finished natural weighting clean for al sites === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 9 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.264238Jy sigma=1.476388 ! Fit after self-cal, rms=0.073243Jy sigma=0.346573 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.7748 mas, bmaj=9.365 mas, bpa=-13.65 degrees ! Estimated noise=12.6894 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00144723 Jy ! Component: 100 - total flux cleaned = -0.00130271 Jy ! Component: 150 - total flux cleaned = -0.00124099 Jy ! Component: 200 - total flux cleaned = -0.00123964 Jy ! Component: 250 - total flux cleaned = -0.00124078 Jy ! Component: 300 - total flux cleaned = -0.00124179 Jy ! Component: 350 - total flux cleaned = -0.00128337 Jy ! Component: 400 - total flux cleaned = -0.00128419 Jy ! Total flux subtracted in 400 components = -0.00128419 Jy ! Clean residual min=-0.011566 max=0.009347 Jy/beam ! Clean residual mean=0.000108 rms=0.002915 Jy/beam ! Combined flux in latest and established models = 0.423655 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 107 components and 0.423655 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072916Jy sigma=0.346396 ! Fit after self-cal, rms=0.072949Jy sigma=0.346375 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 = -5.76415e-05 Jy ! Component: 100 - total flux cleaned = -1.4073e-05 Jy ! Component: 150 - total flux cleaned = -1.29775e-05 Jy ! Component: 200 - total flux cleaned = -1.09511e-05 Jy ! Component: 250 - total flux cleaned = -1.08375e-05 Jy ! Component: 300 - total flux cleaned = -1.10711e-05 Jy ! Component: 350 - total flux cleaned = -1.04353e-05 Jy ! Component: 400 - total flux cleaned = -9.53719e-06 Jy ! Total flux subtracted in 400 components = -9.53719e-06 Jy ! Clean residual min=-0.011419 max=0.009318 Jy/beam ! Clean residual mean=0.000109 rms=0.002898 Jy/beam ! Combined flux in latest and established models = 0.423645 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 108 components and 0.423645 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072852Jy sigma=0.346135 ! Fit after self-cal, rms=0.072860Jy sigma=0.346127 ! 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.072860Jy sigma=0.346127 ! Fit after self-cal, rms=0.072699Jy sigma=0.345626 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.7738 mas, bmaj=9.371 mas, bpa=-13.69 degrees ! Estimated noise=12.6151 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00164387 Jy ! Component: 100 - total flux cleaned = -0.00144619 Jy ! Component: 150 - total flux cleaned = -0.00144512 Jy ! Component: 200 - total flux cleaned = -0.00148543 Jy ! Component: 250 - total flux cleaned = -0.00148562 Jy ! Component: 300 - total flux cleaned = -0.00152359 Jy ! Component: 350 - total flux cleaned = -0.00152352 Jy ! Component: 400 - total flux cleaned = -0.00152365 Jy ! Total flux subtracted in 400 components = -0.00152365 Jy ! Clean residual min=-0.011337 max=0.009109 Jy/beam ! Clean residual mean=0.000091 rms=0.002845 Jy/beam ! Combined flux in latest and established models = 0.422122 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 112 components and 0.422122 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072407Jy sigma=0.345557 ! Fit after self-cal, rms=0.072430Jy sigma=0.345537 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.000139182 Jy ! Component: 100 - total flux cleaned = -0.000140433 Jy ! Component: 150 - total flux cleaned = -0.000138833 Jy ! Component: 200 - total flux cleaned = -0.000139256 Jy ! Component: 250 - total flux cleaned = -0.000138967 Jy ! Component: 300 - total flux cleaned = -0.000140912 Jy ! Component: 350 - total flux cleaned = -0.000137964 Jy ! Component: 400 - total flux cleaned = -0.000136825 Jy ! Total flux subtracted in 400 components = -0.000136825 Jy ! Clean residual min=-0.011234 max=0.009121 Jy/beam ! Clean residual mean=0.000093 rms=0.002830 Jy/beam ! Combined flux in latest and established models = 0.421985 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 112 components and 0.421985 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072342Jy sigma=0.345369 ! Fit after self-cal, rms=0.072349Jy sigma=0.345361 ! 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.072349Jy sigma=0.345361 ! Fit after self-cal, rms=0.072129Jy sigma=0.341673 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.828 mas, bmaj=20.28 mas, bpa=-4.731 degrees ! Estimated noise=17.4354 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000730981 Jy ! Component: 100 - total flux cleaned = -0.000892456 Jy ! Component: 150 - total flux cleaned = -0.00103998 Jy ! Component: 200 - total flux cleaned = -0.00117691 Jy ! Component: 250 - total flux cleaned = -0.00130465 Jy ! Component: 300 - total flux cleaned = -0.00142225 Jy ! Component: 350 - total flux cleaned = -0.00153199 Jy ! Component: 400 - total flux cleaned = -0.0016086 Jy ! Total flux subtracted in 400 components = -0.0016086 Jy ! Clean residual min=-0.009439 max=0.008987 Jy/beam ! Clean residual mean=0.000181 rms=0.003314 Jy/beam ! Combined flux in latest and established models = 0.420376 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 119 components and 0.420376 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072043Jy sigma=0.341960 ! Fit after self-cal, rms=0.071971Jy sigma=0.341639 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.000479991 Jy ! Component: 100 - total flux cleaned = -0.000479756 Jy ! Component: 150 - total flux cleaned = -0.000503503 Jy ! Component: 200 - total flux cleaned = -0.000570487 Jy ! Component: 250 - total flux cleaned = -0.000634548 Jy ! Component: 300 - total flux cleaned = -0.000695755 Jy ! Component: 350 - total flux cleaned = -0.000754602 Jy ! Component: 400 - total flux cleaned = -0.000811152 Jy ! Total flux subtracted in 400 components = -0.000811152 Jy ! Clean residual min=-0.009591 max=0.008968 Jy/beam ! Clean residual mean=0.000190 rms=0.003237 Jy/beam ! Combined flux in latest and established models = 0.419565 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 128 components and 0.419565 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071956Jy sigma=0.341772 ! Fit after self-cal, rms=0.071958Jy sigma=0.341738 ! 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=0.7741 mas, bmaj=9.379 mas, bpa=-13.69 degrees ! Estimated noise=12.6241 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.7741 x 9.379 at -13.69 degrees (North through East) ! Clean map min=-0.022918 max=0.36803 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=0.6193 mas, bmaj=8.308 mas, bpa=-14.2 degrees ! Estimated noise=15.2293 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.294953 Jy ! Component: 100 - total flux cleaned = 0.360689 Jy ! Component: 150 - total flux cleaned = 0.387792 Jy ! Component: 200 - total flux cleaned = 0.406031 Jy ! Component: 250 - total flux cleaned = 0.418456 Jy ! Component: 300 - total flux cleaned = 0.427065 Jy ! Component: 350 - total flux cleaned = 0.431172 Jy ! Component: 400 - total flux cleaned = 0.43246 Jy ! Total flux subtracted in 400 components = 0.43246 Jy ! Clean residual min=-0.019460 max=0.016521 Jy/beam ! Clean residual mean=-0.000007 rms=0.005100 Jy/beam ! Combined flux in latest and established models = 0.43246 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.43246 Jy ! Inverting map and beam ! Estimated beam: bmin=0.7741 mas, bmaj=9.379 mas, bpa=-13.69 degrees ! Estimated noise=12.6241 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.00216807 Jy ! Component: 100 - total flux cleaned = -0.00311769 Jy ! Component: 150 - total flux cleaned = -0.0039463 Jy ! Component: 200 - total flux cleaned = -0.00457033 Jy ! Component: 250 - total flux cleaned = -0.0051544 Jy ! Component: 300 - total flux cleaned = -0.00547861 Jy ! Component: 350 - total flux cleaned = -0.00569238 Jy ! Component: 400 - total flux cleaned = -0.00599869 Jy ! Total flux subtracted in 400 components = -0.00599869 Jy ! Clean residual min=-0.012645 max=0.009075 Jy/beam ! Clean residual mean=0.000074 rms=0.003187 Jy/beam ! Combined flux in latest and established models = 0.426461 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 49 components and 0.426461 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.828 mas, bmaj=20.28 mas, bpa=-4.731 degrees ! Estimated noise=17.4354 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00156329 Jy ! Component: 100 - total flux cleaned = -0.00195081 Jy ! Component: 150 - total flux cleaned = -0.00237652 Jy ! Component: 200 - total flux cleaned = -0.00267934 Jy ! Component: 250 - total flux cleaned = -0.00301083 Jy ! Component: 300 - total flux cleaned = -0.0032443 Jy ! Component: 350 - total flux cleaned = -0.00345518 Jy ! Component: 400 - total flux cleaned = -0.00369054 Jy ! Total flux subtracted in 400 components = -0.00369054 Jy ! Clean residual min=-0.009850 max=0.008883 Jy/beam ! Clean residual mean=0.000195 rms=0.003421 Jy/beam ! Combined flux in latest and established models = 0.422771 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.000169004 Jy ! Component: 100 - total flux cleaned = -0.000323615 Jy ! Component: 150 - total flux cleaned = -0.000466116 Jy ! Component: 200 - total flux cleaned = -0.000568536 Jy ! Component: 250 - total flux cleaned = -0.000665761 Jy ! Component: 300 - total flux cleaned = -0.000758769 Jy ! Component: 350 - total flux cleaned = -0.000848813 Jy ! Component: 400 - total flux cleaned = -0.000934794 Jy ! Total flux subtracted in 400 components = -0.000934794 Jy ! Clean residual min=-0.009878 max=0.009044 Jy/beam ! Clean residual mean=0.000203 rms=0.003359 Jy/beam ! Combined flux in latest and established models = 0.421836 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 68 components and 0.421836 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.7741 mas, bmaj=9.379 mas, bpa=-13.69 degrees ! Estimated noise=12.6241 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000228985 Jy ! Component: 100 - total flux cleaned = 0.000218382 Jy ! Component: 150 - total flux cleaned = 0.000225335 Jy ! Component: 200 - total flux cleaned = 0.000315896 Jy ! Component: 250 - total flux cleaned = 0.000315224 Jy ! Component: 300 - total flux cleaned = 0.000391209 Jy ! Component: 350 - total flux cleaned = 0.000393014 Jy ! Component: 400 - total flux cleaned = 0.000468411 Jy ! Total flux subtracted in 400 components = 0.000468411 Jy ! Clean residual min=-0.012173 max=0.009717 Jy/beam ! Clean residual mean=0.000103 rms=0.002980 Jy/beam ! Combined flux in latest and established models = 0.422304 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 83 components and 0.422304 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072720Jy sigma=0.344928 ! Fit after self-cal, rms=0.072564Jy sigma=0.344711 wmodel /scr/pima/rdv94_uvs/J0526-4830_X_map.mod ! Writing 83 model components to file: /scr/pima/rdv94_uvs/J0526-4830_X_map.mod wobs /scr/pima/rdv94_uvs/J0526-4830_X_uvs.fits ! Applying 106 buffered edits. ! Writing UV FITS file: /scr/pima/rdv94_uvs/J0526-4830_X_uvs.fits wwins /scr/pima/rdv94_uvs/J0526-4830_X_map.win ! wwins: Wrote 1 windows to /scr/pima/rdv94_uvs/J0526-4830_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.00513705 Jy ! Component: 100 - total flux cleaned = -0.00690575 Jy ! Component: 150 - total flux cleaned = -0.00804643 Jy ! Component: 200 - total flux cleaned = -0.00895932 Jy ! Component: 250 - total flux cleaned = -0.00967275 Jy ! Component: 300 - total flux cleaned = -0.010344 Jy ! Component: 350 - total flux cleaned = -0.0104712 Jy ! Component: 400 - total flux cleaned = -0.0104733 Jy ! Component: 450 - total flux cleaned = -0.00990781 Jy ! Component: 500 - total flux cleaned = -0.00958389 Jy ! Component: 550 - total flux cleaned = -0.00916686 Jy ! Component: 600 - total flux cleaned = -0.00876508 Jy ! Component: 650 - total flux cleaned = -0.00837825 Jy ! Component: 700 - total flux cleaned = -0.00800465 Jy ! Component: 750 - total flux cleaned = -0.00764237 Jy ! Component: 800 - total flux cleaned = -0.00728969 Jy ! Component: 850 - total flux cleaned = -0.00703452 Jy ! Component: 900 - total flux cleaned = -0.00695075 Jy ! Component: 950 - total flux cleaned = -0.00654661 Jy ! Component: 1000 - total flux cleaned = -0.00623166 Jy ! Component: 1050 - total flux cleaned = -0.00561377 Jy ! Component: 1100 - total flux cleaned = -0.00493066 Jy ! Component: 1150 - total flux cleaned = -0.00418419 Jy ! Component: 1200 - total flux cleaned = -0.00352264 Jy ! Component: 1250 - total flux cleaned = -0.00272527 Jy ! Component: 1300 - total flux cleaned = -0.00193821 Jy ! Component: 1350 - total flux cleaned = -0.00123215 Jy ! Component: 1400 - total flux cleaned = -0.000532815 Jy ! Component: 1450 - total flux cleaned = 0.000158099 Jy ! Component: 1500 - total flux cleaned = 0.000363843 Jy ! Component: 1550 - total flux cleaned = 0.000704356 Jy ! Component: 1600 - total flux cleaned = 0.00104197 Jy ! Component: 1650 - total flux cleaned = 0.00137658 Jy ! Component: 1700 - total flux cleaned = 0.00157616 Jy ! Component: 1750 - total flux cleaned = 0.00197482 Jy ! Component: 1800 - total flux cleaned = 0.00230621 Jy ! Component: 1850 - total flux cleaned = 0.00276968 Jy ! Component: 1900 - total flux cleaned = 0.0031673 Jy ! Component: 1950 - total flux cleaned = 0.00356526 Jy ! Component: 2000 - total flux cleaned = 0.00389765 Jy ! Component: 2050 - total flux cleaned = 0.00436356 Jy ! Component: 2100 - total flux cleaned = 0.00483197 Jy ! Component: 2150 - total flux cleaned = 0.00523556 Jy ! Component: 2200 - total flux cleaned = 0.00550579 Jy ! Component: 2250 - total flux cleaned = 0.00598077 Jy ! Component: 2300 - total flux cleaned = 0.00645837 Jy ! Component: 2350 - total flux cleaned = 0.00694015 Jy ! Component: 2400 - total flux cleaned = 0.00735584 Jy ! Component: 2450 - total flux cleaned = 0.00777419 Jy ! Component: 2500 - total flux cleaned = 0.00819628 Jy ! Component: 2550 - total flux cleaned = 0.00847931 Jy ! Component: 2600 - total flux cleaned = 0.00869431 Jy ! Component: 2650 - total flux cleaned = 0.00905699 Jy ! Component: 2700 - total flux cleaned = 0.00935144 Jy ! Component: 2750 - total flux cleaned = 0.00965017 Jy ! Component: 2800 - total flux cleaned = 0.00995244 Jy ! Component: 2850 - total flux cleaned = 0.010182 Jy ! Component: 2900 - total flux cleaned = 0.0105703 Jy ! Component: 2950 - total flux cleaned = 0.0108871 Jy ! Component: 3000 - total flux cleaned = 0.0112074 Jy ! Component: 3050 - total flux cleaned = 0.0115328 Jy ! Component: 3100 - total flux cleaned = 0.0117812 Jy ! Component: 3150 - total flux cleaned = 0.0121152 Jy ! Component: 3200 - total flux cleaned = 0.0125385 Jy ! Component: 3250 - total flux cleaned = 0.0130562 Jy ! Component: 3300 - total flux cleaned = 0.0134953 Jy ! Component: 3350 - total flux cleaned = 0.0138518 Jy ! Component: 3400 - total flux cleaned = 0.0140321 Jy ! Component: 3450 - total flux cleaned = 0.0143069 Jy ! Component: 3500 - total flux cleaned = 0.0147763 Jy ! Component: 3550 - total flux cleaned = 0.0150625 Jy ! Component: 3600 - total flux cleaned = 0.0153546 Jy ! Component: 3650 - total flux cleaned = 0.0157509 Jy ! Component: 3700 - total flux cleaned = 0.016054 Jy ! Component: 3750 - total flux cleaned = 0.0164658 Jy ! Component: 3800 - total flux cleaned = 0.016779 Jy ! Component: 3850 - total flux cleaned = 0.0172058 Jy ! Component: 3900 - total flux cleaned = 0.0173143 Jy ! Component: 3950 - total flux cleaned = 0.0177598 Jy ! Component: 4000 - total flux cleaned = 0.0178726 Jy ! Component: 4050 - total flux cleaned = 0.0182162 Jy ! Total flux subtracted in 4096 components = 0.0184504 Jy ! Clean residual min=-0.006713 max=0.007001 Jy/beam ! Clean residual mean=0.000046 rms=0.002047 Jy/beam ! Combined flux in latest and established models = 0.440755 Jy keep ! Adding 183 model components to the UV plane model. ! The established model now contains 266 components and 0.440755 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv94_uvs/J0526-4830_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.7741 x 9.379 at -13.69 degrees (North through East) ! Clean map min=-0.0093069 max=0.36093 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv94_uvs/J0526-4830_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.3609 rms= 0.0023 Jy quit ! Quitting program ! Log file /scr/pima/rdv94_uvs/J0526-4830_X_uvs.log closed on Tue Oct 8 12:12:43 2013