! Started logfile: /scr/pima/s3111b_uvs/J0630-2406_X_uvs.log on Mon Jul 23 22:51:01 2012 obs /scr/pima/s3111b_uvs/J0630-2406_X_uva.fits ! Reading UV FITS file: /scr/pima/s3111b_uvs/J0630-2406_X_uva.fits ! AN table 1: 81 integrations on 55 of 55 possible baselines. ! Apparent sampling: 0.90752 visibilities/baseline/integration-bin. ! Found source: J0630-2406 ! ! There are 8 IFs, and a total of 8 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.41193e+09 1.6e+07 1 1.6e+07 ! 02 2 8.42793e+09 1.6e+07 1 1.6e+07 ! 03 3 8.52393e+09 1.6e+07 1 1.6e+07 ! 04 4 8.57193e+09 1.6e+07 1 1.6e+07 ! 05 5 8.65193e+09 1.6e+07 1 1.6e+07 ! 06 6 8.82793e+09 1.6e+07 1 1.6e+07 ! 07 7 8.85993e+09 1.6e+07 1 1.6e+07 ! 08 8 8.89193e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 32344 visibilities. select RR ! Selecting polarization: RR, channels: 1..8 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ! Reading IF 5 channels: 5..5 ! Reading IF 6 channels: 6..6 ! Reading IF 7 channels: 7..7 ! Reading IF 8 channels: 8..8 print "field_size =",field_size ! field_size = 512 print "field_cell =",field_cell ! field_cell = 0.1 print "taper_size =",taper_size ! taper_size = 120 ![@/home/lpetrov/bin/01_muppet /scr/pima/s3111b_uvs/J0630-2406_X] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.100x0.100 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 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 204 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 47 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.000355Jy sigma=0.707181 ! Fit after self-cal, rms=0.958415Jy sigma=0.677541 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. 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.6233 mas, bmaj=1.633 mas, bpa=-7.889 degrees ! Estimated noise=13.584 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.0303697 Jy ! Component: 100 - total flux cleaned = 0.0378117 Jy ! Total flux subtracted in 100 components = 0.0378117 Jy ! Clean residual min=-0.003138 max=0.004835 Jy/beam ! Clean residual mean=0.000050 rms=0.001031 Jy/beam ! Combined flux in latest and established models = 0.0378117 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0378117 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.042427Jy sigma=0.029988 ! Fit after self-cal, rms=0.041367Jy sigma=0.029239 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8269 mas, bmaj=2.119 mas, bpa=-4.886 degrees ! Estimated noise=5.68709 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.00748983 Jy ! Component: 100 - total flux cleaned = 0.0115209 Jy ! Component: 150 - total flux cleaned = 0.0137411 Jy ! Component: 200 - total flux cleaned = 0.0149794 Jy ! Total flux subtracted in 200 components = 0.0149794 Jy ! Clean residual min=-0.002142 max=0.006227 Jy/beam ! Clean residual mean=0.000160 rms=0.001105 Jy/beam ! Combined flux in latest and established models = 0.052791 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 30 components and 0.052791 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.040049Jy sigma=0.028307 ! Fit after self-cal, rms=0.040014Jy sigma=0.028282 ! Inverting map ! Added new window around map position (1.7, 0.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00562742 Jy ! Component: 100 - total flux cleaned = 0.00850381 Jy ! Component: 150 - total flux cleaned = 0.0095119 Jy ! Component: 200 - total flux cleaned = 0.0101445 Jy ! Total flux subtracted in 200 components = 0.0101445 Jy ! Clean residual min=-0.002420 max=0.005344 Jy/beam ! Clean residual mean=0.000110 rms=0.000876 Jy/beam ! Combined flux in latest and established models = 0.0629355 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 69 components and 0.0629355 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.039213Jy sigma=0.027716 ! Fit after self-cal, rms=0.039002Jy sigma=0.027567 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.04 GB 0.83 HN 1.50 ! KP 0.91 LA 0.97 MK 1.07 NL 2.08 ! OV 1.04 PT 0.96 SC 1.10 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.03 GB 0.82 HN 1.59 ! KP 0.92 LA 0.95 MK 1.04 NL 2.21 ! OV 1.04 PT 1.00 SC 1.12 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.97 GB 0.87 HN 1.22 ! KP 0.91 LA 0.94 MK 1.05 NL 2.04 ! OV 0.99 PT 0.96 SC 1.07 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.99 GB 0.88 HN 1.44 ! KP 0.83 LA 0.95 MK 1.08 NL 2.13 ! OV 1.05 PT 0.98 SC 1.08 ! ! ! Correcting IF 5. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.89 GB 0.84 HN 1.21 ! KP 0.90 LA 0.90 MK 0.98 NL 1.96 ! OV 1.02 PT 0.95 SC 1.00 ! ! ! Correcting IF 6. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.83 GB 0.90 HN 1.30 ! KP 0.83 LA 0.93 MK 1.03 NL 1.99 ! OV 0.99 PT 0.97 SC 1.01 ! ! ! Correcting IF 7. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.82 GB 0.86 HN 1.00* ! KP 0.75 LA 0.91 MK 1.00* NL 2.04 ! OV 1.01 PT 0.98 SC 1.08 ! ! ! Correcting IF 8. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.85 FD 0.75 GB 0.81 HN 1.11 ! KP 0.86 LA 0.85 MK 0.91 NL 1.75 ! OV 0.94 PT 0.92 SC 0.93 ! ! ! Fit before self-cal, rms=0.039002Jy sigma=0.027567 ! Fit after self-cal, rms=0.048577Jy sigma=0.026173 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8346 mas, bmaj=2.141 mas, bpa=-4.336 degrees ! Estimated noise=6.00191 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 (-3.8, 1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000783453 Jy ! Component: 100 - total flux cleaned = 0.000990945 Jy ! Component: 150 - total flux cleaned = 0.0011241 Jy ! Component: 200 - total flux cleaned = 0.00117967 Jy ! Total flux subtracted in 200 components = 0.00117967 Jy ! Clean residual min=-0.000691 max=0.000909 Jy/beam ! Clean residual mean=0.000037 rms=0.000246 Jy/beam ! Combined flux in latest and established models = 0.0641152 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 98 components and 0.0641152 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.048506Jy sigma=0.026114 ! Fit after self-cal, rms=0.048825Jy sigma=0.026055 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.048825Jy sigma=0.026055 ! Fit after self-cal, rms=0.050308Jy sigma=0.026018 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8332 mas, bmaj=2.145 mas, bpa=-4.142 degrees ! Estimated noise=5.98977 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00033257 Jy ! Component: 100 - total flux cleaned = -0.000311982 Jy ! Component: 150 - total flux cleaned = -0.000294051 Jy ! Component: 200 - total flux cleaned = -0.00026088 Jy ! Total flux subtracted in 200 components = -0.00026088 Jy ! Clean residual min=-0.000628 max=0.000866 Jy/beam ! Clean residual mean=0.000034 rms=0.000220 Jy/beam ! Combined flux in latest and established models = 0.0638543 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 120 components and 0.0638543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.050286Jy sigma=0.026003 ! Fit after self-cal, rms=0.050316Jy sigma=0.026000 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 = -6.24825e-05 Jy ! Component: 100 - total flux cleaned = 1.71358e-05 Jy ! Component: 150 - total flux cleaned = 4.57871e-05 Jy ! Component: 200 - total flux cleaned = 5.9146e-05 Jy ! Total flux subtracted in 200 components = 5.9146e-05 Jy ! Clean residual min=-0.000622 max=0.000862 Jy/beam ! Clean residual mean=0.000034 rms=0.000214 Jy/beam ! Combined flux in latest and established models = 0.0639134 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 140 components and 0.0639135 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.050305Jy sigma=0.025994 ! Fit after self-cal, rms=0.050303Jy sigma=0.025993 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.050303Jy sigma=0.025993 ! Fit after self-cal, rms=0.051019Jy sigma=0.025986 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8336 mas, bmaj=2.144 mas, bpa=-3.998 degrees ! Estimated noise=5.98896 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000384279 Jy ! Component: 100 - total flux cleaned = -0.000369323 Jy ! Component: 150 - total flux cleaned = -0.000368802 Jy ! Component: 200 - total flux cleaned = -0.000356864 Jy ! Total flux subtracted in 200 components = -0.000356864 Jy ! Clean residual min=-0.000586 max=0.000850 Jy/beam ! Clean residual mean=0.000032 rms=0.000211 Jy/beam ! Combined flux in latest and established models = 0.0635566 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 149 components and 0.0635566 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.051010Jy sigma=0.025980 ! Fit after self-cal, rms=0.051019Jy sigma=0.025979 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 = -6.41403e-05 Jy ! Component: 100 - total flux cleaned = -5.29902e-05 Jy ! Component: 150 - total flux cleaned = -2.13044e-05 Jy ! Component: 200 - total flux cleaned = -1.79113e-06 Jy ! Total flux subtracted in 200 components = -1.79113e-06 Jy ! Clean residual min=-0.000582 max=0.000851 Jy/beam ! Clean residual mean=0.000032 rms=0.000208 Jy/beam ! Combined flux in latest and established models = 0.0635548 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 160 components and 0.0635548 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.051013Jy sigma=0.025976 ! Fit after self-cal, rms=0.051012Jy sigma=0.025976 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 120 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.051012Jy sigma=0.025976 ! Fit after self-cal, rms=0.051434Jy sigma=0.025971 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.318 mas, bmaj=3.129 mas, bpa=-0.9833 degrees ! Estimated noise=6.64852 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000328519 Jy ! Component: 100 - total flux cleaned = -0.000341324 Jy ! Component: 150 - total flux cleaned = -0.000323704 Jy ! Component: 200 - total flux cleaned = -0.000315658 Jy ! Total flux subtracted in 200 components = -0.000315658 Jy ! Clean residual min=-0.000589 max=0.001010 Jy/beam ! Clean residual mean=0.000047 rms=0.000246 Jy/beam ! Combined flux in latest and established models = 0.0632391 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 181 components and 0.0632391 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.051428Jy sigma=0.025969 ! Fit after self-cal, rms=0.051433Jy sigma=0.025968 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.78301e-05 Jy ! Component: 100 - total flux cleaned = -5.16939e-05 Jy ! Component: 150 - total flux cleaned = -2.83346e-05 Jy ! Component: 200 - total flux cleaned = -1.42566e-05 Jy ! Total flux subtracted in 200 components = -1.42566e-05 Jy ! Clean residual min=-0.000603 max=0.001015 Jy/beam ! Clean residual mean=0.000047 rms=0.000244 Jy/beam ! Combined flux in latest and established models = 0.0632249 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 194 components and 0.0632249 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.051430Jy sigma=0.025967 ! Fit after self-cal, rms=0.051429Jy sigma=0.025967 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=0.8341 mas, bmaj=2.142 mas, bpa=-3.879 degrees ! Estimated noise=5.98802 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8341 x 2.142 at -3.879 degrees (North through East) ! Clean map min=-0.001044 max=0.041348 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.6228 mas, bmaj=1.626 mas, bpa=-6.783 degrees ! Estimated noise=14.2212 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0320988 Jy ! Component: 100 - total flux cleaned = 0.0403031 Jy ! Component: 150 - total flux cleaned = 0.0450344 Jy ! Component: 200 - total flux cleaned = 0.048487 Jy ! Total flux subtracted in 200 components = 0.048487 Jy ! Clean residual min=-0.002735 max=0.002302 Jy/beam ! Clean residual mean=0.000033 rms=0.000782 Jy/beam ! Combined flux in latest and established models = 0.048487 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.048487 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8341 mas, bmaj=2.142 mas, bpa=-3.879 degrees ! Estimated noise=5.98802 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=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00424746 Jy ! Component: 100 - total flux cleaned = 0.00674851 Jy ! Component: 150 - total flux cleaned = 0.00850868 Jy ! Component: 200 - total flux cleaned = 0.00982318 Jy ! Total flux subtracted in 200 components = 0.00982318 Jy ! Clean residual min=-0.000783 max=0.001054 Jy/beam ! Clean residual mean=0.000062 rms=0.000290 Jy/beam ! Combined flux in latest and established models = 0.0583102 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 90 components and 0.0583102 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 120 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.318 mas, bmaj=3.129 mas, bpa=-0.9833 degrees ! Estimated noise=6.64852 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00144122 Jy ! Component: 100 - total flux cleaned = 0.0024409 Jy ! Component: 150 - total flux cleaned = 0.00317947 Jy ! Component: 200 - total flux cleaned = 0.00373448 Jy ! Total flux subtracted in 200 components = 0.00373448 Jy ! Clean residual min=-0.000738 max=0.000923 Jy/beam ! Clean residual mean=0.000059 rms=0.000260 Jy/beam ! Combined flux in latest and established models = 0.0620447 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=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000422425 Jy ! Component: 100 - total flux cleaned = 0.000737875 Jy ! Component: 150 - total flux cleaned = 0.000857137 Jy ! Component: 200 - total flux cleaned = 0.000914774 Jy ! Total flux subtracted in 200 components = 0.000914774 Jy ! Clean residual min=-0.000728 max=0.000952 Jy/beam ! Clean residual mean=0.000051 rms=0.000248 Jy/beam ! Combined flux in latest and established models = 0.0629595 Jy ! Adding 77 model components to the UV plane model. ! The established model now contains 156 components and 0.0629595 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8341 mas, bmaj=2.142 mas, bpa=-3.879 degrees ! Estimated noise=5.98802 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.79783e-05 Jy ! Component: 100 - total flux cleaned = -7.8245e-05 Jy ! Component: 150 - total flux cleaned = -6.5561e-05 Jy ! Component: 200 - total flux cleaned = -4.30474e-05 Jy ! Total flux subtracted in 200 components = -4.30474e-05 Jy ! Clean residual min=-0.000661 max=0.000791 Jy/beam ! Clean residual mean=0.000032 rms=0.000202 Jy/beam ! Combined flux in latest and established models = 0.0629164 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 173 components and 0.0629164 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.051422Jy sigma=0.025968 ! Fit after self-cal, rms=0.051427Jy sigma=0.025965 wmodel /scr/pima/s3111b_uvs/J0630-2406_X_map.mod ! Writing 173 model components to file: /scr/pima/s3111b_uvs/J0630-2406_X_map.mod wobs /scr/pima/s3111b_uvs/J0630-2406_X_uvs.fits ! Writing UV FITS file: /scr/pima/s3111b_uvs/J0630-2406_X_uvs.fits wwins /scr/pima/s3111b_uvs/J0630-2406_X_map.win ! wwins: Wrote 3 windows to /scr/pima/s3111b_uvs/J0630-2406_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=2048 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.000239103 Jy ! Component: 100 - total flux cleaned = 0.000298543 Jy ! Component: 150 - total flux cleaned = 0.000287051 Jy ! Component: 200 - total flux cleaned = 0.000349484 Jy ! Component: 250 - total flux cleaned = 0.000428815 Jy ! Component: 300 - total flux cleaned = 0.000504676 Jy ! Component: 350 - total flux cleaned = 0.000596385 Jy ! Component: 400 - total flux cleaned = 0.000684831 Jy ! Component: 450 - total flux cleaned = 0.000719248 Jy ! Component: 500 - total flux cleaned = 0.000761095 Jy ! Component: 550 - total flux cleaned = 0.000801697 Jy ! Component: 600 - total flux cleaned = 0.000841403 Jy ! Component: 650 - total flux cleaned = 0.000888121 Jy ! Component: 700 - total flux cleaned = 0.000933834 Jy ! Component: 750 - total flux cleaned = 0.000985945 Jy ! Component: 800 - total flux cleaned = 0.00102971 Jy ! Component: 850 - total flux cleaned = 0.00108683 Jy ! Component: 900 - total flux cleaned = 0.00113585 Jy ! Component: 950 - total flux cleaned = 0.00119768 Jy ! Component: 1000 - total flux cleaned = 0.00125853 Jy ! Component: 1050 - total flux cleaned = 0.0013251 Jy ! Component: 1100 - total flux cleaned = 0.00139073 Jy ! Component: 1150 - total flux cleaned = 0.00146175 Jy ! Component: 1200 - total flux cleaned = 0.00151901 Jy ! Component: 1250 - total flux cleaned = 0.00156918 Jy ! Component: 1300 - total flux cleaned = 0.00163104 Jy ! Component: 1350 - total flux cleaned = 0.00168606 Jy ! Component: 1400 - total flux cleaned = 0.00174041 Jy ! Component: 1450 - total flux cleaned = 0.00177623 Jy ! Component: 1500 - total flux cleaned = 0.00183525 Jy ! Component: 1550 - total flux cleaned = 0.0018878 Jy ! Component: 1600 - total flux cleaned = 0.00195119 Jy ! Component: 1650 - total flux cleaned = 0.00199103 Jy ! Component: 1700 - total flux cleaned = 0.00204175 Jy ! Component: 1750 - total flux cleaned = 0.00208074 Jy ! Component: 1800 - total flux cleaned = 0.00212488 Jy ! Component: 1850 - total flux cleaned = 0.00216855 Jy ! Component: 1900 - total flux cleaned = 0.00221174 Jy ! Component: 1950 - total flux cleaned = 0.00225989 Jy ! Component: 2000 - total flux cleaned = 0.00229162 Jy ! Total flux subtracted in 2048 components = 0.00231786 Jy ! Clean residual min=-0.000288 max=0.000326 Jy/beam ! Clean residual mean=0.000012 rms=0.000112 Jy/beam ! Combined flux in latest and established models = 0.0652343 Jy keep ! Adding 150 model components to the UV plane model. ! The established model now contains 323 components and 0.0652343 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/s3111b_uvs/J0630-2406_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8341 x 2.142 at -3.879 degrees (North through East) ! Clean map min=-0.00062678 max=0.042921 Jy/beam ! Writing clean map to FITS file: /scr/pima/s3111b_uvs/J0630-2406_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0429207 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000111346 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.778265 0.778265 1.55653 3.11306 6.22612 12.4522 24.9045 49.809 99.618 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.042 quit ! Quitting program ! Log file /scr/pima/s3111b_uvs/J0630-2406_X_uvs.log closed on Mon Jul 23 22:51:04 2012