! Started logfile: /scr/pima/rdv95_uvs/J0838-3836_X_uvs.log on Wed Nov 6 20:45:00 2013 obs /scr/pima/rdv95_uvs/J0838-3836_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv95_uvs/J0838-3836_X_uva.fits ! AN table 1: 22 integrations on 21 of 21 possible baselines. ! AN table 2: 22 integrations on 15 of 15 possible baselines. ! AN table 3: 22 integrations on 1 of 1 possible baselines. ! Apparent sampling: 0.810811 visibilities/baseline/integration-bin. ! Found source: J0838-3836 ! ! 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 2640 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/J0838-3836_X] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 3:MK self-cal status=correctable weight=1 ! 3: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 44 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 44 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 44 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 44 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=1.009239Jy sigma=0.817949 ! Fit after self-cal, rms=0.931511Jy sigma=0.759265 ! 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.8934 mas, bmaj=9.919 mas, bpa=12.03 degrees ! Estimated noise=39.5886 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.053724 Jy ! Component: 100 - total flux cleaned = 0.0657464 Jy ! Total flux subtracted in 100 components = 0.0657464 Jy ! Clean residual min=-0.005562 max=0.006164 Jy/beam ! Clean residual mean=0.000002 rms=0.001567 Jy/beam ! Combined flux in latest and established models = 0.0657464 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0657464 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057692Jy sigma=0.044814 ! Fit after self-cal, rms=0.056924Jy sigma=0.044283 ! 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.425 mas, bmaj=11.53 mas, bpa=11.3 degrees ! Estimated noise=17.7852 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.00630252 Jy ! Component: 100 - total flux cleaned = 0.00848577 Jy ! Component: 150 - total flux cleaned = 0.00941107 Jy ! Component: 200 - total flux cleaned = 0.00960068 Jy ! Total flux subtracted in 200 components = 0.00960068 Jy ! Clean residual min=-0.003133 max=0.003971 Jy/beam ! Clean residual mean=0.000005 rms=0.000880 Jy/beam ! Combined flux in latest and established models = 0.0753471 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 57 components and 0.0753471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056423Jy sigma=0.043701 ! Fit after self-cal, rms=0.056463Jy sigma=0.043695 ! Inverting map print "=== Finished natural weighting clean for VLBI sites ===" ! === Finished natural weighting clean for VLBI sites === gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 1.03 LA 1.00 NL 1.14 ! OV 0.97 PT 1.09 SC 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.93 KP 1.03 LA 1.00 NL 1.03 ! OV 1.00 PT 1.00 ! ! Telescope amplitude corrections in sub-array 3: ! MK 0.00* SC 0.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.94 KP 0.91 LA 0.93 NL 1.06 ! OV 1.09 PT 1.07 SC 0.96 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.05 KP 0.99 LA 1.00 NL 1.00 ! OV 0.90 PT 1.03 ! ! Telescope amplitude corrections in sub-array 3: ! MK 0.00* SC 0.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.95 KP 0.89 LA 1.08 NL 1.10 ! OV 1.07 PT 0.94 SC 1.07 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.91 KP 0.98 LA 1.07 NL 1.16 ! OV 0.95 PT 0.99 ! ! Telescope amplitude corrections in sub-array 3: ! MK 0.00* SC 0.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 KP 0.89 LA 0.96 NL 0.85 ! OV 1.07 PT 1.20 SC 1.09 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.97 KP 0.87 LA 1.01 NL 0.81 ! OV 1.22 PT 1.13 ! ! Telescope amplitude corrections in sub-array 3: ! MK 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.056463Jy sigma=0.043695 ! Fit after self-cal, rms=0.057080Jy sigma=0.043310 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.437 mas, bmaj=11.52 mas, bpa=11.27 degrees ! Estimated noise=17.6983 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 (-9.8, 0.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00288988 Jy ! Component: 100 - total flux cleaned = 0.00418948 Jy ! Component: 150 - total flux cleaned = 0.0051414 Jy ! Component: 200 - total flux cleaned = 0.00584036 Jy ! Total flux subtracted in 200 components = 0.00584036 Jy ! Clean residual min=-0.002358 max=0.001925 Jy/beam ! Clean residual mean=0.000011 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.0811874 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 83 components and 0.0811874 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056909Jy sigma=0.043188 ! Fit after self-cal, rms=0.057067Jy sigma=0.043141 ! 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.057067Jy sigma=0.043141 ! Fit after self-cal, rms=0.056929Jy sigma=0.043129 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.439 mas, bmaj=11.49 mas, bpa=11.24 degrees ! Estimated noise=17.5897 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00116838 Jy ! Component: 100 - total flux cleaned = 0.00184382 Jy ! Component: 150 - total flux cleaned = 0.0020563 Jy ! Component: 200 - total flux cleaned = 0.00219895 Jy ! Total flux subtracted in 200 components = 0.00219895 Jy ! Clean residual min=-0.001980 max=0.001945 Jy/beam ! Clean residual mean=0.000007 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.0833864 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 105 components and 0.0833864 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056888Jy sigma=0.043107 ! Fit after self-cal, rms=0.056919Jy sigma=0.043103 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.000576871 Jy ! Component: 100 - total flux cleaned = 0.00071323 Jy ! Component: 150 - total flux cleaned = 0.000819099 Jy ! Component: 200 - total flux cleaned = 0.000916615 Jy ! Total flux subtracted in 200 components = 0.000916615 Jy ! Clean residual min=-0.001906 max=0.001947 Jy/beam ! Clean residual mean=0.000007 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.084303 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 121 components and 0.084303 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056902Jy sigma=0.043096 ! Fit after self-cal, rms=0.056904Jy sigma=0.043096 ! 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.056904Jy sigma=0.043096 ! Fit after self-cal, rms=0.057181Jy sigma=0.043087 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.439 mas, bmaj=11.44 mas, bpa=11.22 degrees ! Estimated noise=17.6407 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000507267 Jy ! Component: 100 - total flux cleaned = 0.000716465 Jy ! Component: 150 - total flux cleaned = 0.000850231 Jy ! Component: 200 - total flux cleaned = 0.000957024 Jy ! Total flux subtracted in 200 components = 0.000957024 Jy ! Clean residual min=-0.001799 max=0.001987 Jy/beam ! Clean residual mean=0.000006 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.08526 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 138 components and 0.08526 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057167Jy sigma=0.043079 ! Fit after self-cal, rms=0.057183Jy sigma=0.043078 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 (42.4, -30.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000247916 Jy ! Component: 100 - total flux cleaned = 4.68799e-06 Jy ! Component: 150 - total flux cleaned = 7.72096e-06 Jy ! Component: 200 - total flux cleaned = 3.91032e-05 Jy ! Total flux subtracted in 200 components = 3.91032e-05 Jy ! Clean residual min=-0.001527 max=0.001274 Jy/beam ! Clean residual mean=0.000005 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.0852991 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 157 components and 0.0852992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057095Jy sigma=0.043022 ! Fit after self-cal, rms=0.057097Jy sigma=0.043015 ! 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.057097Jy sigma=0.043015 ! Fit after self-cal, rms=0.057153Jy sigma=0.043004 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.339 mas, bmaj=14.81 mas, bpa=3.032 degrees ! Estimated noise=17.8795 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000415952 Jy ! Component: 100 - total flux cleaned = 0.000491913 Jy ! Component: 150 - total flux cleaned = 0.000572539 Jy ! Component: 200 - total flux cleaned = 0.000686978 Jy ! Total flux subtracted in 200 components = 0.000686978 Jy ! Clean residual min=-0.001060 max=0.001223 Jy/beam ! Clean residual mean=0.000007 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.0859861 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 194 components and 0.0859861 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057139Jy sigma=0.042992 ! Fit after self-cal, rms=0.057146Jy sigma=0.042991 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.000192207 Jy ! Component: 100 - total flux cleaned = 0.000219914 Jy ! Component: 150 - total flux cleaned = 0.00024402 Jy ! Component: 200 - total flux cleaned = 0.000300904 Jy ! Total flux subtracted in 200 components = 0.000300904 Jy ! Clean residual min=-0.001059 max=0.001269 Jy/beam ! Clean residual mean=0.000007 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.0862871 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 214 components and 0.0862871 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057137Jy sigma=0.042986 ! Fit after self-cal, rms=0.057138Jy sigma=0.042985 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for VLBA stations ===" ! === Finished amplitude self-cal for VLBA stations === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. integer lun lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_selfant_process.csh /tmp/ff.ff" ![@/tmp/ff.ff] selfant 1:FD,true ! 1:FD self-cal status=fixed weight=1 selfant 1:KP,true ! 1:KP self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA self-cal status=fixed weight=1 selfant 1:NL,true ! 1:NL self-cal status=fixed weight=1 selfant 1:OV,true ! 1:OV self-cal status=fixed weight=1 selfant 1:PT,true ! 1:PT self-cal status=fixed weight=1 selfant 1:SC,true ! 1:SC self-cal status=fixed weight=1 selfant 2:FD,true ! 2:FD self-cal status=fixed weight=1 selfant 2:KP,true ! 2:KP self-cal status=fixed weight=1 selfant 2:LA,true ! 2:LA self-cal status=fixed weight=1 selfant 2:NL,true ! 2:NL self-cal status=fixed weight=1 selfant 2:OV,true ! 2:OV self-cal status=fixed weight=1 selfant 2:PT,true ! 2:PT self-cal status=fixed weight=1 selfant 3:MK,true ! 3:MK self-cal status=fixed weight=1 selfant 3:SC,true ! 3: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.060261Jy sigma=0.043568 ! Fit after self-cal, rms=0.060261Jy sigma=0.043568 selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 3:MK self-cal status=correctable weight=1 ! 3: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 44 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 44 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 44 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 44 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=0.060261Jy sigma=0.043568 ! Fit after self-cal, rms=0.056986Jy sigma=0.042982 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.9017 mas, bmaj=9.892 mas, bpa=11.95 degrees ! Estimated noise=39.5824 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.00217449 Jy ! Component: 100 - total flux cleaned = 0.00186335 Jy ! Component: 150 - total flux cleaned = 0.00118993 Jy ! Component: 200 - total flux cleaned = 0.000668798 Jy ! Total flux subtracted in 200 components = 0.000668798 Jy ! Clean residual min=-0.004081 max=0.004412 Jy/beam ! Clean residual mean=0.000000 rms=0.001105 Jy/beam ! Combined flux in latest and established models = 0.0869558 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 244 components and 0.0869558 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057017Jy sigma=0.043037 ! Fit after self-cal, rms=0.057003Jy sigma=0.043018 ! 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.438 mas, bmaj=11.43 mas, bpa=11.21 degrees ! Estimated noise=17.6239 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.000586456 Jy ! Component: 100 - total flux cleaned = -0.000545588 Jy ! Component: 150 - total flux cleaned = -0.000543832 Jy ! Component: 200 - total flux cleaned = -0.000512243 Jy ! Component: 250 - total flux cleaned = -0.00056889 Jy ! Component: 300 - total flux cleaned = -0.000569607 Jy ! Component: 350 - total flux cleaned = -0.000496275 Jy ! Component: 400 - total flux cleaned = -0.000404668 Jy ! Total flux subtracted in 400 components = -0.000404668 Jy ! Clean residual min=-0.001535 max=0.001424 Jy/beam ! Clean residual mean=0.000005 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.0865512 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 280 components and 0.0865512 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056923Jy sigma=0.042962 ! Fit after self-cal, rms=0.056915Jy sigma=0.042957 ! 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.000398379 Jy ! Component: 100 - total flux cleaned = -0.000422887 Jy ! Component: 150 - total flux cleaned = -0.000424282 Jy ! Component: 200 - total flux cleaned = -0.000403546 Jy ! Component: 250 - total flux cleaned = -0.000363459 Jy ! Component: 300 - total flux cleaned = -0.00032517 Jy ! Component: 350 - total flux cleaned = -0.000270162 Jy ! Component: 400 - total flux cleaned = -0.000217912 Jy ! Total flux subtracted in 400 components = -0.000217912 Jy ! Clean residual min=-0.001359 max=0.001315 Jy/beam ! Clean residual mean=0.000004 rms=0.000359 Jy/beam ! Combined flux in latest and established models = 0.0863332 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 294 components and 0.0863332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056878Jy sigma=0.042939 ! Fit after self-cal, rms=0.056873Jy sigma=0.042938 ! Inverting map print "=== Finished natural weighting clean for al sites ===" ! === Finished natural weighting clean for al sites === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 44 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 44 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 44 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 44 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=0.060060Jy sigma=0.043537 ! Fit after self-cal, rms=0.056804Jy sigma=0.042933 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.445 mas, bmaj=11.42 mas, bpa=11.18 degrees ! Estimated noise=17.5981 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.23639e-05 Jy ! Component: 100 - total flux cleaned = -8.15137e-05 Jy ! Component: 150 - total flux cleaned = -4.62983e-05 Jy ! Component: 200 - total flux cleaned = 2.39275e-06 Jy ! Component: 250 - total flux cleaned = 1.725e-05 Jy ! Component: 300 - total flux cleaned = 3.25793e-05 Jy ! Component: 350 - total flux cleaned = 6.19236e-05 Jy ! Component: 400 - total flux cleaned = 7.63868e-05 Jy ! Total flux subtracted in 400 components = 7.63868e-05 Jy ! Clean residual min=-0.001199 max=0.001237 Jy/beam ! Clean residual mean=0.000003 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.0864096 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 317 components and 0.0864096 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056778Jy sigma=0.042924 ! Fit after self-cal, rms=0.056780Jy sigma=0.042924 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 (9.6, 0). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00124914 Jy ! Component: 100 - total flux cleaned = 0.00177198 Jy ! Component: 150 - total flux cleaned = 0.00212864 Jy ! Component: 200 - total flux cleaned = 0.00231644 Jy ! Component: 250 - total flux cleaned = 0.00249464 Jy ! Component: 300 - total flux cleaned = 0.00266233 Jy ! Component: 350 - total flux cleaned = 0.00278222 Jy ! Component: 400 - total flux cleaned = 0.0029351 Jy ! Total flux subtracted in 400 components = 0.0029351 Jy ! Clean residual min=-0.001010 max=0.001005 Jy/beam ! Clean residual mean=0.000004 rms=0.000285 Jy/beam ! Combined flux in latest and established models = 0.0893447 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 368 components and 0.0893447 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056712Jy sigma=0.042894 ! Fit after self-cal, rms=0.056687Jy sigma=0.042891 ! 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.056687Jy sigma=0.042891 ! Fit after self-cal, rms=0.056592Jy sigma=0.042883 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.439 mas, bmaj=11.4 mas, bpa=11.19 degrees ! Estimated noise=17.5919 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000523397 Jy ! Component: 100 - total flux cleaned = 0.000781834 Jy ! Component: 150 - total flux cleaned = 0.000900957 Jy ! Component: 200 - total flux cleaned = 0.00101465 Jy ! Component: 250 - total flux cleaned = 0.00112359 Jy ! Component: 300 - total flux cleaned = 0.00121057 Jy ! Component: 350 - total flux cleaned = 0.00129517 Jy ! Component: 400 - total flux cleaned = 0.00142617 Jy ! Total flux subtracted in 400 components = 0.00142617 Jy ! Clean residual min=-0.000951 max=0.000949 Jy/beam ! Clean residual mean=0.000004 rms=0.000260 Jy/beam ! Combined flux in latest and established models = 0.0907709 Jy selfcal ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 403 components and 0.0907709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056557Jy sigma=0.042869 ! Fit after self-cal, rms=0.056546Jy sigma=0.042867 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.000394044 Jy ! Component: 100 - total flux cleaned = 0.000628123 Jy ! Component: 150 - total flux cleaned = 0.000724587 Jy ! Component: 200 - total flux cleaned = 0.000849759 Jy ! Component: 250 - total flux cleaned = 0.000986948 Jy ! Component: 300 - total flux cleaned = 0.00115031 Jy ! Component: 350 - total flux cleaned = 0.00126613 Jy ! Component: 400 - total flux cleaned = 0.00136565 Jy ! Total flux subtracted in 400 components = 0.00136565 Jy ! Clean residual min=-0.000959 max=0.000929 Jy/beam ! Clean residual mean=0.000004 rms=0.000252 Jy/beam ! Combined flux in latest and established models = 0.0921365 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 428 components and 0.0921365 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056523Jy sigma=0.042859 ! Fit after self-cal, rms=0.056516Jy sigma=0.042858 ! 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.056516Jy sigma=0.042858 ! Fit after self-cal, rms=0.059441Jy sigma=0.041537 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.342 mas, bmaj=14.87 mas, bpa=3.008 degrees ! Estimated noise=18.266 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00158601 Jy ! Component: 100 - total flux cleaned = 0.00213657 Jy ! Component: 150 - total flux cleaned = 0.00243769 Jy ! Component: 200 - total flux cleaned = 0.0026973 Jy ! Component: 250 - total flux cleaned = 0.00295069 Jy ! Component: 300 - total flux cleaned = 0.00320168 Jy ! Component: 350 - total flux cleaned = 0.00342674 Jy ! Component: 400 - total flux cleaned = 0.00362853 Jy ! Total flux subtracted in 400 components = 0.00362853 Jy ! Clean residual min=-0.000758 max=0.000867 Jy/beam ! Clean residual mean=0.000004 rms=0.000231 Jy/beam ! Combined flux in latest and established models = 0.0957651 Jy selfcal ! Performing phase self-cal ! Adding 99 model components to the UV plane model. ! The established model now contains 521 components and 0.095765 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059399Jy sigma=0.041488 ! Fit after self-cal, rms=0.059548Jy sigma=0.041447 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 (-49.2, 48.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000787956 Jy ! Component: 100 - total flux cleaned = 0.000981307 Jy ! Component: 150 - total flux cleaned = 0.00113722 Jy ! Component: 200 - total flux cleaned = 0.00128552 Jy ! Component: 250 - total flux cleaned = 0.00156916 Jy ! Component: 300 - total flux cleaned = 0.00178259 Jy ! Component: 350 - total flux cleaned = 0.00193956 Jy ! Component: 400 - total flux cleaned = 0.00208746 Jy ! Total flux subtracted in 400 components = 0.00208746 Jy ! Clean residual min=-0.000677 max=0.000661 Jy/beam ! Clean residual mean=0.000004 rms=0.000184 Jy/beam ! Combined flux in latest and established models = 0.0978525 Jy ! Performing phase self-cal ! Adding 77 model components to the UV plane model. ! The established model now contains 591 components and 0.0978525 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059513Jy sigma=0.041423 ! Fit after self-cal, rms=0.059515Jy sigma=0.041420 ! 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.442 mas, bmaj=11.45 mas, bpa=11.2 degrees ! Estimated noise=18.0631 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.442 x 11.45 at 11.2 degrees (North through East) ! Clean map min=-0.0019024 max=0.072699 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.8936 mas, bmaj=9.959 mas, bpa=11.96 degrees ! Estimated noise=40.1546 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0550144 Jy ! Component: 100 - total flux cleaned = 0.067588 Jy ! Component: 150 - total flux cleaned = 0.0718365 Jy ! Component: 200 - total flux cleaned = 0.0737724 Jy ! Component: 250 - total flux cleaned = 0.0754191 Jy ! Component: 300 - total flux cleaned = 0.0764352 Jy ! Component: 350 - total flux cleaned = 0.0783402 Jy ! Component: 400 - total flux cleaned = 0.0795869 Jy ! Total flux subtracted in 400 components = 0.0795869 Jy ! Clean residual min=-0.003515 max=0.003735 Jy/beam ! Clean residual mean=0.000006 rms=0.000924 Jy/beam ! Combined flux in latest and established models = 0.0795868 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 73 model components to the UV plane model. ! The established model now contains 73 components and 0.0795868 Jy ! Inverting map and beam ! Estimated beam: bmin=1.442 mas, bmaj=11.45 mas, bpa=11.2 degrees ! Estimated noise=18.0631 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00300022 Jy ! Component: 100 - total flux cleaned = 0.0043308 Jy ! Component: 150 - total flux cleaned = 0.00534045 Jy ! Component: 200 - total flux cleaned = 0.00626995 Jy ! Component: 250 - total flux cleaned = 0.0072377 Jy ! Component: 300 - total flux cleaned = 0.00801339 Jy ! Component: 350 - total flux cleaned = 0.00868497 Jy ! Component: 400 - total flux cleaned = 0.00910645 Jy ! Total flux subtracted in 400 components = 0.00910645 Jy ! Clean residual min=-0.001608 max=0.001328 Jy/beam ! Clean residual mean=0.000010 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.0886933 Jy ! Adding 82 model components to the UV plane model. ! The established model now contains 155 components and 0.0886933 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=3.342 mas, bmaj=14.87 mas, bpa=3.008 degrees ! Estimated noise=18.266 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000876934 Jy ! Component: 100 - total flux cleaned = 0.00146994 Jy ! Component: 150 - total flux cleaned = 0.00204723 Jy ! Component: 200 - total flux cleaned = 0.00244157 Jy ! Component: 250 - total flux cleaned = 0.00281151 Jy ! Component: 300 - total flux cleaned = 0.00311092 Jy ! Component: 350 - total flux cleaned = 0.00343985 Jy ! Component: 400 - total flux cleaned = 0.00361853 Jy ! Total flux subtracted in 400 components = 0.00361853 Jy ! Clean residual min=-0.001108 max=0.000886 Jy/beam ! Clean residual mean=0.000008 rms=0.000308 Jy/beam ! Combined flux in latest and established models = 0.0923118 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000277107 Jy ! Component: 100 - total flux cleaned = 0.000500772 Jy ! Component: 150 - total flux cleaned = 0.000715392 Jy ! Component: 200 - total flux cleaned = 0.000940886 Jy ! Component: 250 - total flux cleaned = 0.00108643 Jy ! Component: 300 - total flux cleaned = 0.00128071 Jy ! Component: 350 - total flux cleaned = 0.00146863 Jy ! Component: 400 - total flux cleaned = 0.00165061 Jy ! Total flux subtracted in 400 components = 0.00165061 Jy ! Clean residual min=-0.000933 max=0.000826 Jy/beam ! Clean residual mean=0.000008 rms=0.000270 Jy/beam ! Combined flux in latest and established models = 0.0939625 Jy ! Adding 195 model components to the UV plane model. ! The established model now contains 341 components and 0.0939625 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.442 mas, bmaj=11.45 mas, bpa=11.2 degrees ! Estimated noise=18.0631 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000387291 Jy ! Component: 100 - total flux cleaned = -0.000389221 Jy ! Component: 150 - total flux cleaned = -0.00041529 Jy ! Component: 200 - total flux cleaned = -0.000465648 Jy ! Component: 250 - total flux cleaned = -0.000514206 Jy ! Component: 300 - total flux cleaned = -0.000585003 Jy ! Component: 350 - total flux cleaned = -0.00060782 Jy ! Component: 400 - total flux cleaned = -0.000563249 Jy ! Total flux subtracted in 400 components = -0.000563249 Jy ! Clean residual min=-0.001064 max=0.000975 Jy/beam ! Clean residual mean=0.000002 rms=0.000272 Jy/beam ! Combined flux in latest and established models = 0.0933993 Jy selfcal ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 383 components and 0.0933993 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059575Jy sigma=0.041444 ! Fit after self-cal, rms=0.059571Jy sigma=0.041435 wmodel /scr/pima/rdv95_uvs/J0838-3836_X_map.mod ! Writing 383 model components to file: /scr/pima/rdv95_uvs/J0838-3836_X_map.mod wobs /scr/pima/rdv95_uvs/J0838-3836_X_uvs.fits ! Applying 1628 buffered edits. ! Writing UV FITS file: /scr/pima/rdv95_uvs/J0838-3836_X_uvs.fits wwins /scr/pima/rdv95_uvs/J0838-3836_X_map.win ! wwins: Wrote 5 windows to /scr/pima/rdv95_uvs/J0838-3836_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.000156229 Jy ! Component: 100 - total flux cleaned = 4.90184e-05 Jy ! Component: 150 - total flux cleaned = 0.00013846 Jy ! Component: 200 - total flux cleaned = 0.000252468 Jy ! Component: 250 - total flux cleaned = 0.0003481 Jy ! Component: 300 - total flux cleaned = 0.000387972 Jy ! Component: 350 - total flux cleaned = 0.000388242 Jy ! Component: 400 - total flux cleaned = 0.000363208 Jy ! Component: 450 - total flux cleaned = 0.000363205 Jy ! Component: 500 - total flux cleaned = 0.000351248 Jy ! Component: 550 - total flux cleaned = 0.000351514 Jy ! Component: 600 - total flux cleaned = 0.000363316 Jy ! Component: 650 - total flux cleaned = 0.000397563 Jy ! Component: 700 - total flux cleaned = 0.000431105 Jy ! Component: 750 - total flux cleaned = 0.000431141 Jy ! Component: 800 - total flux cleaned = 0.000453056 Jy ! Component: 850 - total flux cleaned = 0.000442199 Jy ! Component: 900 - total flux cleaned = 0.000420864 Jy ! Component: 950 - total flux cleaned = 0.000420905 Jy ! Component: 1000 - total flux cleaned = 0.00042088 Jy ! Component: 1050 - total flux cleaned = 0.00040007 Jy ! Component: 1100 - total flux cleaned = 0.000389702 Jy ! Component: 1150 - total flux cleaned = 0.000389686 Jy ! Component: 1200 - total flux cleaned = 0.000359112 Jy ! Component: 1250 - total flux cleaned = 0.000369289 Jy ! Component: 1300 - total flux cleaned = 0.000369338 Jy ! Component: 1350 - total flux cleaned = 0.000359289 Jy ! Component: 1400 - total flux cleaned = 0.00031941 Jy ! Component: 1450 - total flux cleaned = 0.000319441 Jy ! Component: 1500 - total flux cleaned = 0.000309575 Jy ! Component: 1550 - total flux cleaned = 0.000319379 Jy ! Component: 1600 - total flux cleaned = 0.000299756 Jy ! Component: 1650 - total flux cleaned = 0.000309566 Jy ! Component: 1700 - total flux cleaned = 0.000309559 Jy ! Component: 1750 - total flux cleaned = 0.000299875 Jy ! Component: 1800 - total flux cleaned = 0.000309487 Jy ! Component: 1850 - total flux cleaned = 0.000299921 Jy ! Component: 1900 - total flux cleaned = 0.000299958 Jy ! Component: 1950 - total flux cleaned = 0.00029036 Jy ! Component: 2000 - total flux cleaned = 0.000290347 Jy ! Component: 2050 - total flux cleaned = 0.000280805 Jy ! Component: 2100 - total flux cleaned = 0.000290281 Jy ! Component: 2150 - total flux cleaned = 0.000299751 Jy ! Component: 2200 - total flux cleaned = 0.000309174 Jy ! Component: 2250 - total flux cleaned = 0.000318672 Jy ! Component: 2300 - total flux cleaned = 0.000328135 Jy ! Component: 2350 - total flux cleaned = 0.000346868 Jy ! Component: 2400 - total flux cleaned = 0.000346896 Jy ! Component: 2450 - total flux cleaned = 0.000328119 Jy ! Component: 2500 - total flux cleaned = 0.000346858 Jy ! Component: 2550 - total flux cleaned = 0.000346871 Jy ! Component: 2600 - total flux cleaned = 0.000328166 Jy ! Component: 2650 - total flux cleaned = 0.000356223 Jy ! Component: 2700 - total flux cleaned = 0.000402937 Jy ! Component: 2750 - total flux cleaned = 0.000412269 Jy ! Component: 2800 - total flux cleaned = 0.000459051 Jy ! Component: 2850 - total flux cleaned = 0.000468383 Jy ! Component: 2900 - total flux cleaned = 0.000496476 Jy ! Component: 2950 - total flux cleaned = 0.000515222 Jy ! Component: 3000 - total flux cleaned = 0.000543301 Jy ! Component: 3050 - total flux cleaned = 0.000543318 Jy ! Component: 3100 - total flux cleaned = 0.000562127 Jy ! Component: 3150 - total flux cleaned = 0.000580918 Jy ! Component: 3200 - total flux cleaned = 0.000599731 Jy ! Component: 3250 - total flux cleaned = 0.000609223 Jy ! Component: 3300 - total flux cleaned = 0.000637559 Jy ! Component: 3350 - total flux cleaned = 0.000618541 Jy ! Component: 3400 - total flux cleaned = 0.000637568 Jy ! Component: 3450 - total flux cleaned = 0.000666203 Jy ! Component: 3500 - total flux cleaned = 0.000666144 Jy ! Component: 3550 - total flux cleaned = 0.00069486 Jy ! Component: 3600 - total flux cleaned = 0.000694901 Jy ! Component: 3650 - total flux cleaned = 0.000714279 Jy ! Component: 3700 - total flux cleaned = 0.000704562 Jy ! Component: 3750 - total flux cleaned = 0.00071423 Jy ! Component: 3800 - total flux cleaned = 0.00075332 Jy ! Component: 3850 - total flux cleaned = 0.000733619 Jy ! Component: 3900 - total flux cleaned = 0.0007138 Jy ! Component: 3950 - total flux cleaned = 0.000703764 Jy ! Component: 4000 - total flux cleaned = 0.000673702 Jy ! Component: 4050 - total flux cleaned = 0.000683705 Jy ! Total flux subtracted in 4096 components = 0.000683615 Jy ! Clean residual min=-0.000647 max=0.000566 Jy/beam ! Clean residual mean=0.000003 rms=0.000185 Jy/beam ! Combined flux in latest and established models = 0.0940829 Jy keep ! Adding 204 model components to the UV plane model. ! The established model now contains 587 components and 0.0940829 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv95_uvs/J0838-3836_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.442 x 11.45 at 11.2 degrees (North through East) ! Clean map min=-0.0018426 max=0.071366 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv95_uvs/J0838-3836_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.0713 rms= 0.00018 Jy quit ! Quitting program ! Log file /scr/pima/rdv95_uvs/J0838-3836_X_uvs.log closed on Wed Nov 6 20:45:07 2013