! Started logfile: /scr/pima/rdv94_uvs/J2056-4714_X_uvs.log on Tue Oct 8 12:26:05 2013 obs /scr/pima/rdv94_uvs/J2056-4714_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv94_uvs/J2056-4714_X_uva.fits ! AN table 1: 11 integrations on 3 of 3 possible baselines. ! AN table 2: 5 integrations on 6 of 6 possible baselines. ! AN table 3: 2 integrations on 6 of 6 possible baselines. ! Apparent sampling: 0.946667 visibilities/baseline/integration-bin. ! Found source: J2056-4714 ! ! 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 284 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/J2056-4714_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:OV 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 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 2 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 2 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 2 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=2.602261Jy sigma=69.473030 ! Fit after self-cal, rms=1.383042Jy sigma=37.425959 ! 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=3.229 mas, bmaj=17.89 mas, bpa=8.197 degrees ! Estimated noise=1.86173 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 = 1.85738 Jy ! Component: 100 - total flux cleaned = 2.26243 Jy ! Total flux subtracted in 100 components = 2.26243 Jy ! Clean residual min=-0.176738 max=0.191836 Jy/beam ! Clean residual mean=0.000717 rms=0.040674 Jy/beam ! Combined flux in latest and established models = 2.26243 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 2.26243 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.290480Jy sigma=7.818033 ! Fit after self-cal, rms=0.290463Jy sigma=7.817588 ! Inverting map print "=== Finished uniform weighting clean ===" ! === Finished uniform weighting clean === uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.68 mas, bmaj=18.16 mas, bpa=7.935 degrees ! Estimated noise=1.60397 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.0129278 Jy ! Component: 100 - total flux cleaned = -0.00281917 Jy ! Component: 150 - total flux cleaned = -0.0200468 Jy ! Component: 200 - total flux cleaned = -0.0294277 Jy ! Total flux subtracted in 200 components = -0.0294277 Jy ! Clean residual min=-0.086327 max=0.126921 Jy/beam ! Clean residual mean=0.000415 rms=0.025376 Jy/beam ! Combined flux in latest and established models = 2.233 Jy ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 65 components and 2.233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.245080Jy sigma=6.455709 ! Fit after self-cal, rms=0.244790Jy sigma=6.448316 ! 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. ! A total of 33 telescope corrections were flagged in sub-array 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.91 KP 0.99 LA 1.12 OV 1.05 ! ! A total of 6 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 0.00* KP 0.00* LA 0.00* MK 0.00* ! ! ! Correcting IF 2. ! A total of 33 telescope corrections were flagged in sub-array 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.92 KP 0.94 LA 1.08 OV 1.02 ! ! A total of 6 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 0.00* KP 0.00* LA 0.00* MK 0.00* ! ! ! Correcting IF 3. ! A total of 33 telescope corrections were flagged in sub-array 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.93 KP 0.86 LA 1.15 OV 1.09 ! ! A total of 6 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 0.00* KP 0.00* LA 0.00* MK 0.00* ! ! ! Correcting IF 4. ! A total of 33 telescope corrections were flagged in sub-array 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.98 KP 0.90 LA 1.16 OV 1.07 ! ! A total of 6 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 0.00* KP 0.00* LA 0.00* MK 0.00* ! ! ! Fit before self-cal, rms=0.244790Jy sigma=6.448316 ! Fit after self-cal, rms=0.112422Jy sigma=2.930729 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.936 mas, bmaj=40.99 mas, bpa=12.87 degrees ! Estimated noise=2.39775 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.0125451 Jy ! Component: 100 - total flux cleaned = 0.00885774 Jy ! Component: 150 - total flux cleaned = 0.0122681 Jy ! Component: 200 - total flux cleaned = 0.0165795 Jy ! Total flux subtracted in 200 components = 0.0165795 Jy ! Clean residual min=-0.024476 max=0.030314 Jy/beam ! Clean residual mean=0.000273 rms=0.008952 Jy/beam ! Combined flux in latest and established models = 2.24958 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 107 components and 2.24958 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101946Jy sigma=2.690208 ! Fit after self-cal, rms=0.102060Jy sigma=2.688984 ! 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.102060Jy sigma=2.688984 ! Fit after self-cal, rms=0.101466Jy sigma=2.675462 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.935 mas, bmaj=41.04 mas, bpa=12.87 degrees ! Estimated noise=2.39347 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0102606 Jy ! Component: 100 - total flux cleaned = 0.0116448 Jy ! Component: 150 - total flux cleaned = 0.0122477 Jy ! Component: 200 - total flux cleaned = 0.0119718 Jy ! Total flux subtracted in 200 components = 0.0119718 Jy ! Clean residual min=-0.023273 max=0.027004 Jy/beam ! Clean residual mean=0.000274 rms=0.008247 Jy/beam ! Combined flux in latest and established models = 2.26155 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 143 components and 2.26155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099296Jy sigma=2.624610 ! Fit after self-cal, rms=0.099297Jy sigma=2.624417 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000848513 Jy ! Component: 100 - total flux cleaned = -0.00202993 Jy ! Component: 150 - total flux cleaned = -0.00267303 Jy ! Component: 200 - total flux cleaned = -0.0032735 Jy ! Total flux subtracted in 200 components = -0.0032735 Jy ! Clean residual min=-0.023662 max=0.023862 Jy/beam ! Clean residual mean=0.000269 rms=0.008057 Jy/beam ! Combined flux in latest and established models = 2.25828 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 156 components and 2.25828 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098338Jy sigma=2.601688 ! Fit after self-cal, rms=0.098339Jy sigma=2.601631 ! 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.098339Jy sigma=2.601631 ! Fit after self-cal, rms=0.079832Jy sigma=2.147839 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.933 mas, bmaj=40.95 mas, bpa=12.84 degrees ! Estimated noise=2.39244 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00392492 Jy ! Component: 100 - total flux cleaned = 0.006852 Jy ! Component: 150 - total flux cleaned = 0.00870237 Jy ! Component: 200 - total flux cleaned = 0.0107723 Jy ! Total flux subtracted in 200 components = 0.0107723 Jy ! Clean residual min=-0.013911 max=0.010657 Jy/beam ! Clean residual mean=0.000074 rms=0.003923 Jy/beam ! Combined flux in latest and established models = 2.26905 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 192 components and 2.26905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078298Jy sigma=2.112601 ! Fit after self-cal, rms=0.078303Jy sigma=2.112080 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00217719 Jy ! Component: 100 - total flux cleaned = 0.0049581 Jy ! Component: 150 - total flux cleaned = 0.00733882 Jy ! Component: 200 - total flux cleaned = 0.00937845 Jy ! Total flux subtracted in 200 components = 0.00937845 Jy ! Clean residual min=-0.011914 max=0.010575 Jy/beam ! Clean residual mean=0.000074 rms=0.003604 Jy/beam ! Combined flux in latest and established models = 2.27843 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 231 components and 2.27843 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077629Jy sigma=2.096923 ! Fit after self-cal, rms=0.077641Jy sigma=2.096657 ! 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.077641Jy sigma=2.096657 ! Fit after self-cal, rms=0.077468Jy sigma=2.088298 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.11 mas, bmaj=40.71 mas, bpa=12.8 degrees ! Estimated noise=2.40242 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00274562 Jy ! Component: 100 - total flux cleaned = 0.00373146 Jy ! Component: 150 - total flux cleaned = 0.00489296 Jy ! Component: 200 - total flux cleaned = 0.00619665 Jy ! Total flux subtracted in 200 components = 0.00619665 Jy ! Clean residual min=-0.009618 max=0.008554 Jy/beam ! Clean residual mean=0.000047 rms=0.002984 Jy/beam ! Combined flux in latest and established models = 2.28463 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 240 components and 2.28463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076786Jy sigma=2.073186 ! Fit after self-cal, rms=0.076796Jy sigma=2.073094 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00149069 Jy ! Component: 100 - total flux cleaned = 0.00290047 Jy ! Component: 150 - total flux cleaned = 0.00409376 Jy ! Component: 200 - total flux cleaned = 0.00528365 Jy ! Total flux subtracted in 200 components = 0.00528365 Jy ! Clean residual min=-0.009055 max=0.008466 Jy/beam ! Clean residual mean=0.000046 rms=0.002841 Jy/beam ! Combined flux in latest and established models = 2.28991 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 261 components and 2.28991 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076493Jy sigma=2.066617 ! Fit after self-cal, rms=0.076505Jy sigma=2.066523 ! 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:OV,true ! 2:OV 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 ![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.516682Jy sigma=11.433437 ! Fit after self-cal, rms=0.516682Jy sigma=11.433437 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:OV 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 selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 33 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 33 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 33 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 33 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=0.516682Jy sigma=11.433437 ! Fit after self-cal, rms=0.076432Jy sigma=2.064082 uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.656 mas, bmaj=41.25 mas, bpa=12.35 degrees ! Estimated noise=2.66188 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.00693642 Jy ! Component: 100 - total flux cleaned = 0.0079403 Jy ! Component: 150 - total flux cleaned = 0.00888311 Jy ! Component: 200 - total flux cleaned = 0.010312 Jy ! Total flux subtracted in 200 components = 0.010312 Jy ! Clean residual min=-0.009114 max=0.008288 Jy/beam ! Clean residual mean=0.000025 rms=0.003103 Jy/beam ! Combined flux in latest and established models = 2.30022 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 269 components and 2.30022 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076315Jy sigma=2.060755 ! Fit after self-cal, rms=0.076224Jy sigma=2.059548 ! 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=2.932 mas, bmaj=40.96 mas, bpa=12.84 degrees ! Estimated noise=2.38898 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.00271089 Jy ! Component: 100 - total flux cleaned = -0.00224083 Jy ! Component: 150 - total flux cleaned = -0.00148409 Jy ! Component: 200 - total flux cleaned = -0.000998895 Jy ! Component: 250 - total flux cleaned = -0.000785461 Jy ! Component: 300 - total flux cleaned = -0.000540435 Jy ! Component: 350 - total flux cleaned = -0.000231302 Jy ! Component: 400 - total flux cleaned = -6.98111e-05 Jy ! Total flux subtracted in 400 components = -6.98111e-05 Jy ! Clean residual min=-0.007013 max=0.007924 Jy/beam ! Clean residual mean=0.000042 rms=0.002473 Jy/beam ! Combined flux in latest and established models = 2.30015 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 316 components and 2.30015 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075929Jy sigma=2.054219 ! Fit after self-cal, rms=0.075945Jy sigma=2.054056 ! Inverting map dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000719439 Jy ! Component: 100 - total flux cleaned = 0.000862178 Jy ! Component: 150 - total flux cleaned = 0.000958251 Jy ! Component: 200 - total flux cleaned = 0.00104563 Jy ! Component: 250 - total flux cleaned = 0.00112654 Jy ! Component: 300 - total flux cleaned = 0.00119971 Jy ! Component: 350 - total flux cleaned = 0.00126753 Jy ! Component: 400 - total flux cleaned = 0.00139537 Jy ! Total flux subtracted in 400 components = 0.00139537 Jy ! Clean residual min=-0.006484 max=0.007782 Jy/beam ! Clean residual mean=0.000042 rms=0.002443 Jy/beam ! Combined flux in latest and established models = 2.30155 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 347 components and 2.30155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075888Jy sigma=2.053314 ! Fit after self-cal, rms=0.075897Jy sigma=2.053218 ! 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 33 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 33 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 33 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 33 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=0.516647Jy sigma=11.436354 ! Fit after self-cal, rms=0.075838Jy sigma=2.051480 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.931 mas, bmaj=40.97 mas, bpa=12.83 degrees ! Estimated noise=2.38844 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00142987 Jy ! Component: 100 - total flux cleaned = 0.00146701 Jy ! Component: 150 - total flux cleaned = 0.00162372 Jy ! Component: 200 - total flux cleaned = 0.00178883 Jy ! Component: 250 - total flux cleaned = 0.00188639 Jy ! Component: 300 - total flux cleaned = 0.0019763 Jy ! Component: 350 - total flux cleaned = 0.00203765 Jy ! Component: 400 - total flux cleaned = 0.00207571 Jy ! Total flux subtracted in 400 components = 0.00207571 Jy ! Clean residual min=-0.006015 max=0.007139 Jy/beam ! Clean residual mean=0.000046 rms=0.002311 Jy/beam ! Combined flux in latest and established models = 2.30363 Jy selfcal ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 381 components and 2.30363 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075781Jy sigma=2.050566 ! Fit after self-cal, rms=0.075790Jy sigma=2.050478 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (38.4, -26.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00227849 Jy ! Component: 100 - total flux cleaned = 0.00228898 Jy ! Component: 150 - total flux cleaned = 0.00283744 Jy ! Component: 200 - total flux cleaned = 0.00425941 Jy ! Component: 250 - total flux cleaned = 0.00647024 Jy ! Component: 300 - total flux cleaned = 0.00842343 Jy ! Component: 350 - total flux cleaned = 0.00975964 Jy ! Component: 400 - total flux cleaned = 0.0113285 Jy ! Total flux subtracted in 400 components = 0.0113285 Jy ! Clean residual min=-0.005037 max=0.005868 Jy/beam ! Clean residual mean=0.000009 rms=0.001411 Jy/beam ! Combined flux in latest and established models = 2.31495 Jy ! Performing phase self-cal ! Adding 123 model components to the UV plane model. ! The established model now contains 503 components and 2.31495 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074235Jy sigma=2.008887 ! Fit after self-cal, rms=0.074158Jy sigma=2.005386 ! 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.074158Jy sigma=2.005386 ! Fit after self-cal, rms=0.073914Jy sigma=2.000835 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.931 mas, bmaj=40.97 mas, bpa=12.83 degrees ! Estimated noise=2.38696 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00080802 Jy ! Component: 100 - total flux cleaned = 0.00105317 Jy ! Component: 150 - total flux cleaned = 0.00159531 Jy ! Component: 200 - total flux cleaned = 0.00208507 Jy ! Component: 250 - total flux cleaned = 0.00235246 Jy ! Component: 300 - total flux cleaned = 0.00267914 Jy ! Component: 350 - total flux cleaned = 0.00267629 Jy ! Component: 400 - total flux cleaned = 0.00274923 Jy ! Total flux subtracted in 400 components = 0.00274923 Jy ! Clean residual min=-0.003893 max=0.003980 Jy/beam ! Clean residual mean=0.000003 rms=0.001100 Jy/beam ! Combined flux in latest and established models = 2.3177 Jy selfcal ! Performing phase self-cal ! Adding 92 model components to the UV plane model. ! The established model now contains 586 components and 2.3177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073364Jy sigma=1.987423 ! Fit after self-cal, rms=0.073324Jy sigma=1.985958 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.00118507 Jy ! Component: 100 - total flux cleaned = -0.0018482 Jy ! Component: 150 - total flux cleaned = -0.00225839 Jy ! Component: 200 - total flux cleaned = -0.00251036 Jy ! Component: 250 - total flux cleaned = -0.00245099 Jy ! Component: 300 - total flux cleaned = -0.00256798 Jy ! Component: 350 - total flux cleaned = -0.00273746 Jy ! Component: 400 - total flux cleaned = -0.00284619 Jy ! Total flux subtracted in 400 components = -0.00284619 Jy ! Clean residual min=-0.003536 max=0.003704 Jy/beam ! Clean residual mean=0.000000 rms=0.001019 Jy/beam ! Combined flux in latest and established models = 2.31486 Jy ! Performing phase self-cal ! Adding 84 model components to the UV plane model. ! The established model now contains 664 components and 2.31486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073107Jy sigma=1.980773 ! Fit after self-cal, rms=0.073087Jy sigma=1.980190 ! Inverting map ! Added new window around map position (-32.4, -23.6). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000161829 Jy ! Component: 100 - total flux cleaned = 0.000304812 Jy ! Component: 150 - total flux cleaned = 0.000400883 Jy ! Component: 200 - total flux cleaned = 0.000674869 Jy ! Component: 250 - total flux cleaned = 0.000759214 Jy ! Component: 300 - total flux cleaned = 0.00126929 Jy ! Component: 350 - total flux cleaned = 0.0019295 Jy ! Component: 400 - total flux cleaned = 0.00249629 Jy ! Total flux subtracted in 400 components = 0.00249629 Jy ! Clean residual min=-0.001400 max=0.001350 Jy/beam ! Clean residual mean=-0.000000 rms=0.000553 Jy/beam ! Combined flux in latest and established models = 2.31735 Jy ! Performing phase self-cal ! Adding 127 model components to the UV plane model. ! The established model now contains 791 components and 2.31735 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072572Jy sigma=1.968485 ! Fit after self-cal, rms=0.072518Jy sigma=1.967296 ! 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.072518Jy sigma=1.967296 ! Fit after self-cal, rms=0.068237Jy sigma=1.844320 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.108 mas, bmaj=40.73 mas, bpa=12.79 degrees ! Estimated noise=2.39975 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000406814 Jy ! Component: 100 - total flux cleaned = -0.000487284 Jy ! Component: 150 - total flux cleaned = -0.000571908 Jy ! Component: 200 - total flux cleaned = -0.000158289 Jy ! Component: 250 - total flux cleaned = 0.000576236 Jy ! Component: 300 - total flux cleaned = 0.00102903 Jy ! Component: 350 - total flux cleaned = 0.00172752 Jy ! Component: 400 - total flux cleaned = 0.0021676 Jy ! Total flux subtracted in 400 components = 0.0021676 Jy ! Clean residual min=-0.001048 max=0.001156 Jy/beam ! Clean residual mean=-0.000000 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 2.31952 Jy selfcal ! Performing phase self-cal ! Adding 124 model components to the UV plane model. ! The established model now contains 905 components and 2.31952 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067910Jy sigma=1.836059 ! Fit after self-cal, rms=0.067878Jy sigma=1.835258 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.000455806 Jy ! Component: 100 - total flux cleaned = 0.00046109 Jy ! Component: 150 - total flux cleaned = 0.000643473 Jy ! Component: 200 - total flux cleaned = 0.000697745 Jy ! Component: 250 - total flux cleaned = 0.000918544 Jy ! Component: 300 - total flux cleaned = 0.00135748 Jy ! Component: 350 - total flux cleaned = 0.00190718 Jy ! Component: 400 - total flux cleaned = 0.00263463 Jy ! Total flux subtracted in 400 components = 0.00263463 Jy ! Clean residual min=-0.001062 max=0.000937 Jy/beam ! Clean residual mean=0.000001 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 2.32216 Jy ! Performing phase self-cal ! Adding 108 model components to the UV plane model. ! The established model now contains 990 components and 2.32215 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067717Jy sigma=1.830364 ! Fit after self-cal, rms=0.067676Jy sigma=1.829531 ! Inverting map ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000867433 Jy ! Component: 100 - total flux cleaned = 0.00135071 Jy ! Component: 150 - total flux cleaned = 0.00173215 Jy ! Component: 200 - total flux cleaned = 0.00188777 Jy ! Component: 250 - total flux cleaned = 0.00239188 Jy ! Component: 300 - total flux cleaned = 0.00294612 Jy ! Component: 350 - total flux cleaned = 0.00335072 Jy ! Component: 400 - total flux cleaned = 0.00385969 Jy ! Total flux subtracted in 400 components = 0.00385969 Jy ! Clean residual min=-0.000921 max=0.000848 Jy/beam ! Clean residual mean=-0.000003 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 2.32601 Jy ! Performing phase self-cal ! Adding 100 model components to the UV plane model. ! The established model now contains 1079 components and 2.32601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067533Jy sigma=1.825909 ! Fit after self-cal, rms=0.067515Jy sigma=1.825344 ! 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=2.93 mas, bmaj=40.97 mas, bpa=12.83 degrees ! Estimated noise=2.38716 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.93 x 40.97 at 12.83 degrees (North through East) ! Clean map min=-0.031774 max=2.3231 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067515Jy sigma=1.825344 ! Fit after self-cal, rms=0.042640Jy sigma=1.111028 ! Inverting map and beam ! Estimated beam: bmin=2.93 mas, bmaj=40.97 mas, bpa=12.83 degrees ! Estimated noise=2.38743 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000409045 Jy ! Component: 100 - total flux cleaned = -0.000990709 Jy ! Component: 150 - total flux cleaned = -0.00139372 Jy ! Component: 200 - total flux cleaned = -0.00144783 Jy ! Component: 250 - total flux cleaned = -0.00104309 Jy ! Component: 300 - total flux cleaned = -0.000746787 Jy ! Component: 350 - total flux cleaned = -0.000549928 Jy ! Component: 400 - total flux cleaned = -0.00020054 Jy ! Total flux subtracted in 400 components = -0.00020054 Jy ! Clean residual min=-0.000831 max=0.000837 Jy/beam ! Clean residual mean=0.000001 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 2.32581 Jy ! Performing phase self-cal ! Adding 123 model components to the UV plane model. ! The established model now contains 1183 components and 2.32581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.042444Jy sigma=1.104475 ! Fit after self-cal, rms=0.042412Jy sigma=1.103479 ! Inverting map ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000688659 Jy ! Component: 100 - total flux cleaned = 0.000740067 Jy ! Component: 150 - total flux cleaned = 0.000740614 Jy ! Component: 200 - total flux cleaned = 0.000696178 Jy ! Component: 250 - total flux cleaned = 0.000738896 Jy ! Component: 300 - total flux cleaned = 0.000653531 Jy ! Component: 350 - total flux cleaned = 0.000443169 Jy ! Component: 400 - total flux cleaned = 0.000149398 Jy ! Total flux subtracted in 400 components = 0.000149398 Jy ! Clean residual min=-0.000702 max=0.000770 Jy/beam ! Clean residual mean=-0.000000 rms=0.000288 Jy/beam ! Combined flux in latest and established models = 2.32596 Jy ! Performing phase self-cal ! Adding 102 model components to the UV plane model. ! The established model now contains 1257 components and 2.32596 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.042254Jy sigma=1.099041 ! Fit after self-cal, rms=0.042250Jy sigma=1.098674 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.042250Jy sigma=1.098674 ! Fit after self-cal, rms=0.042230Jy sigma=1.097997 print "=== CLearing model and starting over ===" ! === CLearing model and starting over === clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.654 mas, bmaj=41.26 mas, bpa=12.35 degrees ! Estimated noise=2.6591 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.80679 Jy ! Component: 100 - total flux cleaned = 2.201 Jy ! Component: 150 - total flux cleaned = 2.26063 Jy ! Component: 200 - total flux cleaned = 2.2833 Jy ! Component: 250 - total flux cleaned = 2.29837 Jy ! Component: 300 - total flux cleaned = 2.30784 Jy ! Component: 350 - total flux cleaned = 2.31171 Jy ! Component: 400 - total flux cleaned = 2.31629 Jy ! Total flux subtracted in 400 components = 2.31629 Jy ! Clean residual min=-0.010865 max=0.008293 Jy/beam ! Clean residual mean=0.000069 rms=0.003962 Jy/beam ! Combined flux in latest and established models = 2.31629 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 124 model components to the UV plane model. ! The established model now contains 124 components and 2.31629 Jy ! Inverting map and beam ! Estimated beam: bmin=2.93 mas, bmaj=40.97 mas, bpa=12.83 degrees ! Estimated noise=2.38756 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.00539076 Jy ! Component: 100 - total flux cleaned = -0.0079488 Jy ! Component: 150 - total flux cleaned = -0.00899726 Jy ! Component: 200 - total flux cleaned = -0.00868124 Jy ! Component: 250 - total flux cleaned = -0.00755446 Jy ! Component: 300 - total flux cleaned = -0.00652099 Jy ! Component: 350 - total flux cleaned = -0.00532447 Jy ! Component: 400 - total flux cleaned = -0.00351043 Jy ! Total flux subtracted in 400 components = -0.00351043 Jy ! Clean residual min=-0.004441 max=0.004859 Jy/beam ! Clean residual mean=0.000031 rms=0.001750 Jy/beam ! Combined flux in latest and established models = 2.31278 Jy ! Adding 149 model components to the UV plane model. ! The established model now contains 273 components and 2.31278 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.107 mas, bmaj=40.73 mas, bpa=12.79 degrees ! Estimated noise=2.4002 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.5116e-06 Jy ! Component: 100 - total flux cleaned = 0.00223096 Jy ! Component: 150 - total flux cleaned = 0.0038852 Jy ! Component: 200 - total flux cleaned = 0.00512041 Jy ! Component: 250 - total flux cleaned = 0.00658138 Jy ! Component: 300 - total flux cleaned = 0.00741418 Jy ! Component: 350 - total flux cleaned = 0.00809234 Jy ! Component: 400 - total flux cleaned = 0.00881299 Jy ! Total flux subtracted in 400 components = 0.00881299 Jy ! Clean residual min=-0.001571 max=0.001451 Jy/beam ! Clean residual mean=0.000015 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 2.32159 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.000426138 Jy ! Component: 100 - total flux cleaned = 0.000982349 Jy ! Component: 150 - total flux cleaned = 0.00183045 Jy ! Component: 200 - total flux cleaned = 0.00243254 Jy ! Component: 250 - total flux cleaned = 0.00302617 Jy ! Component: 300 - total flux cleaned = 0.00346614 Jy ! Component: 350 - total flux cleaned = 0.00406051 Jy ! Component: 400 - total flux cleaned = 0.00458776 Jy ! Total flux subtracted in 400 components = 0.00458776 Jy ! Clean residual min=-0.001386 max=0.001336 Jy/beam ! Clean residual mean=0.000010 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 2.32618 Jy ! Adding 294 model components to the UV plane model. ! The established model now contains 565 components and 2.32618 Jy ! Inverting map ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00102016 Jy ! Component: 100 - total flux cleaned = -0.00123156 Jy ! Component: 150 - total flux cleaned = -0.00123139 Jy ! Component: 200 - total flux cleaned = -0.000916819 Jy ! Component: 250 - total flux cleaned = -0.00042368 Jy ! Component: 300 - total flux cleaned = -0.000486171 Jy ! Component: 350 - total flux cleaned = -0.00061135 Jy ! Component: 400 - total flux cleaned = -0.000985792 Jy ! Total flux subtracted in 400 components = -0.000985792 Jy ! Clean residual min=-0.001253 max=0.001203 Jy/beam ! Clean residual mean=0.000001 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 2.3252 Jy ! Adding 113 model components to the UV plane model. ! The established model now contains 675 components and 2.3252 Jy ! Inverting map ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00038618 Jy ! Component: 100 - total flux cleaned = -0.000497297 Jy ! Component: 150 - total flux cleaned = -0.00029865 Jy ! Component: 200 - total flux cleaned = -0.000202063 Jy ! Component: 250 - total flux cleaned = 3.56311e-05 Jy ! Component: 300 - total flux cleaned = 0.000128508 Jy ! Component: 350 - total flux cleaned = 3.56669e-05 Jy ! Component: 400 - total flux cleaned = -1.20561e-05 Jy ! Total flux subtracted in 400 components = -1.20561e-05 Jy ! Clean residual min=-0.000837 max=0.000996 Jy/beam ! Clean residual mean=0.000001 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 2.32518 Jy ! Adding 116 model components to the UV plane model. ! The established model now contains 781 components and 2.32518 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.93 mas, bmaj=40.97 mas, bpa=12.83 degrees ! Estimated noise=2.38756 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.84789e-05 Jy ! Component: 100 - total flux cleaned = -0.000379137 Jy ! Component: 150 - total flux cleaned = -0.000613693 Jy ! Component: 200 - total flux cleaned = -0.000703655 Jy ! Component: 250 - total flux cleaned = -0.000839148 Jy ! Component: 300 - total flux cleaned = -0.000839323 Jy ! Component: 350 - total flux cleaned = -0.00083773 Jy ! Component: 400 - total flux cleaned = -0.000978386 Jy ! Total flux subtracted in 400 components = -0.000978386 Jy ! Clean residual min=-0.000866 max=0.000853 Jy/beam ! Clean residual mean=-0.000002 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 2.3242 Jy selfcal ! Performing phase self-cal ! Adding 88 model components to the UV plane model. ! The established model now contains 841 components and 2.3242 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.042289Jy sigma=1.100721 ! Fit after self-cal, rms=0.042252Jy sigma=1.099099 wmodel /scr/pima/rdv94_uvs/J2056-4714_X_map.mod ! Writing 841 model components to file: /scr/pima/rdv94_uvs/J2056-4714_X_map.mod wobs /scr/pima/rdv94_uvs/J2056-4714_X_uvs.fits ! Applying 150 buffered edits. ! Writing UV FITS file: /scr/pima/rdv94_uvs/J2056-4714_X_uvs.fits wwins /scr/pima/rdv94_uvs/J2056-4714_X_map.win ! wwins: Wrote 3 windows to /scr/pima/rdv94_uvs/J2056-4714_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.00036716 Jy ! Component: 100 - total flux cleaned = -0.000599735 Jy ! Component: 150 - total flux cleaned = -0.000816228 Jy ! Component: 200 - total flux cleaned = -0.000799006 Jy ! Component: 250 - total flux cleaned = -0.000799284 Jy ! Component: 300 - total flux cleaned = -0.000863338 Jy ! Component: 350 - total flux cleaned = -0.000941789 Jy ! Component: 400 - total flux cleaned = -0.00106414 Jy ! Component: 450 - total flux cleaned = -0.00119935 Jy ! Component: 500 - total flux cleaned = -0.0013175 Jy ! Component: 550 - total flux cleaned = -0.00144843 Jy ! Component: 600 - total flux cleaned = -0.00159169 Jy ! Component: 650 - total flux cleaned = -0.00170481 Jy ! Component: 700 - total flux cleaned = -0.00181644 Jy ! Component: 750 - total flux cleaned = -0.00194054 Jy ! Component: 800 - total flux cleaned = -0.00204931 Jy ! Component: 850 - total flux cleaned = -0.00215677 Jy ! Component: 900 - total flux cleaned = -0.00226294 Jy ! Component: 950 - total flux cleaned = -0.00232861 Jy ! Component: 1000 - total flux cleaned = -0.00236776 Jy ! Component: 1050 - total flux cleaned = -0.00240651 Jy ! Component: 1100 - total flux cleaned = -0.002458 Jy ! Component: 1150 - total flux cleaned = -0.00248349 Jy ! Component: 1200 - total flux cleaned = -0.00252166 Jy ! Component: 1250 - total flux cleaned = -0.00255974 Jy ! Component: 1300 - total flux cleaned = -0.00257242 Jy ! Component: 1350 - total flux cleaned = -0.00257243 Jy ! Component: 1400 - total flux cleaned = -0.00255968 Jy ! Component: 1450 - total flux cleaned = -0.00245709 Jy ! Component: 1500 - total flux cleaned = -0.00235343 Jy ! Component: 1550 - total flux cleaned = -0.00226188 Jy ! Component: 1600 - total flux cleaned = -0.00214302 Jy ! Component: 1650 - total flux cleaned = -0.00203638 Jy ! Component: 1700 - total flux cleaned = -0.00194211 Jy ! Component: 1750 - total flux cleaned = -0.00181983 Jy ! Component: 1800 - total flux cleaned = -0.00170983 Jy ! Component: 1850 - total flux cleaned = -0.00159861 Jy ! Component: 1900 - total flux cleaned = -0.0014862 Jy ! Component: 1950 - total flux cleaned = -0.00138689 Jy ! Component: 2000 - total flux cleaned = -0.00124341 Jy ! Component: 2050 - total flux cleaned = -0.0011272 Jy ! Component: 2100 - total flux cleaned = -0.000980205 Jy ! Component: 2150 - total flux cleaned = -0.00087615 Jy ! Component: 2200 - total flux cleaned = -0.000740832 Jy ! Component: 2250 - total flux cleaned = -0.000619054 Jy ! Component: 2300 - total flux cleaned = -0.000495742 Jy ! Component: 2350 - total flux cleaned = -0.00035554 Jy ! Component: 2400 - total flux cleaned = -0.000213436 Jy ! Component: 2450 - total flux cleaned = -2.14405e-05 Jy ! Component: 2500 - total flux cleaned = 0.000108486 Jy ! Component: 2550 - total flux cleaned = 0.000289287 Jy ! Component: 2600 - total flux cleaned = 0.00048913 Jy ! Component: 2650 - total flux cleaned = 0.000675057 Jy ! Component: 2700 - total flux cleaned = 0.000829532 Jy ! Component: 2750 - total flux cleaned = 0.00103818 Jy ! Component: 2800 - total flux cleaned = 0.00123216 Jy ! Component: 2850 - total flux cleaned = 0.00142923 Jy ! Component: 2900 - total flux cleaned = 0.00162914 Jy ! Component: 2950 - total flux cleaned = 0.00183203 Jy ! Component: 3000 - total flux cleaned = 0.00205661 Jy ! Component: 3050 - total flux cleaned = 0.00224679 Jy ! Component: 3100 - total flux cleaned = 0.00247807 Jy ! Component: 3150 - total flux cleaned = 0.00271301 Jy ! Component: 3200 - total flux cleaned = 0.00295173 Jy ! Component: 3250 - total flux cleaned = 0.00317381 Jy ! Component: 3300 - total flux cleaned = 0.00341982 Jy ! Component: 3350 - total flux cleaned = 0.00366962 Jy ! Component: 3400 - total flux cleaned = 0.00392331 Jy ! Component: 3450 - total flux cleaned = 0.00418059 Jy ! Component: 3500 - total flux cleaned = 0.00446389 Jy ! Component: 3550 - total flux cleaned = 0.00472954 Jy ! Component: 3600 - total flux cleaned = 0.00499944 Jy ! Component: 3650 - total flux cleaned = 0.00529634 Jy ! Component: 3700 - total flux cleaned = 0.00557461 Jy ! Component: 3750 - total flux cleaned = 0.0058809 Jy ! Component: 3800 - total flux cleaned = 0.00614426 Jy ! Component: 3850 - total flux cleaned = 0.00646045 Jy ! Component: 3900 - total flux cleaned = 0.00673243 Jy ! Component: 3950 - total flux cleaned = 0.00705876 Jy ! Component: 4000 - total flux cleaned = 0.00736496 Jy ! Component: 4050 - total flux cleaned = 0.00767633 Jy ! Total flux subtracted in 4096 components = 0.00793978 Jy ! Clean residual min=-0.001364 max=0.001323 Jy/beam ! Clean residual mean=-0.000003 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 2.33214 Jy keep ! Adding 225 model components to the UV plane model. ! The established model now contains 1022 components and 2.33215 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv94_uvs/J2056-4714_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.93 x 40.97 at 12.83 degrees (North through East) ! Clean map min=-0.026415 max=2.3031 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv94_uvs/J2056-4714_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= 2.3031 rms= 0.00065 Jy quit ! Quitting program ! Log file /scr/pima/rdv94_uvs/J2056-4714_X_uvs.log closed on Tue Oct 8 12:26:23 2013