! Started logfile: /scr/pima/rdv94_uvs/J0144-3938_S_uvs.log on Tue Oct 8 12:10:03 2013 obs /scr/pima/rdv94_uvs/J0144-3938_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv94_uvs/J0144-3938_S_uva.fits ! AN table 1: 44 integrations on 15 of 15 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0144-3938 ! ! 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 2640 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/J0144-3938_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:FD 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 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=0.999340Jy sigma=1.506852 ! Fit after self-cal, rms=0.920090Jy sigma=1.372756 ! 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=2.75 mas, bmaj=18.32 mas, bpa=-23.04 degrees ! Estimated noise=18.5659 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.0651289 Jy ! Component: 100 - total flux cleaned = 0.0797102 Jy ! Total flux subtracted in 100 components = 0.0797102 Jy ! Clean residual min=-0.006970 max=0.005709 Jy/beam ! Clean residual mean=0.000040 rms=0.001735 Jy/beam ! Combined flux in latest and established models = 0.0797102 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0797102 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063027Jy sigma=0.082104 ! Fit after self-cal, rms=0.062937Jy sigma=0.082025 ! 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.556 mas, bmaj=20.57 mas, bpa=-21.67 degrees ! Estimated noise=9.67849 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.00628268 Jy ! Component: 100 - total flux cleaned = 0.00909778 Jy ! Component: 150 - total flux cleaned = 0.0102488 Jy ! Component: 200 - total flux cleaned = 0.0105068 Jy ! Total flux subtracted in 200 components = 0.0105068 Jy ! Clean residual min=-0.004975 max=0.005224 Jy/beam ! Clean residual mean=0.000010 rms=0.001472 Jy/beam ! Combined flux in latest and established models = 0.0902171 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 41 components and 0.0902171 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062544Jy sigma=0.080813 ! Fit after self-cal, rms=0.062626Jy sigma=0.080798 ! Inverting map print "=== Finished natural weighting clean for VLBI sites ===" ! === Finished natural weighting clean for VLBI sites === gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.04 KP 1.19 LA 1.16 MK 0.94 ! NL 1.14 OV 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.13 KP 1.03 LA 1.10 MK 1.03 ! NL 1.13 OV 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.18 KP 0.99 LA 0.82 MK 1.04 ! NL 1.06 OV 0.95 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.08 KP 0.96 LA 0.69 MK 1.03 ! NL 1.03 OV 0.85 ! ! ! Fit before self-cal, rms=0.062626Jy sigma=0.080798 ! Fit after self-cal, rms=0.062359Jy sigma=0.075923 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.588 mas, bmaj=20.58 mas, bpa=-21.8 degrees ! Estimated noise=9.63085 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.00105934 Jy ! Component: 100 - total flux cleaned = -0.00136095 Jy ! Component: 150 - total flux cleaned = -0.00136071 Jy ! Component: 200 - total flux cleaned = -0.00136072 Jy ! Total flux subtracted in 200 components = -0.00136072 Jy ! Clean residual min=-0.002623 max=0.002474 Jy/beam ! Clean residual mean=0.000008 rms=0.000717 Jy/beam ! Combined flux in latest and established models = 0.0888564 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 59 components and 0.0888564 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062316Jy sigma=0.075899 ! Fit after self-cal, rms=0.062640Jy sigma=0.075776 ! 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.062640Jy sigma=0.075776 ! Fit after self-cal, rms=0.062821Jy sigma=0.075761 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.6 mas, bmaj=20.62 mas, bpa=-21.79 degrees ! Estimated noise=9.6016 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000835498 Jy ! Component: 100 - total flux cleaned = -0.000881605 Jy ! Component: 150 - total flux cleaned = -0.000860465 Jy ! Component: 200 - total flux cleaned = -0.000819788 Jy ! Total flux subtracted in 200 components = -0.000819788 Jy ! Clean residual min=-0.002668 max=0.002509 Jy/beam ! Clean residual mean=0.000008 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.0880366 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 75 components and 0.0880366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062785Jy sigma=0.075749 ! Fit after self-cal, rms=0.062817Jy sigma=0.075746 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.42841e-05 Jy ! Component: 100 - total flux cleaned = -1.37486e-05 Jy ! Component: 150 - total flux cleaned = 2.46167e-05 Jy ! Component: 200 - total flux cleaned = 4.28821e-05 Jy ! Total flux subtracted in 200 components = 4.28821e-05 Jy ! Clean residual min=-0.002666 max=0.002527 Jy/beam ! Clean residual mean=0.000008 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.0880795 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 80 components and 0.0880795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062794Jy sigma=0.075738 ! Fit after self-cal, rms=0.062801Jy sigma=0.075736 ! 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.062801Jy sigma=0.075736 ! Fit after self-cal, rms=0.063681Jy sigma=0.075502 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.612 mas, bmaj=20.71 mas, bpa=-21.85 degrees ! Estimated noise=9.60677 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000318511 Jy ! Component: 100 - total flux cleaned = -0.000416354 Jy ! Component: 150 - total flux cleaned = -0.000437217 Jy ! Component: 200 - total flux cleaned = -0.000455039 Jy ! Total flux subtracted in 200 components = -0.000455039 Jy ! Clean residual min=-0.002628 max=0.002348 Jy/beam ! Clean residual mean=0.000006 rms=0.000642 Jy/beam ! Combined flux in latest and established models = 0.0876245 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 89 components and 0.0876245 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063648Jy sigma=0.075488 ! Fit after self-cal, rms=0.063689Jy sigma=0.075479 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.60362e-05 Jy ! Component: 100 - total flux cleaned = -4.21854e-05 Jy ! Component: 150 - total flux cleaned = -4.14208e-05 Jy ! Component: 200 - total flux cleaned = -2.71526e-05 Jy ! Total flux subtracted in 200 components = -2.71526e-05 Jy ! Clean residual min=-0.002601 max=0.002332 Jy/beam ! Clean residual mean=0.000006 rms=0.000640 Jy/beam ! Combined flux in latest and established models = 0.0875973 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 93 components and 0.0875973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063671Jy sigma=0.075474 ! Fit after self-cal, rms=0.063679Jy sigma=0.075472 ! 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.063679Jy sigma=0.075472 ! Fit after self-cal, rms=0.063767Jy sigma=0.075453 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.076 mas, bmaj=38.36 mas, bpa=-6.982 degrees ! Estimated noise=10.4124 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000315126 Jy ! Component: 100 - total flux cleaned = 0.000392698 Jy ! Component: 150 - total flux cleaned = 0.000405969 Jy ! Component: 200 - total flux cleaned = 0.000416727 Jy ! Total flux subtracted in 200 components = 0.000416727 Jy ! Clean residual min=-0.003244 max=0.002226 Jy/beam ! Clean residual mean=0.000001 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.088014 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 111 components and 0.088014 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063760Jy sigma=0.075456 ! Fit after self-cal, rms=0.063769Jy sigma=0.075453 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.84712e-05 Jy ! Component: 100 - total flux cleaned = 2.85236e-05 Jy ! Component: 150 - total flux cleaned = 2.72402e-06 Jy ! Component: 200 - total flux cleaned = -5.09519e-06 Jy ! Total flux subtracted in 200 components = -5.09519e-06 Jy ! Clean residual min=-0.003276 max=0.002221 Jy/beam ! Clean residual mean=0.000001 rms=0.000722 Jy/beam ! Combined flux in latest and established models = 0.0880089 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 126 components and 0.0880089 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063767Jy sigma=0.075454 ! Fit after self-cal, rms=0.063770Jy sigma=0.075453 ! 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: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 ![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.063770Jy sigma=0.075453 ! Fit after self-cal, rms=0.063770Jy sigma=0.075453 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:MK self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1: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.063770Jy sigma=0.075453 ! Fit after self-cal, rms=0.063294Jy sigma=0.075449 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=2.798 mas, bmaj=18.47 mas, bpa=-23.27 degrees ! Estimated noise=18.6015 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.00138144 Jy ! Component: 100 - total flux cleaned = -0.00138724 Jy ! Component: 150 - total flux cleaned = -0.00121205 Jy ! Component: 200 - total flux cleaned = -0.00110765 Jy ! Total flux subtracted in 200 components = -0.00110765 Jy ! Clean residual min=-0.004246 max=0.003517 Jy/beam ! Clean residual mean=0.000001 rms=0.001010 Jy/beam ! Combined flux in latest and established models = 0.0869013 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 144 components and 0.0869013 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063284Jy sigma=0.075529 ! Fit after self-cal, rms=0.063291Jy sigma=0.075509 ! 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.614 mas, bmaj=20.76 mas, bpa=-21.84 degrees ! Estimated noise=9.58532 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.00118637 Jy ! Component: 100 - total flux cleaned = 0.0012296 Jy ! Component: 150 - total flux cleaned = 0.00124786 Jy ! Component: 200 - total flux cleaned = 0.00126484 Jy ! Component: 250 - total flux cleaned = 0.00127992 Jy ! Component: 300 - total flux cleaned = 0.00127997 Jy ! Component: 350 - total flux cleaned = 0.00129305 Jy ! Component: 400 - total flux cleaned = 0.00129286 Jy ! Total flux subtracted in 400 components = 0.00129286 Jy ! Clean residual min=-0.002721 max=0.002334 Jy/beam ! Clean residual mean=0.000002 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.0881941 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 163 components and 0.0881942 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063258Jy sigma=0.075450 ! Fit after self-cal, rms=0.063280Jy sigma=0.075448 ! 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 = -3.30421e-05 Jy ! Component: 100 - total flux cleaned = -3.29499e-05 Jy ! Component: 150 - total flux cleaned = -3.28426e-05 Jy ! Component: 200 - total flux cleaned = -2.22295e-05 Jy ! Component: 250 - total flux cleaned = -2.23684e-05 Jy ! Component: 300 - total flux cleaned = -1.2527e-05 Jy ! Component: 350 - total flux cleaned = -2.4685e-06 Jy ! Component: 400 - total flux cleaned = 6.56057e-06 Jy ! Total flux subtracted in 400 components = 6.56057e-06 Jy ! Clean residual min=-0.002683 max=0.002306 Jy/beam ! Clean residual mean=0.000002 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.0882007 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 172 components and 0.0882007 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063268Jy sigma=0.075441 ! Fit after self-cal, rms=0.063272Jy sigma=0.075440 ! 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.063272Jy sigma=0.075440 ! Fit after self-cal, rms=0.062939Jy sigma=0.075438 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.615 mas, bmaj=20.77 mas, bpa=-21.82 degrees ! Estimated noise=9.56064 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000179591 Jy ! Component: 100 - total flux cleaned = -0.000202536 Jy ! Component: 150 - total flux cleaned = -0.000181803 Jy ! Component: 200 - total flux cleaned = -0.000162423 Jy ! Component: 250 - total flux cleaned = -0.000152888 Jy ! Component: 300 - total flux cleaned = -0.00013389 Jy ! Component: 350 - total flux cleaned = -0.000124931 Jy ! Component: 400 - total flux cleaned = -0.000106929 Jy ! Total flux subtracted in 400 components = -0.000106929 Jy ! Clean residual min=-0.002654 max=0.002291 Jy/beam ! Clean residual mean=0.000002 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.0880938 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 182 components and 0.0880938 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062924Jy sigma=0.075435 ! Fit after self-cal, rms=0.062929Jy sigma=0.075435 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 = 1.18198e-05 Jy ! Component: 100 - total flux cleaned = 1.14917e-05 Jy ! Component: 150 - total flux cleaned = 2.03816e-05 Jy ! Component: 200 - total flux cleaned = 2.92828e-05 Jy ! Component: 250 - total flux cleaned = 3.78862e-05 Jy ! Component: 300 - total flux cleaned = 4.60994e-05 Jy ! Component: 350 - total flux cleaned = 6.27401e-05 Jy ! Component: 400 - total flux cleaned = 7.09817e-05 Jy ! Total flux subtracted in 400 components = 7.09817e-05 Jy ! Clean residual min=-0.002645 max=0.002287 Jy/beam ! Clean residual mean=0.000002 rms=0.000630 Jy/beam ! Combined flux in latest and established models = 0.0881648 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 184 components and 0.0881648 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062920Jy sigma=0.075431 ! Fit after self-cal, rms=0.062925Jy sigma=0.075431 ! 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.062925Jy sigma=0.075431 ! Fit after self-cal, rms=0.063162Jy sigma=0.075415 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.621 mas, bmaj=20.8 mas, bpa=-21.82 degrees ! Estimated noise=9.57198 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.79893e-05 Jy ! Component: 100 - total flux cleaned = 3.58625e-05 Jy ! Component: 150 - total flux cleaned = 2.57546e-05 Jy ! Component: 200 - total flux cleaned = 2.60832e-05 Jy ! Component: 250 - total flux cleaned = 2.62443e-05 Jy ! Component: 300 - total flux cleaned = 3.47025e-05 Jy ! Component: 350 - total flux cleaned = 4.293e-05 Jy ! Component: 400 - total flux cleaned = 5.88759e-05 Jy ! Total flux subtracted in 400 components = 5.88759e-05 Jy ! Clean residual min=-0.002655 max=0.002263 Jy/beam ! Clean residual mean=-0.000001 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.0882237 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 189 components and 0.0882237 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063150Jy sigma=0.075412 ! Fit after self-cal, rms=0.063159Jy sigma=0.075412 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 = -1.30858e-05 Jy ! Component: 100 - total flux cleaned = 3.64078e-06 Jy ! Component: 150 - total flux cleaned = 1.93179e-05 Jy ! Component: 200 - total flux cleaned = 3.45804e-05 Jy ! Component: 250 - total flux cleaned = 4.94292e-05 Jy ! Component: 300 - total flux cleaned = 5.66158e-05 Jy ! Component: 350 - total flux cleaned = 7.11634e-05 Jy ! Component: 400 - total flux cleaned = 8.53773e-05 Jy ! Total flux subtracted in 400 components = 8.53773e-05 Jy ! Clean residual min=-0.002647 max=0.002253 Jy/beam ! Clean residual mean=-0.000001 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.0883091 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 196 components and 0.0883091 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063152Jy sigma=0.075410 ! Fit after self-cal, rms=0.063155Jy sigma=0.075409 ! 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.063155Jy sigma=0.075409 ! Fit after self-cal, rms=0.065696Jy sigma=0.073584 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.071 mas, bmaj=38.62 mas, bpa=-7.016 degrees ! Estimated noise=10.4568 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000713566 Jy ! Component: 100 - total flux cleaned = 0.000840294 Jy ! Component: 150 - total flux cleaned = 0.000866639 Jy ! Component: 200 - total flux cleaned = 0.000896432 Jy ! Component: 250 - total flux cleaned = 0.000909498 Jy ! Component: 300 - total flux cleaned = 0.000932834 Jy ! Component: 350 - total flux cleaned = 0.000948788 Jy ! Component: 400 - total flux cleaned = 0.000958595 Jy ! Total flux subtracted in 400 components = 0.000958595 Jy ! Clean residual min=-0.003234 max=0.001961 Jy/beam ! Clean residual mean=-0.000006 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.0892677 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 217 components and 0.0892676 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065695Jy sigma=0.073563 ! Fit after self-cal, rms=0.065777Jy sigma=0.073529 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 = 4.47449e-06 Jy ! Component: 100 - total flux cleaned = -7.06234e-06 Jy ! Component: 150 - total flux cleaned = -1.93851e-06 Jy ! Component: 200 - total flux cleaned = -1.82029e-06 Jy ! Component: 250 - total flux cleaned = 7.38958e-06 Jy ! Component: 300 - total flux cleaned = 1.16221e-05 Jy ! Component: 350 - total flux cleaned = 1.98742e-05 Jy ! Component: 400 - total flux cleaned = 2.82475e-05 Jy ! Total flux subtracted in 400 components = 2.82475e-05 Jy ! Clean residual min=-0.003216 max=0.001974 Jy/beam ! Clean residual mean=-0.000007 rms=0.000722 Jy/beam ! Combined flux in latest and established models = 0.0892959 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 226 components and 0.0892959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065778Jy sigma=0.073529 ! Fit after self-cal, rms=0.065782Jy sigma=0.073528 ! 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.629 mas, bmaj=20.83 mas, bpa=-21.79 degrees ! Estimated noise=9.68362 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.629 x 20.83 at -21.79 degrees (North through East) ! Clean map min=-0.0026756 max=0.082185 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=2.794 mas, bmaj=18.51 mas, bpa=-23.23 degrees ! Estimated noise=18.6764 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0652093 Jy ! Component: 100 - total flux cleaned = 0.0798204 Jy ! Component: 150 - total flux cleaned = 0.0832874 Jy ! Component: 200 - total flux cleaned = 0.085127 Jy ! Component: 250 - total flux cleaned = 0.0864248 Jy ! Component: 300 - total flux cleaned = 0.0872697 Jy ! Component: 350 - total flux cleaned = 0.0875533 Jy ! Component: 400 - total flux cleaned = 0.0877422 Jy ! Total flux subtracted in 400 components = 0.0877422 Jy ! Clean residual min=-0.004114 max=0.004035 Jy/beam ! Clean residual mean=0.000002 rms=0.001053 Jy/beam ! Combined flux in latest and established models = 0.0877423 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 45 model components to the UV plane model. ! The established model now contains 45 components and 0.0877423 Jy ! Inverting map and beam ! Estimated beam: bmin=3.629 mas, bmaj=20.83 mas, bpa=-21.79 degrees ! Estimated noise=9.68362 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.00141722 Jy ! Component: 100 - total flux cleaned = 0.00137743 Jy ! Component: 150 - total flux cleaned = 0.00130166 Jy ! Component: 200 - total flux cleaned = 0.00130207 Jy ! Component: 250 - total flux cleaned = 0.00133007 Jy ! Component: 300 - total flux cleaned = 0.00135631 Jy ! Component: 350 - total flux cleaned = 0.00140319 Jy ! Component: 400 - total flux cleaned = 0.00142484 Jy ! Total flux subtracted in 400 components = 0.00142484 Jy ! Clean residual min=-0.002789 max=0.002225 Jy/beam ! Clean residual mean=-0.000002 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.0891671 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 84 components and 0.0891671 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=9.071 mas, bmaj=38.62 mas, bpa=-7.016 degrees ! Estimated noise=10.4568 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000160878 Jy ! Component: 100 - total flux cleaned = 0.000159572 Jy ! Component: 150 - total flux cleaned = 0.000159073 Jy ! Component: 200 - total flux cleaned = 0.000198713 Jy ! Component: 250 - total flux cleaned = 0.000211821 Jy ! Component: 300 - total flux cleaned = 0.000223743 Jy ! Component: 350 - total flux cleaned = 0.000239691 Jy ! Component: 400 - total flux cleaned = 0.000250401 Jy ! Total flux subtracted in 400 components = 0.000250401 Jy ! Clean residual min=-0.003268 max=0.001982 Jy/beam ! Clean residual mean=-0.000007 rms=0.000732 Jy/beam ! Combined flux in latest and established models = 0.0894175 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.57867e-05 Jy ! Component: 100 - total flux cleaned = 2.60889e-05 Jy ! Component: 150 - total flux cleaned = 4.13174e-05 Jy ! Component: 200 - total flux cleaned = 5.1288e-05 Jy ! Component: 250 - total flux cleaned = 6.13364e-05 Jy ! Component: 300 - total flux cleaned = 7.11601e-05 Jy ! Component: 350 - total flux cleaned = 8.09372e-05 Jy ! Component: 400 - total flux cleaned = 9.09026e-05 Jy ! Total flux subtracted in 400 components = 9.09026e-05 Jy ! Clean residual min=-0.003254 max=0.001982 Jy/beam ! Clean residual mean=-0.000008 rms=0.000730 Jy/beam ! Combined flux in latest and established models = 0.0895084 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 103 components and 0.0895084 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.629 mas, bmaj=20.83 mas, bpa=-21.79 degrees ! Estimated noise=9.68362 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000136988 Jy ! Component: 100 - total flux cleaned = -9.51855e-05 Jy ! Component: 150 - total flux cleaned = -9.50527e-05 Jy ! Component: 200 - total flux cleaned = -7.66746e-05 Jy ! Component: 250 - total flux cleaned = -7.62514e-05 Jy ! Component: 300 - total flux cleaned = -7.60609e-05 Jy ! Component: 350 - total flux cleaned = -5.90242e-05 Jy ! Component: 400 - total flux cleaned = -5.80736e-05 Jy ! Total flux subtracted in 400 components = -5.80736e-05 Jy ! Clean residual min=-0.002804 max=0.002193 Jy/beam ! Clean residual mean=-0.000003 rms=0.000648 Jy/beam ! Combined flux in latest and established models = 0.0894504 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 111 components and 0.0894504 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065871Jy sigma=0.073574 ! Fit after self-cal, rms=0.065810Jy sigma=0.073569 wmodel /scr/pima/rdv94_uvs/J0144-3938_S_map.mod ! Writing 111 model components to file: /scr/pima/rdv94_uvs/J0144-3938_S_map.mod wobs /scr/pima/rdv94_uvs/J0144-3938_S_uvs.fits ! Applying 1320 buffered edits. ! Writing UV FITS file: /scr/pima/rdv94_uvs/J0144-3938_S_uvs.fits wwins /scr/pima/rdv94_uvs/J0144-3938_S_map.win ! wwins: Wrote 1 windows to /scr/pima/rdv94_uvs/J0144-3938_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.00117561 Jy ! Component: 100 - total flux cleaned = -0.00196215 Jy ! Component: 150 - total flux cleaned = -0.00232532 Jy ! Component: 200 - total flux cleaned = -0.00243007 Jy ! Component: 250 - total flux cleaned = -0.00249563 Jy ! Component: 300 - total flux cleaned = -0.00261889 Jy ! Component: 350 - total flux cleaned = -0.00264803 Jy ! Component: 400 - total flux cleaned = -0.00259101 Jy ! Component: 450 - total flux cleaned = -0.00248202 Jy ! Component: 500 - total flux cleaned = -0.00243002 Jy ! Component: 550 - total flux cleaned = -0.00232793 Jy ! Component: 600 - total flux cleaned = -0.00225303 Jy ! Component: 650 - total flux cleaned = -0.00222853 Jy ! Component: 700 - total flux cleaned = -0.00218099 Jy ! Component: 750 - total flux cleaned = -0.00222772 Jy ! Component: 800 - total flux cleaned = -0.00225075 Jy ! Component: 850 - total flux cleaned = -0.0023185 Jy ! Component: 900 - total flux cleaned = -0.00240649 Jy ! Component: 950 - total flux cleaned = -0.00242789 Jy ! Component: 1000 - total flux cleaned = -0.0024063 Jy ! Component: 1050 - total flux cleaned = -0.00240642 Jy ! Component: 1100 - total flux cleaned = -0.00246824 Jy ! Component: 1150 - total flux cleaned = -0.0024075 Jy ! Component: 1200 - total flux cleaned = -0.00252794 Jy ! Component: 1250 - total flux cleaned = -0.00258729 Jy ! Component: 1300 - total flux cleaned = -0.00260676 Jy ! Component: 1350 - total flux cleaned = -0.00264548 Jy ! Component: 1400 - total flux cleaned = -0.00266444 Jy ! Component: 1450 - total flux cleaned = -0.00268311 Jy ! Component: 1500 - total flux cleaned = -0.00268338 Jy ! Component: 1550 - total flux cleaned = -0.00275678 Jy ! Component: 1600 - total flux cleaned = -0.00279302 Jy ! Component: 1650 - total flux cleaned = -0.00288276 Jy ! Component: 1700 - total flux cleaned = -0.00298926 Jy ! Component: 1750 - total flux cleaned = -0.0029716 Jy ! Component: 1800 - total flux cleaned = -0.00300646 Jy ! Component: 1850 - total flux cleaned = -0.00310969 Jy ! Component: 1900 - total flux cleaned = -0.00309265 Jy ! Component: 1950 - total flux cleaned = -0.00317738 Jy ! Component: 2000 - total flux cleaned = -0.00321069 Jy ! Component: 2050 - total flux cleaned = -0.00319405 Jy ! Component: 2100 - total flux cleaned = -0.00316088 Jy ! Component: 2150 - total flux cleaned = -0.00316086 Jy ! Component: 2200 - total flux cleaned = -0.00311194 Jy ! Component: 2250 - total flux cleaned = -0.00311182 Jy ! Component: 2300 - total flux cleaned = -0.00312795 Jy ! Component: 2350 - total flux cleaned = -0.00314403 Jy ! Component: 2400 - total flux cleaned = -0.00319176 Jy ! Component: 2450 - total flux cleaned = -0.00319182 Jy ! Component: 2500 - total flux cleaned = -0.00319175 Jy ! Component: 2550 - total flux cleaned = -0.00319172 Jy ! Component: 2600 - total flux cleaned = -0.00320729 Jy ! Component: 2650 - total flux cleaned = -0.00312977 Jy ! Component: 2700 - total flux cleaned = -0.00308361 Jy ! Component: 2750 - total flux cleaned = -0.00306829 Jy ! Component: 2800 - total flux cleaned = -0.00306833 Jy ! Component: 2850 - total flux cleaned = -0.00303776 Jy ! Component: 2900 - total flux cleaned = -0.00299234 Jy ! Component: 2950 - total flux cleaned = -0.00291706 Jy ! Component: 3000 - total flux cleaned = -0.00291715 Jy ! Component: 3050 - total flux cleaned = -0.00291726 Jy ! Component: 3100 - total flux cleaned = -0.00296199 Jy ! Component: 3150 - total flux cleaned = -0.00296198 Jy ! Component: 3200 - total flux cleaned = -0.00302132 Jy ! Component: 3250 - total flux cleaned = -0.00296213 Jy ! Component: 3300 - total flux cleaned = -0.00300642 Jy ! Component: 3350 - total flux cleaned = -0.0030211 Jy ! Component: 3400 - total flux cleaned = -0.00303578 Jy ! Component: 3450 - total flux cleaned = -0.00306515 Jy ! Component: 3500 - total flux cleaned = -0.00307987 Jy ! Component: 3550 - total flux cleaned = -0.003153 Jy ! Component: 3600 - total flux cleaned = -0.00318226 Jy ! Component: 3650 - total flux cleaned = -0.00319687 Jy ! Component: 3700 - total flux cleaned = -0.00319687 Jy ! Component: 3750 - total flux cleaned = -0.00324065 Jy ! Component: 3800 - total flux cleaned = -0.0032844 Jy ! Component: 3850 - total flux cleaned = -0.00328433 Jy ! Component: 3900 - total flux cleaned = -0.00334256 Jy ! Component: 3950 - total flux cleaned = -0.00340066 Jy ! Component: 4000 - total flux cleaned = -0.00340068 Jy ! Component: 4050 - total flux cleaned = -0.00347353 Jy ! Total flux subtracted in 4096 components = -0.00353178 Jy ! Clean residual min=-0.000830 max=0.000768 Jy/beam ! Clean residual mean=0.000001 rms=0.000275 Jy/beam ! Combined flux in latest and established models = 0.0859186 Jy keep ! Adding 259 model components to the UV plane model. ! The established model now contains 370 components and 0.0859186 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv94_uvs/J0144-3938_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.629 x 20.83 at -21.79 degrees (North through East) ! Clean map min=-0.0025622 max=0.078349 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv94_uvs/J0144-3938_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.0783 rms= 0.00026 Jy quit ! Quitting program ! Log file /scr/pima/rdv94_uvs/J0144-3938_S_uvs.log closed on Tue Oct 8 12:10:08 2013