! Started logfile: /scr/pima/rdv95_uvs/J1543-0757_X_uvs.log on Wed Nov 6 20:47:51 2013 obs /scr/pima/rdv95_uvs/J1543-0757_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv95_uvs/J1543-0757_X_uva.fits ! AN table 1: 44 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.555556 visibilities/baseline/integration-bin. ! Found source: J1543-0757 ! ! 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 3520 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/J1543-0757_X] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1: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. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.040999Jy sigma=4.057586 ! Fit after self-cal, rms=0.813724Jy sigma=2.387530 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. print "=== Flag out IVS stations" ! === Flag out IVS stations integer lun string cfg_file lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_flag_process.csh /tmp/ff.ff" ![@/tmp/ff.ff \] ![Exited script file: /tmp/ff.ff] uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.962 mas, bmaj=4.701 mas, bpa=41.45 degrees ! Estimated noise=8.62552 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.209455 Jy ! Component: 100 - total flux cleaned = 0.291992 Jy ! Total flux subtracted in 100 components = 0.291992 Jy ! Clean residual min=-0.045070 max=0.047907 Jy/beam ! Clean residual mean=0.000216 rms=0.015082 Jy/beam ! Combined flux in latest and established models = 0.291992 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 53 components and 0.291992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118571Jy sigma=0.671549 ! Fit after self-cal, rms=0.117428Jy sigma=0.671078 ! Inverting map print "=== Finished uniform weighting clean ===" ! === Finished uniform weighting clean === uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.792 mas, bmaj=5.584 mas, bpa=34.23 degrees ! Estimated noise=4.01015 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.0761837 Jy ! Component: 100 - total flux cleaned = 0.122477 Jy ! Component: 150 - total flux cleaned = 0.153427 Jy ! Component: 200 - total flux cleaned = 0.174638 Jy ! Total flux subtracted in 200 components = 0.174638 Jy ! Clean residual min=-0.036132 max=0.054566 Jy/beam ! Clean residual mean=-0.000026 rms=0.012366 Jy/beam ! Combined flux in latest and established models = 0.46663 Jy ! Performing phase self-cal ! Adding 85 model components to the UV plane model. ! The established model now contains 138 components and 0.46663 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092561Jy sigma=0.380579 ! Fit after self-cal, rms=0.092254Jy sigma=0.379637 ! 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 1.08 FD 1.22 HN 0.53 KP 1.04 ! LA 0.88 NL 1.47 OV 0.83 PT 0.95 ! SC 2.17 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.28 HN 0.57 KP 0.97 ! LA 0.84 NL 1.37 OV 0.82 PT 0.96 ! SC 2.09 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.14 HN 0.69 KP 0.93 ! LA 0.91 NL 1.27 OV 0.93 PT 0.97 ! SC 1.74 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.18 HN 0.72 KP 1.00 ! LA 0.89 NL 1.21 OV 0.91 PT 0.99 ! SC 1.44 ! ! ! Fit before self-cal, rms=0.092254Jy sigma=0.379637 ! Fit after self-cal, rms=0.094879Jy sigma=0.316189 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.076 mas, bmaj=5.759 mas, bpa=29.6 degrees ! Estimated noise=3.88842 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.00588295 Jy ! Component: 100 - total flux cleaned = -0.00588909 Jy ! Component: 150 - total flux cleaned = -0.00572293 Jy ! Component: 200 - total flux cleaned = -0.00558646 Jy ! Total flux subtracted in 200 components = -0.00558646 Jy ! Clean residual min=-0.030103 max=0.040255 Jy/beam ! Clean residual mean=-0.000142 rms=0.009534 Jy/beam ! Combined flux in latest and established models = 0.461044 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 160 components and 0.461044 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093098Jy sigma=0.316625 ! Fit after self-cal, rms=0.093835Jy sigma=0.316119 ! 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.093835Jy sigma=0.316119 ! Fit after self-cal, rms=0.092780Jy sigma=0.314580 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.097 mas, bmaj=5.753 mas, bpa=28.49 degrees ! Estimated noise=3.81244 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00619837 Jy ! Component: 100 - total flux cleaned = -0.00711587 Jy ! Component: 150 - total flux cleaned = -0.0074702 Jy ! Component: 200 - total flux cleaned = -0.00785659 Jy ! Total flux subtracted in 200 components = -0.00785659 Jy ! Clean residual min=-0.029816 max=0.038963 Jy/beam ! Clean residual mean=-0.000140 rms=0.009293 Jy/beam ! Combined flux in latest and established models = 0.453187 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 171 components and 0.453187 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091474Jy sigma=0.315832 ! Fit after self-cal, rms=0.091448Jy sigma=0.315573 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000548341 Jy ! Component: 100 - total flux cleaned = -0.000630036 Jy ! Component: 150 - total flux cleaned = -0.00063031 Jy ! Component: 200 - total flux cleaned = -0.000552435 Jy ! Total flux subtracted in 200 components = -0.000552435 Jy ! Clean residual min=-0.029960 max=0.039177 Jy/beam ! Clean residual mean=-0.000139 rms=0.009292 Jy/beam ! Combined flux in latest and established models = 0.452635 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 177 components and 0.452635 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091023Jy sigma=0.315640 ! Fit after self-cal, rms=0.091105Jy sigma=0.315397 ! 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.091105Jy sigma=0.315397 ! Fit after self-cal, rms=0.090891Jy sigma=0.277478 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.977 mas, bmaj=5.711 mas, bpa=26.41 degrees ! Estimated noise=3.74706 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00433913 Jy ! Component: 100 - total flux cleaned = -0.00481337 Jy ! Component: 150 - total flux cleaned = -0.00470287 Jy ! Component: 200 - total flux cleaned = -0.00460913 Jy ! Total flux subtracted in 200 components = -0.00460913 Jy ! Clean residual min=-0.021735 max=0.034633 Jy/beam ! Clean residual mean=0.000017 rms=0.007770 Jy/beam ! Combined flux in latest and established models = 0.448026 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 188 components and 0.448026 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090068Jy sigma=0.277403 ! Fit after self-cal, rms=0.090734Jy sigma=0.277224 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 (-6.6, -44.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0150175 Jy ! Component: 100 - total flux cleaned = 0.0112949 Jy ! Component: 150 - total flux cleaned = 0.00847587 Jy ! Component: 200 - total flux cleaned = 0.00672967 Jy ! Total flux subtracted in 200 components = 0.00672967 Jy ! Clean residual min=-0.015548 max=0.017413 Jy/beam ! Clean residual mean=0.000020 rms=0.005133 Jy/beam ! Combined flux in latest and established models = 0.454755 Jy ! Performing phase self-cal ! Adding 93 model components to the UV plane model. ! The established model now contains 281 components and 0.454755 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078237Jy sigma=0.226540 ! Fit after self-cal, rms=0.076198Jy sigma=0.219990 ! 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.076198Jy sigma=0.219990 ! Fit after self-cal, rms=0.072224Jy sigma=0.212309 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.66 mas, bmaj=6.114 mas, bpa=28.49 degrees ! Estimated noise=3.3626 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0087961 Jy ! Component: 100 - total flux cleaned = 0.00885784 Jy ! Component: 150 - total flux cleaned = 0.00681526 Jy ! Component: 200 - total flux cleaned = 0.00507237 Jy ! Total flux subtracted in 200 components = 0.00507237 Jy ! Clean residual min=-0.009993 max=0.011042 Jy/beam ! Clean residual mean=0.000010 rms=0.003573 Jy/beam ! Combined flux in latest and established models = 0.459828 Jy selfcal ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 335 components and 0.459828 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069337Jy sigma=0.193631 ! Fit after self-cal, rms=0.068384Jy sigma=0.190953 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00261139 Jy ! Component: 100 - total flux cleaned = 0.00158103 Jy ! Component: 150 - total flux cleaned = -0.000203993 Jy ! Component: 200 - total flux cleaned = -0.00178828 Jy ! Total flux subtracted in 200 components = -0.00178828 Jy ! Clean residual min=-0.009882 max=0.009807 Jy/beam ! Clean residual mean=0.000016 rms=0.003167 Jy/beam ! Combined flux in latest and established models = 0.45804 Jy ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 385 components and 0.45804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067252Jy sigma=0.185752 ! Fit after self-cal, rms=0.067105Jy sigma=0.184954 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for VLBA stations ===" ! === Finished amplitude self-cal for VLBA stations === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. integer lun lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_selfant_process.csh /tmp/ff.ff" ![@/tmp/ff.ff] selfant 1:BR,true ! 1:BR self-cal status=fixed weight=1 selfant 1:FD,true ! 1:FD self-cal status=fixed weight=1 selfant 1:HN,true ! 1:HN self-cal status=fixed weight=1 selfant 1:KP,true ! 1:KP self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA self-cal status=fixed weight=1 selfant 1:NL,true ! 1:NL self-cal status=fixed weight=1 selfant 1:OV,true ! 1:OV self-cal status=fixed weight=1 selfant 1:PT,true ! 1:PT self-cal status=fixed weight=1 selfant 1:SC,true ! 1: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.070902Jy sigma=0.182703 ! Fit after self-cal, rms=0.070902Jy sigma=0.182703 selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.070902Jy sigma=0.182703 ! Fit after self-cal, rms=0.067156Jy sigma=0.181171 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.209 mas, bmaj=4.813 mas, bpa=38.82 degrees ! Estimated noise=8.33963 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.00151426 Jy ! Component: 100 - total flux cleaned = 0.000803234 Jy ! Component: 150 - total flux cleaned = -5.02542e-05 Jy ! Component: 200 - total flux cleaned = -0.0004327 Jy ! Total flux subtracted in 200 components = -0.0004327 Jy ! Clean residual min=-0.009476 max=0.009383 Jy/beam ! Clean residual mean=0.000017 rms=0.002729 Jy/beam ! Combined flux in latest and established models = 0.457607 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 414 components and 0.457607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065319Jy sigma=0.177436 ! Fit after self-cal, rms=0.065095Jy sigma=0.176973 ! 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.072 mas, bmaj=5.787 mas, bpa=31.34 degrees ! Estimated noise=3.73386 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.000813014 Jy ! Component: 100 - total flux cleaned = -0.00126577 Jy ! Component: 150 - total flux cleaned = -0.00151753 Jy ! Component: 200 - total flux cleaned = -0.00185337 Jy ! Component: 250 - total flux cleaned = -0.00246619 Jy ! Component: 300 - total flux cleaned = -0.00303735 Jy ! Component: 350 - total flux cleaned = -0.00365327 Jy ! Component: 400 - total flux cleaned = -0.00406344 Jy ! Total flux subtracted in 400 components = -0.00406344 Jy ! Clean residual min=-0.008281 max=0.006846 Jy/beam ! Clean residual mean=0.000029 rms=0.002324 Jy/beam ! Combined flux in latest and established models = 0.453543 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 452 components and 0.453544 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063932Jy sigma=0.173690 ! Fit after self-cal, rms=0.063843Jy sigma=0.173102 ! 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.000364097 Jy ! Component: 100 - total flux cleaned = -7.27147e-05 Jy ! Component: 150 - total flux cleaned = -0.000311726 Jy ! Component: 200 - total flux cleaned = -0.000667238 Jy ! Component: 250 - total flux cleaned = -0.000997002 Jy ! Component: 300 - total flux cleaned = -0.0013078 Jy ! Component: 350 - total flux cleaned = -0.00154488 Jy ! Component: 400 - total flux cleaned = -0.00160275 Jy ! Total flux subtracted in 400 components = -0.00160275 Jy ! Clean residual min=-0.007967 max=0.006212 Jy/beam ! Clean residual mean=0.000029 rms=0.002198 Jy/beam ! Combined flux in latest and established models = 0.451941 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 478 components and 0.451941 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063326Jy sigma=0.171849 ! Fit after self-cal, rms=0.063232Jy sigma=0.171488 ! 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. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.066548Jy sigma=0.169412 ! Fit after self-cal, rms=0.064457Jy sigma=0.169892 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.069 mas, bmaj=5.788 mas, bpa=32.09 degrees ! Estimated noise=3.72991 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00187948 Jy ! Component: 100 - total flux cleaned = 0.00160894 Jy ! Component: 150 - total flux cleaned = 0.00113809 Jy ! Component: 200 - total flux cleaned = 0.000779521 Jy ! Component: 250 - total flux cleaned = 0.000510111 Jy ! Component: 300 - total flux cleaned = 0.000321694 Jy ! Component: 350 - total flux cleaned = 8.04997e-05 Jy ! Component: 400 - total flux cleaned = -3.38115e-05 Jy ! Total flux subtracted in 400 components = -3.38115e-05 Jy ! Clean residual min=-0.007184 max=0.005536 Jy/beam ! Clean residual mean=0.000029 rms=0.001947 Jy/beam ! Combined flux in latest and established models = 0.451907 Jy selfcal ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 506 components and 0.451907 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063848Jy sigma=0.168645 ! Fit after self-cal, rms=0.063842Jy sigma=0.168383 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.000208191 Jy ! Component: 100 - total flux cleaned = 0.000141817 Jy ! Component: 150 - total flux cleaned = -2.85461e-05 Jy ! Component: 200 - total flux cleaned = -0.000136338 Jy ! Component: 250 - total flux cleaned = -0.000290136 Jy ! Component: 300 - total flux cleaned = -0.000338699 Jy ! Component: 350 - total flux cleaned = -0.000386946 Jy ! Component: 400 - total flux cleaned = -0.000434232 Jy ! Total flux subtracted in 400 components = -0.000434232 Jy ! Clean residual min=-0.006983 max=0.005490 Jy/beam ! Clean residual mean=0.000029 rms=0.001892 Jy/beam ! Combined flux in latest and established models = 0.451473 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 519 components and 0.451473 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063485Jy sigma=0.167801 ! Fit after self-cal, rms=0.063448Jy sigma=0.167656 ! 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.063448Jy sigma=0.167656 ! Fit after self-cal, rms=0.062473Jy sigma=0.164043 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.104 mas, bmaj=5.789 mas, bpa=33.02 degrees ! Estimated noise=3.73103 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00167328 Jy ! Component: 100 - total flux cleaned = 0.00167752 Jy ! Component: 150 - total flux cleaned = 0.0013104 Jy ! Component: 200 - total flux cleaned = 0.00118 Jy ! Component: 250 - total flux cleaned = 0.00117958 Jy ! Component: 300 - total flux cleaned = 0.00123289 Jy ! Component: 350 - total flux cleaned = 0.0013895 Jy ! Component: 400 - total flux cleaned = 0.00154079 Jy ! Total flux subtracted in 400 components = 0.00154079 Jy ! Clean residual min=-0.005148 max=0.004521 Jy/beam ! Clean residual mean=0.000007 rms=0.001488 Jy/beam ! Combined flux in latest and established models = 0.453013 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 542 components and 0.453014 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061834Jy sigma=0.162868 ! Fit after self-cal, rms=0.061615Jy sigma=0.162515 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.00110077 Jy ! Component: 100 - total flux cleaned = 0.00134246 Jy ! Component: 150 - total flux cleaned = 0.00155908 Jy ! Component: 200 - total flux cleaned = 0.00160863 Jy ! Component: 250 - total flux cleaned = 0.0017517 Jy ! Component: 300 - total flux cleaned = 0.00188803 Jy ! Component: 350 - total flux cleaned = 0.00193103 Jy ! Component: 400 - total flux cleaned = 0.00197252 Jy ! Total flux subtracted in 400 components = 0.00197252 Jy ! Clean residual min=-0.004709 max=0.004327 Jy/beam ! Clean residual mean=0.000010 rms=0.001420 Jy/beam ! Combined flux in latest and established models = 0.454986 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 554 components and 0.454986 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061234Jy sigma=0.162007 ! Fit after self-cal, rms=0.061183Jy sigma=0.161835 ! 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.061183Jy sigma=0.161835 ! Fit after self-cal, rms=0.064743Jy sigma=0.152384 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.705 mas, bmaj=6.124 mas, bpa=32.44 degrees ! Estimated noise=3.36969 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00146035 Jy ! Component: 100 - total flux cleaned = 0.00165779 Jy ! Component: 150 - total flux cleaned = 0.00171322 Jy ! Component: 200 - total flux cleaned = 0.00184702 Jy ! Component: 250 - total flux cleaned = 0.00197003 Jy ! Component: 300 - total flux cleaned = 0.00212288 Jy ! Component: 350 - total flux cleaned = 0.00223216 Jy ! Component: 400 - total flux cleaned = 0.00233667 Jy ! Total flux subtracted in 400 components = 0.00233667 Jy ! Clean residual min=-0.004497 max=0.003944 Jy/beam ! Clean residual mean=0.000005 rms=0.001283 Jy/beam ! Combined flux in latest and established models = 0.457323 Jy selfcal ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 588 components and 0.457323 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064525Jy sigma=0.151632 ! Fit after self-cal, rms=0.064684Jy sigma=0.151380 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.000843867 Jy ! Component: 100 - total flux cleaned = 0.00106639 Jy ! Component: 150 - total flux cleaned = 0.00130279 Jy ! Component: 200 - total flux cleaned = 0.00141273 Jy ! Component: 250 - total flux cleaned = 0.00148169 Jy ! Component: 300 - total flux cleaned = 0.0015148 Jy ! Component: 350 - total flux cleaned = 0.00154638 Jy ! Component: 400 - total flux cleaned = 0.00154658 Jy ! Total flux subtracted in 400 components = 0.00154658 Jy ! Clean residual min=-0.004206 max=0.003948 Jy/beam ! Clean residual mean=0.000008 rms=0.001235 Jy/beam ! Combined flux in latest and established models = 0.458869 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 606 components and 0.458869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064519Jy sigma=0.151025 ! Fit after self-cal, rms=0.064475Jy sigma=0.150901 ! 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.111 mas, bmaj=5.798 mas, bpa=33.18 degrees ! Estimated noise=3.73462 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.111 x 5.798 at 33.18 degrees (North through East) ! Clean map min=-0.023703 max=0.25889 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.238 mas, bmaj=4.853 mas, bpa=41.13 degrees ! Estimated noise=8.33229 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.198844 Jy ! Component: 100 - total flux cleaned = 0.278712 Jy ! Component: 150 - total flux cleaned = 0.331304 Jy ! Component: 200 - total flux cleaned = 0.370012 Jy ! Component: 250 - total flux cleaned = 0.394181 Jy ! Component: 300 - total flux cleaned = 0.410686 Jy ! Component: 350 - total flux cleaned = 0.424308 Jy ! Component: 400 - total flux cleaned = 0.433806 Jy ! Total flux subtracted in 400 components = 0.433806 Jy ! Clean residual min=-0.016208 max=0.016328 Jy/beam ! Clean residual mean=0.000079 rms=0.004808 Jy/beam ! Combined flux in latest and established models = 0.433806 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 152 model components to the UV plane model. ! The established model now contains 152 components and 0.433806 Jy ! Inverting map and beam ! Estimated beam: bmin=4.111 mas, bmaj=5.798 mas, bpa=33.18 degrees ! Estimated noise=3.73462 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) ! Added new window around map position (10.4, -10.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0195092 Jy ! Component: 100 - total flux cleaned = 0.0265697 Jy ! Component: 150 - total flux cleaned = 0.0278199 Jy ! Component: 200 - total flux cleaned = 0.0288901 Jy ! Component: 250 - total flux cleaned = 0.028882 Jy ! Component: 300 - total flux cleaned = 0.0294451 Jy ! Component: 350 - total flux cleaned = 0.0297021 Jy ! Component: 400 - total flux cleaned = 0.0297063 Jy ! Total flux subtracted in 400 components = 0.0297063 Jy ! Clean residual min=-0.007263 max=0.007829 Jy/beam ! Clean residual mean=0.000045 rms=0.002146 Jy/beam ! Combined flux in latest and established models = 0.463512 Jy ! Adding 122 model components to the UV plane model. ! The established model now contains 256 components and 0.463512 Jy ! Inverting map ! Added new window around map position (-22.4, 22.2). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00275647 Jy ! Component: 100 - total flux cleaned = 0.00494508 Jy ! Component: 150 - total flux cleaned = 0.00456514 Jy ! Component: 200 - total flux cleaned = 0.00371488 Jy ! Component: 250 - total flux cleaned = 0.00294488 Jy ! Component: 300 - total flux cleaned = 0.00237112 Jy ! Component: 350 - total flux cleaned = 0.00196815 Jy ! Component: 400 - total flux cleaned = 0.00183884 Jy ! Total flux subtracted in 400 components = 0.00183884 Jy ! Clean residual min=-0.004289 max=0.004573 Jy/beam ! Clean residual mean=0.000018 rms=0.001258 Jy/beam ! Combined flux in latest and established models = 0.465351 Jy ! Adding 75 model components to the UV plane model. ! The established model now contains 328 components and 0.465351 Jy ! Inverting map ! Added new window around map position (33.8, 23.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00228947 Jy ! Component: 100 - total flux cleaned = 0.00390138 Jy ! Component: 150 - total flux cleaned = 0.00460084 Jy ! Component: 200 - total flux cleaned = 0.00480566 Jy ! Component: 250 - total flux cleaned = 0.00490815 Jy ! Component: 300 - total flux cleaned = 0.0050958 Jy ! Component: 350 - total flux cleaned = 0.00491711 Jy ! Component: 400 - total flux cleaned = 0.00499614 Jy ! Total flux subtracted in 400 components = 0.00499614 Jy ! Clean residual min=-0.002910 max=0.002771 Jy/beam ! Clean residual mean=0.000012 rms=0.000772 Jy/beam ! Combined flux in latest and established models = 0.470347 Jy ! Adding 79 model components to the UV plane model. ! The established model now contains 403 components and 0.470347 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=4.705 mas, bmaj=6.124 mas, bpa=32.44 degrees ! Estimated noise=3.36969 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000140952 Jy ! Component: 100 - total flux cleaned = 0.000144292 Jy ! Component: 150 - total flux cleaned = 0.000208481 Jy ! Component: 200 - total flux cleaned = 0.000208679 Jy ! Component: 250 - total flux cleaned = 3.2916e-05 Jy ! Component: 300 - total flux cleaned = -0.00013697 Jy ! Component: 350 - total flux cleaned = -0.000246298 Jy ! Component: 400 - total flux cleaned = -0.000459141 Jy ! Total flux subtracted in 400 components = -0.000459141 Jy ! Clean residual min=-0.002207 max=0.002292 Jy/beam ! Clean residual mean=0.000008 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.469888 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) ! Added new window around map position (13.2, -46.2). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000257864 Jy ! Component: 100 - total flux cleaned = -0.000417313 Jy ! Component: 150 - total flux cleaned = -0.000732152 Jy ! Component: 200 - total flux cleaned = -0.000787806 Jy ! Component: 250 - total flux cleaned = -0.000733121 Jy ! Component: 300 - total flux cleaned = -0.000628118 Jy ! Component: 350 - total flux cleaned = -0.000576677 Jy ! Component: 400 - total flux cleaned = -0.00037908 Jy ! Total flux subtracted in 400 components = -0.00037908 Jy ! Clean residual min=-0.001717 max=0.001851 Jy/beam ! Clean residual mean=0.000005 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 0.469509 Jy ! Adding 154 model components to the UV plane model. ! The established model now contains 534 components and 0.469509 Jy ! Inverting map ! Added new window around map position (-49.4, -42.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00101127 Jy ! Component: 100 - total flux cleaned = 0.00149729 Jy ! Component: 150 - total flux cleaned = 0.00195749 Jy ! Component: 200 - total flux cleaned = 0.00239755 Jy ! Component: 250 - total flux cleaned = 0.00258704 Jy ! Component: 300 - total flux cleaned = 0.00272535 Jy ! Component: 350 - total flux cleaned = 0.00285909 Jy ! Component: 400 - total flux cleaned = 0.00298825 Jy ! Total flux subtracted in 400 components = 0.00298825 Jy ! Clean residual min=-0.001568 max=0.001498 Jy/beam ! Clean residual mean=0.000003 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.472497 Jy ! Adding 66 model components to the UV plane model. ! The established model now contains 585 components and 0.472497 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.111 mas, bmaj=5.798 mas, bpa=33.18 degrees ! Estimated noise=3.73462 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00032332 Jy ! Component: 100 - total flux cleaned = -0.000874763 Jy ! Component: 150 - total flux cleaned = -0.0010662 Jy ! Component: 200 - total flux cleaned = -0.00111233 Jy ! Component: 250 - total flux cleaned = -0.00115869 Jy ! Component: 300 - total flux cleaned = -0.00124734 Jy ! Component: 350 - total flux cleaned = -0.0013349 Jy ! Component: 400 - total flux cleaned = -0.00133282 Jy ! Total flux subtracted in 400 components = -0.00133282 Jy ! Clean residual min=-0.001518 max=0.001533 Jy/beam ! Clean residual mean=0.000003 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.471164 Jy selfcal ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 632 components and 0.471164 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063492Jy sigma=0.145316 ! Fit after self-cal, rms=0.062994Jy sigma=0.144910 wmodel /scr/pima/rdv95_uvs/J1543-0757_X_map.mod ! Writing 632 model components to file: /scr/pima/rdv95_uvs/J1543-0757_X_map.mod wobs /scr/pima/rdv95_uvs/J1543-0757_X_uvs.fits ! Applying 608 buffered edits. ! Writing UV FITS file: /scr/pima/rdv95_uvs/J1543-0757_X_uvs.fits wwins /scr/pima/rdv95_uvs/J1543-0757_X_map.win ! wwins: Wrote 7 windows to /scr/pima/rdv95_uvs/J1543-0757_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.000107344 Jy ! Component: 100 - total flux cleaned = 6.25289e-05 Jy ! Component: 150 - total flux cleaned = 0.000318827 Jy ! Component: 200 - total flux cleaned = 0.00058942 Jy ! Component: 250 - total flux cleaned = 0.000829914 Jy ! Component: 300 - total flux cleaned = 0.0010209 Jy ! Component: 350 - total flux cleaned = 0.00112422 Jy ! Component: 400 - total flux cleaned = 0.00120518 Jy ! Component: 450 - total flux cleaned = 0.0012844 Jy ! Component: 500 - total flux cleaned = 0.00140157 Jy ! Component: 550 - total flux cleaned = 0.00153558 Jy ! Component: 600 - total flux cleaned = 0.00168597 Jy ! Component: 650 - total flux cleaned = 0.0018155 Jy ! Component: 700 - total flux cleaned = 0.00194302 Jy ! Component: 750 - total flux cleaned = 0.00205099 Jy ! Component: 800 - total flux cleaned = 0.00219283 Jy ! Component: 850 - total flux cleaned = 0.00235028 Jy ! Component: 900 - total flux cleaned = 0.00247115 Jy ! Component: 950 - total flux cleaned = 0.00253941 Jy ! Component: 1000 - total flux cleaned = 0.00264069 Jy ! Component: 1050 - total flux cleaned = 0.00274084 Jy ! Component: 1100 - total flux cleaned = 0.00282343 Jy ! Component: 1150 - total flux cleaned = 0.00283982 Jy ! Component: 1200 - total flux cleaned = 0.00288854 Jy ! Component: 1250 - total flux cleaned = 0.00290463 Jy ! Component: 1300 - total flux cleaned = 0.00292059 Jy ! Component: 1350 - total flux cleaned = 0.00288916 Jy ! Component: 1400 - total flux cleaned = 0.00287365 Jy ! Component: 1450 - total flux cleaned = 0.00288929 Jy ! Component: 1500 - total flux cleaned = 0.00292029 Jy ! Component: 1550 - total flux cleaned = 0.0028896 Jy ! Component: 1600 - total flux cleaned = 0.00288964 Jy ! Component: 1650 - total flux cleaned = 0.00288981 Jy ! Component: 1700 - total flux cleaned = 0.0029199 Jy ! Component: 1750 - total flux cleaned = 0.0029349 Jy ! Component: 1800 - total flux cleaned = 0.00293506 Jy ! Component: 1850 - total flux cleaned = 0.00299449 Jy ! Component: 1900 - total flux cleaned = 0.00302403 Jy ! Component: 1950 - total flux cleaned = 0.00305345 Jy ! Component: 2000 - total flux cleaned = 0.00303888 Jy ! Component: 2050 - total flux cleaned = 0.00309737 Jy ! Component: 2100 - total flux cleaned = 0.00314104 Jy ! Component: 2150 - total flux cleaned = 0.00318454 Jy ! Component: 2200 - total flux cleaned = 0.00328572 Jy ! Component: 2250 - total flux cleaned = 0.00325692 Jy ! Component: 2300 - total flux cleaned = 0.00334315 Jy ! Component: 2350 - total flux cleaned = 0.0033575 Jy ! Component: 2400 - total flux cleaned = 0.00341471 Jy ! Component: 2450 - total flux cleaned = 0.00345752 Jy ! Component: 2500 - total flux cleaned = 0.00352881 Jy ! Component: 2550 - total flux cleaned = 0.00358572 Jy ! Component: 2600 - total flux cleaned = 0.00361411 Jy ! Component: 2650 - total flux cleaned = 0.00362832 Jy ! Component: 2700 - total flux cleaned = 0.00369927 Jy ! Component: 2750 - total flux cleaned = 0.0037986 Jy ! Component: 2800 - total flux cleaned = 0.00389795 Jy ! Component: 2850 - total flux cleaned = 0.003969 Jy ! Component: 2900 - total flux cleaned = 0.00406848 Jy ! Component: 2950 - total flux cleaned = 0.00415376 Jy ! Component: 3000 - total flux cleaned = 0.00423912 Jy ! Component: 3050 - total flux cleaned = 0.00433882 Jy ! Component: 3100 - total flux cleaned = 0.00441019 Jy ! Component: 3150 - total flux cleaned = 0.0044816 Jy ! Component: 3200 - total flux cleaned = 0.00461044 Jy ! Component: 3250 - total flux cleaned = 0.00465347 Jy ! Component: 3300 - total flux cleaned = 0.00475436 Jy ! Component: 3350 - total flux cleaned = 0.00479773 Jy ! Component: 3400 - total flux cleaned = 0.00487032 Jy ! Component: 3450 - total flux cleaned = 0.00494327 Jy ! Component: 3500 - total flux cleaned = 0.00504558 Jy ! Component: 3550 - total flux cleaned = 0.00513374 Jy ! Component: 3600 - total flux cleaned = 0.00519283 Jy ! Component: 3650 - total flux cleaned = 0.00523729 Jy ! Component: 3700 - total flux cleaned = 0.00534154 Jy ! Component: 3750 - total flux cleaned = 0.00538643 Jy ! Component: 3800 - total flux cleaned = 0.00549172 Jy ! Component: 3850 - total flux cleaned = 0.00555219 Jy ! Component: 3900 - total flux cleaned = 0.00565833 Jy ! Component: 3950 - total flux cleaned = 0.00571937 Jy ! Component: 4000 - total flux cleaned = 0.00581114 Jy ! Component: 4050 - total flux cleaned = 0.00588802 Jy ! Total flux subtracted in 4096 components = 0.00598077 Jy ! Clean residual min=-0.000781 max=0.000874 Jy/beam ! Clean residual mean=0.000005 rms=0.000295 Jy/beam ! Combined flux in latest and established models = 0.477145 Jy keep ! Adding 192 model components to the UV plane model. ! The established model now contains 819 components and 0.477145 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv95_uvs/J1543-0757_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.111 x 5.798 at 33.18 degrees (North through East) ! Clean map min=-0.018835 max=0.25501 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv95_uvs/J1543-0757_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.255 rms= 0.00029 Jy quit ! Quitting program ! Log file /scr/pima/rdv95_uvs/J1543-0757_X_uvs.log closed on Wed Nov 6 20:47:58 2013