! Started logfile: /scr/pima/rdv94_uvs/J0607-2447_X_uvs.log on Tue Oct 8 12:13:27 2013 obs /scr/pima/rdv94_uvs/J0607-2447_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv94_uvs/J0607-2447_X_uva.fits ! AN table 1: 22 integrations on 21 of 21 possible baselines. ! AN table 2: 22 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.982456 visibilities/baseline/integration-bin. ! Found source: J0607-2447 ! ! 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 4928 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/J0607-2447_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:HN 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:MK self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.013849Jy sigma=1.850896 ! Fit after self-cal, rms=0.885451Jy sigma=1.588831 ! 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=0.9627 mas, bmaj=4.122 mas, bpa=-13.91 degrees ! Estimated noise=11.1073 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.0885767 Jy ! Component: 100 - total flux cleaned = 0.114227 Jy ! Total flux subtracted in 100 components = 0.114227 Jy ! Clean residual min=-0.008180 max=0.010913 Jy/beam ! Clean residual mean=-0.000013 rms=0.001988 Jy/beam ! Combined flux in latest and established models = 0.114227 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.114227 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077960Jy sigma=0.132185 ! Fit after self-cal, rms=0.077997Jy sigma=0.132154 ! 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.274 mas, bmaj=4.742 mas, bpa=-12.12 degrees ! Estimated noise=5.80023 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.0173545 Jy ! Component: 100 - total flux cleaned = 0.0253853 Jy ! Component: 150 - total flux cleaned = 0.0299318 Jy ! Component: 200 - total flux cleaned = 0.0327937 Jy ! Total flux subtracted in 200 components = 0.0327937 Jy ! Clean residual min=-0.005571 max=0.007368 Jy/beam ! Clean residual mean=-0.000017 rms=0.001562 Jy/beam ! Combined flux in latest and established models = 0.14702 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 56 components and 0.14702 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075401Jy sigma=0.123197 ! Fit after self-cal, rms=0.075430Jy sigma=0.123122 ! 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.98 FD 0.92 HN 0.94 KP 0.94 ! LA 1.04 NL 0.99 OV 0.96 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.98 FD 0.89 HN 0.94 KP 0.96 ! LA 1.05 MK 1.03 NL 1.15 OV 0.99 ! PT 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.22 FD 0.92 HN 1.02 KP 0.90 ! LA 1.05 NL 1.02 OV 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.14 FD 0.90 HN 0.97 KP 0.91 ! LA 1.01 MK 1.03 NL 1.11 OV 1.02 ! PT 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.85 HN 1.09 KP 0.88 ! LA 1.07 NL 1.01 OV 1.02 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.07 FD 0.98 HN 0.94 KP 0.80 ! LA 1.10 MK 0.93 NL 1.07 OV 1.04 ! PT 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.95 HN 0.90 KP 0.88 ! LA 1.07 NL 1.05 OV 1.01 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.03 FD 0.90 HN 1.07 KP 0.91 ! LA 1.05 MK 1.09 NL 1.25 OV 1.00 ! PT 1.07 ! ! ! Fit before self-cal, rms=0.075430Jy sigma=0.123122 ! Fit after self-cal, rms=0.074242Jy sigma=0.120142 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.286 mas, bmaj=4.794 mas, bpa=-12.03 degrees ! Estimated noise=5.75398 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 (-2.8, 0). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00501078 Jy ! Component: 100 - total flux cleaned = 0.0062566 Jy ! Component: 150 - total flux cleaned = 0.00661708 Jy ! Component: 200 - total flux cleaned = 0.00674133 Jy ! Total flux subtracted in 200 components = 0.00674133 Jy ! Clean residual min=-0.002998 max=0.003334 Jy/beam ! Clean residual mean=0.000003 rms=0.000764 Jy/beam ! Combined flux in latest and established models = 0.153762 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 98 components and 0.153762 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073948Jy sigma=0.119315 ! Fit after self-cal, rms=0.074041Jy sigma=0.119188 ! 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.074041Jy sigma=0.119188 ! Fit after self-cal, rms=0.074169Jy sigma=0.119148 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.286 mas, bmaj=4.798 mas, bpa=-12.1 degrees ! Estimated noise=5.73923 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00159113 Jy ! Component: 100 - total flux cleaned = 0.00181357 Jy ! Component: 150 - total flux cleaned = 0.00169221 Jy ! Component: 200 - total flux cleaned = 0.00161877 Jy ! Total flux subtracted in 200 components = 0.00161877 Jy ! Clean residual min=-0.002731 max=0.002966 Jy/beam ! Clean residual mean=-0.000000 rms=0.000693 Jy/beam ! Combined flux in latest and established models = 0.155381 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 118 components and 0.155381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074085Jy sigma=0.118998 ! Fit after self-cal, rms=0.074087Jy sigma=0.118976 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 (37, -30.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00220419 Jy ! Component: 100 - total flux cleaned = 0.00275257 Jy ! Component: 150 - total flux cleaned = 0.00289956 Jy ! Component: 200 - total flux cleaned = 0.00302856 Jy ! Total flux subtracted in 200 components = 0.00302856 Jy ! Clean residual min=-0.002682 max=0.002651 Jy/beam ! Clean residual mean=-0.000005 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.158409 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 143 components and 0.158409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073960Jy sigma=0.118778 ! Fit after self-cal, rms=0.073954Jy sigma=0.118757 ! 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.073954Jy sigma=0.118757 ! Fit after self-cal, rms=0.074226Jy sigma=0.118720 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.289 mas, bmaj=4.811 mas, bpa=-12.09 degrees ! Estimated noise=5.7435 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00116357 Jy ! Component: 100 - total flux cleaned = 0.00138727 Jy ! Component: 150 - total flux cleaned = 0.00146548 Jy ! Component: 200 - total flux cleaned = 0.00150359 Jy ! Total flux subtracted in 200 components = 0.00150359 Jy ! Clean residual min=-0.002390 max=0.002612 Jy/beam ! Clean residual mean=-0.000004 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.159913 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 156 components and 0.159913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074168Jy sigma=0.118640 ! Fit after self-cal, rms=0.074169Jy sigma=0.118632 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 (18.6, 21). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0022411 Jy ! Component: 100 - total flux cleaned = 0.00300829 Jy ! Component: 150 - total flux cleaned = 0.00354013 Jy ! Component: 200 - total flux cleaned = 0.00389533 Jy ! Total flux subtracted in 200 components = 0.00389533 Jy ! Clean residual min=-0.002258 max=0.001977 Jy/beam ! Clean residual mean=-0.000004 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.163808 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 176 components and 0.163808 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074060Jy sigma=0.118498 ! Fit after self-cal, rms=0.074055Jy sigma=0.118489 ! 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.074055Jy sigma=0.118489 ! Fit after self-cal, rms=0.074052Jy sigma=0.118469 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.431 mas, bmaj=6.384 mas, bpa=-0.2818 degrees ! Estimated noise=5.72617 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000587106 Jy ! Component: 100 - total flux cleaned = 0.000888184 Jy ! Component: 150 - total flux cleaned = 0.00109506 Jy ! Component: 200 - total flux cleaned = 0.00131348 Jy ! Total flux subtracted in 200 components = 0.00131348 Jy ! Clean residual min=-0.002210 max=0.002007 Jy/beam ! Clean residual mean=-0.000005 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.165122 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 201 components and 0.165122 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074036Jy sigma=0.118426 ! Fit after self-cal, rms=0.074040Jy sigma=0.118424 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.000197866 Jy ! Component: 100 - total flux cleaned = 0.000346478 Jy ! Component: 150 - total flux cleaned = 0.000577466 Jy ! Component: 200 - total flux cleaned = 0.000751085 Jy ! Total flux subtracted in 200 components = 0.000751085 Jy ! Clean residual min=-0.002136 max=0.001908 Jy/beam ! Clean residual mean=-0.000006 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.165873 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 220 components and 0.165873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074031Jy sigma=0.118402 ! Fit after self-cal, rms=0.074033Jy sigma=0.118401 ! 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: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: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 selfant 2:PT,true ! 2:PT 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.074033Jy sigma=0.118401 ! Fit after self-cal, rms=0.074033Jy sigma=0.118401 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: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:MK self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT 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.074033Jy sigma=0.118401 ! Fit after self-cal, rms=0.074083Jy sigma=0.118396 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.9739 mas, bmaj=4.192 mas, bpa=-13.85 degrees ! Estimated noise=11.0912 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.000430538 Jy ! Component: 100 - total flux cleaned = 0.000522482 Jy ! Component: 150 - total flux cleaned = 0.000673821 Jy ! Component: 200 - total flux cleaned = 0.000747005 Jy ! Total flux subtracted in 200 components = 0.000747005 Jy ! Clean residual min=-0.003171 max=0.003011 Jy/beam ! Clean residual mean=-0.000004 rms=0.000809 Jy/beam ! Combined flux in latest and established models = 0.16662 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 259 components and 0.16662 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074074Jy sigma=0.118401 ! Fit after self-cal, rms=0.074062Jy sigma=0.118395 ! 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.292 mas, bmaj=4.824 mas, bpa=-12.05 degrees ! Estimated noise=5.73146 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.000539021 Jy ! Component: 100 - total flux cleaned = 0.000731396 Jy ! Component: 150 - total flux cleaned = 0.000799618 Jy ! Component: 200 - total flux cleaned = 0.000862102 Jy ! Component: 250 - total flux cleaned = 0.000833036 Jy ! Component: 300 - total flux cleaned = 0.000889393 Jy ! Component: 350 - total flux cleaned = 0.000914788 Jy ! Component: 400 - total flux cleaned = 0.000940052 Jy ! Total flux subtracted in 400 components = 0.000940052 Jy ! Clean residual min=-0.002248 max=0.001887 Jy/beam ! Clean residual mean=-0.000004 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.16756 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 302 components and 0.16756 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073990Jy sigma=0.118319 ! Fit after self-cal, rms=0.073991Jy sigma=0.118315 ! 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.89725e-07 Jy ! Component: 100 - total flux cleaned = 5.11426e-05 Jy ! Component: 150 - total flux cleaned = 0.000100015 Jy ! Component: 200 - total flux cleaned = 7.67712e-05 Jy ! Component: 250 - total flux cleaned = 7.70822e-05 Jy ! Component: 300 - total flux cleaned = 9.91964e-05 Jy ! Component: 350 - total flux cleaned = 3.46199e-05 Jy ! Component: 400 - total flux cleaned = 9.81731e-05 Jy ! Total flux subtracted in 400 components = 9.81731e-05 Jy ! Clean residual min=-0.002188 max=0.001857 Jy/beam ! Clean residual mean=-0.000004 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.167658 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 317 components and 0.167658 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073952Jy sigma=0.118278 ! Fit after self-cal, rms=0.073953Jy sigma=0.118276 ! 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073953Jy sigma=0.118276 ! Fit after self-cal, rms=0.074056Jy sigma=0.118271 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.295 mas, bmaj=4.83 mas, bpa=-12.01 degrees ! Estimated noise=5.73081 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.79202e-05 Jy ! Component: 100 - total flux cleaned = -7.75072e-05 Jy ! Component: 150 - total flux cleaned = -5.65865e-05 Jy ! Component: 200 - total flux cleaned = -7.77608e-05 Jy ! Component: 250 - total flux cleaned = -7.76426e-05 Jy ! Component: 300 - total flux cleaned = -9.77085e-05 Jy ! Component: 350 - total flux cleaned = -5.89178e-05 Jy ! Component: 400 - total flux cleaned = -7.81014e-05 Jy ! Total flux subtracted in 400 components = -7.81014e-05 Jy ! Clean residual min=-0.002118 max=0.001839 Jy/beam ! Clean residual mean=-0.000004 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.16758 Jy selfcal ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 336 components and 0.16758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074025Jy sigma=0.118242 ! Fit after self-cal, rms=0.074028Jy sigma=0.118241 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.000148347 Jy ! Component: 100 - total flux cleaned = -0.00018693 Jy ! Component: 150 - total flux cleaned = -0.000205815 Jy ! Component: 200 - total flux cleaned = -0.000241748 Jy ! Component: 250 - total flux cleaned = -0.000241396 Jy ! Component: 300 - total flux cleaned = -0.00022375 Jy ! Component: 350 - total flux cleaned = -0.000206501 Jy ! Component: 400 - total flux cleaned = -0.000206422 Jy ! Total flux subtracted in 400 components = -0.000206422 Jy ! Clean residual min=-0.002076 max=0.001814 Jy/beam ! Clean residual mean=-0.000004 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.167373 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 345 components and 0.167373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074006Jy sigma=0.118220 ! Fit after self-cal, rms=0.074007Jy sigma=0.118219 ! 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.074007Jy sigma=0.118219 ! Fit after self-cal, rms=0.074115Jy sigma=0.118212 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.295 mas, bmaj=4.831 mas, bpa=-12.01 degrees ! Estimated noise=5.73424 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.0347e-06 Jy ! Component: 100 - total flux cleaned = -2.8653e-05 Jy ! Component: 150 - total flux cleaned = -4.65928e-05 Jy ! Component: 200 - total flux cleaned = -8.08223e-05 Jy ! Component: 250 - total flux cleaned = -8.04016e-05 Jy ! Component: 300 - total flux cleaned = -6.45604e-05 Jy ! Component: 350 - total flux cleaned = -4.86791e-05 Jy ! Component: 400 - total flux cleaned = -3.31924e-05 Jy ! Total flux subtracted in 400 components = -3.31924e-05 Jy ! Clean residual min=-0.002033 max=0.001805 Jy/beam ! Clean residual mean=-0.000004 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.16734 Jy selfcal ! Performing phase self-cal ! Adding 63 model components to the UV plane model. ! The established model now contains 355 components and 0.16734 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074095Jy sigma=0.118192 ! Fit after self-cal, rms=0.074096Jy sigma=0.118191 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.000106456 Jy ! Component: 100 - total flux cleaned = -0.000106763 Jy ! Component: 150 - total flux cleaned = -0.000137521 Jy ! Component: 200 - total flux cleaned = -0.000122584 Jy ! Component: 250 - total flux cleaned = -0.000122835 Jy ! Component: 300 - total flux cleaned = -0.000108169 Jy ! Component: 350 - total flux cleaned = -0.000107851 Jy ! Component: 400 - total flux cleaned = -5.06861e-05 Jy ! Total flux subtracted in 400 components = -5.06861e-05 Jy ! Clean residual min=-0.002032 max=0.001790 Jy/beam ! Clean residual mean=-0.000004 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.167289 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 366 components and 0.167289 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074081Jy sigma=0.118177 ! Fit after self-cal, rms=0.074081Jy sigma=0.118176 ! 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.074081Jy sigma=0.118176 ! Fit after self-cal, rms=0.075714Jy sigma=0.115807 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.433 mas, bmaj=6.393 mas, bpa=-0.3384 degrees ! Estimated noise=5.75007 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000349339 Jy ! Component: 100 - total flux cleaned = 0.000352815 Jy ! Component: 150 - total flux cleaned = 0.000339801 Jy ! Component: 200 - total flux cleaned = 0.000315082 Jy ! Component: 250 - total flux cleaned = 0.000314831 Jy ! Component: 300 - total flux cleaned = 0.000325979 Jy ! Component: 350 - total flux cleaned = 0.000336365 Jy ! Component: 400 - total flux cleaned = 0.000366586 Jy ! Total flux subtracted in 400 components = 0.000366586 Jy ! Clean residual min=-0.001964 max=0.001752 Jy/beam ! Clean residual mean=-0.000003 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.167656 Jy selfcal ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 407 components and 0.167656 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075706Jy sigma=0.115786 ! Fit after self-cal, rms=0.075741Jy sigma=0.115762 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.000152459 Jy ! Component: 100 - total flux cleaned = 0.000215287 Jy ! Component: 150 - total flux cleaned = 0.000255235 Jy ! Component: 200 - total flux cleaned = 0.000284393 Jy ! Component: 250 - total flux cleaned = 0.000303371 Jy ! Component: 300 - total flux cleaned = 0.000331496 Jy ! Component: 350 - total flux cleaned = 0.00034966 Jy ! Component: 400 - total flux cleaned = 0.00037639 Jy ! Total flux subtracted in 400 components = 0.00037639 Jy ! Clean residual min=-0.001957 max=0.001749 Jy/beam ! Clean residual mean=-0.000002 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.168032 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 421 components and 0.168032 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075735Jy sigma=0.115753 ! Fit after self-cal, rms=0.075735Jy sigma=0.115752 ! 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.299 mas, bmaj=4.841 mas, bpa=-11.99 degrees ! Estimated noise=5.77763 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.299 x 4.841 at -11.99 degrees (North through East) ! Clean map min=-0.0023355 max=0.11886 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.9785 mas, bmaj=4.203 mas, bpa=-13.83 degrees ! Estimated noise=11.2239 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0891621 Jy ! Component: 100 - total flux cleaned = 0.114405 Jy ! Component: 150 - total flux cleaned = 0.126727 Jy ! Component: 200 - total flux cleaned = 0.134441 Jy ! Component: 250 - total flux cleaned = 0.1395 Jy ! Component: 300 - total flux cleaned = 0.143724 Jy ! Component: 350 - total flux cleaned = 0.14705 Jy ! Component: 400 - total flux cleaned = 0.14953 Jy ! Total flux subtracted in 400 components = 0.14953 Jy ! Clean residual min=-0.003828 max=0.004149 Jy/beam ! Clean residual mean=-0.000000 rms=0.000991 Jy/beam ! Combined flux in latest and established models = 0.14953 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 68 model components to the UV plane model. ! The established model now contains 68 components and 0.14953 Jy ! Inverting map and beam ! Estimated beam: bmin=1.299 mas, bmaj=4.841 mas, bpa=-11.99 degrees ! Estimated noise=5.77763 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.00434545 Jy ! Component: 100 - total flux cleaned = 0.00704942 Jy ! Component: 150 - total flux cleaned = 0.0089443 Jy ! Component: 200 - total flux cleaned = 0.00954333 Jy ! Component: 250 - total flux cleaned = 0.0100181 Jy ! Component: 300 - total flux cleaned = 0.0103929 Jy ! Component: 350 - total flux cleaned = 0.0109698 Jy ! Component: 400 - total flux cleaned = 0.0114491 Jy ! Total flux subtracted in 400 components = 0.0114491 Jy ! Clean residual min=-0.002365 max=0.001932 Jy/beam ! Clean residual mean=-0.000002 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.160979 Jy ! Adding 70 model components to the UV plane model. ! The established model now contains 133 components and 0.160979 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.433 mas, bmaj=6.393 mas, bpa=-0.3384 degrees ! Estimated noise=5.75007 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000652667 Jy ! Component: 100 - total flux cleaned = 0.000789593 Jy ! Component: 150 - total flux cleaned = 0.00107727 Jy ! Component: 200 - total flux cleaned = 0.00141761 Jy ! Component: 250 - total flux cleaned = 0.00176946 Jy ! Component: 300 - total flux cleaned = 0.00206549 Jy ! Component: 350 - total flux cleaned = 0.00240468 Jy ! Component: 400 - total flux cleaned = 0.00272341 Jy ! Total flux subtracted in 400 components = 0.00272341 Jy ! Clean residual min=-0.002172 max=0.001849 Jy/beam ! Clean residual mean=-0.000003 rms=0.000553 Jy/beam ! Combined flux in latest and established models = 0.163702 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.000303917 Jy ! Component: 100 - total flux cleaned = 0.000618802 Jy ! Component: 150 - total flux cleaned = 0.000893185 Jy ! Component: 200 - total flux cleaned = 0.00115386 Jy ! Component: 250 - total flux cleaned = 0.00142482 Jy ! Component: 300 - total flux cleaned = 0.00161913 Jy ! Component: 350 - total flux cleaned = 0.00176473 Jy ! Component: 400 - total flux cleaned = 0.00196414 Jy ! Total flux subtracted in 400 components = 0.00196414 Jy ! Clean residual min=-0.002103 max=0.001765 Jy/beam ! Clean residual mean=-0.000003 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.165666 Jy ! Adding 103 model components to the UV plane model. ! The established model now contains 224 components and 0.165666 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.299 mas, bmaj=4.841 mas, bpa=-11.99 degrees ! Estimated noise=5.77763 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000323424 Jy ! Component: 100 - total flux cleaned = 0.000402318 Jy ! Component: 150 - total flux cleaned = 0.000474462 Jy ! Component: 200 - total flux cleaned = 0.000473616 Jy ! Component: 250 - total flux cleaned = 0.000571265 Jy ! Component: 300 - total flux cleaned = 0.000603068 Jy ! Component: 350 - total flux cleaned = 0.00063408 Jy ! Component: 400 - total flux cleaned = 0.00066286 Jy ! Total flux subtracted in 400 components = 0.00066286 Jy ! Clean residual min=-0.002169 max=0.001733 Jy/beam ! Clean residual mean=-0.000002 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.166329 Jy selfcal ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 261 components and 0.166329 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075856Jy sigma=0.115891 ! Fit after self-cal, rms=0.075818Jy sigma=0.115878 wmodel /scr/pima/rdv94_uvs/J0607-2447_X_map.mod ! Writing 261 model components to file: /scr/pima/rdv94_uvs/J0607-2447_X_map.mod wobs /scr/pima/rdv94_uvs/J0607-2447_X_uvs.fits ! Applying 2508 buffered edits. ! Writing UV FITS file: /scr/pima/rdv94_uvs/J0607-2447_X_uvs.fits wwins /scr/pima/rdv94_uvs/J0607-2447_X_map.win ! wwins: Wrote 4 windows to /scr/pima/rdv94_uvs/J0607-2447_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.000993455 Jy ! Component: 100 - total flux cleaned = -0.00184006 Jy ! Component: 150 - total flux cleaned = -0.00245934 Jy ! Component: 200 - total flux cleaned = -0.00282737 Jy ! Component: 250 - total flux cleaned = -0.00320803 Jy ! Component: 300 - total flux cleaned = -0.00348901 Jy ! Component: 350 - total flux cleaned = -0.00370514 Jy ! Component: 400 - total flux cleaned = -0.00388844 Jy ! Component: 450 - total flux cleaned = -0.00406587 Jy ! Component: 500 - total flux cleaned = -0.0041895 Jy ! Component: 550 - total flux cleaned = -0.00431044 Jy ! Component: 600 - total flux cleaned = -0.00447596 Jy ! Component: 650 - total flux cleaned = -0.00470659 Jy ! Component: 700 - total flux cleaned = -0.00481924 Jy ! Component: 750 - total flux cleaned = -0.00488601 Jy ! Component: 800 - total flux cleaned = -0.00497346 Jy ! Component: 850 - total flux cleaned = -0.00501662 Jy ! Component: 900 - total flux cleaned = -0.00514327 Jy ! Component: 950 - total flux cleaned = -0.00522622 Jy ! Component: 1000 - total flux cleaned = -0.00530795 Jy ! Component: 1050 - total flux cleaned = -0.00538824 Jy ! Component: 1100 - total flux cleaned = -0.00544764 Jy ! Component: 1150 - total flux cleaned = -0.00552606 Jy ! Component: 1200 - total flux cleaned = -0.00566134 Jy ! Component: 1250 - total flux cleaned = -0.00568059 Jy ! Component: 1300 - total flux cleaned = -0.00577482 Jy ! Component: 1350 - total flux cleaned = -0.00584951 Jy ! Component: 1400 - total flux cleaned = -0.00594161 Jy ! Component: 1450 - total flux cleaned = -0.00603237 Jy ! Component: 1500 - total flux cleaned = -0.006104 Jy ! Component: 1550 - total flux cleaned = -0.00617496 Jy ! Component: 1600 - total flux cleaned = -0.00621005 Jy ! Component: 1650 - total flux cleaned = -0.00627939 Jy ! Component: 1700 - total flux cleaned = -0.00629649 Jy ! Component: 1750 - total flux cleaned = -0.00631326 Jy ! Component: 1800 - total flux cleaned = -0.0063299 Jy ! Component: 1850 - total flux cleaned = -0.0063632 Jy ! Component: 1900 - total flux cleaned = -0.00639611 Jy ! Component: 1950 - total flux cleaned = -0.00644488 Jy ! Component: 2000 - total flux cleaned = -0.0064772 Jy ! Component: 2050 - total flux cleaned = -0.0065249 Jy ! Component: 2100 - total flux cleaned = -0.00654062 Jy ! Component: 2150 - total flux cleaned = -0.00650944 Jy ! Component: 2200 - total flux cleaned = -0.00658719 Jy ! Component: 2250 - total flux cleaned = -0.00657183 Jy ! Component: 2300 - total flux cleaned = -0.0066483 Jy ! Component: 2350 - total flux cleaned = -0.00664843 Jy ! Component: 2400 - total flux cleaned = -0.00669373 Jy ! Component: 2450 - total flux cleaned = -0.00670893 Jy ! Component: 2500 - total flux cleaned = -0.00673868 Jy ! Component: 2550 - total flux cleaned = -0.00679758 Jy ! Component: 2600 - total flux cleaned = -0.00681228 Jy ! Component: 2650 - total flux cleaned = -0.00687033 Jy ! Component: 2700 - total flux cleaned = -0.00685594 Jy ! Component: 2750 - total flux cleaned = -0.00692757 Jy ! Component: 2800 - total flux cleaned = -0.00688491 Jy ! Component: 2850 - total flux cleaned = -0.00694133 Jy ! Component: 2900 - total flux cleaned = -0.00695543 Jy ! Component: 2950 - total flux cleaned = -0.00701107 Jy ! Component: 3000 - total flux cleaned = -0.00702487 Jy ! Component: 3050 - total flux cleaned = -0.00706602 Jy ! Component: 3100 - total flux cleaned = -0.00709337 Jy ! Component: 3150 - total flux cleaned = -0.00714761 Jy ! Component: 3200 - total flux cleaned = -0.00717462 Jy ! Component: 3250 - total flux cleaned = -0.00728182 Jy ! Component: 3300 - total flux cleaned = -0.00728183 Jy ! Component: 3350 - total flux cleaned = -0.00733485 Jy ! Component: 3400 - total flux cleaned = -0.00741401 Jy ! Component: 3450 - total flux cleaned = -0.00745333 Jy ! Component: 3500 - total flux cleaned = -0.00744028 Jy ! Component: 3550 - total flux cleaned = -0.00745336 Jy ! Component: 3600 - total flux cleaned = -0.00751806 Jy ! Component: 3650 - total flux cleaned = -0.00753088 Jy ! Component: 3700 - total flux cleaned = -0.00756931 Jy ! Component: 3750 - total flux cleaned = -0.00754385 Jy ! Component: 3800 - total flux cleaned = -0.00759471 Jy ! Component: 3850 - total flux cleaned = -0.00760744 Jy ! Component: 3900 - total flux cleaned = -0.00763267 Jy ! Component: 3950 - total flux cleaned = -0.00764527 Jy ! Component: 4000 - total flux cleaned = -0.00769529 Jy ! Component: 4050 - total flux cleaned = -0.00773253 Jy ! Total flux subtracted in 4096 components = -0.00774492 Jy ! Clean residual min=-0.000741 max=0.000690 Jy/beam ! Clean residual mean=0.000000 rms=0.000225 Jy/beam ! Combined flux in latest and established models = 0.158584 Jy keep ! Adding 261 model components to the UV plane model. ! The established model now contains 521 components and 0.158584 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv94_uvs/J0607-2447_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.299 x 4.841 at -11.99 degrees (North through East) ! Clean map min=-0.0021554 max=0.11795 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv94_uvs/J0607-2447_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.1179 rms= 0.00022 Jy quit ! Quitting program ! Log file /scr/pima/rdv94_uvs/J0607-2447_X_uvs.log closed on Tue Oct 8 12:13:33 2013