! Started logfile: /scr/pima/rdv94_uvs/J0433+2905_X_uvs.log on Tue Oct 8 12:11:58 2013 obs /scr/pima/rdv94_uvs/J0433+2905_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv94_uvs/J0433+2905_X_uva.fits ! AN table 1: 30 integrations on 15 of 15 possible baselines. ! AN table 2: 24 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.922432 visibilities/baseline/integration-bin. ! Found source: J0433+2905 ! ! 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 3520 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/J0433+2905_X] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:HN self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2: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 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.040450Jy sigma=4.342324 ! Fit after self-cal, rms=0.763051Jy sigma=3.131337 ! 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.373 mas, bmaj=2.566 mas, bpa=-18.62 degrees ! Estimated noise=5.53801 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.18564 Jy ! Component: 100 - total flux cleaned = 0.226778 Jy ! Total flux subtracted in 100 components = 0.226778 Jy ! Clean residual min=-0.011758 max=0.016397 Jy/beam ! Clean residual mean=-0.000004 rms=0.003623 Jy/beam ! Combined flux in latest and established models = 0.226778 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.226778 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075949Jy sigma=0.301783 ! Fit after self-cal, rms=0.075933Jy sigma=0.301631 ! 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.694 mas, bmaj=2.651 mas, bpa=-20.13 degrees ! Estimated noise=2.94638 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.0189902 Jy ! Component: 100 - total flux cleaned = 0.0302004 Jy ! Component: 150 - total flux cleaned = 0.0376609 Jy ! Component: 200 - total flux cleaned = 0.042773 Jy ! Total flux subtracted in 200 components = 0.042773 Jy ! Clean residual min=-0.009759 max=0.010216 Jy/beam ! Clean residual mean=-0.000006 rms=0.002707 Jy/beam ! Combined flux in latest and established models = 0.269551 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 35 components and 0.269551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070813Jy sigma=0.277934 ! Fit after self-cal, rms=0.070817Jy sigma=0.277749 ! Inverting map print "=== Finished natural weighting clean for VLBI sites ===" ! === Finished natural weighting clean for VLBI sites === gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.96 KP 0.98 LA 1.10 ! NL 1.04 OV 0.95 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.93 FD 0.91 HN 0.97 KP 0.95 ! LA 1.06 NL 0.98 OV 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.39 FD 0.90 KP 0.95 LA 1.04 ! NL 1.05 OV 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.31 FD 0.89 HN 1.04 KP 0.89 ! LA 1.06 NL 0.96 OV 0.94 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.94 KP 0.86 LA 1.14 ! NL 1.06 OV 1.03 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.06 FD 0.90 HN 1.04 KP 0.84 ! LA 1.08 NL 0.98 OV 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.02 KP 0.89 LA 1.08 ! NL 1.11 OV 1.01 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.99 FD 0.94 HN 1.07 KP 0.85 ! LA 1.09 NL 1.04 OV 0.98 ! ! ! Fit before self-cal, rms=0.070817Jy sigma=0.277749 ! Fit after self-cal, rms=0.064510Jy sigma=0.248641 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.696 mas, bmaj=2.673 mas, bpa=-20.52 degrees ! Estimated noise=2.92291 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.001117 Jy ! Component: 100 - total flux cleaned = -0.00123683 Jy ! Component: 150 - total flux cleaned = -0.00139489 Jy ! Component: 200 - total flux cleaned = -0.00153487 Jy ! Total flux subtracted in 200 components = -0.00153487 Jy ! Clean residual min=-0.003233 max=0.003052 Jy/beam ! Clean residual mean=-0.000001 rms=0.000802 Jy/beam ! Combined flux in latest and established models = 0.268016 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 44 components and 0.268016 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064355Jy sigma=0.248119 ! Fit after self-cal, rms=0.064428Jy sigma=0.247962 ! 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.064428Jy sigma=0.247962 ! Fit after self-cal, rms=0.064512Jy sigma=0.247871 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.692 mas, bmaj=2.678 mas, bpa=-20.54 degrees ! Estimated noise=2.92798 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00070097 Jy ! Component: 100 - total flux cleaned = -0.00110278 Jy ! Component: 150 - total flux cleaned = -0.00127145 Jy ! Component: 200 - total flux cleaned = -0.00138145 Jy ! Total flux subtracted in 200 components = -0.00138145 Jy ! Clean residual min=-0.003090 max=0.002837 Jy/beam ! Clean residual mean=-0.000001 rms=0.000756 Jy/beam ! Combined flux in latest and established models = 0.266635 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 47 components and 0.266635 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064433Jy sigma=0.247608 ! Fit after self-cal, rms=0.064435Jy sigma=0.247598 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.000115345 Jy ! Component: 100 - total flux cleaned = 2.15021e-05 Jy ! Component: 150 - total flux cleaned = -6.29266e-05 Jy ! Component: 200 - total flux cleaned = -0.000138579 Jy ! Total flux subtracted in 200 components = -0.000138579 Jy ! Clean residual min=-0.003046 max=0.002814 Jy/beam ! Clean residual mean=-0.000001 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.266496 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 50 components and 0.266496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064408Jy sigma=0.247502 ! Fit after self-cal, rms=0.064410Jy sigma=0.247499 ! 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.064410Jy sigma=0.247499 ! Fit after self-cal, rms=0.064450Jy sigma=0.247397 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.688 mas, bmaj=2.684 mas, bpa=-20.6 degrees ! Estimated noise=2.93238 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000633727 Jy ! Component: 100 - total flux cleaned = -0.000996677 Jy ! Component: 150 - total flux cleaned = -0.00114446 Jy ! Component: 200 - total flux cleaned = -0.00124685 Jy ! Total flux subtracted in 200 components = -0.00124685 Jy ! Clean residual min=-0.002944 max=0.002764 Jy/beam ! Clean residual mean=-0.000001 rms=0.000717 Jy/beam ! Combined flux in latest and established models = 0.26525 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 53 components and 0.26525 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064411Jy sigma=0.247271 ! Fit after self-cal, rms=0.064412Jy sigma=0.247267 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.45241e-05 Jy ! Component: 100 - total flux cleaned = -2.828e-05 Jy ! Component: 150 - total flux cleaned = -8.39899e-05 Jy ! Component: 200 - total flux cleaned = -0.000118084 Jy ! Total flux subtracted in 200 components = -0.000118084 Jy ! Clean residual min=-0.002909 max=0.002732 Jy/beam ! Clean residual mean=-0.000001 rms=0.000712 Jy/beam ! Combined flux in latest and established models = 0.265132 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 57 components and 0.265132 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064400Jy sigma=0.247224 ! Fit after self-cal, rms=0.064401Jy sigma=0.247222 ! 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.064401Jy sigma=0.247222 ! Fit after self-cal, rms=0.064429Jy sigma=0.247158 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.456 mas, bmaj=2.984 mas, bpa=-26.08 degrees ! Estimated noise=3.11928 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000227081 Jy ! Component: 100 - total flux cleaned = 7.29593e-05 Jy ! Component: 150 - total flux cleaned = -1.3658e-05 Jy ! Component: 200 - total flux cleaned = -9.28939e-05 Jy ! Total flux subtracted in 200 components = -9.28939e-05 Jy ! Clean residual min=-0.002832 max=0.002852 Jy/beam ! Clean residual mean=-0.000001 rms=0.000727 Jy/beam ! Combined flux in latest and established models = 0.265039 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 62 components and 0.265039 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064419Jy sigma=0.247117 ! Fit after self-cal, rms=0.064420Jy sigma=0.247110 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.000101152 Jy ! Component: 100 - total flux cleaned = 4.25426e-05 Jy ! Component: 150 - total flux cleaned = -7.67195e-06 Jy ! Component: 200 - total flux cleaned = -3.67505e-05 Jy ! Total flux subtracted in 200 components = -3.67505e-05 Jy ! Clean residual min=-0.002863 max=0.002848 Jy/beam ! Clean residual mean=-0.000001 rms=0.000725 Jy/beam ! Combined flux in latest and established models = 0.265002 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 65 components and 0.265002 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064419Jy sigma=0.247107 ! Fit after self-cal, rms=0.064420Jy sigma=0.247105 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for VLBA stations ===" ! === Finished amplitude self-cal for VLBA stations === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. integer lun lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_selfant_process.csh /tmp/ff.ff" ![@/tmp/ff.ff] selfant 1:BR,true ! 1:BR self-cal status=fixed weight=1 selfant 1:FD,true ! 1:FD self-cal status=fixed weight=1 selfant 1:KP,true ! 1:KP self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA self-cal status=fixed weight=1 selfant 1:NL,true ! 1:NL self-cal status=fixed weight=1 selfant 1:OV,true ! 1:OV self-cal status=fixed weight=1 selfant 2:BR,true ! 2:BR self-cal status=fixed weight=1 selfant 2:FD,true ! 2:FD self-cal status=fixed weight=1 selfant 2:HN,true ! 2:HN self-cal status=fixed weight=1 selfant 2:KP,true ! 2:KP self-cal status=fixed weight=1 selfant 2:LA,true ! 2:LA self-cal status=fixed weight=1 selfant 2:NL,true ! 2:NL self-cal status=fixed weight=1 selfant 2:OV,true ! 2:OV self-cal status=fixed weight=1 ![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.067931Jy sigma=0.250614 ! Fit after self-cal, rms=0.067931Jy sigma=0.250614 selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:HN self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2: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 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.067931Jy sigma=0.250614 ! Fit after self-cal, rms=0.064456Jy sigma=0.247081 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.365 mas, bmaj=2.609 mas, bpa=-19.72 degrees ! Estimated noise=5.52548 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.000544126 Jy ! Component: 100 - total flux cleaned = -0.000208467 Jy ! Component: 150 - total flux cleaned = 0.000185667 Jy ! Component: 200 - total flux cleaned = 0.000453772 Jy ! Total flux subtracted in 200 components = 0.000453772 Jy ! Clean residual min=-0.005284 max=0.005933 Jy/beam ! Clean residual mean=-0.000009 rms=0.001420 Jy/beam ! Combined flux in latest and established models = 0.265456 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 79 components and 0.265456 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064499Jy sigma=0.247212 ! Fit after self-cal, rms=0.064492Jy sigma=0.247197 ! 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.682 mas, bmaj=2.693 mas, bpa=-20.68 degrees ! Estimated noise=2.93651 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 (10.4, -3.6). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00204021 Jy ! Component: 100 - total flux cleaned = 0.00173926 Jy ! Component: 150 - total flux cleaned = 0.00141263 Jy ! Component: 200 - total flux cleaned = 0.00113347 Jy ! Component: 250 - total flux cleaned = 0.000718235 Jy ! Component: 300 - total flux cleaned = 0.000431845 Jy ! Component: 350 - total flux cleaned = 8.29538e-05 Jy ! Component: 400 - total flux cleaned = -0.000116946 Jy ! Total flux subtracted in 400 components = -0.000116946 Jy ! Clean residual min=-0.002418 max=0.002212 Jy/beam ! Clean residual mean=-0.000001 rms=0.000560 Jy/beam ! Combined flux in latest and established models = 0.265339 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 115 components and 0.265339 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064220Jy sigma=0.246314 ! Fit after self-cal, rms=0.064213Jy sigma=0.246280 ! 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.000377694 Jy ! Component: 100 - total flux cleaned = -0.000669215 Jy ! Component: 150 - total flux cleaned = -0.000967043 Jy ! Component: 200 - total flux cleaned = -0.00112162 Jy ! Component: 250 - total flux cleaned = -0.00129478 Jy ! Component: 300 - total flux cleaned = -0.00142752 Jy ! Component: 350 - total flux cleaned = -0.00150076 Jy ! Component: 400 - total flux cleaned = -0.00157087 Jy ! Total flux subtracted in 400 components = -0.00157087 Jy ! Clean residual min=-0.002225 max=0.002052 Jy/beam ! Clean residual mean=-0.000001 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.263768 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 136 components and 0.263768 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064151Jy sigma=0.246085 ! Fit after self-cal, rms=0.064147Jy sigma=0.246073 ! 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 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.067645Jy sigma=0.249532 ! Fit after self-cal, rms=0.064066Jy sigma=0.246025 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.68 mas, bmaj=2.697 mas, bpa=-20.75 degrees ! Estimated noise=2.93684 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.04715e-05 Jy ! Component: 100 - total flux cleaned = -0.000229056 Jy ! Component: 150 - total flux cleaned = -0.000458646 Jy ! Component: 200 - total flux cleaned = -0.000688837 Jy ! Component: 250 - total flux cleaned = -0.000885709 Jy ! Component: 300 - total flux cleaned = -0.00102276 Jy ! Component: 350 - total flux cleaned = -0.00113881 Jy ! Component: 400 - total flux cleaned = -0.0012355 Jy ! Total flux subtracted in 400 components = -0.0012355 Jy ! Clean residual min=-0.002219 max=0.001961 Jy/beam ! Clean residual mean=-0.000001 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 0.262532 Jy selfcal ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 166 components and 0.262533 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064040Jy sigma=0.245943 ! Fit after self-cal, rms=0.064034Jy sigma=0.245939 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.000148677 Jy ! Component: 100 - total flux cleaned = -0.000246387 Jy ! Component: 150 - total flux cleaned = -0.000323522 Jy ! Component: 200 - total flux cleaned = -0.000413211 Jy ! Component: 250 - total flux cleaned = -0.000471621 Jy ! Component: 300 - total flux cleaned = -0.000570577 Jy ! Component: 350 - total flux cleaned = -0.000625896 Jy ! Component: 400 - total flux cleaned = -0.00070649 Jy ! Total flux subtracted in 400 components = -0.00070649 Jy ! Clean residual min=-0.002170 max=0.001950 Jy/beam ! Clean residual mean=-0.000001 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.261826 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 185 components and 0.261826 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064020Jy sigma=0.245894 ! Fit after self-cal, rms=0.064020Jy sigma=0.245892 ! 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.064020Jy sigma=0.245892 ! Fit after self-cal, rms=0.063972Jy sigma=0.245870 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.68 mas, bmaj=2.698 mas, bpa=-20.76 degrees ! Estimated noise=2.93546 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000302067 Jy ! Component: 100 - total flux cleaned = -0.000473126 Jy ! Component: 150 - total flux cleaned = -0.000559353 Jy ! Component: 200 - total flux cleaned = -0.000641859 Jy ! Component: 250 - total flux cleaned = -0.000694856 Jy ! Component: 300 - total flux cleaned = -0.00077141 Jy ! Component: 350 - total flux cleaned = -0.00085832 Jy ! Component: 400 - total flux cleaned = -0.000882519 Jy ! Total flux subtracted in 400 components = -0.000882519 Jy ! Clean residual min=-0.002155 max=0.001945 Jy/beam ! Clean residual mean=-0.000001 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.260943 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 197 components and 0.260943 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063960Jy sigma=0.245830 ! Fit after self-cal, rms=0.063959Jy sigma=0.245828 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.83556e-05 Jy ! Component: 100 - total flux cleaned = -0.000125739 Jy ! Component: 150 - total flux cleaned = -0.00020989 Jy ! Component: 200 - total flux cleaned = -0.000244546 Jy ! Component: 250 - total flux cleaned = -0.000278564 Jy ! Component: 300 - total flux cleaned = -0.000311918 Jy ! Component: 350 - total flux cleaned = -0.000301044 Jy ! Component: 400 - total flux cleaned = -0.000290318 Jy ! Total flux subtracted in 400 components = -0.000290318 Jy ! Clean residual min=-0.002119 max=0.001936 Jy/beam ! Clean residual mean=-0.000001 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.260653 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 207 components and 0.260653 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063951Jy sigma=0.245800 ! Fit after self-cal, rms=0.063950Jy sigma=0.245799 ! 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.063950Jy sigma=0.245799 ! Fit after self-cal, rms=0.062838Jy sigma=0.240341 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.451 mas, bmaj=2.994 mas, bpa=-26.1 degrees ! Estimated noise=3.12473 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000195535 Jy ! Component: 100 - total flux cleaned = 0.000182949 Jy ! Component: 150 - total flux cleaned = 0.000161315 Jy ! Component: 200 - total flux cleaned = 9.28724e-05 Jy ! Component: 250 - total flux cleaned = 4.79609e-05 Jy ! Component: 300 - total flux cleaned = -2.81871e-06 Jy ! Component: 350 - total flux cleaned = -2.67646e-05 Jy ! Component: 400 - total flux cleaned = -6.45423e-05 Jy ! Total flux subtracted in 400 components = -6.45423e-05 Jy ! Clean residual min=-0.001971 max=0.001671 Jy/beam ! Clean residual mean=-0.000002 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.260589 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 223 components and 0.260589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062833Jy sigma=0.240312 ! Fit after self-cal, rms=0.062848Jy sigma=0.240294 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 = 8.1406e-05 Jy ! Component: 100 - total flux cleaned = 6.46034e-05 Jy ! Component: 150 - total flux cleaned = 7.23816e-05 Jy ! Component: 200 - total flux cleaned = 7.23637e-05 Jy ! Component: 250 - total flux cleaned = 5.81216e-05 Jy ! Component: 300 - total flux cleaned = 4.44324e-05 Jy ! Component: 350 - total flux cleaned = 3.79945e-05 Jy ! Component: 400 - total flux cleaned = 3.79308e-05 Jy ! Total flux subtracted in 400 components = 3.79308e-05 Jy ! Clean residual min=-0.001968 max=0.001660 Jy/beam ! Clean residual mean=-0.000002 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.260626 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 235 components and 0.260627 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062845Jy sigma=0.240280 ! Fit after self-cal, rms=0.062845Jy sigma=0.240280 ! 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.68 mas, bmaj=2.699 mas, bpa=-20.76 degrees ! Estimated noise=2.93942 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.68 x 2.699 at -20.76 degrees (North through East) ! Clean map min=-0.0024606 max=0.24084 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.362 mas, bmaj=2.614 mas, bpa=-19.78 degrees ! Estimated noise=5.52832 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.185224 Jy ! Component: 100 - total flux cleaned = 0.226983 Jy ! Component: 150 - total flux cleaned = 0.243129 Jy ! Component: 200 - total flux cleaned = 0.251367 Jy ! Component: 250 - total flux cleaned = 0.256223 Jy ! Component: 300 - total flux cleaned = 0.258157 Jy ! Component: 350 - total flux cleaned = 0.25984 Jy ! Component: 400 - total flux cleaned = 0.260767 Jy ! Total flux subtracted in 400 components = 0.260767 Jy ! Clean residual min=-0.005480 max=0.005940 Jy/beam ! Clean residual mean=-0.000008 rms=0.001439 Jy/beam ! Combined flux in latest and established models = 0.260767 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 46 model components to the UV plane model. ! The established model now contains 46 components and 0.260767 Jy ! Inverting map and beam ! Estimated beam: bmin=1.68 mas, bmaj=2.699 mas, bpa=-20.76 degrees ! Estimated noise=2.93942 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.00193037 Jy ! Component: 100 - total flux cleaned = 0.00235779 Jy ! Component: 150 - total flux cleaned = 0.00214509 Jy ! Component: 200 - total flux cleaned = 0.00169393 Jy ! Component: 250 - total flux cleaned = 0.00152156 Jy ! Component: 300 - total flux cleaned = 0.00120236 Jy ! Component: 350 - total flux cleaned = 0.0011043 Jy ! Component: 400 - total flux cleaned = 0.00106183 Jy ! Total flux subtracted in 400 components = 0.00106183 Jy ! Clean residual min=-0.002545 max=0.002215 Jy/beam ! Clean residual mean=-0.000002 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.261829 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 84 components and 0.261829 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.451 mas, bmaj=2.994 mas, bpa=-26.1 degrees ! Estimated noise=3.12473 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000430867 Jy ! Component: 100 - total flux cleaned = 0.000664007 Jy ! Component: 150 - total flux cleaned = 0.000786571 Jy ! Component: 200 - total flux cleaned = 0.000952595 Jy ! Component: 250 - total flux cleaned = 0.00108069 Jy ! Component: 300 - total flux cleaned = 0.00119847 Jy ! Component: 350 - total flux cleaned = 0.00117562 Jy ! Component: 400 - total flux cleaned = 0.00113351 Jy ! Total flux subtracted in 400 components = 0.00113351 Jy ! Clean residual min=-0.002216 max=0.001819 Jy/beam ! Clean residual mean=-0.000002 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.262963 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 = -5.91726e-05 Jy ! Component: 100 - total flux cleaned = -5.93481e-05 Jy ! Component: 150 - total flux cleaned = -0.000114905 Jy ! Component: 200 - total flux cleaned = -0.000150345 Jy ! Component: 250 - total flux cleaned = -0.000167263 Jy ! Component: 300 - total flux cleaned = -0.000102298 Jy ! Component: 350 - total flux cleaned = -8.63145e-05 Jy ! Component: 400 - total flux cleaned = -8.60889e-05 Jy ! Total flux subtracted in 400 components = -8.60889e-05 Jy ! Clean residual min=-0.002124 max=0.001804 Jy/beam ! Clean residual mean=-0.000002 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.262877 Jy ! Adding 73 model components to the UV plane model. ! The established model now contains 146 components and 0.262877 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.68 mas, bmaj=2.699 mas, bpa=-20.76 degrees ! Estimated noise=2.93942 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00045199 Jy ! Component: 100 - total flux cleaned = -0.000557188 Jy ! Component: 150 - total flux cleaned = -0.00069736 Jy ! Component: 200 - total flux cleaned = -0.000849994 Jy ! Component: 250 - total flux cleaned = -0.000952639 Jy ! Component: 300 - total flux cleaned = -0.000952345 Jy ! Component: 350 - total flux cleaned = -0.000989834 Jy ! Component: 400 - total flux cleaned = -0.00099001 Jy ! Total flux subtracted in 400 components = -0.00099001 Jy ! Clean residual min=-0.002139 max=0.001956 Jy/beam ! Clean residual mean=-0.000002 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 0.261887 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 169 components and 0.261887 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062903Jy sigma=0.240482 ! Fit after self-cal, rms=0.062897Jy sigma=0.240463 wmodel /scr/pima/rdv94_uvs/J0433+2905_X_map.mod ! Writing 169 model components to file: /scr/pima/rdv94_uvs/J0433+2905_X_map.mod wobs /scr/pima/rdv94_uvs/J0433+2905_X_uvs.fits ! Applying 1908 buffered edits. ! Writing UV FITS file: /scr/pima/rdv94_uvs/J0433+2905_X_uvs.fits wwins /scr/pima/rdv94_uvs/J0433+2905_X_map.win ! wwins: Wrote 2 windows to /scr/pima/rdv94_uvs/J0433+2905_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.00050847 Jy ! Component: 100 - total flux cleaned = -0.00057285 Jy ! Component: 150 - total flux cleaned = -0.000729285 Jy ! Component: 200 - total flux cleaned = -0.000790352 Jy ! Component: 250 - total flux cleaned = -0.000876792 Jy ! Component: 300 - total flux cleaned = -0.000932105 Jy ! Component: 350 - total flux cleaned = -0.00109401 Jy ! Component: 400 - total flux cleaned = -0.00127784 Jy ! Component: 450 - total flux cleaned = -0.00140583 Jy ! Component: 500 - total flux cleaned = -0.00158129 Jy ! Component: 550 - total flux cleaned = -0.00167886 Jy ! Component: 600 - total flux cleaned = -0.00167847 Jy ! Component: 650 - total flux cleaned = -0.00172615 Jy ! Component: 700 - total flux cleaned = -0.00174925 Jy ! Component: 750 - total flux cleaned = -0.00183996 Jy ! Component: 800 - total flux cleaned = -0.00188408 Jy ! Component: 850 - total flux cleaned = -0.00190589 Jy ! Component: 900 - total flux cleaned = -0.00194902 Jy ! Component: 950 - total flux cleaned = -0.00201304 Jy ! Component: 1000 - total flux cleaned = -0.00205517 Jy ! Component: 1050 - total flux cleaned = -0.00207585 Jy ! Component: 1100 - total flux cleaned = -0.00209645 Jy ! Component: 1150 - total flux cleaned = -0.00217743 Jy ! Component: 1200 - total flux cleaned = -0.00223709 Jy ! Component: 1250 - total flux cleaned = -0.00223678 Jy ! Component: 1300 - total flux cleaned = -0.00219785 Jy ! Component: 1350 - total flux cleaned = -0.00227514 Jy ! Component: 1400 - total flux cleaned = -0.00231346 Jy ! Component: 1450 - total flux cleaned = -0.00248351 Jy ! Component: 1500 - total flux cleaned = -0.00253953 Jy ! Component: 1550 - total flux cleaned = -0.00261348 Jy ! Component: 1600 - total flux cleaned = -0.00265013 Jy ! Component: 1650 - total flux cleaned = -0.00275888 Jy ! Component: 1700 - total flux cleaned = -0.00281286 Jy ! Component: 1750 - total flux cleaned = -0.00290182 Jy ! Component: 1800 - total flux cleaned = -0.00302505 Jy ! Component: 1850 - total flux cleaned = -0.00307719 Jy ! Component: 1900 - total flux cleaned = -0.00309465 Jy ! Component: 1950 - total flux cleaned = -0.00312922 Jy ! Component: 2000 - total flux cleaned = -0.00323142 Jy ! Component: 2050 - total flux cleaned = -0.00328206 Jy ! Component: 2100 - total flux cleaned = -0.003366 Jy ! Component: 2150 - total flux cleaned = -0.00343265 Jy ! Component: 2200 - total flux cleaned = -0.00348203 Jy ! Component: 2250 - total flux cleaned = -0.00351486 Jy ! Component: 2300 - total flux cleaned = -0.00353123 Jy ! Component: 2350 - total flux cleaned = -0.00362842 Jy ! Component: 2400 - total flux cleaned = -0.00361248 Jy ! Component: 2450 - total flux cleaned = -0.00370838 Jy ! Component: 2500 - total flux cleaned = -0.00375592 Jy ! Component: 2550 - total flux cleaned = -0.00377167 Jy ! Component: 2600 - total flux cleaned = -0.00385005 Jy ! Component: 2650 - total flux cleaned = -0.00389659 Jy ! Component: 2700 - total flux cleaned = -0.00392766 Jy ! Component: 2750 - total flux cleaned = -0.0039584 Jy ! Component: 2800 - total flux cleaned = -0.00397366 Jy ! Component: 2850 - total flux cleaned = -0.00408005 Jy ! Component: 2900 - total flux cleaned = -0.00411029 Jy ! Component: 2950 - total flux cleaned = -0.00409528 Jy ! Component: 3000 - total flux cleaned = -0.00412519 Jy ! Component: 3050 - total flux cleaned = -0.00421447 Jy ! Component: 3100 - total flux cleaned = -0.00424404 Jy ! Component: 3150 - total flux cleaned = -0.00433241 Jy ! Component: 3200 - total flux cleaned = -0.00436168 Jy ! Component: 3250 - total flux cleaned = -0.00439077 Jy ! Component: 3300 - total flux cleaned = -0.00447794 Jy ! Component: 3350 - total flux cleaned = -0.00450673 Jy ! Component: 3400 - total flux cleaned = -0.00454985 Jy ! Component: 3450 - total flux cleaned = -0.00460721 Jy ! Component: 3500 - total flux cleaned = -0.00466434 Jy ! Component: 3550 - total flux cleaned = -0.004707 Jy ! Component: 3600 - total flux cleaned = -0.00476346 Jy ! Component: 3650 - total flux cleaned = -0.00480563 Jy ! Component: 3700 - total flux cleaned = -0.0048197 Jy ! Component: 3750 - total flux cleaned = -0.00481985 Jy ! Component: 3800 - total flux cleaned = -0.00491696 Jy ! Component: 3850 - total flux cleaned = -0.00493073 Jy ! Component: 3900 - total flux cleaned = -0.00497198 Jy ! Component: 3950 - total flux cleaned = -0.00502683 Jy ! Component: 4000 - total flux cleaned = -0.00505416 Jy ! Component: 4050 - total flux cleaned = -0.00510861 Jy ! Total flux subtracted in 4096 components = -0.0051356 Jy ! Clean residual min=-0.000825 max=0.000929 Jy/beam ! Clean residual mean=0.000000 rms=0.000230 Jy/beam ! Combined flux in latest and established models = 0.256751 Jy keep ! Adding 226 model components to the UV plane model. ! The established model now contains 395 components and 0.256751 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv94_uvs/J0433+2905_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.68 x 2.699 at -20.76 degrees (North through East) ! Clean map min=-0.00229 max=0.2412 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv94_uvs/J0433+2905_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.2412 rms= 0.00022 Jy quit ! Quitting program ! Log file /scr/pima/rdv94_uvs/J0433+2905_X_uvs.log closed on Tue Oct 8 12:12:04 2013