! Started logfile: /scr/pima/rdv93_uvs/J2238+6804_X_uvs.log on Tue Oct 8 15:51:48 2013 obs /scr/pima/rdv93_uvs/J2238+6804_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J2238+6804_X_uva.fits ! AN table 1: 44 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.655556 visibilities/baseline/integration-bin. ! Found source: J2238+6804 ! ! 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 5192 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/rdv93_uvs/J2238+6804_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 ! 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.006926Jy sigma=1.510203 ! Fit after self-cal, rms=0.933359Jy sigma=1.363040 ! 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.7203 mas, bmaj=1.272 mas, bpa=-80.18 degrees ! Estimated noise=15.3846 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.0532055 Jy ! Component: 100 - total flux cleaned = 0.0682211 Jy ! Total flux subtracted in 100 components = 0.0682211 Jy ! Clean residual min=-0.007072 max=0.012347 Jy/beam ! Clean residual mean=-0.000023 rms=0.001701 Jy/beam ! Combined flux in latest and established models = 0.0682211 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.0682211 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062822Jy sigma=0.086675 ! Fit after self-cal, rms=0.060676Jy sigma=0.085181 ! Inverting map ! Added new window around map position (-1.2, 2). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0104567 Jy ! Component: 100 - total flux cleaned = 0.0159509 Jy ! Total flux subtracted in 100 components = 0.0159509 Jy ! Clean residual min=-0.005943 max=0.010185 Jy/beam ! Clean residual mean=-0.000013 rms=0.001378 Jy/beam ! Combined flux in latest and established models = 0.0841721 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 23 components and 0.0841721 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058511Jy sigma=0.077963 ! Fit after self-cal, rms=0.057961Jy sigma=0.077401 ! 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=1.049 mas, bmaj=1.786 mas, bpa=-81.51 degrees ! Estimated noise=7.18969 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.00955988 Jy ! Component: 100 - total flux cleaned = 0.0133506 Jy ! Component: 150 - total flux cleaned = 0.0151419 Jy ! Component: 200 - total flux cleaned = 0.0153354 Jy ! Total flux subtracted in 200 components = 0.0153354 Jy ! Clean residual min=-0.003619 max=0.009612 Jy/beam ! Clean residual mean=-0.000007 rms=0.001102 Jy/beam ! Combined flux in latest and established models = 0.0995074 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 33 components and 0.0995074 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057025Jy sigma=0.074077 ! Fit after self-cal, rms=0.056732Jy sigma=0.073599 ! Inverting map ! Added new window around map position (-2.6, 4.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00465364 Jy ! Component: 100 - total flux cleaned = 0.00417298 Jy ! Component: 150 - total flux cleaned = 0.00364717 Jy ! Component: 200 - total flux cleaned = 0.00327973 Jy ! Total flux subtracted in 200 components = 0.00327973 Jy ! Clean residual min=-0.003402 max=0.007131 Jy/beam ! Clean residual mean=-0.000001 rms=0.000890 Jy/beam ! Combined flux in latest and established models = 0.102787 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 49 components and 0.102787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055867Jy sigma=0.072968 ! Fit after self-cal, rms=0.055805Jy sigma=0.072671 ! Inverting map ! Added new window around map position (3, -4.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00475426 Jy ! Component: 100 - total flux cleaned = 0.00601674 Jy ! Component: 150 - total flux cleaned = 0.00638693 Jy ! Component: 200 - total flux cleaned = 0.00654782 Jy ! Total flux subtracted in 200 components = 0.00654782 Jy ! Clean residual min=-0.003168 max=0.002591 Jy/beam ! Clean residual mean=0.000007 rms=0.000693 Jy/beam ! Combined flux in latest and established models = 0.109335 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 72 components and 0.109335 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055085Jy sigma=0.072123 ! Fit after self-cal, rms=0.055127Jy sigma=0.072095 ! 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.01 FD 1.07 HN 1.03 KP 1.00 ! LA 1.02 MK 1.06 NL 1.06 OV 0.98 ! PT 0.97 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00 HN 1.06 KP 1.01 ! LA 1.03 MK 1.05 NL 1.04 OV 1.02 ! PT 0.99 SC 0.89 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.95 HN 1.00 KP 0.89 ! LA 0.98 MK 1.02 NL 1.06 OV 1.02 ! PT 1.01 SC 0.95 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.04 HN 0.99 KP 0.90 ! LA 1.03 MK 0.96 NL 0.92 OV 1.02 ! PT 1.03 SC 0.88 ! ! ! Fit before self-cal, rms=0.055127Jy sigma=0.072095 ! Fit after self-cal, rms=0.054653Jy sigma=0.071548 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.046 mas, bmaj=1.783 mas, bpa=-81.79 degrees ! Estimated noise=7.13672 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.000233289 Jy ! Component: 100 - total flux cleaned = 0.000574183 Jy ! Component: 150 - total flux cleaned = 0.000691136 Jy ! Component: 200 - total flux cleaned = 0.000850028 Jy ! Total flux subtracted in 200 components = 0.000850028 Jy ! Clean residual min=-0.002437 max=0.002320 Jy/beam ! Clean residual mean=0.000004 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.110185 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 83 components and 0.110185 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054387Jy sigma=0.071447 ! Fit after self-cal, rms=0.054457Jy sigma=0.071422 ! 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.054457Jy sigma=0.071422 ! Fit after self-cal, rms=0.054242Jy sigma=0.071411 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.047 mas, bmaj=1.784 mas, bpa=-81.81 degrees ! Estimated noise=7.09377 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000391021 Jy ! Component: 100 - total flux cleaned = -0.000337279 Jy ! Component: 150 - total flux cleaned = -0.000245962 Jy ! Component: 200 - total flux cleaned = -0.000245391 Jy ! Total flux subtracted in 200 components = -0.000245391 Jy ! Clean residual min=-0.002395 max=0.002197 Jy/beam ! Clean residual mean=0.000003 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.10994 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 92 components and 0.10994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054093Jy sigma=0.071360 ! Fit after self-cal, rms=0.054106Jy sigma=0.071354 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.01727e-06 Jy ! Component: 100 - total flux cleaned = -3.36912e-05 Jy ! Component: 150 - total flux cleaned = -0.000108798 Jy ! Component: 200 - total flux cleaned = -0.000179065 Jy ! Total flux subtracted in 200 components = -0.000179065 Jy ! Clean residual min=-0.002323 max=0.002137 Jy/beam ! Clean residual mean=0.000003 rms=0.000556 Jy/beam ! Combined flux in latest and established models = 0.109761 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 102 components and 0.109761 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054020Jy sigma=0.071314 ! Fit after self-cal, rms=0.054027Jy sigma=0.071310 ! 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.054027Jy sigma=0.071310 ! Fit after self-cal, rms=0.054151Jy sigma=0.071001 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.04 mas, bmaj=1.788 mas, bpa=-82.46 degrees ! Estimated noise=7.03614 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000207136 Jy ! Component: 100 - total flux cleaned = -0.000242954 Jy ! Component: 150 - total flux cleaned = -0.000242877 Jy ! Component: 200 - total flux cleaned = -0.000275431 Jy ! Total flux subtracted in 200 components = -0.000275431 Jy ! Clean residual min=-0.002049 max=0.002039 Jy/beam ! Clean residual mean=0.000003 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.109485 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 110 components and 0.109485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054052Jy sigma=0.070970 ! Fit after self-cal, rms=0.054146Jy sigma=0.070958 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.88947e-05 Jy ! Component: 100 - total flux cleaned = -2.7698e-05 Jy ! Component: 150 - total flux cleaned = -2.75442e-05 Jy ! Component: 200 - total flux cleaned = -2.71688e-05 Jy ! Total flux subtracted in 200 components = -2.71688e-05 Jy ! Clean residual min=-0.002055 max=0.002002 Jy/beam ! Clean residual mean=0.000003 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.109458 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 117 components and 0.109458 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054093Jy sigma=0.070938 ! Fit after self-cal, rms=0.054099Jy sigma=0.070935 ! 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.054099Jy sigma=0.070935 ! Fit after self-cal, rms=0.053998Jy sigma=0.070928 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.707 mas, bmaj=3.637 mas, bpa=-75.25 degrees ! Estimated noise=7.39305 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000599912 Jy ! Component: 100 - total flux cleaned = -0.000794946 Jy ! Component: 150 - total flux cleaned = -0.00100106 Jy ! Component: 200 - total flux cleaned = -0.0010834 Jy ! Total flux subtracted in 200 components = -0.0010834 Jy ! Clean residual min=-0.002144 max=0.001812 Jy/beam ! Clean residual mean=0.000007 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.108375 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 125 components and 0.108375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053966Jy sigma=0.070914 ! Fit after self-cal, rms=0.053994Jy sigma=0.070911 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.000135682 Jy ! Component: 100 - total flux cleaned = -0.000210098 Jy ! Component: 150 - total flux cleaned = -0.000280294 Jy ! Component: 200 - total flux cleaned = -0.00034657 Jy ! Total flux subtracted in 200 components = -0.00034657 Jy ! Clean residual min=-0.002049 max=0.001752 Jy/beam ! Clean residual mean=0.000006 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.108028 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 125 components and 0.108028 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053973Jy sigma=0.070909 ! Fit after self-cal, rms=0.053979Jy sigma=0.070907 ! 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 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.053979Jy sigma=0.070907 ! Fit after self-cal, rms=0.053979Jy sigma=0.070907 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 ! 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053979Jy sigma=0.070907 ! Fit after self-cal, rms=0.053304Jy sigma=0.070899 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.709 mas, bmaj=1.269 mas, bpa=-82.01 degrees ! Estimated noise=14.7649 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.00062356 Jy ! Component: 100 - total flux cleaned = -0.000233925 Jy ! Component: 150 - total flux cleaned = -1.29962e-05 Jy ! Component: 200 - total flux cleaned = -6.24777e-05 Jy ! Total flux subtracted in 200 components = -6.24777e-05 Jy ! Clean residual min=-0.003589 max=0.003800 Jy/beam ! Clean residual mean=-0.000000 rms=0.000941 Jy/beam ! Combined flux in latest and established models = 0.107966 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 148 components and 0.107966 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053307Jy sigma=0.070919 ! Fit after self-cal, rms=0.053274Jy sigma=0.070906 ! 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=1.034 mas, bmaj=1.783 mas, bpa=-82.79 degrees ! Estimated noise=6.93811 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.000116713 Jy ! Component: 100 - total flux cleaned = -8.73863e-05 Jy ! Component: 150 - total flux cleaned = -6.04305e-05 Jy ! Component: 200 - total flux cleaned = -3.55534e-05 Jy ! Component: 250 - total flux cleaned = -3.57051e-05 Jy ! Component: 300 - total flux cleaned = -5.62923e-05 Jy ! Component: 350 - total flux cleaned = -5.53921e-05 Jy ! Component: 400 - total flux cleaned = -5.54524e-05 Jy ! Total flux subtracted in 400 components = -5.54524e-05 Jy ! Clean residual min=-0.002044 max=0.001926 Jy/beam ! Clean residual mean=0.000003 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.10791 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 165 components and 0.10791 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053204Jy sigma=0.070872 ! Fit after self-cal, rms=0.053194Jy sigma=0.070869 ! Inverting map dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.14675e-05 Jy ! Component: 100 - total flux cleaned = -5.76779e-06 Jy ! Component: 150 - total flux cleaned = -4.06497e-05 Jy ! Component: 200 - total flux cleaned = -7.40037e-05 Jy ! Component: 250 - total flux cleaned = -0.000121888 Jy ! Component: 300 - total flux cleaned = -0.000152513 Jy ! Component: 350 - total flux cleaned = -0.000181643 Jy ! Component: 400 - total flux cleaned = -0.00019556 Jy ! Total flux subtracted in 400 components = -0.00019556 Jy ! Clean residual min=-0.002074 max=0.001915 Jy/beam ! Clean residual mean=0.000003 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.107715 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 168 components and 0.107715 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053160Jy sigma=0.070853 ! Fit after self-cal, rms=0.053153Jy sigma=0.070850 ! 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.053153Jy sigma=0.070850 ! Fit after self-cal, rms=0.052952Jy sigma=0.070845 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.034 mas, bmaj=1.784 mas, bpa=-82.82 degrees ! Estimated noise=6.90583 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000394199 Jy ! Component: 100 - total flux cleaned = -0.000439177 Jy ! Component: 150 - total flux cleaned = -0.000467343 Jy ! Component: 200 - total flux cleaned = -0.00049448 Jy ! Component: 250 - total flux cleaned = -0.000520297 Jy ! Component: 300 - total flux cleaned = -0.000533291 Jy ! Component: 350 - total flux cleaned = -0.000533135 Jy ! Component: 400 - total flux cleaned = -0.000557336 Jy ! Total flux subtracted in 400 components = -0.000557336 Jy ! Clean residual min=-0.002001 max=0.001884 Jy/beam ! Clean residual mean=0.000003 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.107157 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 180 components and 0.107157 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052920Jy sigma=0.070838 ! Fit after self-cal, rms=0.052917Jy sigma=0.070836 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 = 2.51785e-05 Jy ! Component: 100 - total flux cleaned = -3.97112e-05 Jy ! Component: 150 - total flux cleaned = -5.1609e-05 Jy ! Component: 200 - total flux cleaned = -6.34382e-05 Jy ! Component: 250 - total flux cleaned = -7.50347e-05 Jy ! Component: 300 - total flux cleaned = -8.63068e-05 Jy ! Component: 350 - total flux cleaned = -9.72251e-05 Jy ! Component: 400 - total flux cleaned = -9.71739e-05 Jy ! Total flux subtracted in 400 components = -9.71739e-05 Jy ! Clean residual min=-0.002000 max=0.001873 Jy/beam ! Clean residual mean=0.000002 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.10706 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 186 components and 0.10706 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052898Jy sigma=0.070827 ! Fit after self-cal, rms=0.052895Jy sigma=0.070825 ! 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.052895Jy sigma=0.070825 ! Fit after self-cal, rms=0.052835Jy sigma=0.070817 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.032 mas, bmaj=1.785 mas, bpa=-83.05 degrees ! Estimated noise=6.87315 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0003113 Jy ! Component: 100 - total flux cleaned = -0.000355372 Jy ! Component: 150 - total flux cleaned = -0.000368409 Jy ! Component: 200 - total flux cleaned = -0.000380637 Jy ! Component: 250 - total flux cleaned = -0.00040413 Jy ! Component: 300 - total flux cleaned = -0.00039253 Jy ! Component: 350 - total flux cleaned = -0.000392768 Jy ! Component: 400 - total flux cleaned = -0.000392858 Jy ! Total flux subtracted in 400 components = -0.000392858 Jy ! Clean residual min=-0.001952 max=0.001832 Jy/beam ! Clean residual mean=0.000003 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.106667 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 197 components and 0.106667 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052809Jy sigma=0.070811 ! Fit after self-cal, rms=0.052834Jy sigma=0.070809 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.20091e-06 Jy ! Component: 100 - total flux cleaned = -7.26253e-06 Jy ! Component: 150 - total flux cleaned = -2.82237e-05 Jy ! Component: 200 - total flux cleaned = -1.79381e-05 Jy ! Component: 250 - total flux cleaned = -1.80798e-05 Jy ! Component: 300 - total flux cleaned = -2.80956e-05 Jy ! Component: 350 - total flux cleaned = -3.77439e-05 Jy ! Component: 400 - total flux cleaned = -4.70704e-05 Jy ! Total flux subtracted in 400 components = -4.70704e-05 Jy ! Clean residual min=-0.001955 max=0.001819 Jy/beam ! Clean residual mean=0.000003 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.10662 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 202 components and 0.10662 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052821Jy sigma=0.070802 ! Fit after self-cal, rms=0.052821Jy sigma=0.070801 ! 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.052821Jy sigma=0.070801 ! Fit after self-cal, rms=0.054578Jy sigma=0.068896 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.711 mas, bmaj=3.656 mas, bpa=-75.26 degrees ! Estimated noise=7.33779 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.71947e-05 Jy ! Component: 100 - total flux cleaned = 8.88787e-05 Jy ! Component: 150 - total flux cleaned = 5.83145e-05 Jy ! Component: 200 - total flux cleaned = 7.43536e-07 Jy ! Component: 250 - total flux cleaned = -5.31259e-05 Jy ! Component: 300 - total flux cleaned = -0.000103926 Jy ! Component: 350 - total flux cleaned = -0.000152733 Jy ! Component: 400 - total flux cleaned = -0.000199285 Jy ! Total flux subtracted in 400 components = -0.000199285 Jy ! Clean residual min=-0.001866 max=0.001569 Jy/beam ! Clean residual mean=0.000009 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.106421 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 211 components and 0.106421 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054579Jy sigma=0.068881 ! Fit after self-cal, rms=0.054657Jy sigma=0.068852 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 = -5.51249e-05 Jy ! Component: 100 - total flux cleaned = -0.00011382 Jy ! Component: 150 - total flux cleaned = -0.000158241 Jy ! Component: 200 - total flux cleaned = -0.00020098 Jy ! Component: 250 - total flux cleaned = -0.000241745 Jy ! Component: 300 - total flux cleaned = -0.000242034 Jy ! Component: 350 - total flux cleaned = -0.000269966 Jy ! Component: 400 - total flux cleaned = -0.000279261 Jy ! Total flux subtracted in 400 components = -0.000279261 Jy ! Clean residual min=-0.001794 max=0.001559 Jy/beam ! Clean residual mean=0.000008 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.106142 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 220 components and 0.106142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054658Jy sigma=0.068855 ! Fit after self-cal, rms=0.054664Jy sigma=0.068853 ! 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=1.032 mas, bmaj=1.79 mas, bpa=-83.06 degrees ! Estimated noise=6.93875 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.032 x 1.79 at -83.06 degrees (North through East) ! Clean map min=-0.0026129 max=0.05631 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.7062 mas, bmaj=1.275 mas, bpa=-82.89 degrees ! Estimated noise=14.7765 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0540907 Jy ! Component: 100 - total flux cleaned = 0.0722858 Jy ! Component: 150 - total flux cleaned = 0.0821195 Jy ! Component: 200 - total flux cleaned = 0.0888315 Jy ! Component: 250 - total flux cleaned = 0.0924126 Jy ! Component: 300 - total flux cleaned = 0.0957546 Jy ! Component: 350 - total flux cleaned = 0.0985341 Jy ! Component: 400 - total flux cleaned = 0.100412 Jy ! Total flux subtracted in 400 components = 0.100412 Jy ! Clean residual min=-0.004190 max=0.004548 Jy/beam ! Clean residual mean=-0.000005 rms=0.000968 Jy/beam ! Combined flux in latest and established models = 0.100412 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 39 model components to the UV plane model. ! The established model now contains 39 components and 0.100412 Jy ! Inverting map and beam ! Estimated beam: bmin=1.032 mas, bmaj=1.79 mas, bpa=-83.06 degrees ! Estimated noise=6.93875 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 (1.2, -2). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00486995 Jy ! Component: 100 - total flux cleaned = 0.0074796 Jy ! Component: 150 - total flux cleaned = 0.0079733 Jy ! Component: 200 - total flux cleaned = 0.0076663 Jy ! Component: 250 - total flux cleaned = 0.00744158 Jy ! Component: 300 - total flux cleaned = 0.00723618 Jy ! Component: 350 - total flux cleaned = 0.00704779 Jy ! Component: 400 - total flux cleaned = 0.00697927 Jy ! Total flux subtracted in 400 components = 0.00697927 Jy ! Clean residual min=-0.001965 max=0.001736 Jy/beam ! Clean residual mean=0.000005 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.107391 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 72 components and 0.107391 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.711 mas, bmaj=3.656 mas, bpa=-75.26 degrees ! Estimated noise=7.33779 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000268989 Jy ! Component: 100 - total flux cleaned = -0.000364891 Jy ! Component: 150 - total flux cleaned = -0.000426022 Jy ! Component: 200 - total flux cleaned = -0.000503446 Jy ! Component: 250 - total flux cleaned = -0.000576901 Jy ! Component: 300 - total flux cleaned = -0.000629051 Jy ! Component: 350 - total flux cleaned = -0.000696091 Jy ! Component: 400 - total flux cleaned = -0.000775141 Jy ! Total flux subtracted in 400 components = -0.000775141 Jy ! Clean residual min=-0.001905 max=0.001607 Jy/beam ! Clean residual mean=0.000009 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.106616 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 = -2.98994e-05 Jy ! Component: 100 - total flux cleaned = -7.36674e-05 Jy ! Component: 150 - total flux cleaned = -8.7872e-05 Jy ! Component: 200 - total flux cleaned = -0.000129954 Jy ! Component: 250 - total flux cleaned = -0.000157027 Jy ! Component: 300 - total flux cleaned = -0.000183285 Jy ! Component: 350 - total flux cleaned = -0.000209028 Jy ! Component: 400 - total flux cleaned = -0.000234202 Jy ! Total flux subtracted in 400 components = -0.000234202 Jy ! Clean residual min=-0.001871 max=0.001566 Jy/beam ! Clean residual mean=0.000009 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.106381 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 102 components and 0.106381 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.032 mas, bmaj=1.79 mas, bpa=-83.06 degrees ! Estimated noise=6.93875 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000109039 Jy ! Component: 100 - total flux cleaned = -2.13114e-05 Jy ! Component: 150 - total flux cleaned = 5.86817e-05 Jy ! Component: 200 - total flux cleaned = 0.000107955 Jy ! Component: 250 - total flux cleaned = 0.00015461 Jy ! Component: 300 - total flux cleaned = 0.000198449 Jy ! Component: 350 - total flux cleaned = 0.000197873 Jy ! Component: 400 - total flux cleaned = 0.000218606 Jy ! Total flux subtracted in 400 components = 0.000218606 Jy ! Clean residual min=-0.001868 max=0.001664 Jy/beam ! Clean residual mean=0.000005 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.1066 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 127 components and 0.1066 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054558Jy sigma=0.068802 ! Fit after self-cal, rms=0.054543Jy sigma=0.068789 wmodel /scr/pima/rdv93_uvs/J2238+6804_X_map.mod ! Writing 127 model components to file: /scr/pima/rdv93_uvs/J2238+6804_X_map.mod wobs /scr/pima/rdv93_uvs/J2238+6804_X_uvs.fits ! Applying 1400 buffered edits. ! Writing UV FITS file: /scr/pima/rdv93_uvs/J2238+6804_X_uvs.fits wwins /scr/pima/rdv93_uvs/J2238+6804_X_map.win ! wwins: Wrote 5 windows to /scr/pima/rdv93_uvs/J2238+6804_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.000479685 Jy ! Component: 100 - total flux cleaned = -0.000541555 Jy ! Component: 150 - total flux cleaned = -0.000654685 Jy ! Component: 200 - total flux cleaned = -0.000682693 Jy ! Component: 250 - total flux cleaned = -0.000683059 Jy ! Component: 300 - total flux cleaned = -0.000683356 Jy ! Component: 350 - total flux cleaned = -0.000733009 Jy ! Component: 400 - total flux cleaned = -0.000708943 Jy ! Component: 450 - total flux cleaned = -0.000780152 Jy ! Component: 500 - total flux cleaned = -0.000803306 Jy ! Component: 550 - total flux cleaned = -0.000826352 Jy ! Component: 600 - total flux cleaned = -0.000849071 Jy ! Component: 650 - total flux cleaned = -0.000915399 Jy ! Component: 700 - total flux cleaned = -0.0010025 Jy ! Component: 750 - total flux cleaned = -0.00104567 Jy ! Component: 800 - total flux cleaned = -0.0011302 Jy ! Component: 850 - total flux cleaned = -0.00115134 Jy ! Component: 900 - total flux cleaned = -0.00119285 Jy ! Component: 950 - total flux cleaned = -0.00123369 Jy ! Component: 1000 - total flux cleaned = -0.0012945 Jy ! Component: 1050 - total flux cleaned = -0.0013345 Jy ! Component: 1100 - total flux cleaned = -0.00135418 Jy ! Component: 1150 - total flux cleaned = -0.0012956 Jy ! Component: 1200 - total flux cleaned = -0.00137335 Jy ! Component: 1250 - total flux cleaned = -0.00139277 Jy ! Component: 1300 - total flux cleaned = -0.00146861 Jy ! Component: 1350 - total flux cleaned = -0.0014306 Jy ! Component: 1400 - total flux cleaned = -0.00143049 Jy ! Component: 1450 - total flux cleaned = -0.00146769 Jy ! Component: 1500 - total flux cleaned = -0.0014861 Jy ! Component: 1550 - total flux cleaned = -0.00150427 Jy ! Component: 1600 - total flux cleaned = -0.00150426 Jy ! Component: 1650 - total flux cleaned = -0.00155795 Jy ! Component: 1700 - total flux cleaned = -0.00159352 Jy ! Component: 1750 - total flux cleaned = -0.00162881 Jy ! Component: 1800 - total flux cleaned = -0.00169859 Jy ! Component: 1850 - total flux cleaned = -0.00176782 Jy ! Component: 1900 - total flux cleaned = -0.00175047 Jy ! Component: 1950 - total flux cleaned = -0.00180185 Jy ! Component: 2000 - total flux cleaned = -0.00188679 Jy ! Component: 2050 - total flux cleaned = -0.00193728 Jy ! Component: 2100 - total flux cleaned = -0.00197069 Jy ! Component: 2150 - total flux cleaned = -0.00200387 Jy ! Component: 2200 - total flux cleaned = -0.00203692 Jy ! Component: 2250 - total flux cleaned = -0.00203686 Jy ! Component: 2300 - total flux cleaned = -0.00203702 Jy ! Component: 2350 - total flux cleaned = -0.00205314 Jy ! Component: 2400 - total flux cleaned = -0.00216581 Jy ! Component: 2450 - total flux cleaned = -0.0020857 Jy ! Component: 2500 - total flux cleaned = -0.00213356 Jy ! Component: 2550 - total flux cleaned = -0.0021334 Jy ! Component: 2600 - total flux cleaned = -0.00214922 Jy ! Component: 2650 - total flux cleaned = -0.00208662 Jy ! Component: 2700 - total flux cleaned = -0.00214887 Jy ! Component: 2750 - total flux cleaned = -0.00210233 Jy ! Component: 2800 - total flux cleaned = -0.00205627 Jy ! Component: 2850 - total flux cleaned = -0.00210222 Jy ! Component: 2900 - total flux cleaned = -0.00207192 Jy ! Component: 2950 - total flux cleaned = -0.00207201 Jy ! Component: 3000 - total flux cleaned = -0.00211732 Jy ! Component: 3050 - total flux cleaned = -0.0021174 Jy ! Component: 3100 - total flux cleaned = -0.00208766 Jy ! Component: 3150 - total flux cleaned = -0.00204307 Jy ! Component: 3200 - total flux cleaned = -0.00205774 Jy ! Component: 3250 - total flux cleaned = -0.00201369 Jy ! Component: 3300 - total flux cleaned = -0.00202826 Jy ! Component: 3350 - total flux cleaned = -0.0019408 Jy ! Component: 3400 - total flux cleaned = -0.00198432 Jy ! Component: 3450 - total flux cleaned = -0.00195542 Jy ! Component: 3500 - total flux cleaned = -0.00185501 Jy ! Component: 3550 - total flux cleaned = -0.00182649 Jy ! Component: 3600 - total flux cleaned = -0.00186922 Jy ! Component: 3650 - total flux cleaned = -0.00182677 Jy ! Component: 3700 - total flux cleaned = -0.00182678 Jy ! Component: 3750 - total flux cleaned = -0.0018408 Jy ! Component: 3800 - total flux cleaned = -0.00184076 Jy ! Component: 3850 - total flux cleaned = -0.00179901 Jy ! Component: 3900 - total flux cleaned = -0.00179894 Jy ! Component: 3950 - total flux cleaned = -0.00174379 Jy ! Component: 4000 - total flux cleaned = -0.00177129 Jy ! Component: 4050 - total flux cleaned = -0.00173025 Jy ! Total flux subtracted in 4096 components = -0.00170299 Jy ! Clean residual min=-0.000852 max=0.000731 Jy/beam ! Clean residual mean=0.000001 rms=0.000226 Jy/beam ! Combined flux in latest and established models = 0.104897 Jy keep ! Adding 262 model components to the UV plane model. ! The established model now contains 389 components and 0.104897 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv93_uvs/J2238+6804_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.032 x 1.79 at -83.06 degrees (North through East) ! Clean map min=-0.0023154 max=0.051835 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J2238+6804_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.0518 rms= 0.00022 Jy quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J2238+6804_X_uvs.log closed on Tue Oct 8 15:51:54 2013