! Started logfile: /scr/pima/rdv93_uvs/J0806-0454_X_uvs.log on Tue Oct 8 15:45:01 2013 obs /scr/pima/rdv93_uvs/J0806-0454_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J0806-0454_X_uva.fits ! AN table 1: 22 integrations on 45 of 45 possible baselines. ! AN table 2: 22 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.592593 visibilities/baseline/integration-bin. ! Found source: J0806-0454 ! ! 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 4224 visibilities. select RR ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.2 print "taper_size =",taper_size ! taper_size = 70 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv93_uvs/J0806-0454_X] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:HN self-cal status=correctable weight=1 ! 2: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.200x0.200 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.000493Jy sigma=0.655961 ! Fit after self-cal, rms=0.961094Jy sigma=0.630421 ! 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.9864 mas, bmaj=2.222 mas, bpa=-13.13 degrees ! Estimated noise=27.3644 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.032087 Jy ! Component: 100 - total flux cleaned = 0.0391317 Jy ! Total flux subtracted in 100 components = 0.0391317 Jy ! Clean residual min=-0.004164 max=0.003979 Jy/beam ! Clean residual mean=0.000003 rms=0.001021 Jy/beam ! Combined flux in latest and established models = 0.0391317 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0391317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051147Jy sigma=0.032767 ! Fit after self-cal, rms=0.049326Jy sigma=0.031645 ! Inverting map print "=== Finished uniform weighting clean ===" ! === Finished uniform weighting clean === uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.19 mas, bmaj=2.574 mas, bpa=-10.23 degrees ! Estimated noise=16.9594 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.00305268 Jy ! Component: 100 - total flux cleaned = 0.00327082 Jy ! Component: 150 - total flux cleaned = 0.00326901 Jy ! Component: 200 - total flux cleaned = 0.00323481 Jy ! Total flux subtracted in 200 components = 0.00323481 Jy ! Clean residual min=-0.002633 max=0.002933 Jy/beam ! Clean residual mean=0.000007 rms=0.000662 Jy/beam ! Combined flux in latest and established models = 0.0423665 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 12 components and 0.0423665 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049158Jy sigma=0.031510 ! Fit after self-cal, rms=0.049142Jy sigma=0.031505 ! Inverting map print "=== Finished natural weighting clean for VLBI sites ===" ! === Finished natural weighting clean for VLBI sites === gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.09 HN 0.76 KP 1.16 ! LA 1.07 MK 0.95 NL 1.00 OV 1.06 ! PT 1.06 SC 1.04 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.84 FD 0.84 HN 0.68 LA 1.12 ! MK 1.02 NL 0.88 OV 1.00 PT 0.95 ! SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.21 HN 0.96 KP 1.01 ! LA 1.08 MK 1.00 NL 1.02 OV 0.96 ! PT 1.00 SC 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.92 FD 1.18 HN 0.76 LA 0.94 ! MK 0.99 NL 0.89 OV 0.98 PT 0.94 ! SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.99 HN 0.87 KP 0.91 ! LA 1.05 MK 1.01 NL 1.31 OV 0.99 ! PT 1.03 SC 0.98 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.02 FD 0.89 HN 0.72 LA 1.04 ! MK 0.94 NL 0.99 OV 1.06 PT 0.92 ! SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.13 HN 0.91 KP 1.03 ! LA 1.01 MK 0.87 NL 1.28 OV 1.16 ! PT 0.87 SC 0.99 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.98 FD 0.96 HN 0.73 LA 0.88 ! MK 1.06 NL 1.03 OV 1.10 PT 0.94 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.049142Jy sigma=0.031505 ! Fit after self-cal, rms=0.048857Jy sigma=0.031200 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.183 mas, bmaj=2.594 mas, bpa=-10.16 degrees ! Estimated noise=16.6488 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.000249667 Jy ! Component: 100 - total flux cleaned = -0.000307553 Jy ! Component: 150 - total flux cleaned = -0.000296432 Jy ! Component: 200 - total flux cleaned = -0.000276811 Jy ! Total flux subtracted in 200 components = -0.000276811 Jy ! Clean residual min=-0.002156 max=0.002105 Jy/beam ! Clean residual mean=0.000007 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.0420897 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 22 components and 0.0420897 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048844Jy sigma=0.031197 ! Fit after self-cal, rms=0.048970Jy sigma=0.031147 ! 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.048970Jy sigma=0.031147 ! Fit after self-cal, rms=0.049269Jy sigma=0.031136 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.183 mas, bmaj=2.596 mas, bpa=-10.1 degrees ! Estimated noise=16.5798 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000222402 Jy ! Component: 100 - total flux cleaned = -0.000236454 Jy ! Component: 150 - total flux cleaned = -0.000224891 Jy ! Component: 200 - total flux cleaned = -0.00020737 Jy ! Total flux subtracted in 200 components = -0.00020737 Jy ! Clean residual min=-0.002120 max=0.002034 Jy/beam ! Clean residual mean=0.000006 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.0418824 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 27 components and 0.0418824 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049260Jy sigma=0.031133 ! Fit after self-cal, rms=0.049296Jy sigma=0.031114 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 = -2.96528e-05 Jy ! Component: 100 - total flux cleaned = -8.52304e-05 Jy ! Component: 150 - total flux cleaned = -8.52797e-05 Jy ! Component: 200 - total flux cleaned = -7.78973e-05 Jy ! Total flux subtracted in 200 components = -7.78973e-05 Jy ! Clean residual min=-0.002154 max=0.002077 Jy/beam ! Clean residual mean=0.000006 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.0418045 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 35 components and 0.0418045 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049290Jy sigma=0.031112 ! Fit after self-cal, rms=0.049292Jy sigma=0.031111 ! 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.049292Jy sigma=0.031111 ! Fit after self-cal, rms=0.050251Jy sigma=0.031107 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.188 mas, bmaj=2.602 mas, bpa=-10.17 degrees ! Estimated noise=16.7496 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00029993 Jy ! Component: 100 - total flux cleaned = 0.00035519 Jy ! Component: 150 - total flux cleaned = 0.000389723 Jy ! Component: 200 - total flux cleaned = 0.000427988 Jy ! Total flux subtracted in 200 components = 0.000427988 Jy ! Clean residual min=-0.002189 max=0.002057 Jy/beam ! Clean residual mean=0.000007 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.0422325 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 38 components and 0.0422325 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050244Jy sigma=0.031102 ! Fit after self-cal, rms=0.050262Jy sigma=0.031093 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.92029e-05 Jy ! Component: 100 - total flux cleaned = 6.01595e-05 Jy ! Component: 150 - total flux cleaned = 7.43833e-05 Jy ! Component: 200 - total flux cleaned = 8.06759e-05 Jy ! Total flux subtracted in 200 components = 8.06759e-05 Jy ! Clean residual min=-0.002159 max=0.002020 Jy/beam ! Clean residual mean=0.000006 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.0423131 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 39 components and 0.0423131 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050258Jy sigma=0.031091 ! Fit after self-cal, rms=0.050251Jy sigma=0.031079 ! 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.050251Jy sigma=0.031079 ! Fit after self-cal, rms=0.050708Jy sigma=0.031073 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.478 mas, bmaj=4.013 mas, bpa=-3.533 degrees ! Estimated noise=19.3543 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000433741 Jy ! Component: 100 - total flux cleaned = 0.000493463 Jy ! Component: 150 - total flux cleaned = 0.000542132 Jy ! Component: 200 - total flux cleaned = 0.000575279 Jy ! Total flux subtracted in 200 components = 0.000575279 Jy ! Clean residual min=-0.002603 max=0.002425 Jy/beam ! Clean residual mean=0.000009 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.0428884 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 43 components and 0.0428884 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050705Jy sigma=0.031070 ! Fit after self-cal, rms=0.050711Jy sigma=0.031067 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 = 2.34697e-05 Jy ! Component: 100 - total flux cleaned = 4.93158e-05 Jy ! Component: 150 - total flux cleaned = 7.63174e-05 Jy ! Component: 200 - total flux cleaned = 0.000100467 Jy ! Total flux subtracted in 200 components = 0.000100467 Jy ! Clean residual min=-0.002554 max=0.002394 Jy/beam ! Clean residual mean=0.000009 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.0429889 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 50 components and 0.0429889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050710Jy sigma=0.031067 ! Fit after self-cal, rms=0.050708Jy sigma=0.031067 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for VLBA stations ===" ! === Finished amplitude self-cal for VLBA stations === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. integer lun lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_selfant_process.csh /tmp/ff.ff" ![@/tmp/ff.ff] selfant 1:BR,true ! 1:BR self-cal status=fixed weight=1 selfant 1:FD,true ! 1:FD self-cal status=fixed weight=1 selfant 1:HN,true ! 1:HN self-cal status=fixed weight=1 selfant 1:KP,true ! 1:KP self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA self-cal status=fixed weight=1 selfant 1:MK,true ! 1:MK self-cal status=fixed weight=1 selfant 1:NL,true ! 1:NL self-cal status=fixed weight=1 selfant 1:OV,true ! 1:OV self-cal status=fixed weight=1 selfant 1:PT,true ! 1:PT self-cal status=fixed weight=1 selfant 1:SC,true ! 1:SC self-cal status=fixed weight=1 selfant 2:BR,true ! 2:BR self-cal status=fixed weight=1 selfant 2:FD,true ! 2:FD self-cal status=fixed weight=1 selfant 2:HN,true ! 2:HN self-cal status=fixed weight=1 selfant 2: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.051972Jy sigma=0.031721 ! Fit after self-cal, rms=0.051972Jy sigma=0.031721 selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:HN self-cal status=correctable weight=1 ! 2: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. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.051972Jy sigma=0.031721 ! Fit after self-cal, rms=0.050091Jy sigma=0.031060 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.9953 mas, bmaj=2.251 mas, bpa=-12.52 degrees ! Estimated noise=26.9454 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.000850735 Jy ! Component: 100 - total flux cleaned = -0.000722205 Jy ! Component: 150 - total flux cleaned = -0.000614747 Jy ! Component: 200 - total flux cleaned = -0.000547098 Jy ! Total flux subtracted in 200 components = -0.000547098 Jy ! Clean residual min=-0.002824 max=0.002909 Jy/beam ! Clean residual mean=0.000007 rms=0.000733 Jy/beam ! Combined flux in latest and established models = 0.0424418 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 52 components and 0.0424418 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050088Jy sigma=0.031064 ! Fit after self-cal, rms=0.050084Jy sigma=0.031059 ! Inverting map uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.189 mas, bmaj=2.595 mas, bpa=-9.899 degrees ! Estimated noise=16.6773 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 = -7.59123e-05 Jy ! Component: 100 - total flux cleaned = -2.17635e-05 Jy ! Component: 150 - total flux cleaned = 7.40394e-06 Jy ! Component: 200 - total flux cleaned = 2.73184e-05 Jy ! Component: 250 - total flux cleaned = 3.9756e-05 Jy ! Component: 300 - total flux cleaned = 5.11305e-05 Jy ! Component: 350 - total flux cleaned = 6.67589e-05 Jy ! Component: 400 - total flux cleaned = 7.16113e-05 Jy ! Total flux subtracted in 400 components = 7.16113e-05 Jy ! Clean residual min=-0.002179 max=0.002007 Jy/beam ! Clean residual mean=0.000006 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.0425134 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 59 components and 0.0425134 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050080Jy sigma=0.031056 ! Fit after self-cal, rms=0.050081Jy sigma=0.031055 ! 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 = -3.52206e-05 Jy ! Component: 100 - total flux cleaned = -1.6377e-05 Jy ! Component: 150 - total flux cleaned = -6.7166e-06 Jy ! Component: 200 - total flux cleaned = 6.04911e-06 Jy ! Component: 250 - total flux cleaned = 1.4241e-05 Jy ! Component: 300 - total flux cleaned = 2.57903e-05 Jy ! Component: 350 - total flux cleaned = 3.3197e-05 Jy ! Component: 400 - total flux cleaned = 3.67979e-05 Jy ! Total flux subtracted in 400 components = 3.67979e-05 Jy ! Clean residual min=-0.002201 max=0.002004 Jy/beam ! Clean residual mean=0.000006 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.0425502 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 59 components and 0.0425502 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050079Jy sigma=0.031054 ! Fit after self-cal, rms=0.050079Jy sigma=0.031054 ! 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. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.051331Jy sigma=0.031696 ! Fit after self-cal, rms=0.049787Jy sigma=0.031052 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.192 mas, bmaj=2.604 mas, bpa=-9.88 degrees ! Estimated noise=16.5576 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00035173 Jy ! Component: 100 - total flux cleaned = -0.000465441 Jy ! Component: 150 - total flux cleaned = -0.000460801 Jy ! Component: 200 - total flux cleaned = -0.00045231 Jy ! Component: 250 - total flux cleaned = -0.000448195 Jy ! Component: 300 - total flux cleaned = -0.000443904 Jy ! Component: 350 - total flux cleaned = -0.000436077 Jy ! Component: 400 - total flux cleaned = -0.000432334 Jy ! Total flux subtracted in 400 components = -0.000432334 Jy ! Clean residual min=-0.002181 max=0.001971 Jy/beam ! Clean residual mean=0.000005 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.0421179 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 61 components and 0.0421179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049781Jy sigma=0.031052 ! Fit after self-cal, rms=0.049780Jy sigma=0.031052 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.47851e-05 Jy ! Component: 100 - total flux cleaned = -9.83881e-06 Jy ! Component: 150 - total flux cleaned = -9.87015e-06 Jy ! Component: 200 - total flux cleaned = -6.12644e-06 Jy ! Component: 250 - total flux cleaned = -2.44111e-06 Jy ! Component: 300 - total flux cleaned = 1.08207e-06 Jy ! Component: 350 - total flux cleaned = 4.54291e-06 Jy ! Component: 400 - total flux cleaned = 7.93444e-06 Jy ! Total flux subtracted in 400 components = 7.93444e-06 Jy ! Clean residual min=-0.002197 max=0.001974 Jy/beam ! Clean residual mean=0.000005 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.0421258 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 61 components and 0.0421258 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049778Jy sigma=0.031051 ! Fit after self-cal, rms=0.049778Jy sigma=0.031051 ! 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.049778Jy sigma=0.031051 ! Fit after self-cal, rms=0.050474Jy sigma=0.031049 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.197 mas, bmaj=2.612 mas, bpa=-9.948 degrees ! Estimated noise=16.6696 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000179073 Jy ! Component: 100 - total flux cleaned = 0.000188029 Jy ! Component: 150 - total flux cleaned = 0.000202404 Jy ! Component: 200 - total flux cleaned = 0.000214874 Jy ! Component: 250 - total flux cleaned = 0.000225707 Jy ! Component: 300 - total flux cleaned = 0.000230481 Jy ! Component: 350 - total flux cleaned = 0.000234984 Jy ! Component: 400 - total flux cleaned = 0.000242858 Jy ! Total flux subtracted in 400 components = 0.000242858 Jy ! Clean residual min=-0.002196 max=0.001929 Jy/beam ! Clean residual mean=0.000006 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.0423687 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 67 components and 0.0423687 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050470Jy sigma=0.031046 ! Fit after self-cal, rms=0.050481Jy sigma=0.031044 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.22979e-06 Jy ! Component: 100 - total flux cleaned = 1.56785e-06 Jy ! Component: 150 - total flux cleaned = 8.5098e-06 Jy ! Component: 200 - total flux cleaned = 1.17347e-05 Jy ! Component: 250 - total flux cleaned = 1.17603e-05 Jy ! Component: 300 - total flux cleaned = 1.47876e-05 Jy ! Component: 350 - total flux cleaned = 1.47355e-05 Jy ! Component: 400 - total flux cleaned = 1.76248e-05 Jy ! Total flux subtracted in 400 components = 1.76248e-05 Jy ! Clean residual min=-0.002225 max=0.001954 Jy/beam ! Clean residual mean=0.000005 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.0423863 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 68 components and 0.0423863 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050480Jy sigma=0.031043 ! Fit after self-cal, rms=0.050480Jy sigma=0.031043 ! 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.050480Jy sigma=0.031043 ! Fit after self-cal, rms=0.055924Jy sigma=0.030481 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.499 mas, bmaj=4.001 mas, bpa=-3.001 degrees ! Estimated noise=19.7005 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00109237 Jy ! Component: 100 - total flux cleaned = 0.00145718 Jy ! Component: 150 - total flux cleaned = 0.0016211 Jy ! Component: 200 - total flux cleaned = 0.00165824 Jy ! Component: 250 - total flux cleaned = 0.00167005 Jy ! Component: 300 - total flux cleaned = 0.00167815 Jy ! Component: 350 - total flux cleaned = 0.00168581 Jy ! Component: 400 - total flux cleaned = 0.00169312 Jy ! Total flux subtracted in 400 components = 0.00169312 Jy ! Clean residual min=-0.002592 max=0.002307 Jy/beam ! Clean residual mean=0.000008 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.0440794 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 71 components and 0.0440794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055912Jy sigma=0.030458 ! Fit after self-cal, rms=0.056194Jy sigma=0.030397 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.47031e-05 Jy ! Component: 100 - total flux cleaned = -2.33442e-05 Jy ! Component: 150 - total flux cleaned = -1.6698e-05 Jy ! Component: 200 - total flux cleaned = -7.80762e-06 Jy ! Component: 250 - total flux cleaned = -2.39374e-06 Jy ! Component: 300 - total flux cleaned = 5.23138e-06 Jy ! Component: 350 - total flux cleaned = 1.22905e-05 Jy ! Component: 400 - total flux cleaned = 1.4593e-05 Jy ! Total flux subtracted in 400 components = 1.4593e-05 Jy ! Clean residual min=-0.002558 max=0.002315 Jy/beam ! Clean residual mean=0.000008 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.044094 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 76 components and 0.044094 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056192Jy sigma=0.030399 ! Fit after self-cal, rms=0.056193Jy sigma=0.030399 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for all stations ===" ! === Finished amplitude self-cal for all stations === restore ! Inverting map and beam ! Estimated beam: bmin=1.202 mas, bmaj=2.618 mas, bpa=-9.934 degrees ! Estimated noise=17.2864 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.202 x 2.618 at -9.934 degrees (North through East) ! Clean map min=-0.0021914 max=0.042555 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "=== CLearing model and starting over ===" ! === CLearing model and starting over === clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.005 mas, bmaj=2.269 mas, bpa=-12.65 degrees ! Estimated noise=28.3843 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0349399 Jy ! Component: 100 - total flux cleaned = 0.0420652 Jy ! Component: 150 - total flux cleaned = 0.0425591 Jy ! Component: 200 - total flux cleaned = 0.0427973 Jy ! Component: 250 - total flux cleaned = 0.0429618 Jy ! Component: 300 - total flux cleaned = 0.0430189 Jy ! Component: 350 - total flux cleaned = 0.0430617 Jy ! Component: 400 - total flux cleaned = 0.0430953 Jy ! Total flux subtracted in 400 components = 0.0430953 Jy ! Clean residual min=-0.002868 max=0.003013 Jy/beam ! Clean residual mean=0.000007 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.0430953 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0430953 Jy ! Inverting map and beam ! Estimated beam: bmin=1.202 mas, bmaj=2.618 mas, bpa=-9.934 degrees ! Estimated noise=17.2864 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.000279402 Jy ! Component: 100 - total flux cleaned = 0.000317984 Jy ! Component: 150 - total flux cleaned = 0.000352115 Jy ! Component: 200 - total flux cleaned = 0.000367038 Jy ! Component: 250 - total flux cleaned = 0.000395372 Jy ! Component: 300 - total flux cleaned = 0.00042165 Jy ! Component: 350 - total flux cleaned = 0.000444905 Jy ! Component: 400 - total flux cleaned = 0.00046726 Jy ! Total flux subtracted in 400 components = 0.00046726 Jy ! Clean residual min=-0.002252 max=0.002067 Jy/beam ! Clean residual mean=0.000005 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.0435625 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 26 components and 0.0435625 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.499 mas, bmaj=4.001 mas, bpa=-3.001 degrees ! Estimated noise=19.7005 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000296769 Jy ! Component: 100 - total flux cleaned = 0.000335065 Jy ! Component: 150 - total flux cleaned = 0.000368207 Jy ! Component: 200 - total flux cleaned = 0.000397071 Jy ! Component: 250 - total flux cleaned = 0.000422077 Jy ! Component: 300 - total flux cleaned = 0.000443922 Jy ! Component: 350 - total flux cleaned = 0.000463148 Jy ! Component: 400 - total flux cleaned = 0.000475789 Jy ! Total flux subtracted in 400 components = 0.000475789 Jy ! Clean residual min=-0.002572 max=0.002306 Jy/beam ! Clean residual mean=0.000008 rms=0.000622 Jy/beam ! Combined flux in latest and established models = 0.0440383 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 = 7.544e-06 Jy ! Component: 100 - total flux cleaned = 1.11541e-05 Jy ! Component: 150 - total flux cleaned = 1.44306e-05 Jy ! Component: 200 - total flux cleaned = 1.45062e-05 Jy ! Component: 250 - total flux cleaned = 1.78443e-05 Jy ! Component: 300 - total flux cleaned = 2.12159e-05 Jy ! Component: 350 - total flux cleaned = 2.75524e-05 Jy ! Component: 400 - total flux cleaned = 2.76744e-05 Jy ! Total flux subtracted in 400 components = 2.76744e-05 Jy ! Clean residual min=-0.002568 max=0.002304 Jy/beam ! Clean residual mean=0.000008 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.044066 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 33 components and 0.044066 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.202 mas, bmaj=2.618 mas, bpa=-9.934 degrees ! Estimated noise=17.2864 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.41542e-05 Jy ! Component: 100 - total flux cleaned = -2.39282e-05 Jy ! Component: 150 - total flux cleaned = -3.26836e-05 Jy ! Component: 200 - total flux cleaned = -4.07478e-05 Jy ! Component: 250 - total flux cleaned = -4.85944e-05 Jy ! Component: 300 - total flux cleaned = -5.60689e-05 Jy ! Component: 350 - total flux cleaned = -6.32672e-05 Jy ! Component: 400 - total flux cleaned = -7.05026e-05 Jy ! Total flux subtracted in 400 components = -7.05026e-05 Jy ! Clean residual min=-0.002285 max=0.002077 Jy/beam ! Clean residual mean=0.000005 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.0439955 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 38 components and 0.0439955 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056198Jy sigma=0.030400 ! Fit after self-cal, rms=0.056186Jy sigma=0.030399 wmodel /scr/pima/rdv93_uvs/J0806-0454_X_map.mod ! Writing 38 model components to file: /scr/pima/rdv93_uvs/J0806-0454_X_map.mod wobs /scr/pima/rdv93_uvs/J0806-0454_X_uvs.fits ! Applying 1004 buffered edits. ! Writing UV FITS file: /scr/pima/rdv93_uvs/J0806-0454_X_uvs.fits wwins /scr/pima/rdv93_uvs/J0806-0454_X_map.win ! wwins: Wrote 1 windows to /scr/pima/rdv93_uvs/J0806-0454_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.000145905 Jy ! Component: 100 - total flux cleaned = -3.42629e-06 Jy ! Component: 150 - total flux cleaned = 2.96697e-05 Jy ! Component: 200 - total flux cleaned = 9.20683e-05 Jy ! Component: 250 - total flux cleaned = 0.000301827 Jy ! Component: 300 - total flux cleaned = 0.000588108 Jy ! Component: 350 - total flux cleaned = 0.000808796 Jy ! Component: 400 - total flux cleaned = 0.00107471 Jy ! Component: 450 - total flux cleaned = 0.00133111 Jy ! Component: 500 - total flux cleaned = 0.00150507 Jy ! Component: 550 - total flux cleaned = 0.00167477 Jy ! Component: 600 - total flux cleaned = 0.00176888 Jy ! Component: 650 - total flux cleaned = 0.00186096 Jy ! Component: 700 - total flux cleaned = 0.00197332 Jy ! Component: 750 - total flux cleaned = 0.00203856 Jy ! Component: 800 - total flux cleaned = 0.00212458 Jy ! Component: 850 - total flux cleaned = 0.00222906 Jy ! Component: 900 - total flux cleaned = 0.00222913 Jy ! Component: 950 - total flux cleaned = 0.00231023 Jy ! Component: 1000 - total flux cleaned = 0.0023103 Jy ! Component: 1050 - total flux cleaned = 0.00231024 Jy ! Component: 1100 - total flux cleaned = 0.00231014 Jy ! Component: 1150 - total flux cleaned = 0.00227239 Jy ! Component: 1200 - total flux cleaned = 0.00227216 Jy ! Component: 1250 - total flux cleaned = 0.00229042 Jy ! Component: 1300 - total flux cleaned = 0.00225479 Jy ! Component: 1350 - total flux cleaned = 0.00223709 Jy ! Component: 1400 - total flux cleaned = 0.00221978 Jy ! Component: 1450 - total flux cleaned = 0.00220281 Jy ! Component: 1500 - total flux cleaned = 0.0022199 Jy ! Component: 1550 - total flux cleaned = 0.00220303 Jy ! Component: 1600 - total flux cleaned = 0.00216976 Jy ! Component: 1650 - total flux cleaned = 0.0021536 Jy ! Component: 1700 - total flux cleaned = 0.00220224 Jy ! Component: 1750 - total flux cleaned = 0.00221828 Jy ! Component: 1800 - total flux cleaned = 0.00215534 Jy ! Component: 1850 - total flux cleaned = 0.00223344 Jy ! Component: 1900 - total flux cleaned = 0.00226396 Jy ! Component: 1950 - total flux cleaned = 0.00226392 Jy ! Component: 2000 - total flux cleaned = 0.0022789 Jy ! Component: 2050 - total flux cleaned = 0.00224903 Jy ! Component: 2100 - total flux cleaned = 0.00229333 Jy ! Component: 2150 - total flux cleaned = 0.00233712 Jy ! Component: 2200 - total flux cleaned = 0.00230815 Jy ! Component: 2250 - total flux cleaned = 0.00236561 Jy ! Component: 2300 - total flux cleaned = 0.00240825 Jy ! Component: 2350 - total flux cleaned = 0.00242239 Jy ! Component: 2400 - total flux cleaned = 0.00246421 Jy ! Component: 2450 - total flux cleaned = 0.00246415 Jy ! Component: 2500 - total flux cleaned = 0.0024504 Jy ! Component: 2550 - total flux cleaned = 0.00247757 Jy ! Component: 2600 - total flux cleaned = 0.00243715 Jy ! Component: 2650 - total flux cleaned = 0.00242364 Jy ! Component: 2700 - total flux cleaned = 0.00239722 Jy ! Component: 2750 - total flux cleaned = 0.00244997 Jy ! Component: 2800 - total flux cleaned = 0.00243669 Jy ! Component: 2850 - total flux cleaned = 0.00243672 Jy ! Component: 2900 - total flux cleaned = 0.00243662 Jy ! Component: 2950 - total flux cleaned = 0.00238533 Jy ! Component: 3000 - total flux cleaned = 0.00239802 Jy ! Component: 3050 - total flux cleaned = 0.00239808 Jy ! Component: 3100 - total flux cleaned = 0.00243569 Jy ! Component: 3150 - total flux cleaned = 0.00244804 Jy ! Component: 3200 - total flux cleaned = 0.0024482 Jy ! Component: 3250 - total flux cleaned = 0.00244829 Jy ! Component: 3300 - total flux cleaned = 0.00244824 Jy ! Component: 3350 - total flux cleaned = 0.00242408 Jy ! Component: 3400 - total flux cleaned = 0.00240006 Jy ! Component: 3450 - total flux cleaned = 0.00245975 Jy ! Component: 3500 - total flux cleaned = 0.00241226 Jy ! Component: 3550 - total flux cleaned = 0.00245955 Jy ! Component: 3600 - total flux cleaned = 0.00247135 Jy ! Component: 3650 - total flux cleaned = 0.00250613 Jy ! Component: 3700 - total flux cleaned = 0.00249456 Jy ! Component: 3750 - total flux cleaned = 0.00256365 Jy ! Component: 3800 - total flux cleaned = 0.00257517 Jy ! Component: 3850 - total flux cleaned = 0.00258662 Jy ! Component: 3900 - total flux cleaned = 0.00266593 Jy ! Component: 3950 - total flux cleaned = 0.00273336 Jy ! Component: 4000 - total flux cleaned = 0.00274448 Jy ! Component: 4050 - total flux cleaned = 0.00280015 Jy ! Total flux subtracted in 4096 components = 0.00282229 Jy ! Clean residual min=-0.000716 max=0.000751 Jy/beam ! Clean residual mean=0.000002 rms=0.000186 Jy/beam ! Combined flux in latest and established models = 0.0468178 Jy keep ! Adding 272 model components to the UV plane model. ! The established model now contains 310 components and 0.0468178 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv93_uvs/J0806-0454_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.202 x 2.618 at -9.934 degrees (North through East) ! Clean map min=-0.0013601 max=0.042389 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J0806-0454_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.0423 rms= 0.00018 Jy quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J0806-0454_X_uvs.log closed on Tue Oct 8 15:45:06 2013