! Started logfile: /scr/pima/rdv94_uvs/J0031-3922_S_uvs.log on Tue Oct 8 12:08:41 2013 obs /scr/pima/rdv94_uvs/J0031-3922_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv94_uvs/J0031-3922_S_uva.fits ! AN table 1: 22 integrations on 10 of 10 possible baselines. ! AN table 2: 22 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.88 visibilities/baseline/integration-bin. ! Found source: J0031-3922 ! ! 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 1936 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/J0031-3922_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:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 2:FD 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.007012Jy sigma=1.158768 ! Fit after self-cal, rms=0.939786Jy sigma=1.069433 ! 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.523 mas, bmaj=28.14 mas, bpa=-16.07 degrees ! Estimated noise=28.1324 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.0478493 Jy ! Component: 100 - total flux cleaned = 0.062264 Jy ! Total flux subtracted in 100 components = 0.062264 Jy ! Clean residual min=-0.006375 max=0.006094 Jy/beam ! Clean residual mean=-0.000049 rms=0.001916 Jy/beam ! Combined flux in latest and established models = 0.062264 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 26 components and 0.062264 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056973Jy sigma=0.058471 ! Fit after self-cal, rms=0.056685Jy sigma=0.058206 ! 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=5.13 mas, bmaj=31.93 mas, bpa=-15.25 degrees ! Estimated noise=15.1052 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.00798672 Jy ! Component: 100 - total flux cleaned = 0.0116341 Jy ! Component: 150 - total flux cleaned = 0.0136675 Jy ! Component: 200 - total flux cleaned = 0.0147673 Jy ! Total flux subtracted in 200 components = 0.0147673 Jy ! Clean residual min=-0.004604 max=0.004995 Jy/beam ! Clean residual mean=0.000036 rms=0.001368 Jy/beam ! Combined flux in latest and established models = 0.0770313 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 64 components and 0.0770313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055936Jy sigma=0.056584 ! Fit after self-cal, rms=0.055994Jy sigma=0.056563 ! 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.02 KP 1.06 LA 1.22 NL 1.18 ! OV 0.92 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.90 KP 1.07 LA 1.17 MK 0.98 ! NL 1.26 OV 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.15 KP 1.17 LA 1.14 NL 1.10 ! OV 0.98 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.12 KP 1.08 LA 1.05 MK 0.84 ! NL 1.08 OV 0.94 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.17 KP 0.97 LA 0.87 NL 0.97 ! OV 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.09 KP 1.04 LA 0.88 MK 1.02 ! NL 1.03 OV 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.18 KP 0.99 LA 0.76 NL 0.96 ! OV 0.73 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.96 KP 0.94 LA 0.76 MK 1.13 ! NL 1.05 OV 0.87 ! ! ! Fit before self-cal, rms=0.055994Jy sigma=0.056563 ! Fit after self-cal, rms=0.054707Jy sigma=0.054213 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.107 mas, bmaj=31.66 mas, bpa=-15.3 degrees ! Estimated noise=14.8743 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.000862694 Jy ! Component: 100 - total flux cleaned = 0.00100261 Jy ! Component: 150 - total flux cleaned = 0.001064 Jy ! Component: 200 - total flux cleaned = 0.00108994 Jy ! Total flux subtracted in 200 components = 0.00108994 Jy ! Clean residual min=-0.002637 max=0.002798 Jy/beam ! Clean residual mean=0.000007 rms=0.000797 Jy/beam ! Combined flux in latest and established models = 0.0781213 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 76 components and 0.0781213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054663Jy sigma=0.054163 ! Fit after self-cal, rms=0.054833Jy sigma=0.054077 ! 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.054833Jy sigma=0.054077 ! Fit after self-cal, rms=0.054428Jy sigma=0.054063 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.076 mas, bmaj=31.49 mas, bpa=-15.32 degrees ! Estimated noise=14.8398 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000612983 Jy ! Component: 100 - total flux cleaned = 0.000737342 Jy ! Component: 150 - total flux cleaned = 0.000710451 Jy ! Component: 200 - total flux cleaned = 0.000687873 Jy ! Total flux subtracted in 200 components = 0.000687873 Jy ! Clean residual min=-0.002499 max=0.002654 Jy/beam ! Clean residual mean=0.000008 rms=0.000764 Jy/beam ! Combined flux in latest and established models = 0.0788091 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 85 components and 0.0788091 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054397Jy sigma=0.054024 ! Fit after self-cal, rms=0.054436Jy sigma=0.054020 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.34651e-05 Jy ! Component: 100 - total flux cleaned = -5.57479e-05 Jy ! Component: 150 - total flux cleaned = -9.69761e-05 Jy ! Component: 200 - total flux cleaned = -0.000132921 Jy ! Total flux subtracted in 200 components = -0.000132921 Jy ! Clean residual min=-0.002464 max=0.002566 Jy/beam ! Clean residual mean=0.000009 rms=0.000752 Jy/beam ! Combined flux in latest and established models = 0.0786762 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 90 components and 0.0786762 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054419Jy sigma=0.054000 ! Fit after self-cal, rms=0.054431Jy sigma=0.053998 ! 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.054431Jy sigma=0.053998 ! Fit after self-cal, rms=0.053759Jy sigma=0.053991 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.055 mas, bmaj=31.31 mas, bpa=-15.31 degrees ! Estimated noise=14.7637 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000286321 Jy ! Component: 100 - total flux cleaned = 0.000472232 Jy ! Component: 150 - total flux cleaned = 0.000451923 Jy ! Component: 200 - total flux cleaned = 0.000451595 Jy ! Total flux subtracted in 200 components = 0.000451595 Jy ! Clean residual min=-0.002328 max=0.002450 Jy/beam ! Clean residual mean=0.000009 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.0791278 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 103 components and 0.0791278 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053741Jy sigma=0.053968 ! Fit after self-cal, rms=0.053759Jy sigma=0.053967 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.75781e-05 Jy ! Component: 100 - total flux cleaned = -4.42514e-05 Jy ! Component: 150 - total flux cleaned = -4.41447e-05 Jy ! Component: 200 - total flux cleaned = -5.7506e-05 Jy ! Total flux subtracted in 200 components = -5.7506e-05 Jy ! Clean residual min=-0.002315 max=0.002395 Jy/beam ! Clean residual mean=0.000009 rms=0.000712 Jy/beam ! Combined flux in latest and established models = 0.0790703 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 110 components and 0.0790703 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053750Jy sigma=0.053955 ! Fit after self-cal, rms=0.053755Jy sigma=0.053954 ! 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.053755Jy sigma=0.053954 ! Fit after self-cal, rms=0.053219Jy sigma=0.053949 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.32 mas, bmaj=40.54 mas, bpa=-5.898 degrees ! Estimated noise=14.4954 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000219818 Jy ! Component: 100 - total flux cleaned = 0.000325092 Jy ! Component: 150 - total flux cleaned = 0.000354604 Jy ! Component: 200 - total flux cleaned = 0.000355116 Jy ! Total flux subtracted in 200 components = 0.000355116 Jy ! Clean residual min=-0.002324 max=0.002316 Jy/beam ! Clean residual mean=0.000009 rms=0.000725 Jy/beam ! Combined flux in latest and established models = 0.0794254 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 123 components and 0.0794254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053211Jy sigma=0.053934 ! Fit after self-cal, rms=0.053217Jy sigma=0.053933 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 = 7.37548e-05 Jy ! Component: 100 - total flux cleaned = 7.5926e-05 Jy ! Component: 150 - total flux cleaned = 5.38934e-05 Jy ! Component: 200 - total flux cleaned = 3.35119e-05 Jy ! Total flux subtracted in 200 components = 3.35119e-05 Jy ! Clean residual min=-0.002303 max=0.002269 Jy/beam ! Clean residual mean=0.000011 rms=0.000715 Jy/beam ! Combined flux in latest and established models = 0.0794589 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 128 components and 0.0794589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053214Jy sigma=0.053925 ! Fit after self-cal, rms=0.053215Jy sigma=0.053925 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for VLBA stations ===" ! === Finished amplitude self-cal for VLBA stations === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. integer lun lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_selfant_process.csh /tmp/ff.ff" ![@/tmp/ff.ff] selfant 1:FD,true ! 1:FD self-cal status=fixed weight=1 selfant 1:KP,true ! 1:KP self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA self-cal status=fixed weight=1 selfant 1:NL,true ! 1:NL self-cal status=fixed weight=1 selfant 1:OV,true ! 1:OV self-cal status=fixed weight=1 selfant 2:FD,true ! 2:FD 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.053215Jy sigma=0.053925 ! Fit after self-cal, rms=0.053215Jy sigma=0.053925 selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 2:FD 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.053215Jy sigma=0.053925 ! Fit after self-cal, rms=0.052570Jy sigma=0.053921 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.466 mas, bmaj=27.22 mas, bpa=-16.12 degrees ! Estimated noise=26.9257 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.00263365 Jy ! Component: 100 - total flux cleaned = 0.00334227 Jy ! Component: 150 - total flux cleaned = 0.00328848 Jy ! Component: 200 - total flux cleaned = 0.00315245 Jy ! Total flux subtracted in 200 components = 0.00315245 Jy ! Clean residual min=-0.003822 max=0.004038 Jy/beam ! Clean residual mean=-0.000034 rms=0.001020 Jy/beam ! Combined flux in latest and established models = 0.0826114 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 139 components and 0.0826114 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052608Jy sigma=0.053945 ! Fit after self-cal, rms=0.052613Jy sigma=0.053933 ! 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=4.988 mas, bmaj=31.01 mas, bpa=-15.35 degrees ! Estimated noise=14.5931 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.00119076 Jy ! Component: 100 - total flux cleaned = -0.00180502 Jy ! Component: 150 - total flux cleaned = -0.00216865 Jy ! Component: 200 - total flux cleaned = -0.00234125 Jy ! Component: 250 - total flux cleaned = -0.00244013 Jy ! Component: 300 - total flux cleaned = -0.00248412 Jy ! Component: 350 - total flux cleaned = -0.00249441 Jy ! Component: 400 - total flux cleaned = -0.0025042 Jy ! Total flux subtracted in 400 components = -0.0025042 Jy ! Clean residual min=-0.002028 max=0.002292 Jy/beam ! Clean residual mean=0.000012 rms=0.000652 Jy/beam ! Combined flux in latest and established models = 0.0801072 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 177 components and 0.0801072 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052574Jy sigma=0.053895 ! Fit after self-cal, rms=0.052577Jy sigma=0.053893 ! 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) ! Added new window around map position (-56.5, 60). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000760696 Jy ! Component: 100 - total flux cleaned = 0.0010824 Jy ! Component: 150 - total flux cleaned = 0.00108868 Jy ! Component: 200 - total flux cleaned = 0.00109228 Jy ! Component: 250 - total flux cleaned = 0.000942939 Jy ! Component: 300 - total flux cleaned = 0.000810085 Jy ! Component: 350 - total flux cleaned = 0.000660853 Jy ! Component: 400 - total flux cleaned = 0.00057755 Jy ! Total flux subtracted in 400 components = 0.00057755 Jy ! Clean residual min=-0.001632 max=0.001703 Jy/beam ! Clean residual mean=0.000001 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.0806847 Jy ! Performing phase self-cal ! Adding 79 model components to the UV plane model. ! The established model now contains 256 components and 0.0806847 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052346Jy sigma=0.053710 ! Fit after self-cal, rms=0.052387Jy sigma=0.053682 ! Inverting map ! Added new window around map position (125.5, 87). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000309646 Jy ! Component: 100 - total flux cleaned = 0.000312963 Jy ! Component: 150 - total flux cleaned = 0.000230296 Jy ! Component: 200 - total flux cleaned = 0.000153775 Jy ! Component: 250 - total flux cleaned = -2.23803e-05 Jy ! Component: 300 - total flux cleaned = -0.0002465 Jy ! Component: 350 - total flux cleaned = -0.000334128 Jy ! Component: 400 - total flux cleaned = -0.000362382 Jy ! Total flux subtracted in 400 components = -0.000362382 Jy ! Clean residual min=-0.001508 max=0.001447 Jy/beam ! Clean residual mean=-0.000004 rms=0.000318 Jy/beam ! Combined flux in latest and established models = 0.0803223 Jy ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 316 components and 0.0803224 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052194Jy sigma=0.053570 ! Fit after self-cal, rms=0.052196Jy sigma=0.053550 ! 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.052196Jy sigma=0.053550 ! Fit after self-cal, rms=0.051819Jy sigma=0.053539 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.97 mas, bmaj=30.92 mas, bpa=-15.36 degrees ! Estimated noise=14.5257 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000197777 Jy ! Component: 100 - total flux cleaned = 0.00027467 Jy ! Component: 150 - total flux cleaned = 0.000307058 Jy ! Component: 200 - total flux cleaned = 0.000335113 Jy ! Component: 250 - total flux cleaned = 0.000307739 Jy ! Component: 300 - total flux cleaned = 0.000282109 Jy ! Component: 350 - total flux cleaned = 0.000306295 Jy ! Component: 400 - total flux cleaned = 0.000306678 Jy ! Total flux subtracted in 400 components = 0.000306678 Jy ! Clean residual min=-0.001312 max=0.001301 Jy/beam ! Clean residual mean=-0.000003 rms=0.000283 Jy/beam ! Combined flux in latest and established models = 0.080629 Jy selfcal ! Performing phase self-cal ! Adding 78 model components to the UV plane model. ! The established model now contains 376 components and 0.080629 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051717Jy sigma=0.053492 ! Fit after self-cal, rms=0.051732Jy sigma=0.053485 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.09205e-05 Jy ! Component: 100 - total flux cleaned = 3.84656e-05 Jy ! Component: 150 - total flux cleaned = -8.59518e-06 Jy ! Component: 200 - total flux cleaned = -3.22791e-05 Jy ! Component: 250 - total flux cleaned = -7.65526e-05 Jy ! Component: 300 - total flux cleaned = -7.62531e-05 Jy ! Component: 350 - total flux cleaned = -7.64655e-05 Jy ! Component: 400 - total flux cleaned = -5.74095e-05 Jy ! Total flux subtracted in 400 components = -5.74095e-05 Jy ! Clean residual min=-0.001332 max=0.001181 Jy/beam ! Clean residual mean=-0.000002 rms=0.000276 Jy/beam ! Combined flux in latest and established models = 0.0805716 Jy ! Performing phase self-cal ! Adding 82 model components to the UV plane model. ! The established model now contains 431 components and 0.0805716 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051671Jy sigma=0.053460 ! Fit after self-cal, rms=0.051681Jy sigma=0.053457 ! 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.051681Jy sigma=0.053457 ! Fit after self-cal, rms=0.051613Jy sigma=0.053451 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.945 mas, bmaj=30.85 mas, bpa=-15.39 degrees ! Estimated noise=14.4901 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000137639 Jy ! Component: 100 - total flux cleaned = -8.86395e-05 Jy ! Component: 150 - total flux cleaned = -0.000110614 Jy ! Component: 200 - total flux cleaned = -6.83209e-05 Jy ! Component: 250 - total flux cleaned = -7.94148e-06 Jy ! Component: 300 - total flux cleaned = 6.94722e-05 Jy ! Component: 350 - total flux cleaned = 0.000106773 Jy ! Component: 400 - total flux cleaned = 0.000124911 Jy ! Total flux subtracted in 400 components = 0.000124911 Jy ! Clean residual min=-0.001204 max=0.001104 Jy/beam ! Clean residual mean=-0.000001 rms=0.000262 Jy/beam ! Combined flux in latest and established models = 0.0806965 Jy selfcal ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 464 components and 0.0806965 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051560Jy sigma=0.053430 ! Fit after self-cal, rms=0.051566Jy sigma=0.053428 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 = -7.41471e-05 Jy ! Component: 100 - total flux cleaned = -3.50134e-05 Jy ! Component: 150 - total flux cleaned = 2.3904e-06 Jy ! Component: 200 - total flux cleaned = 5.659e-05 Jy ! Component: 250 - total flux cleaned = 0.000126218 Jy ! Component: 300 - total flux cleaned = 0.000160265 Jy ! Component: 350 - total flux cleaned = 0.000226525 Jy ! Component: 400 - total flux cleaned = 0.000242551 Jy ! Total flux subtracted in 400 components = 0.000242551 Jy ! Clean residual min=-0.001255 max=0.001041 Jy/beam ! Clean residual mean=-0.000001 rms=0.000257 Jy/beam ! Combined flux in latest and established models = 0.0809391 Jy ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 494 components and 0.0809391 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051529Jy sigma=0.053414 ! Fit after self-cal, rms=0.051534Jy sigma=0.053412 ! 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.051534Jy sigma=0.053412 ! Fit after self-cal, rms=0.059131Jy sigma=0.051182 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.29 mas, bmaj=40.29 mas, bpa=-5.792 degrees ! Estimated noise=14.8829 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00142475 Jy ! Component: 100 - total flux cleaned = 0.00174058 Jy ! Component: 150 - total flux cleaned = 0.00176772 Jy ! Component: 200 - total flux cleaned = 0.00171984 Jy ! Component: 250 - total flux cleaned = 0.00163087 Jy ! Component: 300 - total flux cleaned = 0.0015892 Jy ! Component: 350 - total flux cleaned = 0.00152888 Jy ! Component: 400 - total flux cleaned = 0.0014709 Jy ! Total flux subtracted in 400 components = 0.0014709 Jy ! Clean residual min=-0.000909 max=0.000952 Jy/beam ! Clean residual mean=-0.000001 rms=0.000244 Jy/beam ! Combined flux in latest and established models = 0.08241 Jy selfcal ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 556 components and 0.0824099 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059033Jy sigma=0.051102 ! Fit after self-cal, rms=0.059320Jy sigma=0.050989 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 (-122, -46). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000363916 Jy ! Component: 100 - total flux cleaned = 0.000357432 Jy ! Component: 150 - total flux cleaned = 0.000491489 Jy ! Component: 200 - total flux cleaned = 0.000541089 Jy ! Component: 250 - total flux cleaned = 0.00056204 Jy ! Component: 300 - total flux cleaned = 0.000541744 Jy ! Component: 350 - total flux cleaned = 0.000562619 Jy ! Component: 400 - total flux cleaned = 0.000582095 Jy ! Total flux subtracted in 400 components = 0.000582095 Jy ! Clean residual min=-0.000974 max=0.000740 Jy/beam ! Clean residual mean=0.000006 rms=0.000194 Jy/beam ! Combined flux in latest and established models = 0.082992 Jy ! Performing phase self-cal ! Adding 72 model components to the UV plane model. ! The established model now contains 626 components and 0.0829921 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059223Jy sigma=0.050954 ! Fit after self-cal, rms=0.059195Jy sigma=0.050947 ! 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=4.915 mas, bmaj=30.83 mas, bpa=-15.44 degrees ! Estimated noise=14.9554 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.915 x 30.83 at -15.44 degrees (North through East) ! Clean map min=-0.0039737 max=0.061294 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.406 mas, bmaj=27.33 mas, bpa=-16.13 degrees ! Estimated noise=27.0587 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0460229 Jy ! Component: 100 - total flux cleaned = 0.0592314 Jy ! Component: 150 - total flux cleaned = 0.0626759 Jy ! Component: 200 - total flux cleaned = 0.061662 Jy ! Component: 250 - total flux cleaned = 0.0602741 Jy ! Component: 300 - total flux cleaned = 0.0578518 Jy ! Component: 350 - total flux cleaned = 0.0564948 Jy ! Component: 400 - total flux cleaned = 0.0551757 Jy ! Total flux subtracted in 400 components = 0.0551757 Jy ! Clean residual min=-0.003601 max=0.003222 Jy/beam ! Clean residual mean=-0.000033 rms=0.000951 Jy/beam ! Combined flux in latest and established models = 0.0551758 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 94 model components to the UV plane model. ! The established model now contains 94 components and 0.0551758 Jy ! Inverting map and beam ! Estimated beam: bmin=4.915 mas, bmaj=30.83 mas, bpa=-15.44 degrees ! Estimated noise=14.9554 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.000501946 Jy ! Component: 100 - total flux cleaned = -0.000135687 Jy ! Component: 150 - total flux cleaned = -0.000699488 Jy ! Component: 200 - total flux cleaned = -0.000875488 Jy ! Component: 250 - total flux cleaned = -0.00095168 Jy ! Component: 300 - total flux cleaned = -0.000946324 Jy ! Component: 350 - total flux cleaned = -0.000751879 Jy ! Component: 400 - total flux cleaned = -0.000693799 Jy ! Total flux subtracted in 400 components = -0.000693799 Jy ! Clean residual min=-0.001875 max=0.001603 Jy/beam ! Clean residual mean=-0.000008 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.054482 Jy ! Adding 66 model components to the UV plane model. ! The established model now contains 159 components and 0.054482 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=10.29 mas, bmaj=40.29 mas, bpa=-5.792 degrees ! Estimated noise=14.8829 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000118068 Jy ! Component: 100 - total flux cleaned = 7.48386e-05 Jy ! Component: 150 - total flux cleaned = 0.000475552 Jy ! Component: 200 - total flux cleaned = 0.000839616 Jy ! Component: 250 - total flux cleaned = 0.00128787 Jy ! Component: 300 - total flux cleaned = 0.00181628 Jy ! Component: 350 - total flux cleaned = 0.00225093 Jy ! Component: 400 - total flux cleaned = 0.0026301 Jy ! Total flux subtracted in 400 components = 0.0026301 Jy ! Clean residual min=-0.001287 max=0.000999 Jy/beam ! Clean residual mean=-0.000000 rms=0.000343 Jy/beam ! Combined flux in latest and established models = 0.0571121 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.000358207 Jy ! Component: 100 - total flux cleaned = 0.000584618 Jy ! Component: 150 - total flux cleaned = 0.000882925 Jy ! Component: 200 - total flux cleaned = 0.00103915 Jy ! Component: 250 - total flux cleaned = 0.00128813 Jy ! Component: 300 - total flux cleaned = 0.00150571 Jy ! Component: 350 - total flux cleaned = 0.00176358 Jy ! Component: 400 - total flux cleaned = 0.00199089 Jy ! Total flux subtracted in 400 components = 0.00199089 Jy ! Clean residual min=-0.001185 max=0.000795 Jy/beam ! Clean residual mean=0.000002 rms=0.000262 Jy/beam ! Combined flux in latest and established models = 0.059103 Jy ! Adding 182 model components to the UV plane model. ! The established model now contains 332 components and 0.059103 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.915 mas, bmaj=30.83 mas, bpa=-15.44 degrees ! Estimated noise=14.9554 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000260136 Jy ! Component: 100 - total flux cleaned = -0.000399057 Jy ! Component: 150 - total flux cleaned = -0.000460714 Jy ! Component: 200 - total flux cleaned = -0.000460941 Jy ! Component: 250 - total flux cleaned = -0.000546382 Jy ! Component: 300 - total flux cleaned = -0.000573075 Jy ! Component: 350 - total flux cleaned = -0.000494207 Jy ! Component: 400 - total flux cleaned = -0.000469325 Jy ! Total flux subtracted in 400 components = -0.000469325 Jy ! Clean residual min=-0.001161 max=0.000958 Jy/beam ! Clean residual mean=0.000003 rms=0.000263 Jy/beam ! Combined flux in latest and established models = 0.0586336 Jy selfcal ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 394 components and 0.0586336 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059033Jy sigma=0.050938 ! Fit after self-cal, rms=0.058951Jy sigma=0.050907 wmodel /scr/pima/rdv94_uvs/J0031-3922_S_map.mod ! Writing 394 model components to file: /scr/pima/rdv94_uvs/J0031-3922_S_map.mod wobs /scr/pima/rdv94_uvs/J0031-3922_S_uvs.fits ! Applying 1100 buffered edits. ! Writing UV FITS file: /scr/pima/rdv94_uvs/J0031-3922_S_uvs.fits wwins /scr/pima/rdv94_uvs/J0031-3922_S_map.win ! wwins: Wrote 4 windows to /scr/pima/rdv94_uvs/J0031-3922_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.000378817 Jy ! Component: 100 - total flux cleaned = -0.000361907 Jy ! Component: 150 - total flux cleaned = -0.000361667 Jy ! Component: 200 - total flux cleaned = -0.000346624 Jy ! Component: 250 - total flux cleaned = -0.000289924 Jy ! Component: 300 - total flux cleaned = -0.000262806 Jy ! Component: 350 - total flux cleaned = -0.000223107 Jy ! Component: 400 - total flux cleaned = -0.000223149 Jy ! Component: 450 - total flux cleaned = -0.000310411 Jy ! Component: 500 - total flux cleaned = -0.0003346 Jy ! Component: 550 - total flux cleaned = -0.000406207 Jy ! Component: 600 - total flux cleaned = -0.000429433 Jy ! Component: 650 - total flux cleaned = -0.000463925 Jy ! Component: 700 - total flux cleaned = -0.000486598 Jy ! Component: 750 - total flux cleaned = -0.000542362 Jy ! Component: 800 - total flux cleaned = -0.000575254 Jy ! Component: 850 - total flux cleaned = -0.000564417 Jy ! Component: 900 - total flux cleaned = -0.000532261 Jy ! Component: 950 - total flux cleaned = -0.000490015 Jy ! Component: 1000 - total flux cleaned = -0.000448127 Jy ! Component: 1050 - total flux cleaned = -0.000375679 Jy ! Component: 1100 - total flux cleaned = -0.000334607 Jy ! Component: 1150 - total flux cleaned = -0.000293732 Jy ! Component: 1200 - total flux cleaned = -0.000222924 Jy ! Component: 1250 - total flux cleaned = -0.000202915 Jy ! Component: 1300 - total flux cleaned = -0.000183037 Jy ! Component: 1350 - total flux cleaned = -0.000143305 Jy ! Component: 1400 - total flux cleaned = -0.000143303 Jy ! Component: 1450 - total flux cleaned = -9.42341e-05 Jy ! Component: 1500 - total flux cleaned = -3.55536e-05 Jy ! Component: 1550 - total flux cleaned = 4.25478e-05 Jy ! Component: 1600 - total flux cleaned = 9.12919e-05 Jy ! Component: 1650 - total flux cleaned = 0.000149736 Jy ! Component: 1700 - total flux cleaned = 0.000227584 Jy ! Component: 1750 - total flux cleaned = 0.000334458 Jy ! Component: 1800 - total flux cleaned = 0.000392688 Jy ! Component: 1850 - total flux cleaned = 0.000480174 Jy ! Component: 1900 - total flux cleaned = 0.000557985 Jy ! Component: 1950 - total flux cleaned = 0.000645704 Jy ! Component: 2000 - total flux cleaned = 0.000713976 Jy ! Component: 2050 - total flux cleaned = 0.00075303 Jy ! Component: 2100 - total flux cleaned = 0.000792115 Jy ! Component: 2150 - total flux cleaned = 0.00086077 Jy ! Component: 2200 - total flux cleaned = 0.000919736 Jy ! Component: 2250 - total flux cleaned = 0.000988729 Jy ! Component: 2300 - total flux cleaned = 0.00104805 Jy ! Component: 2350 - total flux cleaned = 0.0011076 Jy ! Component: 2400 - total flux cleaned = 0.00114744 Jy ! Component: 2450 - total flux cleaned = 0.0011775 Jy ! Component: 2500 - total flux cleaned = 0.00122771 Jy ! Component: 2550 - total flux cleaned = 0.00127809 Jy ! Component: 2600 - total flux cleaned = 0.0012983 Jy ! Component: 2650 - total flux cleaned = 0.00134929 Jy ! Component: 2700 - total flux cleaned = 0.00137999 Jy ! Component: 2750 - total flux cleaned = 0.00141083 Jy ! Component: 2800 - total flux cleaned = 0.0014418 Jy ! Component: 2850 - total flux cleaned = 0.00150411 Jy ! Component: 2900 - total flux cleaned = 0.00155644 Jy ! Component: 2950 - total flux cleaned = 0.00158789 Jy ! Component: 3000 - total flux cleaned = 0.00164059 Jy ! Component: 3050 - total flux cleaned = 0.00169361 Jy ! Component: 3100 - total flux cleaned = 0.00175768 Jy ! Component: 3150 - total flux cleaned = 0.00181137 Jy ! Component: 3200 - total flux cleaned = 0.00188709 Jy ! Component: 3250 - total flux cleaned = 0.00194171 Jy ! Component: 3300 - total flux cleaned = 0.00199665 Jy ! Component: 3350 - total flux cleaned = 0.00205188 Jy ! Component: 3400 - total flux cleaned = 0.00213025 Jy ! Component: 3450 - total flux cleaned = 0.0021642 Jy ! Component: 3500 - total flux cleaned = 0.00222132 Jy ! Component: 3550 - total flux cleaned = 0.00225592 Jy ! Component: 3600 - total flux cleaned = 0.00232601 Jy ! Component: 3650 - total flux cleaned = 0.00236145 Jy ! Component: 3700 - total flux cleaned = 0.00239733 Jy ! Component: 3750 - total flux cleaned = 0.00245778 Jy ! Component: 3800 - total flux cleaned = 0.00250677 Jy ! Component: 3850 - total flux cleaned = 0.00253149 Jy ! Component: 3900 - total flux cleaned = 0.00255658 Jy ! Component: 3950 - total flux cleaned = 0.00258178 Jy ! Component: 4000 - total flux cleaned = 0.00263305 Jy ! Component: 4050 - total flux cleaned = 0.00267194 Jy ! Total flux subtracted in 4096 components = 0.00271148 Jy ! Clean residual min=-0.000760 max=0.000729 Jy/beam ! Clean residual mean=0.000003 rms=0.000248 Jy/beam ! Combined flux in latest and established models = 0.0613451 Jy keep ! Adding 216 model components to the UV plane model. ! The established model now contains 608 components and 0.0613451 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv94_uvs/J0031-3922_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.915 x 30.83 at -15.44 degrees (North through East) ! Clean map min=-0.0042013 max=0.057565 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv94_uvs/J0031-3922_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.0575 rms= 0.00026 Jy quit ! Quitting program ! Log file /scr/pima/rdv94_uvs/J0031-3922_S_uvs.log closed on Tue Oct 8 12:08:48 2013