! Started logfile: J1057-2342_X_1997_07_02_yyk_uvs.log on Mon Jan 8 05:02:59 2007 obs J1057-2342_X_1997_07_02_yyk_uva.fits ! Reading UV FITS file: J1057-2342_X_1997_07_02_yyk_uva.fits ! AN table 1: 142 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.646166 visibilities/baseline/integration-bin. ! Found source: J1057-2342 ! ! 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.15447e+09 8e+06 1 8e+06 ! 02 2 8.23447e+09 8e+06 1 8e+06 ! 03 3 8.41447e+09 8e+06 1 8e+06 ! 04 4 8.55447e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 753 lines of history. ! ! Reading 16516 visibilities. select I ! Polarization I is unavailable. ! 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 ![@muppet J1057-2342_X_1997_07_02_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 10 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 30 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.267637 Jy 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.6857 mas, bmaj=2.013 mas, bpa=-8.788 degrees ! Estimated noise=1970.01 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.134771 Jy ! Component: 100 - total flux cleaned = 0.155609 Jy ! Total flux subtracted in 100 components = 0.155609 Jy ! Clean residual min=-0.008734 max=0.009011 Jy/beam ! Clean residual mean=-0.000009 rms=0.002437 Jy/beam ! Combined flux in latest and established models = 0.155609 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.155609 Jy ! ! Correcting IF 1. ! A total of 288 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 288 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 288 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 288 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.216974Jy sigma=0.001224 ! Fit after self-cal, rms=0.216848Jy sigma=0.001223 ! Inverting map and beam ! Estimated beam: bmin=0.6857 mas, bmaj=2.013 mas, bpa=-8.788 degrees ! Estimated noise=1970.11 mJy/beam. print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! 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.8866 mas, bmaj=2.391 mas, bpa=-8.853 degrees ! Estimated noise=933.594 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0109034 Jy ! Component: 100 - total flux cleaned = 0.0156256 Jy ! Component: 150 - total flux cleaned = 0.0178952 Jy ! Component: 200 - total flux cleaned = 0.0186557 Jy ! Total flux subtracted in 200 components = 0.0186557 Jy ! Clean residual min=-0.006311 max=0.005491 Jy/beam ! Clean residual mean=-0.000047 rms=0.001557 Jy/beam ! Combined flux in latest and established models = 0.174264 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 30 components and 0.174264 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.216613Jy sigma=0.001221 ! Fit after self-cal, rms=0.216606Jy sigma=0.001221 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8866 x 2.391 at -8.853 degrees (North through East) ! Clean map min=-0.0059478 max=0.15501 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.01158 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.09 HN 1.05 KP 0.97 ! LA 1.01 MK 1.00 NL 1.00 OV 0.94 ! PT 0.92 SC 0.93 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.01192 ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.14 HN 0.94 KP 0.96 ! LA 0.98 MK 0.98 NL 0.98 OV 1.00 ! PT 0.91 SC 1.06 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.00032 ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.11 HN 1.06 KP 0.98 ! LA 0.98 MK 1.02 NL 1.01 OV 0.94 ! PT 0.92 SC 1.07 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.985649 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.09 HN 0.98 KP 0.98 ! LA 0.99 MK 1.00 NL 1.05 OV 0.97 ! PT 1.02 SC 1.07 ! ! ! Fit before self-cal, rms=0.216606Jy sigma=0.001221 ! Fit after self-cal, rms=0.219442Jy sigma=0.001219 selfcal false, false, phase_soltime ! Performing phase self-cal over 10 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.219442Jy sigma=0.001219 ! Fit after self-cal, rms=0.219443Jy sigma=0.001219 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8928 mas, bmaj=2.41 mas, bpa=-9.361 degrees ! Estimated noise=938.171 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000523993 Jy ! Component: 100 - total flux cleaned = 0.000573793 Jy ! Component: 150 - total flux cleaned = 0.000536122 Jy ! Component: 200 - total flux cleaned = 0.000476989 Jy ! Total flux subtracted in 200 components = 0.000476989 Jy ! Clean residual min=-0.005008 max=0.005184 Jy/beam ! Clean residual mean=-0.000025 rms=0.001399 Jy/beam ! Combined flux in latest and established models = 0.174741 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 39 components and 0.174741 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.219427Jy sigma=0.001219 ! Fit after self-cal, rms=0.219426Jy sigma=0.001219 ! Inverting map print "************** FINISHED AMPLITUDE GSCALE SELF-CAL **************" ! ************** FINISHED AMPLITUDE GSCALE SELF-CAL ************** ! phase_soltime=phase_soltime2 selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.219426Jy sigma=0.001219 ! Fit after self-cal, rms=0.217264Jy sigma=0.001207 dynam = dynam - 0.5 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 false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00252499 Jy ! Component: 100 - total flux cleaned = 0.00258019 Jy ! Component: 150 - total flux cleaned = 0.00246695 Jy ! Component: 200 - total flux cleaned = 0.00237012 Jy ! Total flux subtracted in 200 components = 0.00237012 Jy ! Clean residual min=-0.004540 max=0.004591 Jy/beam ! Clean residual mean=-0.000025 rms=0.001339 Jy/beam ! Combined flux in latest and established models = 0.177112 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 40 components and 0.177112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.217258Jy sigma=0.001207 ! Fit after self-cal, rms=0.216833Jy sigma=0.001205 ! Inverting map print "*** FINISHED NATURAL WEIGHTING CLEAN with shorter phase_soltime ***" ! *** FINISHED NATURAL WEIGHTING CLEAN with shorter phase_soltime *** ! dynam = dynam - 0.25 restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8928 x 2.41 at -9.361 degrees (North through East) ! Clean map min=-0.0042809 max=0.15952 Jy/beam if(peak(flux) > thresh) selfcal true, true, amp_soltime1 selfcal false, false, phase_soltime 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 false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true, amp_soltime2 selfcal false, false, phase_soltime 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 false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) print "************** FINISHED AMPLITUDE SELF-CAL **************" end if ! Performing amp+phase self-cal over 10 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.216833Jy sigma=0.001205 ! Fit after self-cal, rms=0.218781Jy sigma=0.001204 ! Performing phase self-cal over 0.5 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.218781Jy sigma=0.001204 ! Fit after self-cal, rms=0.218646Jy sigma=0.001203 ! Inverting map and beam ! Estimated beam: bmin=0.8947 mas, bmaj=2.42 mas, bpa=-9.479 degrees ! Estimated noise=927.783 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00174488 Jy ! Component: 100 - total flux cleaned = -0.00193103 Jy ! Component: 150 - total flux cleaned = -0.00198845 Jy ! Component: 200 - total flux cleaned = -0.00201116 Jy ! Total flux subtracted in 200 components = -0.00201116 Jy ! Clean residual min=-0.004185 max=0.004156 Jy/beam ! Clean residual mean=-0.000007 rms=0.001115 Jy/beam ! Combined flux in latest and established models = 0.1751 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 40 components and 0.1751 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.218631Jy sigma=0.001203 ! Fit after self-cal, rms=0.218574Jy sigma=0.001203 ! Inverting map ! 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.218574Jy sigma=0.001203 ! Fit after self-cal, rms=0.219220Jy sigma=0.001202 ! Performing phase self-cal over 0.5 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.219220Jy sigma=0.001202 ! Fit after self-cal, rms=0.219196Jy sigma=0.001201 ! Inverting map and beam ! Estimated beam: bmin=0.8922 mas, bmaj=2.425 mas, bpa=-9.813 degrees ! Estimated noise=917.747 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00141341 Jy ! Component: 100 - total flux cleaned = -0.00161841 Jy ! Component: 150 - total flux cleaned = -0.00166765 Jy ! Component: 200 - total flux cleaned = -0.00166723 Jy ! Total flux subtracted in 200 components = -0.00166723 Jy ! Clean residual min=-0.004051 max=0.003880 Jy/beam ! Clean residual mean=-0.000005 rms=0.001059 Jy/beam ! Combined flux in latest and established models = 0.173433 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 47 components and 0.173433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.219184Jy sigma=0.001201 ! Fit after self-cal, rms=0.219176Jy sigma=0.001201 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.094 mas, bmaj=4.676 mas, bpa=-7.97 degrees ! Estimated noise=1182.05 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000653407 Jy ! Component: 100 - total flux cleaned = 0.000609445 Jy ! Component: 150 - total flux cleaned = 0.00058556 Jy ! Component: 200 - total flux cleaned = 0.000586754 Jy ! Total flux subtracted in 200 components = 0.000586754 Jy ! Clean residual min=-0.005022 max=0.004545 Jy/beam ! Clean residual mean=-0.000007 rms=0.001394 Jy/beam ! Combined flux in latest and established models = 0.17402 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 52 components and 0.17402 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.219183Jy sigma=0.001201 ! Fit after self-cal, rms=0.219170Jy sigma=0.001201 ! Inverting map uvtaper 0 ! No UV-taper is currently set. win_mult = win_mult / 1.4 print "************** FINISHED TAPERING SELF-CAL CLEAN **************" ! ************** FINISHED TAPERING SELF-CAL CLEAN ************** ! print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true,true,true ! clrmod: Cleared the established, tentative and continuum 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.6876 mas, bmaj=2.018 mas, bpa=-9.212 degrees ! Estimated noise=1945.19 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.136054 Jy ! Component: 100 - total flux cleaned = 0.159321 Jy ! Component: 150 - total flux cleaned = 0.16891 Jy ! Component: 200 - total flux cleaned = 0.171388 Jy ! Total flux subtracted in 200 components = 0.171388 Jy ! Clean residual min=-0.007904 max=0.007459 Jy/beam ! Clean residual mean=-0.000001 rms=0.002072 Jy/beam ! Combined flux in latest and established models = 0.171388 Jy uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 23 model components to the UV plane model. ! The established model now contains 23 components and 0.171388 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8922 mas, bmaj=2.425 mas, bpa=-9.813 degrees ! Estimated noise=917.747 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.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00163134 Jy ! Component: 100 - total flux cleaned = 0.00200214 Jy ! Component: 150 - total flux cleaned = 0.00228394 Jy ! Component: 200 - total flux cleaned = 0.0023406 Jy ! Total flux subtracted in 200 components = 0.0023406 Jy ! Clean residual min=-0.003995 max=0.004068 Jy/beam ! Clean residual mean=-0.000005 rms=0.001072 Jy/beam ! Combined flux in latest and established models = 0.173728 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 32 components and 0.173728 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.094 mas, bmaj=4.676 mas, bpa=-7.97 degrees ! Estimated noise=1182.05 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.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000773668 Jy ! Component: 100 - total flux cleaned = 0.000681856 Jy ! Component: 150 - total flux cleaned = 0.000589785 Jy ! Component: 200 - total flux cleaned = 0.000545804 Jy ! Total flux subtracted in 200 components = 0.000545804 Jy ! Clean residual min=-0.005082 max=0.004585 Jy/beam ! Clean residual mean=-0.000007 rms=0.001399 Jy/beam ! Combined flux in latest and established models = 0.174274 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 37 components and 0.174274 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8922 mas, bmaj=2.425 mas, bpa=-9.813 degrees ! Estimated noise=917.747 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00050742 Jy ! Component: 100 - total flux cleaned = -0.000361337 Jy ! Component: 150 - total flux cleaned = -0.000286734 Jy ! Component: 200 - total flux cleaned = -0.000322217 Jy ! Total flux subtracted in 200 components = -0.000322217 Jy ! Clean residual min=-0.003941 max=0.004012 Jy/beam ! Clean residual mean=-0.000005 rms=0.001054 Jy/beam ! Combined flux in latest and established models = 0.173952 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 41 components and 0.173952 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.219173Jy sigma=0.001201 ! Fit after self-cal, rms=0.219170Jy sigma=0.001201 wmodel J1057-2342_X_1997_07_02_yyk\_map.mod ! Writing 41 model components to file: J1057-2342_X_1997_07_02_yyk_map.mod wobs J1057-2342_X_1997_07_02_yyk\_uvs.fits ! Writing UV FITS file: J1057-2342_X_1997_07_02_yyk_uvs.fits wwins J1057-2342_X_1997_07_02_yyk\_map.win ! wwins: Wrote 1 windows to J1057-2342_X_1997_07_02_yyk_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.000656034 Jy ! Component: 100 - total flux cleaned = -0.00112612 Jy ! Component: 150 - total flux cleaned = -0.00131368 Jy ! Component: 200 - total flux cleaned = -0.00161205 Jy ! Component: 250 - total flux cleaned = -0.00184092 Jy ! Component: 300 - total flux cleaned = -0.00195108 Jy ! Component: 350 - total flux cleaned = -0.00210748 Jy ! Component: 400 - total flux cleaned = -0.00226008 Jy ! Component: 450 - total flux cleaned = -0.00255397 Jy ! Component: 500 - total flux cleaned = -0.00279009 Jy ! Component: 550 - total flux cleaned = -0.00292755 Jy ! Component: 600 - total flux cleaned = -0.00319611 Jy ! Component: 650 - total flux cleaned = -0.00350082 Jy ! Component: 700 - total flux cleaned = -0.00379721 Jy ! Component: 750 - total flux cleaned = -0.0040866 Jy ! Component: 800 - total flux cleaned = -0.00444888 Jy ! Component: 850 - total flux cleaned = -0.00472359 Jy ! Component: 900 - total flux cleaned = -0.00503047 Jy ! Component: 950 - total flux cleaned = -0.00533017 Jy ! Component: 1000 - total flux cleaned = -0.00562265 Jy ! Component: 1050 - total flux cleaned = -0.00594328 Jy ! Component: 1100 - total flux cleaned = -0.00625725 Jy ! Component: 1150 - total flux cleaned = -0.00659971 Jy ! Component: 1200 - total flux cleaned = -0.00690208 Jy ! Component: 1250 - total flux cleaned = -0.00719901 Jy ! Component: 1300 - total flux cleaned = -0.00752165 Jy ! Component: 1350 - total flux cleaned = -0.00783896 Jy ! Component: 1400 - total flux cleaned = -0.00815108 Jy ! Component: 1450 - total flux cleaned = -0.00842655 Jy ! Component: 1500 - total flux cleaned = -0.00866657 Jy ! Component: 1550 - total flux cleaned = -0.00899154 Jy ! Component: 1600 - total flux cleaned = -0.00934003 Jy ! Component: 1650 - total flux cleaned = -0.00962552 Jy ! Component: 1700 - total flux cleaned = -0.00985025 Jy ! Component: 1750 - total flux cleaned = -0.0101277 Jy ! Component: 1800 - total flux cleaned = -0.0103466 Jy ! Component: 1850 - total flux cleaned = -0.0105354 Jy ! Component: 1900 - total flux cleaned = -0.0108282 Jy ! Component: 1950 - total flux cleaned = -0.0109858 Jy ! Component: 2000 - total flux cleaned = -0.0111941 Jy ! Total flux subtracted in 2048 components = -0.0114507 Jy ! Clean residual min=-0.002035 max=0.001277 Jy/beam ! Clean residual mean=-0.000001 rms=0.000492 Jy/beam ! Combined flux in latest and established models = 0.162501 Jy keep ! Adding 142 model components to the UV plane model. ! The established model now contains 183 components and 0.162501 Jy ![Exited script file: muppet] wmap "J1057-2342_X_1997_07_02_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8922 x 2.425 at -9.813 degrees (North through East) ! Clean map min=-0.0025667 max=0.15646 Jy/beam ! Writing clean map to FITS file: J1057-2342_X_1997_07_02_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.156462 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00048963 device "J1057-2342_X_1997_07_02_yyk\_map.eps/VPS" ! Attempting to open device: 'J1057-2342_X_1997_07_02_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.938816 0.938816 1.87763 3.75526 7.51052 15.021 30.0421 60.0842 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.156 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8922 x 2.425 at -9.813 degrees (North through East) ! Clean map min=-0.0025667 max=0.15646 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1057-2342_X_1997_07_02_yyk\_map.gif/gif" ! Attempting to open device: 'J1057-2342_X_1997_07_02_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1057-2342_X_1997_07_02_yyk_uvs.log closed on Mon Jan 8 05:03:09 2007