! Started logfile: /scr/pima/rdv95_uvs/J0838-3836_S_uvs.log on Wed Nov 6 20:44:40 2013 obs /scr/pima/rdv95_uvs/J0838-3836_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv95_uvs/J0838-3836_S_uva.fits ! AN table 1: 22 integrations on 21 of 21 possible baselines. ! AN table 2: 22 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.632653 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 2.23299e+09 8e+06 1 8e+06 ! 02 2 2.26299e+09 8e+06 1 8e+06 ! 03 3 2.35299e+09 8e+06 1 8e+06 ! 04 4 2.37299e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 2728 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.4 print "taper_size =",taper_size ! taper_size = 20 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv95_uvs/J0838-3836_S] 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:MK 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:MK self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 2:SC self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.400x0.400 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.004714Jy sigma=0.637120 ! Fit after self-cal, rms=0.936853Jy sigma=0.595812 ! 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=3.43 mas, bmaj=9.47 mas, bpa=3.844 degrees ! Estimated noise=53.9661 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.0503513 Jy ! Component: 100 - total flux cleaned = 0.064434 Jy ! Total flux subtracted in 100 components = 0.064434 Jy ! Clean residual min=-0.006746 max=0.007605 Jy/beam ! Clean residual mean=-0.000110 rms=0.002244 Jy/beam ! Combined flux in latest and established models = 0.064434 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 30 components and 0.064434 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065786Jy sigma=0.040725 ! Fit after self-cal, rms=0.064837Jy sigma=0.040278 ! 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=4.965 mas, bmaj=14.3 mas, bpa=1.845 degrees ! Estimated noise=22.4331 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.00715588 Jy ! Component: 100 - total flux cleaned = 0.0096762 Jy ! Component: 150 - total flux cleaned = 0.0103508 Jy ! Component: 200 - total flux cleaned = 0.0104081 Jy ! Total flux subtracted in 200 components = 0.0104081 Jy ! Clean residual min=-0.005417 max=0.007802 Jy/beam ! Clean residual mean=-0.000159 rms=0.001717 Jy/beam ! Combined flux in latest and established models = 0.074842 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 47 components and 0.074842 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064405Jy sigma=0.039680 ! Fit after self-cal, rms=0.064442Jy sigma=0.039678 ! 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 1.01 KP 1.01 LA 1.09 MK 1.00* ! OV 1.33 PT 1.01 SC 0.99 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.98 KP 0.99 LA 1.09 MK 0.99 ! NL 0.79 OV 1.14 PT 0.92 SC 0.88 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 KP 1.09 LA 0.92 MK 1.00* ! OV 1.09 PT 1.09 SC 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.04 KP 1.01 LA 1.00 MK 1.02 ! NL 0.95 OV 1.12 PT 1.01 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.03 KP 1.07 LA 0.90 MK 1.00* ! OV 1.13 PT 1.03 SC 0.95 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.00 KP 1.05 LA 0.90 MK 0.91 ! NL 0.97 OV 1.33 PT 1.02 SC 1.07 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.03 KP 1.08 LA 0.69 MK 1.00* ! OV 1.06 PT 0.87 SC 0.94 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.00 KP 1.01 LA 0.70 MK 1.04 ! NL 1.04 OV 1.12 PT 0.83 SC 0.83 ! ! ! Fit before self-cal, rms=0.064442Jy sigma=0.039678 ! Fit after self-cal, rms=0.064301Jy sigma=0.038658 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.964 mas, bmaj=14.24 mas, bpa=2.298 degrees ! Estimated noise=22.2798 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.000763278 Jy ! Component: 100 - total flux cleaned = -0.000797868 Jy ! Component: 150 - total flux cleaned = -0.000794468 Jy ! Component: 200 - total flux cleaned = -0.000777674 Jy ! Total flux subtracted in 200 components = -0.000777674 Jy ! Clean residual min=-0.003485 max=0.005702 Jy/beam ! Clean residual mean=-0.000064 rms=0.001259 Jy/beam ! Combined flux in latest and established models = 0.0740643 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 56 components and 0.0740644 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064277Jy sigma=0.038657 ! Fit after self-cal, rms=0.064731Jy sigma=0.038562 ! 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.064731Jy sigma=0.038562 ! Fit after self-cal, rms=0.064840Jy sigma=0.038544 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.97 mas, bmaj=14.22 mas, bpa=2.204 degrees ! Estimated noise=22.1242 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000641371 Jy ! Component: 100 - total flux cleaned = -0.000661397 Jy ! Component: 150 - total flux cleaned = -0.000661493 Jy ! Component: 200 - total flux cleaned = -0.000659669 Jy ! Total flux subtracted in 200 components = -0.000659669 Jy ! Clean residual min=-0.003370 max=0.005302 Jy/beam ! Clean residual mean=-0.000050 rms=0.001226 Jy/beam ! Combined flux in latest and established models = 0.0734047 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 61 components and 0.0734047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064816Jy sigma=0.038543 ! Fit after self-cal, rms=0.064902Jy sigma=0.038540 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 (-14.4, -21.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00428933 Jy ! Component: 100 - total flux cleaned = 0.00480695 Jy ! Component: 150 - total flux cleaned = 0.00476116 Jy ! Component: 200 - total flux cleaned = 0.00475939 Jy ! Total flux subtracted in 200 components = 0.00475939 Jy ! Clean residual min=-0.002833 max=0.003279 Jy/beam ! Clean residual mean=-0.000029 rms=0.000986 Jy/beam ! Combined flux in latest and established models = 0.0781641 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 99 components and 0.0781641 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064609Jy sigma=0.038368 ! Fit after self-cal, rms=0.064512Jy sigma=0.038318 ! 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.064512Jy sigma=0.038318 ! Fit after self-cal, rms=0.063730Jy sigma=0.038278 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.947 mas, bmaj=14.18 mas, bpa=1.993 degrees ! Estimated noise=22.0715 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00281284 Jy ! Component: 100 - total flux cleaned = 0.00310495 Jy ! Component: 150 - total flux cleaned = 0.00306685 Jy ! Component: 200 - total flux cleaned = 0.00297035 Jy ! Total flux subtracted in 200 components = 0.00297035 Jy ! Clean residual min=-0.002453 max=0.002776 Jy/beam ! Clean residual mean=-0.000010 rms=0.000848 Jy/beam ! Combined flux in latest and established models = 0.0811344 Jy selfcal ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 148 components and 0.0811344 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063589Jy sigma=0.038196 ! Fit after self-cal, rms=0.063504Jy sigma=0.038171 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.00100077 Jy ! Component: 100 - total flux cleaned = 0.000971337 Jy ! Component: 150 - total flux cleaned = 0.000945609 Jy ! Component: 200 - total flux cleaned = 0.000922938 Jy ! Total flux subtracted in 200 components = 0.000922938 Jy ! Clean residual min=-0.002403 max=0.002816 Jy/beam ! Clean residual mean=-0.000007 rms=0.000843 Jy/beam ! Combined flux in latest and established models = 0.0820574 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 181 components and 0.0820574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063457Jy sigma=0.038151 ! Fit after self-cal, rms=0.063446Jy sigma=0.038147 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 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.063446Jy sigma=0.038147 ! Fit after self-cal, rms=0.062938Jy sigma=0.038114 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.82 mas, bmaj=47.76 mas, bpa=3.957 degrees ! Estimated noise=22.4685 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00149908 Jy ! Component: 100 - total flux cleaned = 0.0017724 Jy ! Component: 150 - total flux cleaned = 0.00178972 Jy ! Component: 200 - total flux cleaned = 0.00182223 Jy ! Total flux subtracted in 200 components = 0.00182223 Jy ! Clean residual min=-0.002542 max=0.002902 Jy/beam ! Clean residual mean=0.000013 rms=0.000905 Jy/beam ! Combined flux in latest and established models = 0.0838796 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 201 components and 0.0838796 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062915Jy sigma=0.038092 ! Fit after self-cal, rms=0.062883Jy sigma=0.038085 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.000473392 Jy ! Component: 100 - total flux cleaned = 0.000440305 Jy ! Component: 150 - total flux cleaned = 0.000425763 Jy ! Component: 200 - total flux cleaned = 0.000426206 Jy ! Total flux subtracted in 200 components = 0.000426206 Jy ! Clean residual min=-0.002487 max=0.002923 Jy/beam ! Clean residual mean=0.000014 rms=0.000906 Jy/beam ! Combined flux in latest and established models = 0.0843058 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 219 components and 0.0843058 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062876Jy sigma=0.038079 ! Fit after self-cal, rms=0.062880Jy sigma=0.038078 ! 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:MK,true ! 1:MK 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:MK,true ! 2:MK self-cal status=fixed weight=1 selfant 2:NL,true ! 2:NL self-cal status=fixed weight=1 selfant 2:OV,true ! 2:OV self-cal status=fixed weight=1 selfant 2:PT,true ! 2:PT self-cal status=fixed weight=1 selfant 2:SC,true ! 2:SC self-cal status=fixed weight=1 ![Exited script file: /tmp/ff.ff] selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064102Jy sigma=0.037932 ! Fit after self-cal, rms=0.064102Jy sigma=0.037932 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:MK 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:MK self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 2:SC self-cal status=correctable weight=1 selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! 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.064102Jy sigma=0.037932 ! Fit after self-cal, rms=0.062167Jy sigma=0.038064 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.405 mas, bmaj=9.389 mas, bpa=3.857 degrees ! Estimated noise=52.4043 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.00152228 Jy ! Component: 100 - total flux cleaned = 0.00204799 Jy ! Component: 150 - total flux cleaned = 0.00213236 Jy ! Component: 200 - total flux cleaned = 0.00226987 Jy ! Total flux subtracted in 200 components = 0.00226987 Jy ! Clean residual min=-0.004026 max=0.004468 Jy/beam ! Clean residual mean=0.000004 rms=0.001114 Jy/beam ! Combined flux in latest and established models = 0.0865757 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 239 components and 0.0865757 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062222Jy sigma=0.038103 ! Fit after self-cal, rms=0.062155Jy sigma=0.038085 ! Inverting map ! Added new window around map position (87.2, -6.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00357375 Jy ! Component: 100 - total flux cleaned = 0.00440911 Jy ! Component: 150 - total flux cleaned = 0.00520387 Jy ! Component: 200 - total flux cleaned = 0.00562664 Jy ! Total flux subtracted in 200 components = 0.00562664 Jy ! Clean residual min=-0.002923 max=0.002995 Jy/beam ! Clean residual mean=-0.000035 rms=0.000825 Jy/beam ! Combined flux in latest and established models = 0.0922023 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 259 components and 0.0922023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062104Jy sigma=0.038073 ! Fit after self-cal, rms=0.062051Jy sigma=0.038035 ! 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.943 mas, bmaj=14.16 mas, bpa=1.689 degrees ! Estimated noise=21.9905 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.000102276 Jy ! Component: 100 - total flux cleaned = -0.000471697 Jy ! Component: 150 - total flux cleaned = -0.000827094 Jy ! Component: 200 - total flux cleaned = -0.00103025 Jy ! Component: 250 - total flux cleaned = -0.00116479 Jy ! Component: 300 - total flux cleaned = -0.00122541 Jy ! Component: 350 - total flux cleaned = -0.00126306 Jy ! Component: 400 - total flux cleaned = -0.00128137 Jy ! Total flux subtracted in 400 components = -0.00128137 Jy ! Clean residual min=-0.002506 max=0.002021 Jy/beam ! Clean residual mean=-0.000042 rms=0.000644 Jy/beam ! Combined flux in latest and established models = 0.090921 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 301 components and 0.090921 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061998Jy sigma=0.038006 ! Fit after self-cal, rms=0.062000Jy sigma=0.038002 ! 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 = -6.54307e-05 Jy ! Component: 100 - total flux cleaned = -0.000173162 Jy ! Component: 150 - total flux cleaned = -0.000251581 Jy ! Component: 200 - total flux cleaned = -0.00030515 Jy ! Component: 250 - total flux cleaned = -0.000305023 Jy ! Component: 300 - total flux cleaned = -0.000321431 Jy ! Component: 350 - total flux cleaned = -0.000321696 Jy ! Component: 400 - total flux cleaned = -0.000321594 Jy ! Total flux subtracted in 400 components = -0.000321594 Jy ! Clean residual min=-0.002434 max=0.001945 Jy/beam ! Clean residual mean=-0.000037 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.0905994 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 333 components and 0.0905994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061979Jy sigma=0.037989 ! Fit after self-cal, rms=0.061986Jy sigma=0.037987 ! 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 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.063430Jy sigma=0.037869 ! Fit after self-cal, rms=0.061510Jy sigma=0.037975 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.91 mas, bmaj=14 mas, bpa=1.874 degrees ! Estimated noise=21.8294 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000506188 Jy ! Component: 100 - total flux cleaned = 0.000484959 Jy ! Component: 150 - total flux cleaned = 0.000503736 Jy ! Component: 200 - total flux cleaned = 0.000486493 Jy ! Component: 250 - total flux cleaned = 0.000487165 Jy ! Component: 300 - total flux cleaned = 0.000502682 Jy ! Component: 350 - total flux cleaned = 0.000517184 Jy ! Component: 400 - total flux cleaned = 0.000517006 Jy ! Total flux subtracted in 400 components = 0.000517006 Jy ! Clean residual min=-0.002177 max=0.001702 Jy/beam ! Clean residual mean=-0.000022 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.0911164 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 361 components and 0.0911164 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061486Jy sigma=0.037965 ! Fit after self-cal, rms=0.061469Jy sigma=0.037954 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.000115353 Jy ! Component: 100 - total flux cleaned = 8.28766e-05 Jy ! Component: 150 - total flux cleaned = 6.73313e-05 Jy ! Component: 200 - total flux cleaned = 3.74742e-05 Jy ! Component: 250 - total flux cleaned = 3.72379e-05 Jy ! Component: 300 - total flux cleaned = 3.75339e-05 Jy ! Component: 350 - total flux cleaned = 3.7415e-05 Jy ! Component: 400 - total flux cleaned = 3.73757e-05 Jy ! Total flux subtracted in 400 components = 3.73757e-05 Jy ! Clean residual min=-0.002191 max=0.001706 Jy/beam ! Clean residual mean=-0.000021 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.0911538 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 377 components and 0.0911537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061452Jy sigma=0.037947 ! Fit after self-cal, rms=0.061458Jy sigma=0.037946 ! 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.061458Jy sigma=0.037946 ! Fit after self-cal, rms=0.061886Jy sigma=0.037945 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.901 mas, bmaj=13.97 mas, bpa=1.972 degrees ! Estimated noise=21.9418 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000415184 Jy ! Component: 100 - total flux cleaned = 0.000565443 Jy ! Component: 150 - total flux cleaned = 0.000630534 Jy ! Component: 200 - total flux cleaned = 0.000704018 Jy ! Component: 250 - total flux cleaned = 0.000757123 Jy ! Component: 300 - total flux cleaned = 0.000794677 Jy ! Component: 350 - total flux cleaned = 0.000818751 Jy ! Component: 400 - total flux cleaned = 0.00085386 Jy ! Total flux subtracted in 400 components = 0.00085386 Jy ! Clean residual min=-0.002173 max=0.001699 Jy/beam ! Clean residual mean=-0.000019 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.0920076 Jy selfcal ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 408 components and 0.0920076 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061870Jy sigma=0.037935 ! Fit after self-cal, rms=0.061888Jy sigma=0.037933 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.000112414 Jy ! Component: 100 - total flux cleaned = 0.000153533 Jy ! Component: 150 - total flux cleaned = 0.000153372 Jy ! Component: 200 - total flux cleaned = 0.000165343 Jy ! Component: 250 - total flux cleaned = 0.000176885 Jy ! Component: 300 - total flux cleaned = 0.000199421 Jy ! Component: 350 - total flux cleaned = 0.000210413 Jy ! Component: 400 - total flux cleaned = 0.00022113 Jy ! Total flux subtracted in 400 components = 0.00022113 Jy ! Clean residual min=-0.002171 max=0.001642 Jy/beam ! Clean residual mean=-0.000019 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.0922287 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 426 components and 0.0922287 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061877Jy sigma=0.037929 ! Fit after self-cal, rms=0.061887Jy sigma=0.037928 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 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.061887Jy sigma=0.037928 ! Fit after self-cal, rms=0.068005Jy sigma=0.036688 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.71 mas, bmaj=47.16 mas, bpa=3.84 degrees ! Estimated noise=23.3403 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00230525 Jy ! Component: 100 - total flux cleaned = 0.00311256 Jy ! Component: 150 - total flux cleaned = 0.00350568 Jy ! Component: 200 - total flux cleaned = 0.00366567 Jy ! Component: 250 - total flux cleaned = 0.00379946 Jy ! Component: 300 - total flux cleaned = 0.00389351 Jy ! Component: 350 - total flux cleaned = 0.00395064 Jy ! Component: 400 - total flux cleaned = 0.00398701 Jy ! Total flux subtracted in 400 components = 0.00398701 Jy ! Clean residual min=-0.001871 max=0.001911 Jy/beam ! Clean residual mean=-0.000034 rms=0.000665 Jy/beam ! Combined flux in latest and established models = 0.0962157 Jy selfcal ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 468 components and 0.0962157 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067952Jy sigma=0.036627 ! Fit after self-cal, rms=0.068353Jy sigma=0.036543 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 (-14.8, -102.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00178539 Jy ! Component: 100 - total flux cleaned = 0.00197146 Jy ! Component: 150 - total flux cleaned = 0.00182438 Jy ! Component: 200 - total flux cleaned = 0.00182584 Jy ! Component: 250 - total flux cleaned = 0.00179737 Jy ! Component: 300 - total flux cleaned = 0.00185316 Jy ! Component: 350 - total flux cleaned = 0.0018781 Jy ! Component: 400 - total flux cleaned = 0.00190183 Jy ! Total flux subtracted in 400 components = 0.00190183 Jy ! Clean residual min=-0.001369 max=0.001636 Jy/beam ! Clean residual mean=-0.000030 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.0981176 Jy ! Performing phase self-cal ! Adding 108 model components to the UV plane model. ! The established model now contains 576 components and 0.0981176 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068265Jy sigma=0.036495 ! Fit after self-cal, rms=0.068266Jy sigma=0.036487 ! Inverting map ! Added new window around map position (-80.4, -96.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000360575 Jy ! Component: 100 - total flux cleaned = 0.000890872 Jy ! Component: 150 - total flux cleaned = 0.00112167 Jy ! Component: 200 - total flux cleaned = 0.00128244 Jy ! Component: 250 - total flux cleaned = 0.0014234 Jy ! Component: 300 - total flux cleaned = 0.0015024 Jy ! Component: 350 - total flux cleaned = 0.00150179 Jy ! Component: 400 - total flux cleaned = 0.0014547 Jy ! Total flux subtracted in 400 components = 0.0014547 Jy ! Clean residual min=-0.001257 max=0.000750 Jy/beam ! Clean residual mean=-0.000008 rms=0.000307 Jy/beam ! Combined flux in latest and established models = 0.0995723 Jy ! Performing phase self-cal ! Adding 99 model components to the UV plane model. ! The established model now contains 672 components and 0.0995723 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068177Jy sigma=0.036447 ! Fit after self-cal, rms=0.068203Jy sigma=0.036435 ! 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.882 mas, bmaj=13.95 mas, bpa=1.592 degrees ! Estimated noise=22.7978 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.882 x 13.95 at 1.592 degrees (North through East) ! Clean map min=-0.002638 max=0.061673 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.393 mas, bmaj=9.407 mas, bpa=3.305 degrees ! Estimated noise=53.9068 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0500844 Jy ! Component: 100 - total flux cleaned = 0.0659166 Jy ! Component: 150 - total flux cleaned = 0.0728701 Jy ! Component: 200 - total flux cleaned = 0.0761223 Jy ! Component: 250 - total flux cleaned = 0.0786845 Jy ! Component: 300 - total flux cleaned = 0.0813576 Jy ! Component: 350 - total flux cleaned = 0.0825858 Jy ! Component: 400 - total flux cleaned = 0.083122 Jy ! Total flux subtracted in 400 components = 0.083122 Jy ! Clean residual min=-0.003466 max=0.002496 Jy/beam ! Clean residual mean=-0.000035 rms=0.000902 Jy/beam ! Combined flux in latest and established models = 0.083122 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 92 model components to the UV plane model. ! The established model now contains 92 components and 0.083122 Jy ! Inverting map and beam ! Estimated beam: bmin=4.882 mas, bmaj=13.95 mas, bpa=1.592 degrees ! Estimated noise=22.7978 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.00235173 Jy ! Component: 100 - total flux cleaned = 0.00361759 Jy ! Component: 150 - total flux cleaned = 0.00487652 Jy ! Component: 200 - total flux cleaned = 0.00610408 Jy ! Component: 250 - total flux cleaned = 0.00712515 Jy ! Component: 300 - total flux cleaned = 0.00787704 Jy ! Component: 350 - total flux cleaned = 0.00840946 Jy ! Component: 400 - total flux cleaned = 0.00890209 Jy ! Total flux subtracted in 400 components = 0.00890209 Jy ! Clean residual min=-0.001723 max=0.001473 Jy/beam ! Clean residual mean=-0.000020 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.0920241 Jy ! Adding 81 model components to the UV plane model. ! The established model now contains 172 components and 0.0920241 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.71 mas, bmaj=47.16 mas, bpa=3.84 degrees ! Estimated noise=23.3403 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000474179 Jy ! Component: 100 - total flux cleaned = 0.00104769 Jy ! Component: 150 - total flux cleaned = 0.00151006 Jy ! Component: 200 - total flux cleaned = 0.00190685 Jy ! Component: 250 - total flux cleaned = 0.00224835 Jy ! Component: 300 - total flux cleaned = 0.0025117 Jy ! Component: 350 - total flux cleaned = 0.00276017 Jy ! Component: 400 - total flux cleaned = 0.00302172 Jy ! Total flux subtracted in 400 components = 0.00302172 Jy ! Clean residual min=-0.001137 max=0.001015 Jy/beam ! Clean residual mean=-0.000014 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.0950458 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.000199444 Jy ! Component: 100 - total flux cleaned = 0.000436518 Jy ! Component: 150 - total flux cleaned = 0.000662132 Jy ! Component: 200 - total flux cleaned = 0.000900265 Jy ! Component: 250 - total flux cleaned = 0.00112955 Jy ! Component: 300 - total flux cleaned = 0.00137071 Jy ! Component: 350 - total flux cleaned = 0.00160328 Jy ! Component: 400 - total flux cleaned = 0.00180877 Jy ! Total flux subtracted in 400 components = 0.00180877 Jy ! Clean residual min=-0.000971 max=0.000863 Jy/beam ! Clean residual mean=-0.000011 rms=0.000298 Jy/beam ! Combined flux in latest and established models = 0.0968546 Jy ! Adding 158 model components to the UV plane model. ! The established model now contains 323 components and 0.0968545 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.882 mas, bmaj=13.95 mas, bpa=1.592 degrees ! Estimated noise=22.7978 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.93381e-05 Jy ! Component: 100 - total flux cleaned = 0.000324868 Jy ! Component: 150 - total flux cleaned = 0.000633693 Jy ! Component: 200 - total flux cleaned = 0.000925113 Jy ! Component: 250 - total flux cleaned = 0.00115568 Jy ! Component: 300 - total flux cleaned = 0.0013323 Jy ! Component: 350 - total flux cleaned = 0.00150213 Jy ! Component: 400 - total flux cleaned = 0.00172848 Jy ! Total flux subtracted in 400 components = 0.00172848 Jy ! Clean residual min=-0.001116 max=0.000921 Jy/beam ! Clean residual mean=-0.000012 rms=0.000238 Jy/beam ! Combined flux in latest and established models = 0.098583 Jy selfcal ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 380 components and 0.098583 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068100Jy sigma=0.036405 ! Fit after self-cal, rms=0.068127Jy sigma=0.036392 wmodel /scr/pima/rdv95_uvs/J0838-3836_S_map.mod ! Writing 380 model components to file: /scr/pima/rdv95_uvs/J0838-3836_S_map.mod wobs /scr/pima/rdv95_uvs/J0838-3836_S_uvs.fits ! Applying 2156 buffered edits. ! Writing UV FITS file: /scr/pima/rdv95_uvs/J0838-3836_S_uvs.fits wwins /scr/pima/rdv95_uvs/J0838-3836_S_map.win ! wwins: Wrote 5 windows to /scr/pima/rdv95_uvs/J0838-3836_S_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.000444768 Jy ! Component: 100 - total flux cleaned = -0.000673644 Jy ! Component: 150 - total flux cleaned = -0.000779663 Jy ! Component: 200 - total flux cleaned = -0.000780388 Jy ! Component: 250 - total flux cleaned = -0.000766992 Jy ! Component: 300 - total flux cleaned = -0.000741362 Jy ! Component: 350 - total flux cleaned = -0.000778382 Jy ! Component: 400 - total flux cleaned = -0.000802136 Jy ! Component: 450 - total flux cleaned = -0.000859056 Jy ! Component: 500 - total flux cleaned = -0.000903381 Jy ! Component: 550 - total flux cleaned = -0.00089301 Jy ! Component: 600 - total flux cleaned = -0.000924217 Jy ! Component: 650 - total flux cleaned = -0.000883194 Jy ! Component: 700 - total flux cleaned = -0.000822919 Jy ! Component: 750 - total flux cleaned = -0.000753396 Jy ! Component: 800 - total flux cleaned = -0.000684348 Jy ! Component: 850 - total flux cleaned = -0.00059643 Jy ! Component: 900 - total flux cleaned = -0.000509281 Jy ! Component: 950 - total flux cleaned = -0.000432339 Jy ! Component: 1000 - total flux cleaned = -0.000394114 Jy ! Component: 1050 - total flux cleaned = -0.000336906 Jy ! Component: 1100 - total flux cleaned = -0.000270393 Jy ! Component: 1150 - total flux cleaned = -0.000194486 Jy ! Component: 1200 - total flux cleaned = -0.000128276 Jy ! Component: 1250 - total flux cleaned = -4.32729e-05 Jy ! Component: 1300 - total flux cleaned = 3.88896e-06 Jy ! Component: 1350 - total flux cleaned = 6.98015e-05 Jy ! Component: 1400 - total flux cleaned = 0.000154444 Jy ! Component: 1450 - total flux cleaned = 0.00022011 Jy ! Component: 1500 - total flux cleaned = 0.000285827 Jy ! Component: 1550 - total flux cleaned = 0.000370164 Jy ! Component: 1600 - total flux cleaned = 0.000445107 Jy ! Component: 1650 - total flux cleaned = 0.00050131 Jy ! Component: 1700 - total flux cleaned = 0.000557725 Jy ! Component: 1750 - total flux cleaned = 0.000623644 Jy ! Component: 1800 - total flux cleaned = 0.000670995 Jy ! Component: 1850 - total flux cleaned = 0.000718414 Jy ! Component: 1900 - total flux cleaned = 0.000765983 Jy ! Component: 1950 - total flux cleaned = 0.000823362 Jy ! Component: 2000 - total flux cleaned = 0.000880953 Jy ! Component: 2050 - total flux cleaned = 0.000938805 Jy ! Component: 2100 - total flux cleaned = 0.000987223 Jy ! Component: 2150 - total flux cleaned = 0.00104549 Jy ! Component: 2200 - total flux cleaned = 0.00113351 Jy ! Component: 2250 - total flux cleaned = 0.00116303 Jy ! Component: 2300 - total flux cleaned = 0.00122225 Jy ! Component: 2350 - total flux cleaned = 0.00126191 Jy ! Component: 2400 - total flux cleaned = 0.00135181 Jy ! Component: 2450 - total flux cleaned = 0.00138202 Jy ! Component: 2500 - total flux cleaned = 0.00143254 Jy ! Component: 2550 - total flux cleaned = 0.00149346 Jy ! Component: 2600 - total flux cleaned = 0.00154456 Jy ! Component: 2650 - total flux cleaned = 0.00159597 Jy ! Component: 2700 - total flux cleaned = 0.00168938 Jy ! Component: 2750 - total flux cleaned = 0.00172075 Jy ! Component: 2800 - total flux cleaned = 0.00180476 Jy ! Component: 2850 - total flux cleaned = 0.00186829 Jy ! Component: 2900 - total flux cleaned = 0.00194283 Jy ! Component: 2950 - total flux cleaned = 0.00200736 Jy ! Component: 3000 - total flux cleaned = 0.00208308 Jy ! Component: 3050 - total flux cleaned = 0.00217035 Jy ! Component: 3100 - total flux cleaned = 0.00223628 Jy ! Component: 3150 - total flux cleaned = 0.00231376 Jy ! Component: 3200 - total flux cleaned = 0.0024143 Jy ! Component: 3250 - total flux cleaned = 0.00244828 Jy ! Component: 3300 - total flux cleaned = 0.00250527 Jy ! Component: 3350 - total flux cleaned = 0.00257411 Jy ! Component: 3400 - total flux cleaned = 0.00264368 Jy ! Component: 3450 - total flux cleaned = 0.00271391 Jy ! Component: 3500 - total flux cleaned = 0.00276112 Jy ! Component: 3550 - total flux cleaned = 0.00283248 Jy ! Component: 3600 - total flux cleaned = 0.0028805 Jy ! Component: 3650 - total flux cleaned = 0.00294101 Jy ! Component: 3700 - total flux cleaned = 0.00303886 Jy ! Component: 3750 - total flux cleaned = 0.00308823 Jy ! Component: 3800 - total flux cleaned = 0.00316312 Jy ! Component: 3850 - total flux cleaned = 0.00323882 Jy ! Component: 3900 - total flux cleaned = 0.00332802 Jy ! Component: 3950 - total flux cleaned = 0.00337939 Jy ! Component: 4000 - total flux cleaned = 0.00345733 Jy ! Component: 4050 - total flux cleaned = 0.00352289 Jy ! Total flux subtracted in 4096 components = 0.0036024 Jy ! Clean residual min=-0.000783 max=0.000760 Jy/beam ! Clean residual mean=0.000008 rms=0.000258 Jy/beam ! Combined flux in latest and established models = 0.102185 Jy keep ! Adding 169 model components to the UV plane model. ! The established model now contains 549 components and 0.102185 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv95_uvs/J0838-3836_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.882 x 13.95 at 1.592 degrees (North through East) ! Clean map min=-0.0026199 max=0.059095 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv95_uvs/J0838-3836_S_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.059 rms= 0.00028 Jy quit ! Quitting program ! Log file /scr/pima/rdv95_uvs/J0838-3836_S_uvs.log closed on Wed Nov 6 20:44:47 2013