! Started logfile: /scr/pima/rdv94_uvs/J0322-1312_X_uvs.log on Tue Oct 8 12:11:04 2013 obs /scr/pima/rdv94_uvs/J0322-1312_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv94_uvs/J0322-1312_X_uva.fits ! AN table 1: 44 integrations on 28 of 28 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0322-1312 ! ! 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/J0322-1312_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: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.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.007711Jy sigma=1.127506 ! Fit after self-cal, rms=0.929659Jy sigma=1.039810 ! 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.7173 mas, bmaj=3.172 mas, bpa=-18.35 degrees ! Estimated noise=13.6217 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.0571801 Jy ! Component: 100 - total flux cleaned = 0.0701226 Jy ! Total flux subtracted in 100 components = 0.0701226 Jy ! Clean residual min=-0.005541 max=0.005019 Jy/beam ! Clean residual mean=0.000004 rms=0.001310 Jy/beam ! Combined flux in latest and established models = 0.0701226 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0701226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071564Jy sigma=0.074015 ! Fit after self-cal, rms=0.070988Jy sigma=0.073365 ! 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=0.9028 mas, bmaj=3.382 mas, bpa=-16.98 degrees ! Estimated noise=9.14151 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.00515577 Jy ! Component: 100 - total flux cleaned = 0.00786567 Jy ! Component: 150 - total flux cleaned = 0.00911093 Jy ! Component: 200 - total flux cleaned = 0.00935434 Jy ! Total flux subtracted in 200 components = 0.00935434 Jy ! Clean residual min=-0.003664 max=0.003323 Jy/beam ! Clean residual mean=0.000008 rms=0.000959 Jy/beam ! Combined flux in latest and established models = 0.0794769 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 27 components and 0.0794769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070598Jy sigma=0.072947 ! Fit after self-cal, rms=0.070605Jy sigma=0.072927 ! 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.94 FD 0.90 HN 0.86 KP 1.00 ! LA 1.08 MK 1.08 NL 1.02 OV 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.35 FD 0.91 HN 0.98 KP 0.91 ! LA 1.08 MK 1.02 NL 1.01 OV 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.85 HN 1.03 KP 0.84 ! LA 1.10 MK 0.98 NL 1.04 OV 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.90 HN 0.87 KP 0.88 ! LA 1.09 MK 1.02 NL 1.10 OV 1.06 ! ! ! Fit before self-cal, rms=0.070605Jy sigma=0.072927 ! Fit after self-cal, rms=0.067092Jy sigma=0.072210 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9056 mas, bmaj=3.41 mas, bpa=-16.72 degrees ! Estimated noise=9.0345 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.000145935 Jy ! Component: 100 - total flux cleaned = -0.000206899 Jy ! Component: 150 - total flux cleaned = -0.000232243 Jy ! Component: 200 - total flux cleaned = -0.000231458 Jy ! Total flux subtracted in 200 components = -0.000231458 Jy ! Clean residual min=-0.002923 max=0.003103 Jy/beam ! Clean residual mean=0.000007 rms=0.000769 Jy/beam ! Combined flux in latest and established models = 0.0792454 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 40 components and 0.0792454 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067067Jy sigma=0.072185 ! Fit after self-cal, rms=0.067111Jy sigma=0.072141 ! 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.067111Jy sigma=0.072141 ! Fit after self-cal, rms=0.066895Jy sigma=0.072135 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9068 mas, bmaj=3.417 mas, bpa=-16.67 degrees ! Estimated noise=9.01191 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000210341 Jy ! Component: 100 - total flux cleaned = -0.000254618 Jy ! Component: 150 - total flux cleaned = -0.000272718 Jy ! Component: 200 - total flux cleaned = -0.000255615 Jy ! Total flux subtracted in 200 components = -0.000255615 Jy ! Clean residual min=-0.002947 max=0.003178 Jy/beam ! Clean residual mean=0.000007 rms=0.000765 Jy/beam ! Combined flux in latest and established models = 0.0789898 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 50 components and 0.0789898 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066882Jy sigma=0.072123 ! Fit after self-cal, rms=0.066888Jy sigma=0.072121 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.83661e-05 Jy ! Component: 100 - total flux cleaned = 1.79318e-05 Jy ! Component: 150 - total flux cleaned = 4.65536e-05 Jy ! Component: 200 - total flux cleaned = 6.01703e-05 Jy ! Total flux subtracted in 200 components = 6.01703e-05 Jy ! Clean residual min=-0.002958 max=0.003172 Jy/beam ! Clean residual mean=0.000007 rms=0.000765 Jy/beam ! Combined flux in latest and established models = 0.07905 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 57 components and 0.07905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066881Jy sigma=0.072115 ! Fit after self-cal, rms=0.066881Jy sigma=0.072114 ! 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.066881Jy sigma=0.072114 ! Fit after self-cal, rms=0.066784Jy sigma=0.071980 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9069 mas, bmaj=3.415 mas, bpa=-16.73 degrees ! Estimated noise=8.97834 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00017141 Jy ! Component: 100 - total flux cleaned = -0.000153119 Jy ! Component: 150 - total flux cleaned = -0.000122445 Jy ! Component: 200 - total flux cleaned = -9.53484e-05 Jy ! Total flux subtracted in 200 components = -9.53484e-05 Jy ! Clean residual min=-0.002871 max=0.003030 Jy/beam ! Clean residual mean=0.000007 rms=0.000737 Jy/beam ! Combined flux in latest and established models = 0.0789547 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 61 components and 0.0789547 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066773Jy sigma=0.071971 ! Fit after self-cal, rms=0.066799Jy sigma=0.071963 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.1002e-06 Jy ! Component: 100 - total flux cleaned = 3.77056e-05 Jy ! Component: 150 - total flux cleaned = 5.84931e-05 Jy ! Component: 200 - total flux cleaned = 6.82595e-05 Jy ! Total flux subtracted in 200 components = 6.82595e-05 Jy ! Clean residual min=-0.002887 max=0.003034 Jy/beam ! Clean residual mean=0.000007 rms=0.000738 Jy/beam ! Combined flux in latest and established models = 0.0790229 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 66 components and 0.0790229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066795Jy sigma=0.071959 ! Fit after self-cal, rms=0.066796Jy sigma=0.071959 ! 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.066796Jy sigma=0.071959 ! Fit after self-cal, rms=0.066540Jy sigma=0.071955 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.066 mas, bmaj=4.225 mas, bpa=-2.172 degrees ! Estimated noise=10.7787 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000173404 Jy ! Component: 100 - total flux cleaned = -0.000269489 Jy ! Component: 150 - total flux cleaned = -0.000335773 Jy ! Component: 200 - total flux cleaned = -0.000345111 Jy ! Total flux subtracted in 200 components = -0.000345111 Jy ! Clean residual min=-0.003597 max=0.003880 Jy/beam ! Clean residual mean=0.000014 rms=0.001047 Jy/beam ! Combined flux in latest and established models = 0.0786778 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 72 components and 0.0786778 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066540Jy sigma=0.071953 ! Fit after self-cal, rms=0.066535Jy sigma=0.071951 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.33745e-05 Jy ! Component: 100 - total flux cleaned = -2.32647e-05 Jy ! Component: 150 - total flux cleaned = -2.29905e-05 Jy ! Component: 200 - total flux cleaned = -3.20347e-05 Jy ! Total flux subtracted in 200 components = -3.20347e-05 Jy ! Clean residual min=-0.003596 max=0.003887 Jy/beam ! Clean residual mean=0.000014 rms=0.001046 Jy/beam ! Combined flux in latest and established models = 0.0786458 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 72 components and 0.0786458 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066537Jy sigma=0.071951 ! Fit after self-cal, rms=0.066534Jy sigma=0.071950 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for VLBA stations ===" ! === Finished amplitude self-cal for VLBA stations === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. integer lun lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_selfant_process.csh /tmp/ff.ff" ![@/tmp/ff.ff] selfant 1:BR,true ! 1:BR self-cal status=fixed weight=1 selfant 1:FD,true ! 1:FD self-cal status=fixed weight=1 selfant 1:HN,true ! 1:HN self-cal status=fixed weight=1 selfant 1:KP,true ! 1:KP self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA self-cal status=fixed weight=1 selfant 1:MK,true ! 1:MK self-cal status=fixed weight=1 selfant 1:NL,true ! 1:NL self-cal status=fixed weight=1 selfant 1:OV,true ! 1:OV self-cal status=fixed weight=1 ![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.066534Jy sigma=0.071950 ! Fit after self-cal, rms=0.066534Jy sigma=0.071950 selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 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.066534Jy sigma=0.071950 ! Fit after self-cal, rms=0.066529Jy sigma=0.071949 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.72 mas, bmaj=3.215 mas, bpa=-18.13 degrees ! Estimated noise=13.3093 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.000524491 Jy ! Component: 100 - total flux cleaned = 0.000773768 Jy ! Component: 150 - total flux cleaned = 0.000980071 Jy ! Component: 200 - total flux cleaned = 0.00106796 Jy ! Total flux subtracted in 200 components = 0.00106796 Jy ! Clean residual min=-0.004206 max=0.004044 Jy/beam ! Clean residual mean=0.000004 rms=0.000984 Jy/beam ! Combined flux in latest and established models = 0.0797137 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 81 components and 0.0797138 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066540Jy sigma=0.071966 ! Fit after self-cal, rms=0.066543Jy sigma=0.071954 ! 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=0.9064 mas, bmaj=3.425 mas, bpa=-16.74 degrees ! Estimated noise=8.93614 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 (-5.4, 19.2). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.001522 Jy ! Component: 100 - total flux cleaned = 0.00238307 Jy ! Component: 150 - total flux cleaned = 0.00308092 Jy ! Component: 200 - total flux cleaned = 0.00362883 Jy ! Component: 250 - total flux cleaned = 0.00397293 Jy ! Component: 300 - total flux cleaned = 0.00432051 Jy ! Component: 350 - total flux cleaned = 0.00460228 Jy ! Component: 400 - total flux cleaned = 0.0048247 Jy ! Total flux subtracted in 400 components = 0.0048247 Jy ! Clean residual min=-0.002420 max=0.002463 Jy/beam ! Clean residual mean=0.000005 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.0845385 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 131 components and 0.0845385 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066326Jy sigma=0.071696 ! Fit after self-cal, rms=0.066337Jy sigma=0.071671 ! Inverting map ! Added new window around map position (-34.4, 44.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00256641 Jy ! Component: 100 - total flux cleaned = 0.00387071 Jy ! Component: 150 - total flux cleaned = 0.00460233 Jy ! Component: 200 - total flux cleaned = 0.00514754 Jy ! Component: 250 - total flux cleaned = 0.00586654 Jy ! Component: 300 - total flux cleaned = 0.00644809 Jy ! Component: 350 - total flux cleaned = 0.00695711 Jy ! Component: 400 - total flux cleaned = 0.00736318 Jy ! Total flux subtracted in 400 components = 0.00736318 Jy ! Clean residual min=-0.002118 max=0.001960 Jy/beam ! Clean residual mean=0.000004 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.0919017 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 170 components and 0.0919017 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066154Jy sigma=0.071471 ! Fit after self-cal, rms=0.066178Jy sigma=0.071451 ! Inverting map dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000769913 Jy ! Component: 100 - total flux cleaned = 0.00123968 Jy ! Component: 150 - total flux cleaned = 0.00167146 Jy ! Component: 200 - total flux cleaned = 0.00197769 Jy ! Component: 250 - total flux cleaned = 0.00230325 Jy ! Component: 300 - total flux cleaned = 0.00261612 Jy ! Component: 350 - total flux cleaned = 0.00291542 Jy ! Component: 400 - total flux cleaned = 0.00314615 Jy ! Total flux subtracted in 400 components = 0.00314615 Jy ! Clean residual min=-0.001989 max=0.001886 Jy/beam ! Clean residual mean=0.000003 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.0950478 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 191 components and 0.0950478 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066111Jy sigma=0.071380 ! Fit after self-cal, rms=0.066124Jy sigma=0.071376 ! 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.066124Jy sigma=0.071376 ! Fit after self-cal, rms=0.065872Jy sigma=0.071354 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9036 mas, bmaj=3.417 mas, bpa=-16.76 degrees ! Estimated noise=8.93927 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000443915 Jy ! Component: 100 - total flux cleaned = 0.000777564 Jy ! Component: 150 - total flux cleaned = 0.00108609 Jy ! Component: 200 - total flux cleaned = 0.00137673 Jy ! Component: 250 - total flux cleaned = 0.00157075 Jy ! Component: 300 - total flux cleaned = 0.00170366 Jy ! Component: 350 - total flux cleaned = 0.00190834 Jy ! Component: 400 - total flux cleaned = 0.00205687 Jy ! Total flux subtracted in 400 components = 0.00205687 Jy ! Clean residual min=-0.002024 max=0.001814 Jy/beam ! Clean residual mean=0.000003 rms=0.000495 Jy/beam ! Combined flux in latest and established models = 0.0971047 Jy selfcal ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 216 components and 0.0971047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065823Jy sigma=0.071300 ! Fit after self-cal, rms=0.065824Jy sigma=0.071296 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.000373417 Jy ! Component: 100 - total flux cleaned = 0.000525323 Jy ! Component: 150 - total flux cleaned = 0.000694297 Jy ! Component: 200 - total flux cleaned = 0.000881169 Jy ! Component: 250 - total flux cleaned = 0.0010392 Jy ! Component: 300 - total flux cleaned = 0.00114906 Jy ! Component: 350 - total flux cleaned = 0.00134021 Jy ! Component: 400 - total flux cleaned = 0.00150622 Jy ! Total flux subtracted in 400 components = 0.00150622 Jy ! Clean residual min=-0.001966 max=0.001761 Jy/beam ! Clean residual mean=0.000003 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.0986109 Jy ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 239 components and 0.0986109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065795Jy sigma=0.071263 ! Fit after self-cal, rms=0.065802Jy sigma=0.071261 ! 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.065802Jy sigma=0.071261 ! Fit after self-cal, rms=0.065558Jy sigma=0.071246 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9026 mas, bmaj=3.413 mas, bpa=-16.79 degrees ! Estimated noise=8.9327 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000234427 Jy ! Component: 100 - total flux cleaned = 0.000380236 Jy ! Component: 150 - total flux cleaned = 0.000562562 Jy ! Component: 200 - total flux cleaned = 0.000758088 Jy ! Component: 250 - total flux cleaned = 0.000924268 Jy ! Component: 300 - total flux cleaned = 0.000944516 Jy ! Component: 350 - total flux cleaned = 0.000983805 Jy ! Component: 400 - total flux cleaned = 0.00105966 Jy ! Total flux subtracted in 400 components = 0.00105966 Jy ! Clean residual min=-0.001990 max=0.001797 Jy/beam ! Clean residual mean=0.000002 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.0996705 Jy selfcal ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 259 components and 0.0996705 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065531Jy sigma=0.071215 ! Fit after self-cal, rms=0.065532Jy sigma=0.071213 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.000153469 Jy ! Component: 100 - total flux cleaned = 0.000192431 Jy ! Component: 150 - total flux cleaned = 0.000248438 Jy ! Component: 200 - total flux cleaned = 0.000284791 Jy ! Component: 250 - total flux cleaned = 0.000407037 Jy ! Component: 300 - total flux cleaned = 0.000389588 Jy ! Component: 350 - total flux cleaned = 0.000407251 Jy ! Component: 400 - total flux cleaned = 0.00048981 Jy ! Total flux subtracted in 400 components = 0.00048981 Jy ! Clean residual min=-0.001942 max=0.001806 Jy/beam ! Clean residual mean=0.000002 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.10016 Jy ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 275 components and 0.10016 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065515Jy sigma=0.071194 ! Fit after self-cal, rms=0.065519Jy sigma=0.071193 ! 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.065519Jy sigma=0.071193 ! Fit after self-cal, rms=0.070843Jy sigma=0.070064 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.066 mas, bmaj=4.22 mas, bpa=-2.086 degrees ! Estimated noise=11.0134 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00125977 Jy ! Component: 100 - total flux cleaned = 0.00200534 Jy ! Component: 150 - total flux cleaned = 0.00261112 Jy ! Component: 200 - total flux cleaned = 0.00314296 Jy ! Component: 250 - total flux cleaned = 0.0035405 Jy ! Component: 300 - total flux cleaned = 0.00392 Jy ! Component: 350 - total flux cleaned = 0.00422559 Jy ! Component: 400 - total flux cleaned = 0.00451851 Jy ! Total flux subtracted in 400 components = 0.00451851 Jy ! Clean residual min=-0.002223 max=0.002135 Jy/beam ! Clean residual mean=0.000004 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.104679 Jy selfcal ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 328 components and 0.104679 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070821Jy sigma=0.070037 ! Fit after self-cal, rms=0.071005Jy sigma=0.069961 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.000493526 Jy ! Component: 100 - total flux cleaned = 0.000887936 Jy ! Component: 150 - total flux cleaned = 0.00113537 Jy ! Component: 200 - total flux cleaned = 0.0014395 Jy ! Component: 250 - total flux cleaned = 0.00168461 Jy ! Component: 300 - total flux cleaned = 0.00189071 Jy ! Component: 350 - total flux cleaned = 0.00209163 Jy ! Component: 400 - total flux cleaned = 0.00230245 Jy ! Total flux subtracted in 400 components = 0.00230245 Jy ! Clean residual min=-0.002102 max=0.002065 Jy/beam ! Clean residual mean=0.000004 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.106981 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 362 components and 0.106981 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070996Jy sigma=0.069955 ! Fit after self-cal, rms=0.071004Jy sigma=0.069955 ! 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=0.9027 mas, bmaj=3.411 mas, bpa=-16.74 degrees ! Estimated noise=9.10672 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9027 x 3.411 at -16.74 degrees (North through East) ! Clean map min=-0.0020623 max=0.071953 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.7178 mas, bmaj=3.213 mas, bpa=-18.07 degrees ! Estimated noise=13.6222 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.056894 Jy ! Component: 100 - total flux cleaned = 0.0700115 Jy ! Component: 150 - total flux cleaned = 0.0743373 Jy ! Component: 200 - total flux cleaned = 0.0773966 Jy ! Component: 250 - total flux cleaned = 0.0784573 Jy ! Component: 300 - total flux cleaned = 0.0792654 Jy ! Component: 350 - total flux cleaned = 0.0803772 Jy ! Component: 400 - total flux cleaned = 0.0817233 Jy ! Total flux subtracted in 400 components = 0.0817233 Jy ! Clean residual min=-0.003901 max=0.003675 Jy/beam ! Clean residual mean=0.000003 rms=0.000927 Jy/beam ! Combined flux in latest and established models = 0.0817233 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 60 model components to the UV plane model. ! The established model now contains 60 components and 0.0817233 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9027 mas, bmaj=3.411 mas, bpa=-16.74 degrees ! Estimated noise=9.10672 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.00183216 Jy ! Component: 100 - total flux cleaned = 0.00306034 Jy ! Component: 150 - total flux cleaned = 0.00460438 Jy ! Component: 200 - total flux cleaned = 0.00597611 Jy ! Component: 250 - total flux cleaned = 0.00702632 Jy ! Component: 300 - total flux cleaned = 0.00811623 Jy ! Component: 350 - total flux cleaned = 0.00890011 Jy ! Component: 400 - total flux cleaned = 0.00952631 Jy ! Total flux subtracted in 400 components = 0.00952631 Jy ! Clean residual min=-0.002504 max=0.002144 Jy/beam ! Clean residual mean=0.000004 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.0912496 Jy ! Adding 70 model components to the UV plane model. ! The established model now contains 127 components and 0.0912496 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.066 mas, bmaj=4.22 mas, bpa=-2.086 degrees ! Estimated noise=11.0134 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00166003 Jy ! Component: 100 - total flux cleaned = 0.00299867 Jy ! Component: 150 - total flux cleaned = 0.00409449 Jy ! Component: 200 - total flux cleaned = 0.00508642 Jy ! Component: 250 - total flux cleaned = 0.00600355 Jy ! Component: 300 - total flux cleaned = 0.0068231 Jy ! Component: 350 - total flux cleaned = 0.00752328 Jy ! Component: 400 - total flux cleaned = 0.00821716 Jy ! Total flux subtracted in 400 components = 0.00821716 Jy ! Clean residual min=-0.002339 max=0.002333 Jy/beam ! Clean residual mean=0.000005 rms=0.000620 Jy/beam ! Combined flux in latest and established models = 0.0994668 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.000658156 Jy ! Component: 100 - total flux cleaned = 0.00116819 Jy ! Component: 150 - total flux cleaned = 0.00171768 Jy ! Component: 200 - total flux cleaned = 0.0021927 Jy ! Component: 250 - total flux cleaned = 0.00265152 Jy ! Component: 300 - total flux cleaned = 0.00314838 Jy ! Component: 350 - total flux cleaned = 0.00352949 Jy ! Component: 400 - total flux cleaned = 0.00387595 Jy ! Total flux subtracted in 400 components = 0.00387595 Jy ! Clean residual min=-0.002184 max=0.002302 Jy/beam ! Clean residual mean=0.000005 rms=0.000585 Jy/beam ! Combined flux in latest and established models = 0.103343 Jy ! Adding 98 model components to the UV plane model. ! The established model now contains 216 components and 0.103343 Jy ! Inverting map ! Added new window around map position (50, -18.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.52425e-05 Jy ! Component: 100 - total flux cleaned = -0.00107875 Jy ! Component: 150 - total flux cleaned = -0.00135489 Jy ! Component: 200 - total flux cleaned = -0.0012487 Jy ! Component: 250 - total flux cleaned = -0.00112062 Jy ! Component: 300 - total flux cleaned = -0.000998405 Jy ! Component: 350 - total flux cleaned = -0.000853401 Jy ! Component: 400 - total flux cleaned = -0.000685695 Jy ! Total flux subtracted in 400 components = -0.000685695 Jy ! Clean residual min=-0.002095 max=0.002025 Jy/beam ! Clean residual mean=0.000003 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.102657 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 263 components and 0.102657 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9027 mas, bmaj=3.411 mas, bpa=-16.74 degrees ! Estimated noise=9.10672 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000546642 Jy ! Component: 100 - total flux cleaned = 0.000398846 Jy ! Component: 150 - total flux cleaned = 0.000262769 Jy ! Component: 200 - total flux cleaned = 0.000135813 Jy ! Component: 250 - total flux cleaned = 5.62459e-05 Jy ! Component: 300 - total flux cleaned = 0.000128897 Jy ! Component: 350 - total flux cleaned = 0.000198548 Jy ! Component: 400 - total flux cleaned = 0.000230823 Jy ! Total flux subtracted in 400 components = 0.000230823 Jy ! Clean residual min=-0.002251 max=0.001758 Jy/beam ! Clean residual mean=0.000002 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.102888 Jy selfcal ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 312 components and 0.102888 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070929Jy sigma=0.069907 ! Fit after self-cal, rms=0.070891Jy sigma=0.069880 wmodel /scr/pima/rdv94_uvs/J0322-1312_X_map.mod ! Writing 312 model components to file: /scr/pima/rdv94_uvs/J0322-1312_X_map.mod wobs /scr/pima/rdv94_uvs/J0322-1312_X_uvs.fits ! Applying 2464 buffered edits. ! Writing UV FITS file: /scr/pima/rdv94_uvs/J0322-1312_X_uvs.fits wwins /scr/pima/rdv94_uvs/J0322-1312_X_map.win ! wwins: Wrote 4 windows to /scr/pima/rdv94_uvs/J0322-1312_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.000675921 Jy ! Component: 100 - total flux cleaned = -0.000739784 Jy ! Component: 150 - total flux cleaned = -0.000801113 Jy ! Component: 200 - total flux cleaned = -0.000831394 Jy ! Component: 250 - total flux cleaned = -0.000945169 Jy ! Component: 300 - total flux cleaned = -0.00094554 Jy ! Component: 350 - total flux cleaned = -0.000919556 Jy ! Component: 400 - total flux cleaned = -0.000867749 Jy ! Component: 450 - total flux cleaned = -0.00086772 Jy ! Component: 500 - total flux cleaned = -0.000768364 Jy ! Component: 550 - total flux cleaned = -0.000671844 Jy ! Component: 600 - total flux cleaned = -0.000672377 Jy ! Component: 650 - total flux cleaned = -0.000602133 Jy ! Component: 700 - total flux cleaned = -0.000464137 Jy ! Component: 750 - total flux cleaned = -0.00041864 Jy ! Component: 800 - total flux cleaned = -0.000307379 Jy ! Component: 850 - total flux cleaned = -0.000219307 Jy ! Component: 900 - total flux cleaned = -0.000110953 Jy ! Component: 950 - total flux cleaned = 1.70129e-05 Jy ! Component: 1000 - total flux cleaned = 5.90709e-05 Jy ! Component: 1050 - total flux cleaned = 0.000141617 Jy ! Component: 1100 - total flux cleaned = 0.00016196 Jy ! Component: 1150 - total flux cleaned = 0.000222263 Jy ! Component: 1200 - total flux cleaned = 0.000162 Jy ! Component: 1250 - total flux cleaned = 0.000261337 Jy ! Component: 1300 - total flux cleaned = 0.000300533 Jy ! Component: 1350 - total flux cleaned = 0.000339451 Jy ! Component: 1400 - total flux cleaned = 0.000434822 Jy ! Component: 1450 - total flux cleaned = 0.000435006 Jy ! Component: 1500 - total flux cleaned = 0.000566527 Jy ! Component: 1550 - total flux cleaned = 0.000622063 Jy ! Component: 1600 - total flux cleaned = 0.000677179 Jy ! Component: 1650 - total flux cleaned = 0.000731913 Jy ! Component: 1700 - total flux cleaned = 0.000822049 Jy ! Component: 1750 - total flux cleaned = 0.00089318 Jy ! Component: 1800 - total flux cleaned = 0.000910977 Jy ! Component: 1850 - total flux cleaned = 0.00101623 Jy ! Component: 1900 - total flux cleaned = 0.00106837 Jy ! Component: 1950 - total flux cleaned = 0.0011202 Jy ! Component: 2000 - total flux cleaned = 0.00122294 Jy ! Component: 2050 - total flux cleaned = 0.00129077 Jy ! Component: 2100 - total flux cleaned = 0.00134129 Jy ! Component: 2150 - total flux cleaned = 0.00145845 Jy ! Component: 2200 - total flux cleaned = 0.00154113 Jy ! Component: 2250 - total flux cleaned = 0.00157407 Jy ! Component: 2300 - total flux cleaned = 0.00163942 Jy ! Component: 2350 - total flux cleaned = 0.00173656 Jy ! Component: 2400 - total flux cleaned = 0.00181711 Jy ! Component: 2450 - total flux cleaned = 0.00183317 Jy ! Component: 2500 - total flux cleaned = 0.00191252 Jy ! Component: 2550 - total flux cleaned = 0.00208579 Jy ! Component: 2600 - total flux cleaned = 0.00207007 Jy ! Component: 2650 - total flux cleaned = 0.00216335 Jy ! Component: 2700 - total flux cleaned = 0.00219434 Jy ! Component: 2750 - total flux cleaned = 0.00228649 Jy ! Component: 2800 - total flux cleaned = 0.00231685 Jy ! Component: 2850 - total flux cleaned = 0.00237731 Jy ! Component: 2900 - total flux cleaned = 0.00245267 Jy ! Component: 2950 - total flux cleaned = 0.00248258 Jy ! Component: 3000 - total flux cleaned = 0.00249754 Jy ! Component: 3050 - total flux cleaned = 0.00249758 Jy ! Component: 3100 - total flux cleaned = 0.00255649 Jy ! Component: 3150 - total flux cleaned = 0.00258571 Jy ! Component: 3200 - total flux cleaned = 0.0026004 Jy ! Component: 3250 - total flux cleaned = 0.00264399 Jy ! Component: 3300 - total flux cleaned = 0.00268708 Jy ! Component: 3350 - total flux cleaned = 0.00274427 Jy ! Component: 3400 - total flux cleaned = 0.00275853 Jy ! Component: 3450 - total flux cleaned = 0.00285724 Jy ! Component: 3500 - total flux cleaned = 0.00284311 Jy ! Component: 3550 - total flux cleaned = 0.00282915 Jy ! Component: 3600 - total flux cleaned = 0.00287075 Jy ! Component: 3650 - total flux cleaned = 0.00289832 Jy ! Component: 3700 - total flux cleaned = 0.00291196 Jy ! Component: 3750 - total flux cleaned = 0.0029121 Jy ! Component: 3800 - total flux cleaned = 0.00293934 Jy ! Component: 3850 - total flux cleaned = 0.00295294 Jy ! Component: 3900 - total flux cleaned = 0.00295294 Jy ! Component: 3950 - total flux cleaned = 0.00296641 Jy ! Component: 4000 - total flux cleaned = 0.00297978 Jy ! Component: 4050 - total flux cleaned = 0.00296654 Jy ! Total flux subtracted in 4096 components = 0.0029666 Jy ! Clean residual min=-0.000742 max=0.000899 Jy/beam ! Clean residual mean=0.000001 rms=0.000237 Jy/beam ! Combined flux in latest and established models = 0.105854 Jy keep ! Adding 276 model components to the UV plane model. ! The established model now contains 588 components and 0.105854 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv94_uvs/J0322-1312_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9027 x 3.411 at -16.74 degrees (North through East) ! Clean map min=-0.0021684 max=0.071295 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv94_uvs/J0322-1312_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.0712 rms= 0.00023 Jy quit ! Quitting program ! Log file /scr/pima/rdv94_uvs/J0322-1312_X_uvs.log closed on Tue Oct 8 12:11:10 2013