! Started logfile: /scr/pima/rdv95_uvs/J0058-3347_X_uvs.log on Wed Nov 6 20:41:35 2013 obs /scr/pima/rdv95_uvs/J0058-3347_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv95_uvs/J0058-3347_X_uva.fits ! AN table 1: 22 integrations on 28 of 28 possible baselines. ! AN table 2: 22 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.9375 visibilities/baseline/integration-bin. ! Found source: J0058-3347 ! ! 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 8e+06 1 8e+06 ! 02 2 8.47599e+09 8e+06 1 8e+06 ! 03 3 8.79099e+09 8e+06 1 8e+06 ! 04 4 8.89599e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 5280 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/rdv95_uvs/J0058-3347_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:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 ! 2:BR 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 ! 2:PT self-cal status=correctable weight=1 ! 2:SC 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.005533Jy sigma=0.963716 ! Fit after self-cal, rms=0.920950Jy sigma=0.880891 ! 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.6908 mas, bmaj=2.055 mas, bpa=-2.779 degrees ! Estimated noise=20.6868 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.064028 Jy ! Component: 100 - total flux cleaned = 0.0781234 Jy ! Total flux subtracted in 100 components = 0.0781234 Jy ! Clean residual min=-0.005084 max=0.005176 Jy/beam ! Clean residual mean=0.000009 rms=0.001212 Jy/beam ! Combined flux in latest and established models = 0.0781234 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0781234 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063479Jy sigma=0.056452 ! Fit after self-cal, rms=0.062851Jy sigma=0.055788 ! 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.924 mas, bmaj=2.617 mas, bpa=-2.572 degrees ! Estimated noise=10.4556 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.00476505 Jy ! Component: 100 - total flux cleaned = 0.00660602 Jy ! Component: 150 - total flux cleaned = 0.00740106 Jy ! Component: 200 - total flux cleaned = 0.00749643 Jy ! Total flux subtracted in 200 components = 0.00749643 Jy ! Clean residual min=-0.002841 max=0.002281 Jy/beam ! Clean residual mean=0.000011 rms=0.000625 Jy/beam ! Combined flux in latest and established models = 0.0856198 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.0856198 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062644Jy sigma=0.055374 ! Fit after self-cal, rms=0.062662Jy sigma=0.055372 ! 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 0.95 HN 0.95 KP 1.01 LA 0.95 ! NL 1.00 OV 1.03 PT 0.95 SC 1.03 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.95 FD 0.99 KP 1.02 LA 1.05 ! MK 0.96 NL 1.08 OV 0.93 PT 0.98 ! SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.95 HN 1.30 KP 0.89 LA 1.06 ! NL 1.14 OV 0.98 PT 1.06 SC 0.98 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.01 FD 0.97 KP 0.95 LA 1.05 ! MK 0.99 NL 1.11 OV 1.02 PT 0.96 ! SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.95 HN 0.93 KP 0.91 LA 1.04 ! NL 1.09 OV 1.02 PT 1.03 SC 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.03 FD 0.96 KP 0.84 LA 1.05 ! MK 0.99 NL 1.09 OV 1.07 PT 0.99 ! SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.06 HN 1.17 KP 0.95 LA 1.05 ! NL 1.12 OV 1.05 PT 0.98 SC 0.90 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.07 FD 0.99 KP 0.90 LA 0.99 ! MK 0.99 NL 1.11 OV 1.02 PT 1.01 ! SC 1.01 ! ! ! Fit before self-cal, rms=0.062662Jy sigma=0.055372 ! Fit after self-cal, rms=0.063812Jy sigma=0.055024 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9229 mas, bmaj=2.625 mas, bpa=-2.638 degrees ! Estimated noise=10.4051 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.000325962 Jy ! Component: 100 - total flux cleaned = -0.000339198 Jy ! Component: 150 - total flux cleaned = -0.000338606 Jy ! Component: 200 - total flux cleaned = -0.000349374 Jy ! Total flux subtracted in 200 components = -0.000349374 Jy ! Clean residual min=-0.002169 max=0.002280 Jy/beam ! Clean residual mean=0.000009 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.0852704 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 25 components and 0.0852704 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063803Jy sigma=0.055021 ! Fit after self-cal, rms=0.063905Jy sigma=0.055004 ! 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.063905Jy sigma=0.055004 ! Fit after self-cal, rms=0.063955Jy sigma=0.055002 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.922 mas, bmaj=2.623 mas, bpa=-2.568 degrees ! Estimated noise=10.3765 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000320878 Jy ! Component: 100 - total flux cleaned = -0.000320844 Jy ! Component: 150 - total flux cleaned = -0.000332165 Jy ! Component: 200 - total flux cleaned = -0.000331436 Jy ! Total flux subtracted in 200 components = -0.000331436 Jy ! Clean residual min=-0.002162 max=0.002258 Jy/beam ! Clean residual mean=0.000009 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.084939 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 25 components and 0.084939 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063947Jy sigma=0.054999 ! Fit after self-cal, rms=0.063958Jy sigma=0.054999 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 (-44, 35.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0017963 Jy ! Component: 100 - total flux cleaned = 0.00192811 Jy ! Component: 150 - total flux cleaned = 0.00203511 Jy ! Component: 200 - total flux cleaned = 0.00209665 Jy ! Total flux subtracted in 200 components = 0.00209665 Jy ! Clean residual min=-0.002041 max=0.001901 Jy/beam ! Clean residual mean=0.000004 rms=0.000495 Jy/beam ! Combined flux in latest and established models = 0.0870357 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 41 components and 0.0870356 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063866Jy sigma=0.054937 ! Fit after self-cal, rms=0.063868Jy sigma=0.054931 ! 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.063868Jy sigma=0.054931 ! Fit after self-cal, rms=0.063872Jy sigma=0.054921 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.923 mas, bmaj=2.627 mas, bpa=-2.527 degrees ! Estimated noise=10.3514 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000385868 Jy ! Component: 100 - total flux cleaned = 0.000468298 Jy ! Component: 150 - total flux cleaned = 0.000492498 Jy ! Component: 200 - total flux cleaned = 0.000491131 Jy ! Total flux subtracted in 200 components = 0.000491131 Jy ! Clean residual min=-0.001971 max=0.001894 Jy/beam ! Clean residual mean=0.000003 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.0875268 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 49 components and 0.0875268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063841Jy sigma=0.054906 ! Fit after self-cal, rms=0.063847Jy sigma=0.054905 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.08143e-05 Jy ! Component: 100 - total flux cleaned = 4.97726e-05 Jy ! Component: 150 - total flux cleaned = 4.87909e-05 Jy ! Component: 200 - total flux cleaned = 4.81532e-05 Jy ! Total flux subtracted in 200 components = 4.81532e-05 Jy ! Clean residual min=-0.001987 max=0.001906 Jy/beam ! Clean residual mean=0.000003 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.0875749 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 52 components and 0.0875749 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063826Jy sigma=0.054897 ! Fit after self-cal, rms=0.063826Jy sigma=0.054897 ! 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.063826Jy sigma=0.054897 ! Fit after self-cal, rms=0.063755Jy sigma=0.054890 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.662 mas, bmaj=7.462 mas, bpa=-4.201 degrees ! Estimated noise=11.9805 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.48256e-05 Jy ! Component: 100 - total flux cleaned = 8.62801e-05 Jy ! Component: 150 - total flux cleaned = 7.03583e-05 Jy ! Component: 200 - total flux cleaned = 5.56658e-05 Jy ! Total flux subtracted in 200 components = 5.56658e-05 Jy ! Clean residual min=-0.001891 max=0.002291 Jy/beam ! Clean residual mean=0.000005 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.0876306 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 62 components and 0.0876306 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063742Jy sigma=0.054889 ! Fit after self-cal, rms=0.063738Jy sigma=0.054888 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.59897e-05 Jy ! Component: 100 - total flux cleaned = -3.1291e-05 Jy ! Component: 150 - total flux cleaned = -5.8635e-05 Jy ! Component: 200 - total flux cleaned = -7.30242e-05 Jy ! Total flux subtracted in 200 components = -7.30242e-05 Jy ! Clean residual min=-0.001913 max=0.002283 Jy/beam ! Clean residual mean=0.000005 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.0875576 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 64 components and 0.0875576 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063730Jy sigma=0.054888 ! Fit after self-cal, rms=0.063728Jy sigma=0.054888 ! 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:HN,true ! 1:HN self-cal status=fixed weight=1 selfant 1:KP,true ! 1:KP self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA self-cal status=fixed weight=1 selfant 1:NL,true ! 1:NL self-cal status=fixed weight=1 selfant 1:OV,true ! 1:OV self-cal status=fixed weight=1 selfant 1:PT,true ! 1:PT self-cal status=fixed weight=1 selfant 1:SC,true ! 1:SC self-cal status=fixed weight=1 selfant 2:BR,true ! 2:BR self-cal status=fixed weight=1 selfant 2:FD,true ! 2:FD self-cal status=fixed weight=1 selfant 2:KP,true ! 2:KP self-cal status=fixed weight=1 selfant 2:LA,true ! 2:LA self-cal status=fixed weight=1 selfant 2:MK,true ! 2:MK self-cal status=fixed weight=1 selfant 2:NL,true ! 2:NL self-cal status=fixed weight=1 selfant 2:OV,true ! 2:OV self-cal status=fixed weight=1 selfant 2:PT,true ! 2:PT self-cal status=fixed weight=1 selfant 2:SC,true ! 2:SC 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.063728Jy sigma=0.054888 ! Fit after self-cal, rms=0.063728Jy sigma=0.054888 selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 ! 2:BR 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 ! 2:PT self-cal status=correctable weight=1 ! 2:SC 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.063728Jy sigma=0.054888 ! Fit after self-cal, rms=0.063457Jy sigma=0.054886 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.6878 mas, bmaj=2.057 mas, bpa=-2.803 degrees ! Estimated noise=20.4114 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.00158877 Jy ! Component: 100 - total flux cleaned = -0.00153434 Jy ! Component: 150 - total flux cleaned = -0.00125238 Jy ! Component: 200 - total flux cleaned = -0.00110227 Jy ! Total flux subtracted in 200 components = -0.00110227 Jy ! Clean residual min=-0.004308 max=0.004316 Jy/beam ! Clean residual mean=0.000001 rms=0.000986 Jy/beam ! Combined flux in latest and established models = 0.0864553 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 80 components and 0.0864553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063491Jy sigma=0.054936 ! Fit after self-cal, rms=0.063484Jy sigma=0.054928 ! 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.9218 mas, bmaj=2.624 mas, bpa=-2.511 degrees ! Estimated noise=10.3038 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.000677893 Jy ! Component: 100 - total flux cleaned = 0.000843848 Jy ! Component: 150 - total flux cleaned = 0.000783659 Jy ! Component: 200 - total flux cleaned = 0.000733263 Jy ! Component: 250 - total flux cleaned = 0.000694737 Jy ! Component: 300 - total flux cleaned = 0.000695217 Jy ! Component: 350 - total flux cleaned = 0.0006952 Jy ! Component: 400 - total flux cleaned = 0.000682045 Jy ! Total flux subtracted in 400 components = 0.000682045 Jy ! Clean residual min=-0.001997 max=0.001844 Jy/beam ! Clean residual mean=0.000002 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.0871373 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 108 components and 0.0871373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063417Jy sigma=0.054870 ! Fit after self-cal, rms=0.063413Jy sigma=0.054866 ! 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.000240379 Jy ! Component: 100 - total flux cleaned = 0.000227085 Jy ! Component: 150 - total flux cleaned = 0.00022712 Jy ! Component: 200 - total flux cleaned = 0.000214575 Jy ! Component: 250 - total flux cleaned = 0.00020303 Jy ! Component: 300 - total flux cleaned = 0.000191662 Jy ! Component: 350 - total flux cleaned = 0.000180652 Jy ! Component: 400 - total flux cleaned = 0.000180685 Jy ! Total flux subtracted in 400 components = 0.000180685 Jy ! Clean residual min=-0.002048 max=0.001853 Jy/beam ! Clean residual mean=0.000002 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.087318 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 113 components and 0.087318 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063397Jy sigma=0.054861 ! Fit after self-cal, rms=0.063396Jy sigma=0.054860 ! Inverting map print "=== Finished natural weighting clean for al sites ===" ! === Finished natural weighting clean for al sites === unflag * ! Unflagging all baselines in the currently selected channels. ! Applying 2560 buffered edits. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063396Jy sigma=0.054860 ! Fit after self-cal, rms=0.063288Jy sigma=0.054860 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9212 mas, bmaj=2.621 mas, bpa=-2.486 degrees ! Estimated noise=10.2889 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.32958e-05 Jy ! Component: 100 - total flux cleaned = -7.48324e-05 Jy ! Component: 150 - total flux cleaned = -8.6319e-05 Jy ! Component: 200 - total flux cleaned = -9.66489e-05 Jy ! Component: 250 - total flux cleaned = -9.71156e-05 Jy ! Component: 300 - total flux cleaned = -0.0001083 Jy ! Component: 350 - total flux cleaned = -0.000118569 Jy ! Component: 400 - total flux cleaned = -0.000128587 Jy ! Total flux subtracted in 400 components = -0.000128587 Jy ! Clean residual min=-0.002064 max=0.001822 Jy/beam ! Clean residual mean=0.000002 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.0871894 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 119 components and 0.0871894 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063274Jy sigma=0.054856 ! Fit after self-cal, rms=0.063272Jy sigma=0.054856 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 = -3.49095e-05 Jy ! Component: 100 - total flux cleaned = -3.52822e-05 Jy ! Component: 150 - total flux cleaned = -3.54355e-05 Jy ! Component: 200 - total flux cleaned = -4.55153e-05 Jy ! Component: 250 - total flux cleaned = -4.50102e-05 Jy ! Component: 300 - total flux cleaned = -4.53118e-05 Jy ! Component: 350 - total flux cleaned = -5.44359e-05 Jy ! Component: 400 - total flux cleaned = -6.42812e-05 Jy ! Total flux subtracted in 400 components = -6.42812e-05 Jy ! Clean residual min=-0.002071 max=0.001819 Jy/beam ! Clean residual mean=0.000002 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.0871252 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 122 components and 0.0871252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063261Jy sigma=0.054853 ! Fit after self-cal, rms=0.063261Jy sigma=0.054853 ! 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.063261Jy sigma=0.054853 ! Fit after self-cal, rms=0.063379Jy sigma=0.054847 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9224 mas, bmaj=2.625 mas, bpa=-2.47 degrees ! Estimated noise=10.2965 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.47911e-06 Jy ! Component: 100 - total flux cleaned = -2.20178e-06 Jy ! Component: 150 - total flux cleaned = -2.36095e-06 Jy ! Component: 200 - total flux cleaned = -2.50622e-06 Jy ! Component: 250 - total flux cleaned = -1.23127e-05 Jy ! Component: 300 - total flux cleaned = -2.14908e-05 Jy ! Component: 350 - total flux cleaned = -2.10251e-05 Jy ! Component: 400 - total flux cleaned = -2.10954e-05 Jy ! Total flux subtracted in 400 components = -2.10954e-05 Jy ! Clean residual min=-0.002071 max=0.001817 Jy/beam ! Clean residual mean=0.000002 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.0871041 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 124 components and 0.0871041 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063370Jy sigma=0.054845 ! Fit after self-cal, rms=0.063371Jy sigma=0.054845 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.05734e-05 Jy ! Component: 100 - total flux cleaned = 1.77498e-06 Jy ! Component: 150 - total flux cleaned = 1.85934e-06 Jy ! Component: 200 - total flux cleaned = -6.96541e-06 Jy ! Component: 250 - total flux cleaned = -6.63462e-06 Jy ! Component: 300 - total flux cleaned = -6.32929e-06 Jy ! Component: 350 - total flux cleaned = -6.1859e-06 Jy ! Component: 400 - total flux cleaned = -1.40145e-05 Jy ! Total flux subtracted in 400 components = -1.40145e-05 Jy ! Clean residual min=-0.002074 max=0.001818 Jy/beam ! Clean residual mean=0.000002 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.0870901 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 130 components and 0.0870901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063363Jy sigma=0.054842 ! Fit after self-cal, rms=0.063362Jy sigma=0.054842 ! 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.063362Jy sigma=0.054842 ! Fit after self-cal, rms=0.064835Jy sigma=0.054035 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.667 mas, bmaj=7.486 mas, bpa=-4.124 degrees ! Estimated noise=12.0052 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000369085 Jy ! Component: 100 - total flux cleaned = 0.000430531 Jy ! Component: 150 - total flux cleaned = 0.000486286 Jy ! Component: 200 - total flux cleaned = 0.000518199 Jy ! Component: 250 - total flux cleaned = 0.000549021 Jy ! Component: 300 - total flux cleaned = 0.000569113 Jy ! Component: 350 - total flux cleaned = 0.000598337 Jy ! Component: 400 - total flux cleaned = 0.000607867 Jy ! Total flux subtracted in 400 components = 0.000607867 Jy ! Clean residual min=-0.001953 max=0.002257 Jy/beam ! Clean residual mean=0.000004 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.0876979 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 137 components and 0.0876979 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064824Jy sigma=0.054035 ! Fit after self-cal, rms=0.064853Jy sigma=0.054021 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 (-10.6, 4.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000331375 Jy ! Component: 100 - total flux cleaned = 0.000338283 Jy ! Component: 150 - total flux cleaned = 0.000151413 Jy ! Component: 200 - total flux cleaned = -9.18223e-05 Jy ! Component: 250 - total flux cleaned = -0.000275672 Jy ! Component: 300 - total flux cleaned = -0.000477609 Jy ! Component: 350 - total flux cleaned = -0.000601148 Jy ! Component: 400 - total flux cleaned = -0.000658266 Jy ! Total flux subtracted in 400 components = -0.000658266 Jy ! Clean residual min=-0.001434 max=0.001299 Jy/beam ! Clean residual mean=-0.000001 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.0870397 Jy ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 200 components and 0.0870397 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064742Jy sigma=0.053944 ! Fit after self-cal, rms=0.064742Jy sigma=0.053936 ! 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.9221 mas, bmaj=2.624 mas, bpa=-2.442 degrees ! Estimated noise=10.371 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9221 x 2.624 at -2.442 degrees (North through East) ! Clean map min=-0.0033581 max=0.080941 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.6887 mas, bmaj=2.06 mas, bpa=-2.719 degrees ! Estimated noise=20.6048 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0639098 Jy ! Component: 100 - total flux cleaned = 0.0777603 Jy ! Component: 150 - total flux cleaned = 0.079228 Jy ! Component: 200 - total flux cleaned = 0.0813214 Jy ! Component: 250 - total flux cleaned = 0.081922 Jy ! Component: 300 - total flux cleaned = 0.0816497 Jy ! Component: 350 - total flux cleaned = 0.0815356 Jy ! Component: 400 - total flux cleaned = 0.0816495 Jy ! Total flux subtracted in 400 components = 0.0816495 Jy ! Clean residual min=-0.003966 max=0.003640 Jy/beam ! Clean residual mean=0.000003 rms=0.000883 Jy/beam ! Combined flux in latest and established models = 0.0816496 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 63 model components to the UV plane model. ! The established model now contains 63 components and 0.0816496 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9221 mas, bmaj=2.624 mas, bpa=-2.442 degrees ! Estimated noise=10.371 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.000870443 Jy ! Component: 100 - total flux cleaned = 0.00140545 Jy ! Component: 150 - total flux cleaned = 0.00179313 Jy ! Component: 200 - total flux cleaned = 0.00185078 Jy ! Component: 250 - total flux cleaned = 0.0018462 Jy ! Component: 300 - total flux cleaned = 0.00184412 Jy ! Component: 350 - total flux cleaned = 0.00180072 Jy ! Component: 400 - total flux cleaned = 0.00184225 Jy ! Total flux subtracted in 400 components = 0.00184225 Jy ! Clean residual min=-0.001814 max=0.001669 Jy/beam ! Clean residual mean=0.000000 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.0834918 Jy ! Adding 66 model components to the UV plane model. ! The established model now contains 129 components and 0.0834918 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.667 mas, bmaj=7.486 mas, bpa=-4.124 degrees ! Estimated noise=12.0052 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000119331 Jy ! Component: 100 - total flux cleaned = 8.04121e-05 Jy ! Component: 150 - total flux cleaned = 0.000140105 Jy ! Component: 200 - total flux cleaned = 0.000224597 Jy ! Component: 250 - total flux cleaned = 0.000303362 Jy ! Component: 300 - total flux cleaned = 0.000452556 Jy ! Component: 350 - total flux cleaned = 0.000546818 Jy ! Component: 400 - total flux cleaned = 0.000637534 Jy ! Total flux subtracted in 400 components = 0.000637534 Jy ! Clean residual min=-0.001537 max=0.001289 Jy/beam ! Clean residual mean=-0.000003 rms=0.000355 Jy/beam ! Combined flux in latest and established models = 0.0841293 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 = 4.34657e-05 Jy ! Component: 100 - total flux cleaned = 8.56422e-05 Jy ! Component: 150 - total flux cleaned = 0.000166779 Jy ! Component: 200 - total flux cleaned = 0.000167017 Jy ! Component: 250 - total flux cleaned = 0.000225151 Jy ! Component: 300 - total flux cleaned = 0.000263172 Jy ! Component: 350 - total flux cleaned = 0.000299855 Jy ! Component: 400 - total flux cleaned = 0.000335549 Jy ! Total flux subtracted in 400 components = 0.000335549 Jy ! Clean residual min=-0.001463 max=0.001299 Jy/beam ! Clean residual mean=-0.000003 rms=0.000336 Jy/beam ! Combined flux in latest and established models = 0.0844649 Jy ! Adding 75 model components to the UV plane model. ! The established model now contains 200 components and 0.0844649 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9221 mas, bmaj=2.624 mas, bpa=-2.442 degrees ! Estimated noise=10.371 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.00455e-05 Jy ! Component: 100 - total flux cleaned = -5.67353e-05 Jy ! Component: 150 - total flux cleaned = -5.79396e-05 Jy ! Component: 200 - total flux cleaned = -8.67931e-05 Jy ! Component: 250 - total flux cleaned = -8.75979e-05 Jy ! Component: 300 - total flux cleaned = -0.000141874 Jy ! Component: 350 - total flux cleaned = -0.000220191 Jy ! Component: 400 - total flux cleaned = -0.000194259 Jy ! Total flux subtracted in 400 components = -0.000194259 Jy ! Clean residual min=-0.001731 max=0.001586 Jy/beam ! Clean residual mean=-0.000001 rms=0.000355 Jy/beam ! Combined flux in latest and established models = 0.0842706 Jy selfcal ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 245 components and 0.0842706 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064695Jy sigma=0.053836 ! Fit after self-cal, rms=0.064716Jy sigma=0.053814 wmodel /scr/pima/rdv95_uvs/J0058-3347_X_map.mod ! Writing 245 model components to file: /scr/pima/rdv95_uvs/J0058-3347_X_map.mod wobs /scr/pima/rdv95_uvs/J0058-3347_X_uvs.fits ! Applying 256 buffered edits. ! Writing UV FITS file: /scr/pima/rdv95_uvs/J0058-3347_X_uvs.fits wwins /scr/pima/rdv95_uvs/J0058-3347_X_map.win ! wwins: Wrote 3 windows to /scr/pima/rdv95_uvs/J0058-3347_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.000362775 Jy ! Component: 100 - total flux cleaned = -0.000662423 Jy ! Component: 150 - total flux cleaned = -0.00099734 Jy ! Component: 200 - total flux cleaned = -0.00127064 Jy ! Component: 250 - total flux cleaned = -0.00148805 Jy ! Component: 300 - total flux cleaned = -0.00170039 Jy ! Component: 350 - total flux cleaned = -0.0019077 Jy ! Component: 400 - total flux cleaned = -0.00211115 Jy ! Component: 450 - total flux cleaned = -0.00228896 Jy ! Component: 500 - total flux cleaned = -0.00250677 Jy ! Component: 550 - total flux cleaned = -0.00265666 Jy ! Component: 600 - total flux cleaned = -0.00276201 Jy ! Component: 650 - total flux cleaned = -0.00292817 Jy ! Component: 700 - total flux cleaned = -0.00307123 Jy ! Component: 750 - total flux cleaned = -0.00313208 Jy ! Component: 800 - total flux cleaned = -0.00329202 Jy ! Component: 850 - total flux cleaned = -0.00335106 Jy ! Component: 900 - total flux cleaned = -0.00348759 Jy ! Component: 950 - total flux cleaned = -0.00348761 Jy ! Component: 1000 - total flux cleaned = -0.00360181 Jy ! Component: 1050 - total flux cleaned = -0.00362054 Jy ! Component: 1100 - total flux cleaned = -0.0037138 Jy ! Component: 1150 - total flux cleaned = -0.00375073 Jy ! Component: 1200 - total flux cleaned = -0.00376905 Jy ! Component: 1250 - total flux cleaned = -0.00387774 Jy ! Component: 1300 - total flux cleaned = -0.00396721 Jy ! Component: 1350 - total flux cleaned = -0.00396703 Jy ! Component: 1400 - total flux cleaned = -0.00405477 Jy ! Component: 1450 - total flux cleaned = -0.00405423 Jy ! Component: 1500 - total flux cleaned = -0.00408893 Jy ! Component: 1550 - total flux cleaned = -0.00410631 Jy ! Component: 1600 - total flux cleaned = -0.00420856 Jy ! Component: 1650 - total flux cleaned = -0.00424227 Jy ! Component: 1700 - total flux cleaned = -0.00432582 Jy ! Component: 1750 - total flux cleaned = -0.00432575 Jy ! Component: 1800 - total flux cleaned = -0.00439152 Jy ! Component: 1850 - total flux cleaned = -0.00444057 Jy ! Component: 1900 - total flux cleaned = -0.00450527 Jy ! Component: 1950 - total flux cleaned = -0.00453747 Jy ! Component: 2000 - total flux cleaned = -0.00455333 Jy ! Component: 2050 - total flux cleaned = -0.00463252 Jy ! Component: 2100 - total flux cleaned = -0.00471097 Jy ! Component: 2150 - total flux cleaned = -0.00474226 Jy ! Component: 2200 - total flux cleaned = -0.00475784 Jy ! Component: 2250 - total flux cleaned = -0.00485046 Jy ! Component: 2300 - total flux cleaned = -0.00489627 Jy ! Component: 2350 - total flux cleaned = -0.00492649 Jy ! Component: 2400 - total flux cleaned = -0.00500198 Jy ! Component: 2450 - total flux cleaned = -0.00504706 Jy ! Component: 2500 - total flux cleaned = -0.00515137 Jy ! Component: 2550 - total flux cleaned = -0.00518102 Jy ! Component: 2600 - total flux cleaned = -0.00526934 Jy ! Component: 2650 - total flux cleaned = -0.00532781 Jy ! Component: 2700 - total flux cleaned = -0.0053859 Jy ! Component: 2750 - total flux cleaned = -0.0053714 Jy ! Component: 2800 - total flux cleaned = -0.00542897 Jy ! Component: 2850 - total flux cleaned = -0.00548616 Jy ! Component: 2900 - total flux cleaned = -0.00554308 Jy ! Component: 2950 - total flux cleaned = -0.0055854 Jy ! Component: 3000 - total flux cleaned = -0.00569789 Jy ! Component: 3050 - total flux cleaned = -0.00569786 Jy ! Component: 3100 - total flux cleaned = -0.00572568 Jy ! Component: 3150 - total flux cleaned = -0.0058089 Jy ! Component: 3200 - total flux cleaned = -0.00582266 Jy ! Component: 3250 - total flux cleaned = -0.00586385 Jy ! Component: 3300 - total flux cleaned = -0.00589125 Jy ! Component: 3350 - total flux cleaned = -0.00587765 Jy ! Component: 3400 - total flux cleaned = -0.00594532 Jy ! Component: 3450 - total flux cleaned = -0.00599918 Jy ! Component: 3500 - total flux cleaned = -0.00603935 Jy ! Component: 3550 - total flux cleaned = -0.00606603 Jy ! Component: 3600 - total flux cleaned = -0.00610583 Jy ! Component: 3650 - total flux cleaned = -0.00617198 Jy ! Component: 3700 - total flux cleaned = -0.00619832 Jy ! Component: 3750 - total flux cleaned = -0.00622446 Jy ! Component: 3800 - total flux cleaned = -0.00625055 Jy ! Component: 3850 - total flux cleaned = -0.0062376 Jy ! Component: 3900 - total flux cleaned = -0.00630228 Jy ! Component: 3950 - total flux cleaned = -0.00636677 Jy ! Component: 4000 - total flux cleaned = -0.00643099 Jy ! Component: 4050 - total flux cleaned = -0.00650766 Jy ! Total flux subtracted in 4096 components = -0.00653309 Jy ! Clean residual min=-0.000940 max=0.000726 Jy/beam ! Clean residual mean=-0.000001 rms=0.000210 Jy/beam ! Combined flux in latest and established models = 0.0777375 Jy keep ! Adding 243 model components to the UV plane model. ! The established model now contains 488 components and 0.0777375 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv95_uvs/J0058-3347_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9221 x 2.624 at -2.442 degrees (North through East) ! Clean map min=-0.0020855 max=0.080598 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv95_uvs/J0058-3347_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.0805 rms= 0.0002 Jy quit ! Quitting program ! Log file /scr/pima/rdv95_uvs/J0058-3347_X_uvs.log closed on Wed Nov 6 20:41:41 2013