! Started logfile: /scr/pima/rdv93_uvs/J1434+1952_X_uvs.log on Tue Oct 8 15:48:17 2013 obs /scr/pima/rdv93_uvs/J1434+1952_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J1434+1952_X_uva.fits ! AN table 1: 12 integrations on 6 of 6 possible baselines. ! AN table 2: 21 integrations on 15 of 15 possible baselines. ! AN table 3: 17 integrations on 1 of 1 possible baselines. ! Apparent sampling: 0.975248 visibilities/baseline/integration-bin. ! Found source: J1434+1952 ! ! 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 1576 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/J1434+1952_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:LA self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:MK self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 3:MK self-cal status=correctable weight=1 ! 3:OV 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 8 telescope corrections were flagged in sub-array 1. ! A total of 34 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 8 telescope corrections were flagged in sub-array 1. ! A total of 34 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 8 telescope corrections were flagged in sub-array 1. ! A total of 34 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 8 telescope corrections were flagged in sub-array 1. ! A total of 34 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=1.018167Jy sigma=4.487163 ! Fit after self-cal, rms=0.793780Jy sigma=3.464739 ! 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=1.545 mas, bmaj=2.359 mas, bpa=-11.89 degrees ! Estimated noise=6.54106 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.160544 Jy ! Component: 100 - total flux cleaned = 0.203099 Jy ! Total flux subtracted in 100 components = 0.203099 Jy ! Clean residual min=-0.012898 max=0.016663 Jy/beam ! Clean residual mean=-0.000017 rms=0.004534 Jy/beam ! Combined flux in latest and established models = 0.203099 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.203099 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056545Jy sigma=0.252472 ! Fit after self-cal, rms=0.056541Jy sigma=0.252293 ! 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.927 mas, bmaj=2.753 mas, bpa=-8.376 degrees ! Estimated noise=4.21617 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.0197395 Jy ! Component: 100 - total flux cleaned = 0.0279336 Jy ! Component: 150 - total flux cleaned = 0.0318107 Jy ! Component: 200 - total flux cleaned = 0.0325554 Jy ! Total flux subtracted in 200 components = 0.0325554 Jy ! Clean residual min=-0.005292 max=0.007174 Jy/beam ! Clean residual mean=-0.000044 rms=0.001770 Jy/beam ! Combined flux in latest and established models = 0.235654 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 27 components and 0.235654 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051343Jy sigma=0.219489 ! Fit after self-cal, rms=0.051348Jy sigma=0.219372 ! Inverting map print "=== Finished natural weighting clean for VLBI sites ===" ! === Finished natural weighting clean for VLBI sites === gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.09 LA 1.05 OV 1.05 PT 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.99 FD 0.95 LA 1.03 MK 0.99 ! OV 0.96 PT 0.94 ! ! Telescope amplitude corrections in sub-array 3: ! MK 0.00* OV 0.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 LA 1.04 OV 0.97 PT 0.99 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00 FD 0.99 LA 0.99 MK 1.00 ! OV 0.95 PT 0.94 ! ! Telescope amplitude corrections in sub-array 3: ! MK 0.00* OV 0.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 LA 1.02 OV 1.01 PT 1.04 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.05 FD 0.99 LA 1.07 MK 0.96 ! OV 1.00 PT 0.98 ! ! Telescope amplitude corrections in sub-array 3: ! MK 0.00* OV 0.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.06 LA 1.07 OV 1.07 PT 0.99 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00 FD 1.00 LA 1.04 MK 1.06 ! OV 0.98 PT 1.00 ! ! Telescope amplitude corrections in sub-array 3: ! MK 0.00* OV 0.00* ! ! ! Fit before self-cal, rms=0.051348Jy sigma=0.219372 ! Fit after self-cal, rms=0.050424Jy sigma=0.212065 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.93 mas, bmaj=2.755 mas, bpa=-8.021 degrees ! Estimated noise=4.19337 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 = 3.48184e-05 Jy ! Component: 100 - total flux cleaned = -0.000120607 Jy ! Component: 150 - total flux cleaned = -0.000249426 Jy ! Component: 200 - total flux cleaned = -0.000295673 Jy ! Total flux subtracted in 200 components = -0.000295673 Jy ! Clean residual min=-0.004420 max=0.004589 Jy/beam ! Clean residual mean=-0.000024 rms=0.001115 Jy/beam ! Combined flux in latest and established models = 0.235359 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 35 components and 0.235359 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050394Jy sigma=0.211899 ! Fit after self-cal, rms=0.050406Jy sigma=0.211865 ! 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.050406Jy sigma=0.211865 ! Fit after self-cal, rms=0.050375Jy sigma=0.211862 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.93 mas, bmaj=2.755 mas, bpa=-8.04 degrees ! Estimated noise=4.19072 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.97909e-06 Jy ! Component: 100 - total flux cleaned = -0.000118181 Jy ! Component: 150 - total flux cleaned = -0.000195379 Jy ! Component: 200 - total flux cleaned = -0.000230621 Jy ! Total flux subtracted in 200 components = -0.000230621 Jy ! Clean residual min=-0.004443 max=0.004416 Jy/beam ! Clean residual mean=-0.000023 rms=0.001100 Jy/beam ! Combined flux in latest and established models = 0.235128 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 38 components and 0.235128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050359Jy sigma=0.211773 ! Fit after self-cal, rms=0.050350Jy sigma=0.211763 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.48916e-06 Jy ! Component: 100 - total flux cleaned = -8.07751e-05 Jy ! Component: 150 - total flux cleaned = -8.093e-05 Jy ! Component: 200 - total flux cleaned = -8.1668e-05 Jy ! Total flux subtracted in 200 components = -8.1668e-05 Jy ! Clean residual min=-0.004482 max=0.004292 Jy/beam ! Clean residual mean=-0.000023 rms=0.001094 Jy/beam ! Combined flux in latest and established models = 0.235046 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 44 components and 0.235046 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050341Jy sigma=0.211712 ! Fit after self-cal, rms=0.050336Jy sigma=0.211708 ! 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.050336Jy sigma=0.211708 ! Fit after self-cal, rms=0.050323Jy sigma=0.211705 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.931 mas, bmaj=2.754 mas, bpa=-8.055 degrees ! Estimated noise=4.18944 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.67834e-05 Jy ! Component: 100 - total flux cleaned = -0.000121689 Jy ! Component: 150 - total flux cleaned = -0.00013555 Jy ! Component: 200 - total flux cleaned = -0.000122367 Jy ! Total flux subtracted in 200 components = -0.000122367 Jy ! Clean residual min=-0.004472 max=0.004220 Jy/beam ! Clean residual mean=-0.000023 rms=0.001086 Jy/beam ! Combined flux in latest and established models = 0.234924 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 46 components and 0.234924 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050316Jy sigma=0.211669 ! Fit after self-cal, rms=0.050312Jy sigma=0.211667 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.25193e-05 Jy ! Component: 100 - total flux cleaned = -1.26899e-05 Jy ! Component: 150 - total flux cleaned = -1.30525e-05 Jy ! Component: 200 - total flux cleaned = -1.26174e-05 Jy ! Total flux subtracted in 200 components = -1.26174e-05 Jy ! Clean residual min=-0.004479 max=0.004161 Jy/beam ! Clean residual mean=-0.000023 rms=0.001083 Jy/beam ! Combined flux in latest and established models = 0.234912 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 48 components and 0.234912 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050306Jy sigma=0.211639 ! Fit after self-cal, rms=0.050304Jy sigma=0.211638 ! 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.050304Jy sigma=0.211638 ! Fit after self-cal, rms=0.050286Jy sigma=0.211637 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.989 mas, bmaj=3.431 mas, bpa=71.07 degrees ! Estimated noise=4.27078 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.95347e-05 Jy ! Component: 100 - total flux cleaned = 3.04658e-05 Jy ! Component: 150 - total flux cleaned = -1.96926e-05 Jy ! Component: 200 - total flux cleaned = -7.29288e-05 Jy ! Total flux subtracted in 200 components = -7.29288e-05 Jy ! Clean residual min=-0.004595 max=0.004653 Jy/beam ! Clean residual mean=-0.000030 rms=0.001239 Jy/beam ! Combined flux in latest and established models = 0.234839 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 53 components and 0.234839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050285Jy sigma=0.211609 ! Fit after self-cal, rms=0.050279Jy sigma=0.211605 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 = -9.59336e-06 Jy ! Component: 100 - total flux cleaned = -3.21135e-05 Jy ! Component: 150 - total flux cleaned = -3.21562e-05 Jy ! Component: 200 - total flux cleaned = -3.18536e-05 Jy ! Total flux subtracted in 200 components = -3.18536e-05 Jy ! Clean residual min=-0.004619 max=0.004634 Jy/beam ! Clean residual mean=-0.000030 rms=0.001237 Jy/beam ! Combined flux in latest and established models = 0.234807 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 53 components and 0.234807 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050278Jy sigma=0.211586 ! Fit after self-cal, rms=0.050275Jy sigma=0.211583 ! 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:LA,true ! 1:LA 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 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:LA,true ! 2:LA self-cal status=fixed weight=1 selfant 2:MK,true ! 2:MK 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 3:MK,true ! 3:MK self-cal status=fixed weight=1 selfant 3:OV,true ! 3:OV 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.077353Jy sigma=0.296480 ! Fit after self-cal, rms=0.077353Jy sigma=0.296480 selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:MK self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 3:MK self-cal status=correctable weight=1 ! 3:OV 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 8 telescope corrections were flagged in sub-array 1. ! A total of 34 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 8 telescope corrections were flagged in sub-array 1. ! A total of 34 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 8 telescope corrections were flagged in sub-array 1. ! A total of 34 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 8 telescope corrections were flagged in sub-array 1. ! A total of 34 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=0.077353Jy sigma=0.296480 ! Fit after self-cal, rms=0.050247Jy sigma=0.211581 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=1.551 mas, bmaj=2.358 mas, bpa=-11.63 degrees ! Estimated noise=6.51237 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.00129002 Jy ! Component: 100 - total flux cleaned = 0.00162891 Jy ! Component: 150 - total flux cleaned = 0.0017441 Jy ! Component: 200 - total flux cleaned = 0.00168137 Jy ! Total flux subtracted in 200 components = 0.00168137 Jy ! Clean residual min=-0.005371 max=0.006299 Jy/beam ! Clean residual mean=-0.000019 rms=0.001514 Jy/beam ! Combined flux in latest and established models = 0.236488 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 62 components and 0.236488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050264Jy sigma=0.211740 ! Fit after self-cal, rms=0.050268Jy sigma=0.211729 ! 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.931 mas, bmaj=2.753 mas, bpa=-8.091 degrees ! Estimated noise=4.18593 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.00131523 Jy ! Component: 100 - total flux cleaned = -0.00183951 Jy ! Component: 150 - total flux cleaned = -0.00191586 Jy ! Component: 200 - total flux cleaned = -0.00194842 Jy ! Component: 250 - total flux cleaned = -0.00194874 Jy ! Component: 300 - total flux cleaned = -0.00194995 Jy ! Component: 350 - total flux cleaned = -0.00196044 Jy ! Component: 400 - total flux cleaned = -0.00195204 Jy ! Total flux subtracted in 400 components = -0.00195204 Jy ! Clean residual min=-0.004512 max=0.003997 Jy/beam ! Clean residual mean=-0.000023 rms=0.001069 Jy/beam ! Combined flux in latest and established models = 0.234536 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 76 components and 0.234536 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050231Jy sigma=0.211542 ! Fit after self-cal, rms=0.050223Jy sigma=0.211537 ! 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 = -6.26506e-05 Jy ! Component: 100 - total flux cleaned = -5.38224e-05 Jy ! Component: 150 - total flux cleaned = -4.54942e-05 Jy ! Component: 200 - total flux cleaned = -3.77129e-05 Jy ! Component: 250 - total flux cleaned = -3.01408e-05 Jy ! Component: 300 - total flux cleaned = -2.33833e-05 Jy ! Component: 350 - total flux cleaned = -2.36092e-05 Jy ! Component: 400 - total flux cleaned = -2.38323e-05 Jy ! Total flux subtracted in 400 components = -2.38323e-05 Jy ! Clean residual min=-0.004509 max=0.003969 Jy/beam ! Clean residual mean=-0.000023 rms=0.001068 Jy/beam ! Combined flux in latest and established models = 0.234512 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 80 components and 0.234512 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050218Jy sigma=0.211515 ! Fit after self-cal, rms=0.050218Jy sigma=0.211514 ! 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 8 telescope corrections were flagged in sub-array 1. ! A total of 34 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 8 telescope corrections were flagged in sub-array 1. ! A total of 34 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 8 telescope corrections were flagged in sub-array 1. ! A total of 34 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 8 telescope corrections were flagged in sub-array 1. ! A total of 34 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=0.076836Jy sigma=0.294882 ! Fit after self-cal, rms=0.050172Jy sigma=0.211512 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.93 mas, bmaj=2.752 mas, bpa=-8.109 degrees ! Estimated noise=4.18345 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.48812e-06 Jy ! Component: 100 - total flux cleaned = 1.16169e-05 Jy ! Component: 150 - total flux cleaned = -2.5633e-06 Jy ! Component: 200 - total flux cleaned = -9.38753e-06 Jy ! Component: 250 - total flux cleaned = -9.38517e-06 Jy ! Component: 300 - total flux cleaned = -9.29225e-06 Jy ! Component: 350 - total flux cleaned = -9.31394e-06 Jy ! Component: 400 - total flux cleaned = -9.23698e-06 Jy ! Total flux subtracted in 400 components = -9.23698e-06 Jy ! Clean residual min=-0.004507 max=0.003934 Jy/beam ! Clean residual mean=-0.000023 rms=0.001063 Jy/beam ! Combined flux in latest and established models = 0.234503 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 83 components and 0.234503 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050167Jy sigma=0.211498 ! Fit after self-cal, rms=0.050167Jy sigma=0.211497 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.34965e-06 Jy ! Component: 100 - total flux cleaned = -1.02059e-05 Jy ! Component: 150 - total flux cleaned = -1.05369e-05 Jy ! Component: 200 - total flux cleaned = -1.04754e-05 Jy ! Component: 250 - total flux cleaned = -4.64095e-06 Jy ! Component: 300 - total flux cleaned = -1.05448e-05 Jy ! Component: 350 - total flux cleaned = -1.05881e-05 Jy ! Component: 400 - total flux cleaned = -5.06632e-06 Jy ! Total flux subtracted in 400 components = -5.06632e-06 Jy ! Clean residual min=-0.004512 max=0.003923 Jy/beam ! Clean residual mean=-0.000023 rms=0.001062 Jy/beam ! Combined flux in latest and established models = 0.234498 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 84 components and 0.234498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050164Jy sigma=0.211487 ! Fit after self-cal, rms=0.050164Jy sigma=0.211487 ! 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.050164Jy sigma=0.211487 ! Fit after self-cal, rms=0.050117Jy sigma=0.211485 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.929 mas, bmaj=2.751 mas, bpa=-8.128 degrees ! Estimated noise=4.18066 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.37624e-06 Jy ! Component: 100 - total flux cleaned = 1.12241e-05 Jy ! Component: 150 - total flux cleaned = 5.276e-06 Jy ! Component: 200 - total flux cleaned = 5.29331e-06 Jy ! Component: 250 - total flux cleaned = 5.29846e-06 Jy ! Component: 300 - total flux cleaned = 1.0545e-05 Jy ! Component: 350 - total flux cleaned = 1.03984e-05 Jy ! Component: 400 - total flux cleaned = 1.03016e-05 Jy ! Total flux subtracted in 400 components = 1.03016e-05 Jy ! Clean residual min=-0.004505 max=0.003903 Jy/beam ! Clean residual mean=-0.000023 rms=0.001059 Jy/beam ! Combined flux in latest and established models = 0.234508 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 84 components and 0.234508 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050113Jy sigma=0.211475 ! Fit after self-cal, rms=0.050114Jy sigma=0.211475 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.77359e-06 Jy ! Component: 100 - total flux cleaned = -5.58293e-06 Jy ! Component: 150 - total flux cleaned = -5.84017e-06 Jy ! Component: 200 - total flux cleaned = -5.78719e-06 Jy ! Component: 250 - total flux cleaned = -5.66982e-06 Jy ! Component: 300 - total flux cleaned = -5.44323e-06 Jy ! Component: 350 - total flux cleaned = -5.49331e-06 Jy ! Component: 400 - total flux cleaned = -1.06969e-05 Jy ! Total flux subtracted in 400 components = -1.06969e-05 Jy ! Clean residual min=-0.004516 max=0.003893 Jy/beam ! Clean residual mean=-0.000023 rms=0.001058 Jy/beam ! Combined flux in latest and established models = 0.234497 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 85 components and 0.234497 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050111Jy sigma=0.211467 ! Fit after self-cal, rms=0.050112Jy sigma=0.211466 ! 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.050112Jy sigma=0.211466 ! Fit after self-cal, rms=0.049222Jy sigma=0.206176 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.985 mas, bmaj=3.43 mas, bpa=71.47 degrees ! Estimated noise=4.2748 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000587605 Jy ! Component: 100 - total flux cleaned = 0.000681613 Jy ! Component: 150 - total flux cleaned = 0.00068875 Jy ! Component: 200 - total flux cleaned = 0.000695429 Jy ! Component: 250 - total flux cleaned = 0.00069544 Jy ! Component: 300 - total flux cleaned = 0.000689151 Jy ! Component: 350 - total flux cleaned = 0.000695134 Jy ! Component: 400 - total flux cleaned = 0.000689189 Jy ! Total flux subtracted in 400 components = 0.000689189 Jy ! Clean residual min=-0.004631 max=0.004387 Jy/beam ! Clean residual mean=-0.000030 rms=0.001217 Jy/beam ! Combined flux in latest and established models = 0.235187 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 92 components and 0.235187 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049224Jy sigma=0.206141 ! Fit after self-cal, rms=0.049234Jy sigma=0.206123 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 = -7.6994e-08 Jy ! Component: 100 - total flux cleaned = -6.76902e-06 Jy ! Component: 150 - total flux cleaned = -6.72355e-06 Jy ! Component: 200 - total flux cleaned = -1.22837e-05 Jy ! Component: 250 - total flux cleaned = -1.18925e-05 Jy ! Component: 300 - total flux cleaned = -1.22298e-05 Jy ! Component: 350 - total flux cleaned = -1.20352e-05 Jy ! Component: 400 - total flux cleaned = -1.14288e-05 Jy ! Total flux subtracted in 400 components = -1.14288e-05 Jy ! Clean residual min=-0.004645 max=0.004364 Jy/beam ! Clean residual mean=-0.000030 rms=0.001216 Jy/beam ! Combined flux in latest and established models = 0.235175 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 94 components and 0.235175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049236Jy sigma=0.206117 ! Fit after self-cal, rms=0.049236Jy sigma=0.206116 ! 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.931 mas, bmaj=2.749 mas, bpa=-8.17 degrees ! Estimated noise=4.18961 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.931 x 2.749 at -8.17 degrees (North through East) ! Clean map min=-0.0043264 max=0.20968 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.55 mas, bmaj=2.358 mas, bpa=-11.75 degrees ! Estimated noise=6.51597 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.159932 Jy ! Component: 100 - total flux cleaned = 0.202277 Jy ! Component: 150 - total flux cleaned = 0.219413 Jy ! Component: 200 - total flux cleaned = 0.228218 Jy ! Component: 250 - total flux cleaned = 0.233324 Jy ! Component: 300 - total flux cleaned = 0.236119 Jy ! Component: 350 - total flux cleaned = 0.236397 Jy ! Component: 400 - total flux cleaned = 0.236548 Jy ! Total flux subtracted in 400 components = 0.236548 Jy ! Clean residual min=-0.005575 max=0.006392 Jy/beam ! Clean residual mean=-0.000019 rms=0.001657 Jy/beam ! Combined flux in latest and established models = 0.236548 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.236548 Jy ! Inverting map and beam ! Estimated beam: bmin=1.931 mas, bmaj=2.749 mas, bpa=-8.17 degrees ! Estimated noise=4.18961 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.00104869 Jy ! Component: 100 - total flux cleaned = -0.00120101 Jy ! Component: 150 - total flux cleaned = -0.00120156 Jy ! Component: 200 - total flux cleaned = -0.00122982 Jy ! Component: 250 - total flux cleaned = -0.00120314 Jy ! Component: 300 - total flux cleaned = -0.00120393 Jy ! Component: 350 - total flux cleaned = -0.0012249 Jy ! Component: 400 - total flux cleaned = -0.00120461 Jy ! Total flux subtracted in 400 components = -0.00120461 Jy ! Clean residual min=-0.004611 max=0.004342 Jy/beam ! Clean residual mean=-0.000023 rms=0.001104 Jy/beam ! Combined flux in latest and established models = 0.235343 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 45 components and 0.235343 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.985 mas, bmaj=3.43 mas, bpa=71.47 degrees ! Estimated noise=4.2748 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000161568 Jy ! Component: 100 - total flux cleaned = 7.79038e-05 Jy ! Component: 150 - total flux cleaned = 2.3954e-05 Jy ! Component: 200 - total flux cleaned = 2.48492e-05 Jy ! Component: 250 - total flux cleaned = 2.3899e-05 Jy ! Component: 300 - total flux cleaned = 9.31364e-06 Jy ! Component: 350 - total flux cleaned = -4.25182e-06 Jy ! Component: 400 - total flux cleaned = -4.22976e-06 Jy ! Total flux subtracted in 400 components = -4.22976e-06 Jy ! Clean residual min=-0.004727 max=0.004505 Jy/beam ! Clean residual mean=-0.000031 rms=0.001246 Jy/beam ! Combined flux in latest and established models = 0.235339 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 = -6.25107e-07 Jy ! Component: 100 - total flux cleaned = -6.14408e-07 Jy ! Component: 150 - total flux cleaned = 1.86485e-07 Jy ! Component: 200 - total flux cleaned = 1.56899e-07 Jy ! Component: 250 - total flux cleaned = 1.22875e-05 Jy ! Component: 300 - total flux cleaned = 1.25875e-05 Jy ! Component: 350 - total flux cleaned = 1.26869e-05 Jy ! Component: 400 - total flux cleaned = 2.39623e-05 Jy ! Total flux subtracted in 400 components = 2.39623e-05 Jy ! Clean residual min=-0.004694 max=0.004414 Jy/beam ! Clean residual mean=-0.000030 rms=0.001235 Jy/beam ! Combined flux in latest and established models = 0.235363 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 58 components and 0.235363 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.931 mas, bmaj=2.749 mas, bpa=-8.17 degrees ! Estimated noise=4.18961 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000255716 Jy ! Component: 100 - total flux cleaned = 0.000255388 Jy ! Component: 150 - total flux cleaned = 0.000256117 Jy ! Component: 200 - total flux cleaned = 0.000256096 Jy ! Component: 250 - total flux cleaned = 0.000243815 Jy ! Component: 300 - total flux cleaned = 0.000221233 Jy ! Component: 350 - total flux cleaned = 0.000220659 Jy ! Component: 400 - total flux cleaned = 0.00022073 Jy ! Total flux subtracted in 400 components = 0.00022073 Jy ! Clean residual min=-0.004362 max=0.003932 Jy/beam ! Clean residual mean=-0.000023 rms=0.001067 Jy/beam ! Combined flux in latest and established models = 0.235584 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 69 components and 0.235584 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049264Jy sigma=0.206210 ! Fit after self-cal, rms=0.049260Jy sigma=0.206196 wmodel /scr/pima/rdv93_uvs/J1434+1952_X_map.mod ! Writing 69 model components to file: /scr/pima/rdv93_uvs/J1434+1952_X_map.mod wobs /scr/pima/rdv93_uvs/J1434+1952_X_uvs.fits ! Applying 808 buffered edits. ! Writing UV FITS file: /scr/pima/rdv93_uvs/J1434+1952_X_uvs.fits wwins /scr/pima/rdv93_uvs/J1434+1952_X_map.win ! wwins: Wrote 1 windows to /scr/pima/rdv93_uvs/J1434+1952_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.0013474 Jy ! Component: 100 - total flux cleaned = -0.00194132 Jy ! Component: 150 - total flux cleaned = -0.00233758 Jy ! Component: 200 - total flux cleaned = -0.00244255 Jy ! Component: 250 - total flux cleaned = -0.0026682 Jy ! Component: 300 - total flux cleaned = -0.00266733 Jy ! Component: 350 - total flux cleaned = -0.00266761 Jy ! Component: 400 - total flux cleaned = -0.00270582 Jy ! Component: 450 - total flux cleaned = -0.00274137 Jy ! Component: 500 - total flux cleaned = -0.00280693 Jy ! Component: 550 - total flux cleaned = -0.00280667 Jy ! Component: 600 - total flux cleaned = -0.00286563 Jy ! Component: 650 - total flux cleaned = -0.00295031 Jy ! Component: 700 - total flux cleaned = -0.00305871 Jy ! Component: 750 - total flux cleaned = -0.0030328 Jy ! Component: 800 - total flux cleaned = -0.00303288 Jy ! Component: 850 - total flux cleaned = -0.00313161 Jy ! Component: 900 - total flux cleaned = -0.00320364 Jy ! Component: 950 - total flux cleaned = -0.00327383 Jy ! Component: 1000 - total flux cleaned = -0.00325086 Jy ! Component: 1050 - total flux cleaned = -0.0032286 Jy ! Component: 1100 - total flux cleaned = -0.00322874 Jy ! Component: 1150 - total flux cleaned = -0.00320733 Jy ! Component: 1200 - total flux cleaned = -0.00314385 Jy ! Component: 1250 - total flux cleaned = -0.00312292 Jy ! Component: 1300 - total flux cleaned = -0.00304032 Jy ! Component: 1350 - total flux cleaned = -0.00299965 Jy ! Component: 1400 - total flux cleaned = -0.00295949 Jy ! Component: 1450 - total flux cleaned = -0.00288051 Jy ! Component: 1500 - total flux cleaned = -0.0028609 Jy ! Component: 1550 - total flux cleaned = -0.00278403 Jy ! Component: 1600 - total flux cleaned = -0.00278399 Jy ! Component: 1650 - total flux cleaned = -0.00278371 Jy ! Component: 1700 - total flux cleaned = -0.00276511 Jy ! Component: 1750 - total flux cleaned = -0.00272842 Jy ! Component: 1800 - total flux cleaned = -0.00271035 Jy ! Component: 1850 - total flux cleaned = -0.00267469 Jy ! Component: 1900 - total flux cleaned = -0.00263934 Jy ! Component: 1950 - total flux cleaned = -0.00260433 Jy ! Component: 2000 - total flux cleaned = -0.00255236 Jy ! Component: 2050 - total flux cleaned = -0.00253521 Jy ! Component: 2100 - total flux cleaned = -0.00250121 Jy ! Component: 2150 - total flux cleaned = -0.00250105 Jy ! Component: 2200 - total flux cleaned = -0.00241688 Jy ! Component: 2250 - total flux cleaned = -0.00236682 Jy ! Component: 2300 - total flux cleaned = -0.00233357 Jy ! Component: 2350 - total flux cleaned = -0.00225116 Jy ! Component: 2400 - total flux cleaned = -0.00221832 Jy ! Component: 2450 - total flux cleaned = -0.00213672 Jy ! Component: 2500 - total flux cleaned = -0.00208791 Jy ! Component: 2550 - total flux cleaned = -0.0019747 Jy ! Component: 2600 - total flux cleaned = -0.00187821 Jy ! Component: 2650 - total flux cleaned = -0.00178222 Jy ! Component: 2700 - total flux cleaned = -0.00171852 Jy ! Component: 2750 - total flux cleaned = -0.00167092 Jy ! Component: 2800 - total flux cleaned = -0.00162333 Jy ! Component: 2850 - total flux cleaned = -0.00152866 Jy ! Component: 2900 - total flux cleaned = -0.00145017 Jy ! Component: 2950 - total flux cleaned = -0.00137199 Jy ! Component: 3000 - total flux cleaned = -0.00132522 Jy ! Component: 3050 - total flux cleaned = -0.00126307 Jy ! Component: 3100 - total flux cleaned = -0.00120099 Jy ! Component: 3150 - total flux cleaned = -0.0011238 Jy ! Component: 3200 - total flux cleaned = -0.00107753 Jy ! Component: 3250 - total flux cleaned = -0.00101597 Jy ! Component: 3300 - total flux cleaned = -0.000954596 Jy ! Component: 3350 - total flux cleaned = -0.000893355 Jy ! Component: 3400 - total flux cleaned = -0.000847366 Jy ! Component: 3450 - total flux cleaned = -0.000786295 Jy ! Component: 3500 - total flux cleaned = -0.000755894 Jy ! Component: 3550 - total flux cleaned = -0.000679716 Jy ! Component: 3600 - total flux cleaned = -0.000634207 Jy ! Component: 3650 - total flux cleaned = -0.0005734 Jy ! Component: 3700 - total flux cleaned = -0.000542999 Jy ! Component: 3750 - total flux cleaned = -0.000497572 Jy ! Component: 3800 - total flux cleaned = -0.000421753 Jy ! Component: 3850 - total flux cleaned = -0.000361218 Jy ! Component: 3900 - total flux cleaned = -0.000300662 Jy ! Component: 3950 - total flux cleaned = -0.000255341 Jy ! Component: 4000 - total flux cleaned = -0.000225157 Jy ! Component: 4050 - total flux cleaned = -0.000194969 Jy ! Total flux subtracted in 4096 components = -0.000119427 Jy ! Clean residual min=-0.000787 max=0.000829 Jy/beam ! Clean residual mean=0.000001 rms=0.000254 Jy/beam ! Combined flux in latest and established models = 0.235464 Jy keep ! Adding 237 model components to the UV plane model. ! The established model now contains 306 components and 0.235464 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv93_uvs/J1434+1952_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.931 x 2.749 at -8.17 degrees (North through East) ! Clean map min=-0.0021742 max=0.20886 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J1434+1952_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.2088 rms= 0.00024 Jy quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J1434+1952_X_uvs.log closed on Tue Oct 8 15:48:22 2013