! Started logfile: /scr/pima/rdv62_uvs/J1454-4012_X_uvs.log on Fri Nov 22 22:39:20 2013 obs /scr/pima/rdv62_uvs/J1454-4012_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv62_uvs/J1454-4012_X_uva.fits ! AN table 1: 46 integrations on 21 of 21 possible baselines. ! AN table 2: 46 integrations on 3 of 3 possible baselines. ! Apparent sampling: 0.985507 visibilities/baseline/integration-bin. ! Found source: J1454-4012 ! ! 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 8e+06 1 8e+06 ! 02 2 8.47599e+09 8e+06 1 8e+06 ! 03 3 8.79099e+09 8e+06 1 8e+06 ! 04 4 8.89599e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 4352 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/rdv62_uvs/J1454-4012_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 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 ! 2:KK self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2: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 1. ! A total of 138 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 138 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 138 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 138 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.055373Jy sigma=2.764022 ! Fit after self-cal, rms=0.716142Jy sigma=1.644919 ! 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 \] flag 2:KK ! Flagging baselines of antenna 2:KK in the currently selected channels. ![Exited script file: /tmp/ff.ff] uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.7147 mas, bmaj=6.195 mas, bpa=13.01 degrees ! Estimated noise=10.9857 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.241524 Jy ! Component: 100 - total flux cleaned = 0.301398 Jy ! Total flux subtracted in 100 components = 0.301398 Jy ! Clean residual min=-0.026866 max=0.042793 Jy/beam ! Clean residual mean=-0.000003 rms=0.007356 Jy/beam ! Combined flux in latest and established models = 0.301398 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.301398 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140537Jy sigma=0.369207 ! Fit after self-cal, rms=0.140594Jy sigma=0.369080 ! 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.082 mas, bmaj=6.63 mas, bpa=11.64 degrees ! Estimated noise=4.8159 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.0494751 Jy ! Component: 100 - total flux cleaned = 0.0736208 Jy ! Component: 150 - total flux cleaned = 0.0876655 Jy ! Component: 200 - total flux cleaned = 0.0960842 Jy ! Total flux subtracted in 200 components = 0.0960842 Jy ! Clean residual min=-0.030294 max=0.042692 Jy/beam ! Clean residual mean=-0.000109 rms=0.012453 Jy/beam ! Combined flux in latest and established models = 0.397482 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 45 components and 0.397482 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136818Jy sigma=0.291881 ! Fit after self-cal, rms=0.136976Jy sigma=0.291623 ! Inverting map print "=== Finished natural weighting clean for VLBI sites ===" ! === Finished natural weighting clean for VLBI sites === gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.89 KP 1.06 LA 0.84 NL 0.94 ! OV 1.77 PT 1.04 SC 1.09 ! ! Telescope amplitude corrections in sub-array 2: ! KK 0.00* KP 0.00* MK 0.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.87 KP 1.02 LA 0.83 NL 0.93 ! OV 1.83 PT 1.10 SC 1.05 ! ! Telescope amplitude corrections in sub-array 2: ! KK 0.00* KP 0.00* MK 0.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 KP 0.89 LA 0.89 NL 0.97 ! OV 2.04 PT 1.17 SC 1.02 ! ! Telescope amplitude corrections in sub-array 2: ! KK 0.00* KP 0.00* MK 0.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.94 KP 0.98 LA 0.86 NL 1.00 ! OV 1.98 PT 1.14 SC 1.09 ! ! Telescope amplitude corrections in sub-array 2: ! KK 0.00* KP 0.00* MK 0.00* ! ! ! Fit before self-cal, rms=0.136976Jy sigma=0.291623 ! Fit after self-cal, rms=0.129901Jy sigma=0.227042 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.12 mas, bmaj=6.676 mas, bpa=11.84 degrees ! Estimated noise=4.84805 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.00616991 Jy ! Component: 100 - total flux cleaned = -0.00701666 Jy ! Component: 150 - total flux cleaned = -0.00728528 Jy ! Component: 200 - total flux cleaned = -0.00753047 Jy ! Total flux subtracted in 200 components = -0.00753047 Jy ! Clean residual min=-0.015248 max=0.024876 Jy/beam ! Clean residual mean=-0.000000 rms=0.005815 Jy/beam ! Combined flux in latest and established models = 0.389952 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 63 components and 0.389952 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129022Jy sigma=0.226792 ! Fit after self-cal, rms=0.129612Jy sigma=0.226232 ! 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.129612Jy sigma=0.226232 ! Fit after self-cal, rms=0.129556Jy sigma=0.225744 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.129 mas, bmaj=6.685 mas, bpa=11.79 degrees ! Estimated noise=4.80933 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00480438 Jy ! Component: 100 - total flux cleaned = -0.00555944 Jy ! Component: 150 - total flux cleaned = -0.0060585 Jy ! Component: 200 - total flux cleaned = -0.0062854 Jy ! Total flux subtracted in 200 components = -0.0062854 Jy ! Clean residual min=-0.013983 max=0.024759 Jy/beam ! Clean residual mean=0.000001 rms=0.005631 Jy/beam ! Combined flux in latest and established models = 0.383666 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 67 components and 0.383667 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128885Jy sigma=0.225565 ! Fit after self-cal, rms=0.128972Jy sigma=0.225394 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 (-8.4, -1.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0200662 Jy ! Component: 100 - total flux cleaned = 0.0292701 Jy ! Component: 150 - total flux cleaned = 0.0332773 Jy ! Component: 200 - total flux cleaned = 0.0357004 Jy ! Total flux subtracted in 200 components = 0.0357004 Jy ! Clean residual min=-0.011371 max=0.011256 Jy/beam ! Clean residual mean=0.000014 rms=0.003590 Jy/beam ! Combined flux in latest and established models = 0.419367 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 90 components and 0.419367 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126054Jy sigma=0.211546 ! Fit after self-cal, rms=0.125405Jy sigma=0.210010 ! 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.125405Jy sigma=0.210010 ! Fit after self-cal, rms=0.128725Jy sigma=0.207914 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.132 mas, bmaj=6.675 mas, bpa=11.78 degrees ! Estimated noise=4.78103 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00558623 Jy ! Component: 100 - total flux cleaned = 0.00729423 Jy ! Component: 150 - total flux cleaned = 0.00813724 Jy ! Component: 200 - total flux cleaned = 0.00886665 Jy ! Total flux subtracted in 200 components = 0.00886665 Jy ! Clean residual min=-0.007638 max=0.010069 Jy/beam ! Clean residual mean=0.000021 rms=0.002539 Jy/beam ! Combined flux in latest and established models = 0.428234 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 116 components and 0.428234 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128158Jy sigma=0.205133 ! Fit after self-cal, rms=0.127965Jy sigma=0.204820 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.00267397 Jy ! Component: 100 - total flux cleaned = 0.00335195 Jy ! Component: 150 - total flux cleaned = 0.00358701 Jy ! Component: 200 - total flux cleaned = 0.00379351 Jy ! Total flux subtracted in 200 components = 0.00379351 Jy ! Clean residual min=-0.006777 max=0.008994 Jy/beam ! Clean residual mean=0.000021 rms=0.002238 Jy/beam ! Combined flux in latest and established models = 0.432027 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 126 components and 0.432027 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127686Jy sigma=0.203861 ! Fit after self-cal, rms=0.127609Jy sigma=0.203761 ! 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.127609Jy sigma=0.203761 ! Fit after self-cal, rms=0.124043Jy sigma=0.202170 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.807 mas, bmaj=10.35 mas, bpa=-3.905 degrees ! Estimated noise=5.12565 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00399977 Jy ! Component: 100 - total flux cleaned = 0.00463603 Jy ! Component: 150 - total flux cleaned = 0.00484259 Jy ! Component: 200 - total flux cleaned = 0.00501639 Jy ! Total flux subtracted in 200 components = 0.00501639 Jy ! Clean residual min=-0.007033 max=0.008331 Jy/beam ! Clean residual mean=0.000019 rms=0.002498 Jy/beam ! Combined flux in latest and established models = 0.437043 Jy selfcal ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 164 components and 0.437043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123766Jy sigma=0.201540 ! Fit after self-cal, rms=0.123653Jy sigma=0.201423 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.0018198 Jy ! Component: 100 - total flux cleaned = 0.00207224 Jy ! Component: 150 - total flux cleaned = 0.00221206 Jy ! Component: 200 - total flux cleaned = 0.00221 Jy ! Total flux subtracted in 200 components = 0.00221 Jy ! Clean residual min=-0.006731 max=0.008135 Jy/beam ! Clean residual mean=0.000020 rms=0.002323 Jy/beam ! Combined flux in latest and established models = 0.439253 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 182 components and 0.439253 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123454Jy sigma=0.201211 ! Fit after self-cal, rms=0.123407Jy sigma=0.201163 ! 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 1:NL,true ! 1:NL self-cal status=fixed weight=1 selfant 1:OV,true ! 1:OV self-cal status=fixed weight=1 selfant 1:PT,true ! 1:PT self-cal status=fixed weight=1 selfant 1:SC,true ! 1:SC self-cal status=fixed weight=1 selfant 2:KP,true ! 2:KP self-cal status=fixed weight=1 selfant 2:MK,true ! 2: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. ! A total of 46 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 46 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 46 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 46 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.150133Jy sigma=0.281951 ! Fit after self-cal, rms=0.150133Jy sigma=0.281951 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 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 ! 2:KK self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2: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 2 telescope corrections were flagged in sub-array 1. ! A total of 92 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 92 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 92 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 92 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.150133Jy sigma=0.281951 ! Fit after self-cal, rms=0.119221Jy sigma=0.200746 uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.7353 mas, bmaj=6.17 mas, bpa=13.28 degrees ! Estimated noise=11.634 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.00505481 Jy ! Component: 100 - total flux cleaned = -0.0056709 Jy ! Component: 150 - total flux cleaned = -0.00567299 Jy ! Component: 200 - total flux cleaned = -0.00551215 Jy ! Total flux subtracted in 200 components = -0.00551215 Jy ! Clean residual min=-0.009817 max=0.009452 Jy/beam ! Clean residual mean=0.000021 rms=0.002434 Jy/beam ! Combined flux in latest and established models = 0.433741 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 197 components and 0.433741 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118887Jy sigma=0.200617 ! Fit after self-cal, rms=0.118818Jy sigma=0.200542 ! 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.133 mas, bmaj=6.667 mas, bpa=11.7 degrees ! Estimated noise=4.72014 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.00126985 Jy ! Component: 100 - total flux cleaned = 0.00229583 Jy ! Component: 150 - total flux cleaned = 0.00310205 Jy ! Component: 200 - total flux cleaned = 0.00382019 Jy ! Component: 250 - total flux cleaned = 0.00419533 Jy ! Component: 300 - total flux cleaned = 0.00447676 Jy ! Component: 350 - total flux cleaned = 0.0048437 Jy ! Component: 400 - total flux cleaned = 0.00513498 Jy ! Total flux subtracted in 400 components = 0.00513498 Jy ! Clean residual min=-0.006810 max=0.005742 Jy/beam ! Clean residual mean=0.000007 rms=0.001631 Jy/beam ! Combined flux in latest and established models = 0.438876 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 224 components and 0.438876 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117913Jy sigma=0.200119 ! Fit after self-cal, rms=0.117839Jy sigma=0.199992 ! 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.00154409 Jy ! Component: 100 - total flux cleaned = 0.00207231 Jy ! Component: 150 - total flux cleaned = 0.00230436 Jy ! Component: 200 - total flux cleaned = 0.00242791 Jy ! Component: 250 - total flux cleaned = 0.00242742 Jy ! Component: 300 - total flux cleaned = 0.00250268 Jy ! Component: 350 - total flux cleaned = 0.00261202 Jy ! Component: 400 - total flux cleaned = 0.00264666 Jy ! Total flux subtracted in 400 components = 0.00264666 Jy ! Clean residual min=-0.006530 max=0.005901 Jy/beam ! Clean residual mean=0.000008 rms=0.001574 Jy/beam ! Combined flux in latest and established models = 0.441523 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 234 components and 0.441523 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117503Jy sigma=0.199932 ! Fit after self-cal, rms=0.117467Jy sigma=0.199891 ! 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 2 telescope corrections were flagged in sub-array 1. ! A total of 138 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 138 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 138 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 138 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.144990Jy sigma=0.279689 ! Fit after self-cal, rms=0.115721Jy sigma=0.199506 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.135 mas, bmaj=6.663 mas, bpa=11.66 degrees ! Estimated noise=4.68356 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00129796 Jy ! Component: 100 - total flux cleaned = -0.000980193 Jy ! Component: 150 - total flux cleaned = -0.000525654 Jy ! Component: 200 - total flux cleaned = -0.000314373 Jy ! Component: 250 - total flux cleaned = -0.00011933 Jy ! Component: 300 - total flux cleaned = -7.31538e-05 Jy ! Component: 350 - total flux cleaned = 5.19381e-05 Jy ! Component: 400 - total flux cleaned = 0.000130088 Jy ! Total flux subtracted in 400 components = 0.000130088 Jy ! Clean residual min=-0.006295 max=0.005036 Jy/beam ! Clean residual mean=0.000005 rms=0.001439 Jy/beam ! Combined flux in latest and established models = 0.441653 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 258 components and 0.441653 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114892Jy sigma=0.199435 ! Fit after self-cal, rms=0.114823Jy sigma=0.199356 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.001145 Jy ! Component: 100 - total flux cleaned = 0.00153459 Jy ! Component: 150 - total flux cleaned = 0.00157072 Jy ! Component: 200 - total flux cleaned = 0.00160559 Jy ! Component: 250 - total flux cleaned = 0.00167207 Jy ! Component: 300 - total flux cleaned = 0.00167154 Jy ! Component: 350 - total flux cleaned = 0.00173189 Jy ! Component: 400 - total flux cleaned = 0.00176033 Jy ! Total flux subtracted in 400 components = 0.00176033 Jy ! Clean residual min=-0.006048 max=0.005138 Jy/beam ! Clean residual mean=0.000006 rms=0.001401 Jy/beam ! Combined flux in latest and established models = 0.443413 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 264 components and 0.443413 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114551Jy sigma=0.199339 ! Fit after self-cal, rms=0.114528Jy sigma=0.199311 ! 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.114528Jy sigma=0.199311 ! Fit after self-cal, rms=0.115254Jy sigma=0.198429 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.137 mas, bmaj=6.661 mas, bpa=11.64 degrees ! Estimated noise=4.66459 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000273468 Jy ! Component: 100 - total flux cleaned = 8.42991e-06 Jy ! Component: 150 - total flux cleaned = 0.000139952 Jy ! Component: 200 - total flux cleaned = 0.000175523 Jy ! Component: 250 - total flux cleaned = 0.000142535 Jy ! Component: 300 - total flux cleaned = 0.000141478 Jy ! Component: 350 - total flux cleaned = 0.000141199 Jy ! Component: 400 - total flux cleaned = 0.000141995 Jy ! Total flux subtracted in 400 components = 0.000141995 Jy ! Clean residual min=-0.005205 max=0.004664 Jy/beam ! Clean residual mean=0.000006 rms=0.001199 Jy/beam ! Combined flux in latest and established models = 0.443555 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 276 components and 0.443555 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114935Jy sigma=0.198332 ! Fit after self-cal, rms=0.114908Jy sigma=0.198302 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.000699484 Jy ! Component: 100 - total flux cleaned = 0.000914128 Jy ! Component: 150 - total flux cleaned = 0.000967094 Jy ! Component: 200 - total flux cleaned = 0.000990538 Jy ! Component: 250 - total flux cleaned = 0.00101575 Jy ! Component: 300 - total flux cleaned = 0.001041 Jy ! Component: 350 - total flux cleaned = 0.00106533 Jy ! Component: 400 - total flux cleaned = 0.00106556 Jy ! Total flux subtracted in 400 components = 0.00106556 Jy ! Clean residual min=-0.004961 max=0.004673 Jy/beam ! Clean residual mean=0.000007 rms=0.001178 Jy/beam ! Combined flux in latest and established models = 0.444621 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 282 components and 0.444621 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114797Jy sigma=0.198267 ! Fit after self-cal, rms=0.114788Jy sigma=0.198258 ! 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.114788Jy sigma=0.198258 ! Fit after self-cal, rms=0.138662Jy sigma=0.190172 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.807 mas, bmaj=10.44 mas, bpa=-4.104 degrees ! Estimated noise=5.01774 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00103803 Jy ! Component: 100 - total flux cleaned = 0.000874116 Jy ! Component: 150 - total flux cleaned = 0.000805267 Jy ! Component: 200 - total flux cleaned = 0.000832395 Jy ! Component: 250 - total flux cleaned = 0.000878838 Jy ! Component: 300 - total flux cleaned = 0.000919633 Jy ! Component: 350 - total flux cleaned = 0.000958482 Jy ! Component: 400 - total flux cleaned = 0.000994904 Jy ! Total flux subtracted in 400 components = 0.000994904 Jy ! Clean residual min=-0.003845 max=0.004222 Jy/beam ! Clean residual mean=0.000000 rms=0.001096 Jy/beam ! Combined flux in latest and established models = 0.445616 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 314 components and 0.445616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138632Jy sigma=0.190033 ! Fit after self-cal, rms=0.138654Jy sigma=0.189997 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 (2, 38.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0019324 Jy ! Component: 100 - total flux cleaned = 0.00183915 Jy ! Component: 150 - total flux cleaned = 0.00177825 Jy ! Component: 200 - total flux cleaned = 0.00207245 Jy ! Component: 250 - total flux cleaned = 0.00211897 Jy ! Component: 300 - total flux cleaned = 0.00220432 Jy ! Component: 350 - total flux cleaned = 0.00231992 Jy ! Component: 400 - total flux cleaned = 0.00231943 Jy ! Total flux subtracted in 400 components = 0.00231943 Jy ! Clean residual min=-0.002190 max=0.001601 Jy/beam ! Clean residual mean=0.000002 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.447935 Jy ! Performing phase self-cal ! Adding 70 model components to the UV plane model. ! The established model now contains 378 components and 0.447935 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138495Jy sigma=0.189468 ! Fit after self-cal, rms=0.138476Jy sigma=0.189453 ! 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.138 mas, bmaj=6.665 mas, bpa=11.64 degrees ! Estimated noise=4.67005 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.138 x 6.665 at 11.64 degrees (North through East) ! Clean map min=-0.0058596 max=0.27014 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "=== CLearing model and starting over ===" ! === CLearing model and starting over === clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.7396 mas, bmaj=6.157 mas, bpa=13.24 degrees ! Estimated noise=11.5549 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.253713 Jy ! Component: 100 - total flux cleaned = 0.309996 Jy ! Component: 150 - total flux cleaned = 0.330697 Jy ! Component: 200 - total flux cleaned = 0.341628 Jy ! Component: 250 - total flux cleaned = 0.345051 Jy ! Component: 300 - total flux cleaned = 0.348309 Jy ! Component: 350 - total flux cleaned = 0.351374 Jy ! Component: 400 - total flux cleaned = 0.353432 Jy ! Total flux subtracted in 400 components = 0.353432 Jy ! Clean residual min=-0.008848 max=0.008282 Jy/beam ! Clean residual mean=0.000003 rms=0.002384 Jy/beam ! Combined flux in latest and established models = 0.353432 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 60 model components to the UV plane model. ! The established model now contains 60 components and 0.353432 Jy ! Inverting map and beam ! Estimated beam: bmin=1.138 mas, bmaj=6.665 mas, bpa=11.64 degrees ! Estimated noise=4.67005 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) ! Added new window around map position (-2.6, -0.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0175246 Jy ! Component: 100 - total flux cleaned = 0.0289004 Jy ! Component: 150 - total flux cleaned = 0.0325711 Jy ! Component: 200 - total flux cleaned = 0.0344539 Jy ! Component: 250 - total flux cleaned = 0.0360426 Jy ! Component: 300 - total flux cleaned = 0.0373582 Jy ! Component: 350 - total flux cleaned = 0.03881 Jy ! Component: 400 - total flux cleaned = 0.0400544 Jy ! Total flux subtracted in 400 components = 0.0400544 Jy ! Clean residual min=-0.003757 max=0.004076 Jy/beam ! Clean residual mean=-0.000006 rms=0.001351 Jy/beam ! Combined flux in latest and established models = 0.393487 Jy ! Adding 134 model components to the UV plane model. ! The established model now contains 190 components and 0.393487 Jy ! Inverting map ! Added new window around map position (4.6, -16.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00270937 Jy ! Component: 100 - total flux cleaned = 0.0046293 Jy ! Component: 150 - total flux cleaned = 0.0068518 Jy ! Component: 200 - total flux cleaned = 0.00887174 Jy ! Component: 250 - total flux cleaned = 0.0107105 Jy ! Component: 300 - total flux cleaned = 0.0121562 Jy ! Component: 350 - total flux cleaned = 0.0134854 Jy ! Component: 400 - total flux cleaned = 0.0145831 Jy ! Total flux subtracted in 400 components = 0.0145831 Jy ! Clean residual min=-0.002888 max=0.002001 Jy/beam ! Clean residual mean=-0.000003 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.40807 Jy ! Adding 66 model components to the UV plane model. ! The established model now contains 249 components and 0.40807 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.807 mas, bmaj=10.44 mas, bpa=-4.104 degrees ! Estimated noise=5.01774 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000918911 Jy ! Component: 100 - total flux cleaned = 0.00181989 Jy ! Component: 150 - total flux cleaned = 0.00269114 Jy ! Component: 200 - total flux cleaned = 0.00352737 Jy ! Component: 250 - total flux cleaned = 0.00429387 Jy ! Component: 300 - total flux cleaned = 0.0048678 Jy ! Component: 350 - total flux cleaned = 0.00536309 Jy ! Component: 400 - total flux cleaned = 0.00574839 Jy ! Total flux subtracted in 400 components = 0.00574839 Jy ! Clean residual min=-0.002208 max=0.001794 Jy/beam ! Clean residual mean=-0.000000 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.413818 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.000217202 Jy ! Component: 100 - total flux cleaned = 0.000526021 Jy ! Component: 150 - total flux cleaned = 0.000659092 Jy ! Component: 200 - total flux cleaned = 0.000723814 Jy ! Component: 250 - total flux cleaned = 0.000880328 Jy ! Component: 300 - total flux cleaned = 0.00100204 Jy ! Component: 350 - total flux cleaned = 0.00114971 Jy ! Component: 400 - total flux cleaned = 0.00132304 Jy ! Total flux subtracted in 400 components = 0.00132304 Jy ! Clean residual min=-0.001933 max=0.001772 Jy/beam ! Clean residual mean=0.000002 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.415141 Jy ! Adding 93 model components to the UV plane model. ! The established model now contains 341 components and 0.415141 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.138 mas, bmaj=6.665 mas, bpa=11.64 degrees ! Estimated noise=4.67005 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000215393 Jy ! Component: 100 - total flux cleaned = 0.000386499 Jy ! Component: 150 - total flux cleaned = 0.000584908 Jy ! Component: 200 - total flux cleaned = 0.000621125 Jy ! Component: 250 - total flux cleaned = 0.000586224 Jy ! Component: 300 - total flux cleaned = 0.000653303 Jy ! Component: 350 - total flux cleaned = 0.000554415 Jy ! Component: 400 - total flux cleaned = 0.000522206 Jy ! Total flux subtracted in 400 components = 0.000522206 Jy ! Clean residual min=-0.002030 max=0.002089 Jy/beam ! Clean residual mean=0.000000 rms=0.000482 Jy/beam ! Combined flux in latest and established models = 0.415664 Jy selfcal ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 380 components and 0.415664 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138332Jy sigma=0.189131 ! Fit after self-cal, rms=0.138234Jy sigma=0.189060 wmodel /scr/pima/rdv62_uvs/J1454-4012_X_map.mod ! Writing 380 model components to file: /scr/pima/rdv62_uvs/J1454-4012_X_map.mod wobs /scr/pima/rdv62_uvs/J1454-4012_X_uvs.fits ! Applying 2254 buffered edits. ! Writing UV FITS file: /scr/pima/rdv62_uvs/J1454-4012_X_uvs.fits wwins /scr/pima/rdv62_uvs/J1454-4012_X_map.win ! wwins: Wrote 5 windows to /scr/pima/rdv62_uvs/J1454-4012_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 = 5.78368e-05 Jy ! Component: 100 - total flux cleaned = 0.000154554 Jy ! Component: 150 - total flux cleaned = -7.99177e-05 Jy ! Component: 200 - total flux cleaned = -0.000301119 Jy ! Component: 250 - total flux cleaned = -0.000537946 Jy ! Component: 300 - total flux cleaned = -0.000715263 Jy ! Component: 350 - total flux cleaned = -0.000936142 Jy ! Component: 400 - total flux cleaned = -0.00103182 Jy ! Component: 450 - total flux cleaned = -0.00119557 Jy ! Component: 500 - total flux cleaned = -0.00133265 Jy ! Component: 550 - total flux cleaned = -0.00151065 Jy ! Component: 600 - total flux cleaned = -0.00166304 Jy ! Component: 650 - total flux cleaned = -0.00174852 Jy ! Component: 700 - total flux cleaned = -0.00189592 Jy ! Component: 750 - total flux cleaned = -0.001958 Jy ! Component: 800 - total flux cleaned = -0.00206009 Jy ! Component: 850 - total flux cleaned = -0.00214083 Jy ! Component: 900 - total flux cleaned = -0.00224015 Jy ! Component: 950 - total flux cleaned = -0.00229893 Jy ! Component: 1000 - total flux cleaned = -0.00233787 Jy ! Component: 1050 - total flux cleaned = -0.00241484 Jy ! Component: 1100 - total flux cleaned = -0.00249125 Jy ! Component: 1150 - total flux cleaned = -0.00252908 Jy ! Component: 1200 - total flux cleaned = -0.0024911 Jy ! Component: 1250 - total flux cleaned = -0.00243431 Jy ! Component: 1300 - total flux cleaned = -0.00237745 Jy ! Component: 1350 - total flux cleaned = -0.00235868 Jy ! Component: 1400 - total flux cleaned = -0.00233969 Jy ! Component: 1450 - total flux cleaned = -0.00228241 Jy ! Component: 1500 - total flux cleaned = -0.00228253 Jy ! Component: 1550 - total flux cleaned = -0.00224372 Jy ! Component: 1600 - total flux cleaned = -0.00218512 Jy ! Component: 1650 - total flux cleaned = -0.00212551 Jy ! Component: 1700 - total flux cleaned = -0.00206491 Jy ! Component: 1750 - total flux cleaned = -0.00200345 Jy ! Component: 1800 - total flux cleaned = -0.00196126 Jy ! Component: 1850 - total flux cleaned = -0.00191797 Jy ! Component: 1900 - total flux cleaned = -0.00189566 Jy ! Component: 1950 - total flux cleaned = -0.00185038 Jy ! Component: 2000 - total flux cleaned = -0.0018034 Jy ! Component: 2050 - total flux cleaned = -0.00177932 Jy ! Component: 2100 - total flux cleaned = -0.00177956 Jy ! Component: 2150 - total flux cleaned = -0.00175344 Jy ! Component: 2200 - total flux cleaned = -0.00172589 Jy ! Component: 2250 - total flux cleaned = -0.00175399 Jy ! Component: 2300 - total flux cleaned = -0.00175417 Jy ! Component: 2350 - total flux cleaned = -0.00178528 Jy ! Component: 2400 - total flux cleaned = -0.00178586 Jy ! Component: 2450 - total flux cleaned = -0.00178658 Jy ! Component: 2500 - total flux cleaned = -0.00178766 Jy ! Component: 2550 - total flux cleaned = -0.00178847 Jy ! Component: 2600 - total flux cleaned = -0.00174901 Jy ! Component: 2650 - total flux cleaned = -0.00178888 Jy ! Component: 2700 - total flux cleaned = -0.00178879 Jy ! Component: 2750 - total flux cleaned = -0.00178809 Jy ! Component: 2800 - total flux cleaned = -0.00173973 Jy ! Component: 2850 - total flux cleaned = -0.00173935 Jy ! Component: 2900 - total flux cleaned = -0.00173921 Jy ! Component: 2950 - total flux cleaned = -0.0017388 Jy ! Component: 3000 - total flux cleaned = -0.00173772 Jy ! Component: 3050 - total flux cleaned = -0.00179964 Jy ! Component: 3100 - total flux cleaned = -0.00180055 Jy ! Component: 3150 - total flux cleaned = -0.00180199 Jy ! Component: 3200 - total flux cleaned = -0.00180235 Jy ! Component: 3250 - total flux cleaned = -0.00180158 Jy ! Component: 3300 - total flux cleaned = -0.0018796 Jy ! Component: 3350 - total flux cleaned = -0.00188069 Jy ! Component: 3400 - total flux cleaned = -0.00188161 Jy ! Component: 3450 - total flux cleaned = -0.00188011 Jy ! Component: 3500 - total flux cleaned = -0.00197793 Jy ! Component: 3550 - total flux cleaned = -0.00197883 Jy ! Component: 3600 - total flux cleaned = -0.00198204 Jy ! Component: 3650 - total flux cleaned = -0.00198042 Jy ! Component: 3700 - total flux cleaned = -0.00198016 Jy ! Component: 3750 - total flux cleaned = -0.00210269 Jy ! Component: 3800 - total flux cleaned = -0.00210503 Jy ! Component: 3850 - total flux cleaned = -0.00210575 Jy ! Component: 3900 - total flux cleaned = -0.00210433 Jy ! Component: 3950 - total flux cleaned = -0.00225275 Jy ! Component: 4000 - total flux cleaned = -0.00225188 Jy ! Component: 4050 - total flux cleaned = -0.00225287 Jy ! Total flux subtracted in 4096 components = -0.00225088 Jy ! Clean residual min=-0.009269 max=0.009326 Jy/beam ! Clean residual mean=-0.000024 rms=0.002080 Jy/beam ! Combined flux in latest and established models = 0.413413 Jy keep ! Adding 131 model components to the UV plane model. ! The established model now contains 510 components and 0.413413 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv62_uvs/J1454-4012_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.138 x 6.665 at 11.64 degrees (North through East) ! Clean map min=-0.0078575 max=0.31605 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv62_uvs/J1454-4012_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.316 rms= 0.00195 Jy quit ! Quitting program ! Log file /scr/pima/rdv62_uvs/J1454-4012_X_uvs.log closed on Fri Nov 22 22:39:26 2013