! Started logfile: /scr/pima/rdv94_uvs/J1133-0905_S_uvs.log on Tue Oct 8 12:18:04 2013 obs /scr/pima/rdv94_uvs/J1133-0905_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv94_uvs/J1133-0905_S_uva.fits ! AN table 1: 22 integrations on 36 of 36 possible baselines. ! AN table 2: 22 integrations on 28 of 28 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J1133-0905 ! ! 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 2.23299e+09 1.6e+07 1 1.6e+07 ! 02 2 2.26299e+09 1.6e+07 1 1.6e+07 ! 03 3 2.35299e+09 1.6e+07 1 1.6e+07 ! 04 4 2.37299e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 5632 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.5 print "taper_size =",taper_size ! taper_size = 20 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv94_uvs/J1133-0905_S] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 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:MK 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.500x0.500 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.006384Jy sigma=3.321445 ! Fit after self-cal, rms=0.864814Jy sigma=2.841989 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. print "=== Flag out IVS stations" ! === Flag out IVS stations integer lun string cfg_file lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_flag_process.csh /tmp/ff.ff" ![@/tmp/ff.ff \] ![Exited script file: /tmp/ff.ff] uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.061 mas, bmaj=12.22 mas, bpa=-18.42 degrees ! Estimated noise=4.39793 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.105669 Jy ! Component: 100 - total flux cleaned = 0.130271 Jy ! Total flux subtracted in 100 components = 0.130271 Jy ! Clean residual min=-0.005776 max=0.009434 Jy/beam ! Clean residual mean=0.000011 rms=0.001695 Jy/beam ! Combined flux in latest and established models = 0.130271 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.130271 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052928Jy sigma=0.168689 ! Fit after self-cal, rms=0.052947Jy sigma=0.168587 ! Inverting map print "=== Finished uniform weighting clean ===" ! === Finished uniform weighting clean === uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.871 mas, bmaj=13.22 mas, bpa=-17.23 degrees ! Estimated noise=2.91943 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.0102758 Jy ! Component: 100 - total flux cleaned = 0.0142761 Jy ! Component: 150 - total flux cleaned = 0.01455 Jy ! Component: 200 - total flux cleaned = 0.0143352 Jy ! Total flux subtracted in 200 components = 0.0143352 Jy ! Clean residual min=-0.003965 max=0.005461 Jy/beam ! Clean residual mean=0.000036 rms=0.001172 Jy/beam ! Combined flux in latest and established models = 0.144607 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 27 components and 0.144607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051051Jy sigma=0.161991 ! Fit after self-cal, rms=0.051045Jy sigma=0.161940 ! Inverting map print "=== Finished natural weighting clean for VLBI sites ===" ! === Finished natural weighting clean for VLBI sites === gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.11 HN 1.13 KP 1.13 ! LA 1.26 MK 0.91 NL 0.93 OV 0.95 ! PT 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.99 FD 1.09 HN 1.11 KP 1.12 ! LA 1.20 MK 0.90 NL 0.91 OV 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.18 HN 1.15 KP 1.16 ! LA 1.08 MK 1.01 NL 0.99 OV 1.01 ! PT 0.98 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.91 FD 1.17 HN 0.84 KP 1.17 ! LA 1.07 MK 0.96 NL 1.01 OV 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.15 HN 1.09 KP 0.97 ! LA 0.90 MK 0.99 NL 1.04 OV 1.05 ! PT 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00 FD 1.18 HN 1.14 KP 0.98 ! LA 0.92 MK 0.96 NL 1.00 OV 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.11 HN 1.02 KP 0.91 ! LA 0.72 MK 1.04 NL 0.95 OV 0.85 ! PT 0.89 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.89 FD 1.10 HN 1.01 KP 0.90 ! LA 0.75 MK 1.09 NL 0.93 OV 0.86 ! ! ! Fit before self-cal, rms=0.051045Jy sigma=0.161940 ! Fit after self-cal, rms=0.043906Jy sigma=0.139021 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.883 mas, bmaj=13.07 mas, bpa=-17.38 degrees ! Estimated noise=2.89069 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.000354941 Jy ! Component: 100 - total flux cleaned = 0.000354132 Jy ! Component: 150 - total flux cleaned = 0.000279807 Jy ! Component: 200 - total flux cleaned = 0.000237724 Jy ! Total flux subtracted in 200 components = 0.000237724 Jy ! Clean residual min=-0.001658 max=0.001619 Jy/beam ! Clean residual mean=0.000003 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.144844 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 47 components and 0.144844 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.043860Jy sigma=0.138900 ! Fit after self-cal, rms=0.043911Jy sigma=0.138807 ! 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.043911Jy sigma=0.138807 ! Fit after self-cal, rms=0.043925Jy sigma=0.138797 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.883 mas, bmaj=13.06 mas, bpa=-17.35 degrees ! Estimated noise=2.89042 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000254121 Jy ! Component: 100 - total flux cleaned = 0.000271833 Jy ! Component: 150 - total flux cleaned = 0.000287546 Jy ! Component: 200 - total flux cleaned = 0.000331701 Jy ! Total flux subtracted in 200 components = 0.000331701 Jy ! Clean residual min=-0.001534 max=0.001588 Jy/beam ! Clean residual mean=0.000002 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.145176 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 56 components and 0.145176 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.043907Jy sigma=0.138750 ! Fit after self-cal, rms=0.043906Jy sigma=0.138747 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 = 3.67593e-05 Jy ! Component: 100 - total flux cleaned = 6.22489e-05 Jy ! Component: 150 - total flux cleaned = 8.56265e-05 Jy ! Component: 200 - total flux cleaned = 9.66771e-05 Jy ! Total flux subtracted in 200 components = 9.66771e-05 Jy ! Clean residual min=-0.001498 max=0.001580 Jy/beam ! Clean residual mean=0.000002 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.145273 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 63 components and 0.145273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.043896Jy sigma=0.138729 ! Fit after self-cal, rms=0.043895Jy sigma=0.138727 ! 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.043895Jy sigma=0.138727 ! Fit after self-cal, rms=0.043992Jy sigma=0.138670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.885 mas, bmaj=13.04 mas, bpa=-17.34 degrees ! Estimated noise=2.89319 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000215417 Jy ! Component: 100 - total flux cleaned = 0.000341826 Jy ! Component: 150 - total flux cleaned = 0.000391133 Jy ! Component: 200 - total flux cleaned = 0.000417989 Jy ! Total flux subtracted in 200 components = 0.000417989 Jy ! Clean residual min=-0.001506 max=0.001598 Jy/beam ! Clean residual mean=0.000002 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.145691 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 67 components and 0.145691 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.043986Jy sigma=0.138653 ! Fit after self-cal, rms=0.043986Jy sigma=0.138652 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.44904e-06 Jy ! Component: 100 - total flux cleaned = 9.90578e-06 Jy ! Component: 150 - total flux cleaned = 1.75044e-05 Jy ! Component: 200 - total flux cleaned = 1.75029e-05 Jy ! Total flux subtracted in 200 components = 1.75029e-05 Jy ! Clean residual min=-0.001491 max=0.001616 Jy/beam ! Clean residual mean=0.000002 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.145708 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 73 components and 0.145708 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.043982Jy sigma=0.138645 ! Fit after self-cal, rms=0.043982Jy sigma=0.138644 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 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.043982Jy sigma=0.138644 ! Fit after self-cal, rms=0.043989Jy sigma=0.138578 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.946 mas, bmaj=14.97 mas, bpa=-7.385 degrees ! Estimated noise=3.15263 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000151195 Jy ! Component: 100 - total flux cleaned = 0.000222264 Jy ! Component: 150 - total flux cleaned = 0.000231548 Jy ! Component: 200 - total flux cleaned = 0.000239831 Jy ! Total flux subtracted in 200 components = 0.000239831 Jy ! Clean residual min=-0.001465 max=0.001733 Jy/beam ! Clean residual mean=0.000004 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.145948 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 97 components and 0.145948 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.043992Jy sigma=0.138572 ! Fit after self-cal, rms=0.043990Jy sigma=0.138569 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.98696e-05 Jy ! Component: 100 - total flux cleaned = 2.24851e-05 Jy ! Component: 150 - total flux cleaned = 2.93445e-05 Jy ! Component: 200 - total flux cleaned = 3.58998e-05 Jy ! Total flux subtracted in 200 components = 3.58998e-05 Jy ! Clean residual min=-0.001463 max=0.001740 Jy/beam ! Clean residual mean=0.000004 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.145984 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 111 components and 0.145984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.043993Jy sigma=0.138570 ! Fit after self-cal, rms=0.043992Jy sigma=0.138569 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for VLBA stations ===" ! === Finished amplitude self-cal for VLBA stations === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. integer lun lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_selfant_process.csh /tmp/ff.ff" ![@/tmp/ff.ff] selfant 1:BR,true ! 1:BR self-cal status=fixed weight=1 selfant 1:FD,true ! 1:FD self-cal status=fixed weight=1 selfant 1:HN,true ! 1:HN self-cal status=fixed weight=1 selfant 1:KP,true ! 1:KP self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA self-cal status=fixed weight=1 selfant 1:MK,true ! 1:MK self-cal status=fixed weight=1 selfant 1:NL,true ! 1:NL self-cal status=fixed weight=1 selfant 1:OV,true ! 1:OV self-cal status=fixed weight=1 selfant 1:PT,true ! 1:PT self-cal status=fixed weight=1 selfant 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:MK,true ! 2:MK self-cal status=fixed weight=1 selfant 2:NL,true ! 2:NL self-cal status=fixed weight=1 selfant 2:OV,true ! 2:OV self-cal status=fixed weight=1 ![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.043992Jy sigma=0.138569 ! Fit after self-cal, rms=0.043992Jy sigma=0.138569 selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 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:MK 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.043992Jy sigma=0.138569 ! Fit after self-cal, rms=0.043914Jy sigma=0.138553 uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.076 mas, bmaj=12.03 mas, bpa=-18.62 degrees ! Estimated noise=4.35372 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.000579419 Jy ! Component: 100 - total flux cleaned = 0.000748742 Jy ! Component: 150 - total flux cleaned = 0.000778904 Jy ! Component: 200 - total flux cleaned = 0.000828945 Jy ! Total flux subtracted in 200 components = 0.000828945 Jy ! Clean residual min=-0.002231 max=0.002073 Jy/beam ! Clean residual mean=0.000002 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.146813 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 123 components and 0.146813 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.043905Jy sigma=0.138561 ! Fit after self-cal, rms=0.043907Jy sigma=0.138555 ! 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=3.883 mas, bmaj=13.02 mas, bpa=-17.32 degrees ! Estimated noise=2.89291 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 (-99.5, -49.5). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000338535 Jy ! Component: 100 - total flux cleaned = 0.000386938 Jy ! Component: 150 - total flux cleaned = 0.000360835 Jy ! Component: 200 - total flux cleaned = 0.000361378 Jy ! Component: 250 - total flux cleaned = 0.000309254 Jy ! Component: 300 - total flux cleaned = 0.000310485 Jy ! Component: 350 - total flux cleaned = 0.000333417 Jy ! Component: 400 - total flux cleaned = 0.000354522 Jy ! Total flux subtracted in 400 components = 0.000354522 Jy ! Clean residual min=-0.001483 max=0.001464 Jy/beam ! Clean residual mean=0.000003 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.147167 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 169 components and 0.147167 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.043796Jy sigma=0.138245 ! Fit after self-cal, rms=0.043790Jy sigma=0.138219 ! 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 = -7.93736e-05 Jy ! Component: 100 - total flux cleaned = -0.000122254 Jy ! Component: 150 - total flux cleaned = -8.45248e-05 Jy ! Component: 200 - total flux cleaned = -0.000122119 Jy ! Component: 250 - total flux cleaned = -0.000121751 Jy ! Component: 300 - total flux cleaned = -0.000155416 Jy ! Component: 350 - total flux cleaned = -0.000171511 Jy ! Component: 400 - total flux cleaned = -0.000187322 Jy ! Total flux subtracted in 400 components = -0.000187322 Jy ! Clean residual min=-0.001430 max=0.001414 Jy/beam ! Clean residual mean=0.000003 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.14698 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 191 components and 0.14698 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.043757Jy sigma=0.138138 ! Fit after self-cal, rms=0.043756Jy sigma=0.138134 ! Inverting map print "=== Finished natural weighting clean for al sites ===" ! === Finished natural weighting clean for al sites === unflag * ! Unflagging all baselines in the currently selected channels. ! Applying 2560 buffered edits. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.043756Jy sigma=0.138134 ! Fit after self-cal, rms=0.043695Jy sigma=0.138102 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.884 mas, bmaj=13.02 mas, bpa=-17.32 degrees ! Estimated noise=2.89043 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000122332 Jy ! Component: 100 - total flux cleaned = -0.00010097 Jy ! Component: 150 - total flux cleaned = -6.86643e-05 Jy ! Component: 200 - total flux cleaned = -5.29653e-05 Jy ! Component: 250 - total flux cleaned = 1.92211e-05 Jy ! Component: 300 - total flux cleaned = 1.96841e-05 Jy ! Component: 350 - total flux cleaned = 4.61426e-05 Jy ! Component: 400 - total flux cleaned = 8.45131e-05 Jy ! Total flux subtracted in 400 components = 8.45131e-05 Jy ! Clean residual min=-0.001315 max=0.001403 Jy/beam ! Clean residual mean=0.000003 rms=0.000321 Jy/beam ! Combined flux in latest and established models = 0.147065 Jy selfcal ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 217 components and 0.147064 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.043673Jy sigma=0.138044 ! Fit after self-cal, rms=0.043672Jy sigma=0.138041 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 (69, -128). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00129023 Jy ! Component: 100 - total flux cleaned = 0.00165386 Jy ! Component: 150 - total flux cleaned = 0.00175925 Jy ! Component: 200 - total flux cleaned = 0.00178256 Jy ! Component: 250 - total flux cleaned = 0.00182432 Jy ! Component: 300 - total flux cleaned = 0.00184293 Jy ! Component: 350 - total flux cleaned = 0.00177263 Jy ! Component: 400 - total flux cleaned = 0.00173988 Jy ! Total flux subtracted in 400 components = 0.00173988 Jy ! Clean residual min=-0.001246 max=0.001053 Jy/beam ! Clean residual mean=0.000002 rms=0.000288 Jy/beam ! Combined flux in latest and established models = 0.148804 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 260 components and 0.148804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.043602Jy sigma=0.137852 ! Fit after self-cal, rms=0.043597Jy sigma=0.137839 ! 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.043597Jy sigma=0.137839 ! Fit after self-cal, rms=0.043629Jy sigma=0.137773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.882 mas, bmaj=13.01 mas, bpa=-17.34 degrees ! Estimated noise=2.8927 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000572518 Jy ! Component: 100 - total flux cleaned = 0.00063366 Jy ! Component: 150 - total flux cleaned = 0.000633785 Jy ! Component: 200 - total flux cleaned = 0.000616836 Jy ! Component: 250 - total flux cleaned = 0.000585851 Jy ! Component: 300 - total flux cleaned = 0.000556539 Jy ! Component: 350 - total flux cleaned = 0.000527932 Jy ! Component: 400 - total flux cleaned = 0.000500392 Jy ! Total flux subtracted in 400 components = 0.000500392 Jy ! Clean residual min=-0.001231 max=0.001032 Jy/beam ! Clean residual mean=0.000002 rms=0.000276 Jy/beam ! Combined flux in latest and established models = 0.149305 Jy selfcal ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 290 components and 0.149305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.043602Jy sigma=0.137705 ! Fit after self-cal, rms=0.043600Jy sigma=0.137701 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.98212e-05 Jy ! Component: 100 - total flux cleaned = 3.24361e-05 Jy ! Component: 150 - total flux cleaned = -7.62657e-06 Jy ! Component: 200 - total flux cleaned = -2.06614e-05 Jy ! Component: 250 - total flux cleaned = -8.31858e-05 Jy ! Component: 300 - total flux cleaned = -9.50929e-05 Jy ! Component: 350 - total flux cleaned = -0.000107103 Jy ! Component: 400 - total flux cleaned = -0.000141846 Jy ! Total flux subtracted in 400 components = -0.000141846 Jy ! Clean residual min=-0.001230 max=0.001019 Jy/beam ! Clean residual mean=0.000002 rms=0.000271 Jy/beam ! Combined flux in latest and established models = 0.149163 Jy ! Performing phase self-cal ! Adding 71 model components to the UV plane model. ! The established model now contains 314 components and 0.149163 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.043585Jy sigma=0.137664 ! Fit after self-cal, rms=0.043584Jy sigma=0.137663 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 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.043584Jy sigma=0.137663 ! Fit after self-cal, rms=0.043478Jy sigma=0.134317 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.937 mas, bmaj=14.95 mas, bpa=-7.353 degrees ! Estimated noise=3.16061 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000159036 Jy ! Component: 100 - total flux cleaned = 0.000170044 Jy ! Component: 150 - total flux cleaned = 0.000242466 Jy ! Component: 200 - total flux cleaned = 0.000298826 Jy ! Component: 250 - total flux cleaned = 0.000351602 Jy ! Component: 300 - total flux cleaned = 0.000361429 Jy ! Component: 350 - total flux cleaned = 0.000380579 Jy ! Component: 400 - total flux cleaned = 0.000398674 Jy ! Total flux subtracted in 400 components = 0.000398674 Jy ! Clean residual min=-0.001266 max=0.001112 Jy/beam ! Clean residual mean=0.000003 rms=0.000308 Jy/beam ! Combined flux in latest and established models = 0.149562 Jy selfcal ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 359 components and 0.149562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.043468Jy sigma=0.134284 ! Fit after self-cal, rms=0.043503Jy sigma=0.134259 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.50496e-05 Jy ! Component: 100 - total flux cleaned = 4.34028e-05 Jy ! Component: 150 - total flux cleaned = 5.26882e-05 Jy ! Component: 200 - total flux cleaned = 7.85262e-05 Jy ! Component: 250 - total flux cleaned = 8.67469e-05 Jy ! Component: 300 - total flux cleaned = 9.45947e-05 Jy ! Component: 350 - total flux cleaned = 0.000109876 Jy ! Component: 400 - total flux cleaned = 0.000131951 Jy ! Total flux subtracted in 400 components = 0.000131951 Jy ! Clean residual min=-0.001263 max=0.001101 Jy/beam ! Clean residual mean=0.000003 rms=0.000305 Jy/beam ! Combined flux in latest and established models = 0.149694 Jy ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 386 components and 0.149693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.043498Jy sigma=0.134243 ! Fit after self-cal, rms=0.043498Jy sigma=0.134242 ! 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=3.881 mas, bmaj=13.01 mas, bpa=-17.34 degrees ! Estimated noise=2.89778 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.881 x 13.01 at -17.34 degrees (North through East) ! Clean map min=-0.0015211 max=0.1364 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=3.077 mas, bmaj=12.02 mas, bpa=-18.6 degrees ! Estimated noise=4.35978 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.104689 Jy ! Component: 100 - total flux cleaned = 0.128981 Jy ! Component: 150 - total flux cleaned = 0.138769 Jy ! Component: 200 - total flux cleaned = 0.143383 Jy ! Component: 250 - total flux cleaned = 0.145281 Jy ! Component: 300 - total flux cleaned = 0.146008 Jy ! Component: 350 - total flux cleaned = 0.146552 Jy ! Component: 400 - total flux cleaned = 0.146964 Jy ! Total flux subtracted in 400 components = 0.146964 Jy ! Clean residual min=-0.002224 max=0.001784 Jy/beam ! Clean residual mean=0.000001 rms=0.000491 Jy/beam ! Combined flux in latest and established models = 0.146964 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 42 model components to the UV plane model. ! The established model now contains 42 components and 0.146964 Jy ! Inverting map and beam ! Estimated beam: bmin=3.881 mas, bmaj=13.01 mas, bpa=-17.34 degrees ! Estimated noise=2.89778 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.00139653 Jy ! Component: 100 - total flux cleaned = 0.00211785 Jy ! Component: 150 - total flux cleaned = 0.00232476 Jy ! Component: 200 - total flux cleaned = 0.00247283 Jy ! Component: 250 - total flux cleaned = 0.0025786 Jy ! Component: 300 - total flux cleaned = 0.00270918 Jy ! Component: 350 - total flux cleaned = 0.0027411 Jy ! Component: 400 - total flux cleaned = 0.00282837 Jy ! Total flux subtracted in 400 components = 0.00282837 Jy ! Clean residual min=-0.001271 max=0.001177 Jy/beam ! Clean residual mean=0.000002 rms=0.000316 Jy/beam ! Combined flux in latest and established models = 0.149792 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 103 components and 0.149792 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.937 mas, bmaj=14.95 mas, bpa=-7.353 degrees ! Estimated noise=3.16061 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00047118 Jy ! Component: 100 - total flux cleaned = 0.000522043 Jy ! Component: 150 - total flux cleaned = 0.000520282 Jy ! Component: 200 - total flux cleaned = 0.000519193 Jy ! Component: 250 - total flux cleaned = 0.000538272 Jy ! Component: 300 - total flux cleaned = 0.000574917 Jy ! Component: 350 - total flux cleaned = 0.000608901 Jy ! Component: 400 - total flux cleaned = 0.000640666 Jy ! Total flux subtracted in 400 components = 0.000640666 Jy ! Clean residual min=-0.001304 max=0.001168 Jy/beam ! Clean residual mean=0.000003 rms=0.000328 Jy/beam ! Combined flux in latest and established models = 0.150433 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 = -1.5447e-05 Jy ! Component: 100 - total flux cleaned = 1.43717e-05 Jy ! Component: 150 - total flux cleaned = 4.47816e-07 Jy ! Component: 200 - total flux cleaned = -1.28462e-05 Jy ! Component: 250 - total flux cleaned = -1.2517e-05 Jy ! Component: 300 - total flux cleaned = -1.24521e-05 Jy ! Component: 350 - total flux cleaned = -2.41957e-05 Jy ! Component: 400 - total flux cleaned = -3.59013e-05 Jy ! Total flux subtracted in 400 components = -3.59013e-05 Jy ! Clean residual min=-0.001256 max=0.001124 Jy/beam ! Clean residual mean=0.000003 rms=0.000317 Jy/beam ! Combined flux in latest and established models = 0.150397 Jy ! Adding 96 model components to the UV plane model. ! The established model now contains 193 components and 0.150397 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.881 mas, bmaj=13.01 mas, bpa=-17.34 degrees ! Estimated noise=2.89778 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000170117 Jy ! Component: 100 - total flux cleaned = -0.000389806 Jy ! Component: 150 - total flux cleaned = -0.000480115 Jy ! Component: 200 - total flux cleaned = -0.00056597 Jy ! Component: 250 - total flux cleaned = -0.000647619 Jy ! Component: 300 - total flux cleaned = -0.000744407 Jy ! Component: 350 - total flux cleaned = -0.000763153 Jy ! Component: 400 - total flux cleaned = -0.000781164 Jy ! Total flux subtracted in 400 components = -0.000781164 Jy ! Clean residual min=-0.001213 max=0.001023 Jy/beam ! Clean residual mean=0.000002 rms=0.000274 Jy/beam ! Combined flux in latest and established models = 0.149616 Jy selfcal ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 226 components and 0.149616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.043564Jy sigma=0.134379 ! Fit after self-cal, rms=0.043555Jy sigma=0.134369 wmodel /scr/pima/rdv94_uvs/J1133-0905_S_map.mod ! Writing 226 model components to file: /scr/pima/rdv94_uvs/J1133-0905_S_map.mod wobs /scr/pima/rdv94_uvs/J1133-0905_S_uvs.fits ! Applying 256 buffered edits. ! Writing UV FITS file: /scr/pima/rdv94_uvs/J1133-0905_S_uvs.fits wwins /scr/pima/rdv94_uvs/J1133-0905_S_map.win ! wwins: Wrote 3 windows to /scr/pima/rdv94_uvs/J1133-0905_S_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.000489698 Jy ! Component: 100 - total flux cleaned = -0.000694576 Jy ! Component: 150 - total flux cleaned = -0.000851453 Jy ! Component: 200 - total flux cleaned = -0.000818891 Jy ! Component: 250 - total flux cleaned = -0.000834563 Jy ! Component: 300 - total flux cleaned = -0.000849315 Jy ! Component: 350 - total flux cleaned = -0.000863818 Jy ! Component: 400 - total flux cleaned = -0.000863679 Jy ! Component: 450 - total flux cleaned = -0.000891517 Jy ! Component: 500 - total flux cleaned = -0.000918458 Jy ! Component: 550 - total flux cleaned = -0.000931861 Jy ! Component: 600 - total flux cleaned = -0.000932013 Jy ! Component: 650 - total flux cleaned = -0.000893939 Jy ! Component: 700 - total flux cleaned = -0.000844065 Jy ! Component: 750 - total flux cleaned = -0.000843859 Jy ! Component: 800 - total flux cleaned = -0.000831395 Jy ! Component: 850 - total flux cleaned = -0.000759828 Jy ! Component: 900 - total flux cleaned = -0.000771731 Jy ! Component: 950 - total flux cleaned = -0.000760369 Jy ! Component: 1000 - total flux cleaned = -0.000783184 Jy ! Component: 1050 - total flux cleaned = -0.00077202 Jy ! Component: 1100 - total flux cleaned = -0.000783094 Jy ! Component: 1150 - total flux cleaned = -0.00077212 Jy ! Component: 1200 - total flux cleaned = -0.000729342 Jy ! Component: 1250 - total flux cleaned = -0.000761327 Jy ! Component: 1300 - total flux cleaned = -0.000761247 Jy ! Component: 1350 - total flux cleaned = -0.000750886 Jy ! Component: 1400 - total flux cleaned = -0.000751011 Jy ! Component: 1450 - total flux cleaned = -0.000751015 Jy ! Component: 1500 - total flux cleaned = -0.000771121 Jy ! Component: 1550 - total flux cleaned = -0.000761103 Jy ! Component: 1600 - total flux cleaned = -0.00076108 Jy ! Component: 1650 - total flux cleaned = -0.000741465 Jy ! Component: 1700 - total flux cleaned = -0.000731754 Jy ! Component: 1750 - total flux cleaned = -0.000731707 Jy ! Component: 1800 - total flux cleaned = -0.000712609 Jy ! Component: 1850 - total flux cleaned = -0.00067509 Jy ! Component: 1900 - total flux cleaned = -0.000703035 Jy ! Component: 1950 - total flux cleaned = -0.00066631 Jy ! Component: 2000 - total flux cleaned = -0.000693747 Jy ! Component: 2050 - total flux cleaned = -0.000657778 Jy ! Component: 2100 - total flux cleaned = -0.000675554 Jy ! Component: 2150 - total flux cleaned = -0.000666758 Jy ! Component: 2200 - total flux cleaned = -0.000693038 Jy ! Component: 2250 - total flux cleaned = -0.000640801 Jy ! Component: 2300 - total flux cleaned = -0.000640854 Jy ! Component: 2350 - total flux cleaned = -0.00061526 Jy ! Component: 2400 - total flux cleaned = -0.00063234 Jy ! Component: 2450 - total flux cleaned = -0.000623792 Jy ! Component: 2500 - total flux cleaned = -0.000581989 Jy ! Component: 2550 - total flux cleaned = -0.000573656 Jy ! Component: 2600 - total flux cleaned = -0.000581943 Jy ! Component: 2650 - total flux cleaned = -0.00055742 Jy ! Component: 2700 - total flux cleaned = -0.000557467 Jy ! Component: 2750 - total flux cleaned = -0.000533272 Jy ! Component: 2800 - total flux cleaned = -0.000501297 Jy ! Component: 2850 - total flux cleaned = -0.000501302 Jy ! Component: 2900 - total flux cleaned = -0.000477616 Jy ! Component: 2950 - total flux cleaned = -0.000454039 Jy ! Component: 3000 - total flux cleaned = -0.000399493 Jy ! Component: 3050 - total flux cleaned = -0.000414988 Jy ! Component: 3100 - total flux cleaned = -0.000391861 Jy ! Component: 3150 - total flux cleaned = -0.00040701 Jy ! Component: 3200 - total flux cleaned = -0.000399346 Jy ! Component: 3250 - total flux cleaned = -0.000391714 Jy ! Component: 3300 - total flux cleaned = -0.000354121 Jy ! Component: 3350 - total flux cleaned = -0.000391474 Jy ! Component: 3400 - total flux cleaned = -0.000361684 Jy ! Component: 3450 - total flux cleaned = -0.000339576 Jy ! Component: 3500 - total flux cleaned = -0.000332248 Jy ! Component: 3550 - total flux cleaned = -0.000324942 Jy ! Component: 3600 - total flux cleaned = -0.00028865 Jy ! Component: 3650 - total flux cleaned = -0.000281451 Jy ! Component: 3700 - total flux cleaned = -0.000231173 Jy ! Component: 3750 - total flux cleaned = -0.000202583 Jy ! Component: 3800 - total flux cleaned = -0.000202559 Jy ! Component: 3850 - total flux cleaned = -0.000160154 Jy ! Component: 3900 - total flux cleaned = -0.000174219 Jy ! Component: 3950 - total flux cleaned = -0.00016022 Jy ! Component: 4000 - total flux cleaned = -0.00011146 Jy ! Component: 4050 - total flux cleaned = -9.07287e-05 Jy ! Total flux subtracted in 4096 components = -0.000104537 Jy ! Clean residual min=-0.000481 max=0.000413 Jy/beam ! Clean residual mean=0.000001 rms=0.000134 Jy/beam ! Combined flux in latest and established models = 0.149511 Jy keep ! Adding 269 model components to the UV plane model. ! The established model now contains 495 components and 0.149511 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv94_uvs/J1133-0905_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.881 x 13.01 at -17.34 degrees (North through East) ! Clean map min=-0.0013048 max=0.13605 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv94_uvs/J1133-0905_S_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.136 rms= 0.00013 Jy quit ! Quitting program ! Log file /scr/pima/rdv94_uvs/J1133-0905_S_uvs.log closed on Tue Oct 8 12:18:10 2013