! Started logfile: /g0/scr/pima/npcsa_uvs/J2344+8226_X_uvs.log on Sun Oct 6 10:30:43 2013 obs /g0/scr/pima/npcsa_uvs/J2344+8226_X_uva.fits ! Reading UV FITS file: /g0/scr/pima/npcsa_uvs/J2344+8226_X_uva.fits ! AN table 1: 55 integrations on 21 of 21 possible baselines. ! AN table 2: 55 integrations on 1 of 1 possible baselines. ! Apparent sampling: 0.759504 visibilities/baseline/integration-bin. ! Found source: J2344+8226 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.40599e+09 8e+06 1 8e+06 ! 02 2 8.47599e+09 8e+06 1 8e+06 ! 03 3 8.79099e+09 8e+06 1 8e+06 ! 04 4 8.89599e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 3676 visibilities. select RR ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.2 print "taper_size =",taper_size ! taper_size = 70 ![@/home/lpetrov/bin/01_muppet /g0/scr/pima/npcsa_uvs/J2344+8226_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 = 1024x1024 pixels with 0.200x0.200 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 110 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 110 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 110 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 110 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.014789Jy sigma=1.486067 ! Fit after self-cal, rms=0.895225Jy sigma=1.071705 ! 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=2.654 mas, bmaj=3.827 mas, bpa=38.45 degrees ! Estimated noise=28.7309 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=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.126923 Jy ! Component: 100 - total flux cleaned = 0.188391 Jy ! Total flux subtracted in 100 components = 0.188391 Jy ! Clean residual min=-0.035878 max=0.035757 Jy/beam ! Clean residual mean=-0.000115 rms=0.014957 Jy/beam ! Combined flux in latest and established models = 0.188391 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 61 components and 0.188391 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110791Jy sigma=0.252151 ! Fit after self-cal, rms=0.109632Jy sigma=0.251680 ! 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=3.274 mas, bmaj=4.807 mas, bpa=36.2 degrees ! Estimated noise=10.2807 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.0345773 Jy ! Component: 100 - total flux cleaned = 0.0346485 Jy ! Component: 150 - total flux cleaned = 0.0387132 Jy ! Component: 200 - total flux cleaned = 0.0513334 Jy ! Total flux subtracted in 200 components = 0.0513334 Jy ! Clean residual min=-0.017430 max=0.017599 Jy/beam ! Clean residual mean=-0.000201 rms=0.008724 Jy/beam ! Combined flux in latest and established models = 0.239725 Jy ! Performing phase self-cal ! Adding 161 model components to the UV plane model. ! The established model now contains 221 components and 0.239725 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087912Jy sigma=0.118556 ! Fit after self-cal, rms=0.086059Jy sigma=0.116293 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.78 FD 0.98 KP 1.11 LA 0.98 ! NL 0.85 OV 0.89 PT 0.90 ! ! Telescope amplitude corrections in sub-array 2: ! HN 0.00* SC 0.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.04 KP 1.02 LA 0.92 ! NL 0.74 OV 0.72 PT 0.92 ! ! Telescope amplitude corrections in sub-array 2: ! HN 0.00* SC 0.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.09 KP 0.97 LA 0.96 ! NL 0.75 OV 0.72 PT 0.87 ! ! Telescope amplitude corrections in sub-array 2: ! HN 0.00* SC 0.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 1.12 KP 0.93 LA 0.90 ! NL 0.82 OV 0.81 PT 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! HN 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.086059Jy sigma=0.116293 ! Fit after self-cal, rms=0.076916Jy sigma=0.100543 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.238 mas, bmaj=4.623 mas, bpa=34.08 degrees ! Estimated noise=8.86553 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.0100945 Jy ! Component: 100 - total flux cleaned = -0.0126198 Jy ! Component: 150 - total flux cleaned = -0.0135289 Jy ! Component: 200 - total flux cleaned = -0.0143568 Jy ! Total flux subtracted in 200 components = -0.0143568 Jy ! Clean residual min=-0.002143 max=0.002114 Jy/beam ! Clean residual mean=0.000004 rms=0.000762 Jy/beam ! Combined flux in latest and established models = 0.225368 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 251 components and 0.225368 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072400Jy sigma=0.100708 ! Fit after self-cal, rms=0.072265Jy sigma=0.100445 ! 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. ! ! Fit before self-cal, rms=0.072265Jy sigma=0.100445 ! Fit after self-cal, rms=0.067606Jy sigma=0.099027 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.162 mas, bmaj=4.467 mas, bpa=34.77 degrees ! Estimated noise=8.06197 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00875571 Jy ! Component: 100 - total flux cleaned = -0.0104027 Jy ! Component: 150 - total flux cleaned = -0.0106401 Jy ! Component: 200 - total flux cleaned = -0.0104456 Jy ! Total flux subtracted in 200 components = -0.0104456 Jy ! Clean residual min=-0.001605 max=0.001587 Jy/beam ! Clean residual mean=0.000002 rms=0.000565 Jy/beam ! Combined flux in latest and established models = 0.214922 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 289 components and 0.214922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063996Jy sigma=0.099898 ! Fit after self-cal, rms=0.063850Jy sigma=0.099764 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.000824982 Jy ! Component: 100 - total flux cleaned = -0.000733271 Jy ! Component: 150 - total flux cleaned = -0.000555714 Jy ! Component: 200 - total flux cleaned = -0.000398097 Jy ! Total flux subtracted in 200 components = -0.000398097 Jy ! Clean residual min=-0.001270 max=0.001266 Jy/beam ! Clean residual mean=0.000003 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.214524 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 329 components and 0.214524 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063430Jy sigma=0.099648 ! Fit after self-cal, rms=0.063335Jy sigma=0.099611 ! 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. ! ! Fit before self-cal, rms=0.063335Jy sigma=0.099611 ! Fit after self-cal, rms=0.059073Jy sigma=0.098054 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.067 mas, bmaj=4.332 mas, bpa=36.49 degrees ! Estimated noise=7.24921 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00635746 Jy ! Component: 100 - total flux cleaned = -0.00612185 Jy ! Component: 150 - total flux cleaned = -0.00594114 Jy ! Component: 200 - total flux cleaned = -0.00601263 Jy ! Total flux subtracted in 200 components = -0.00601263 Jy ! Clean residual min=-0.001189 max=0.001188 Jy/beam ! Clean residual mean=0.000003 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.208511 Jy selfcal ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 372 components and 0.208511 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056316Jy sigma=0.099132 ! Fit after self-cal, rms=0.056238Jy sigma=0.099058 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.000209679 Jy ! Component: 100 - total flux cleaned = 0.00040485 Jy ! Component: 150 - total flux cleaned = 0.00069531 Jy ! Component: 200 - total flux cleaned = 0.000857551 Jy ! Total flux subtracted in 200 components = 0.000857551 Jy ! Clean residual min=-0.000876 max=0.000878 Jy/beam ! Clean residual mean=0.000002 rms=0.000301 Jy/beam ! Combined flux in latest and established models = 0.209369 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 418 components and 0.209369 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055894Jy sigma=0.099134 ! Fit after self-cal, rms=0.055847Jy sigma=0.099115 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055847Jy sigma=0.099115 ! Fit after self-cal, rms=0.052723Jy sigma=0.097670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.343 mas, bmaj=4.588 mas, bpa=35.87 degrees ! Estimated noise=6.28788 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00500872 Jy ! Component: 100 - total flux cleaned = -0.00588698 Jy ! Component: 150 - total flux cleaned = -0.00663152 Jy ! Component: 200 - total flux cleaned = -0.00718632 Jy ! Total flux subtracted in 200 components = -0.00718632 Jy ! Clean residual min=-0.001063 max=0.001059 Jy/beam ! Clean residual mean=0.000003 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.202183 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 449 components and 0.202183 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050471Jy sigma=0.098787 ! Fit after self-cal, rms=0.050412Jy sigma=0.098729 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.000220401 Jy ! Component: 100 - total flux cleaned = 0.000361198 Jy ! Component: 150 - total flux cleaned = 0.00031792 Jy ! Component: 200 - total flux cleaned = 0.00052295 Jy ! Total flux subtracted in 200 components = 0.00052295 Jy ! Clean residual min=-0.000663 max=0.000661 Jy/beam ! Clean residual mean=0.000001 rms=0.000243 Jy/beam ! Combined flux in latest and established models = 0.202706 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 488 components and 0.202706 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050110Jy sigma=0.098857 ! Fit after self-cal, rms=0.050077Jy sigma=0.098845 ! 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=2.983 mas, bmaj=4.22 mas, bpa=38.17 degrees ! Estimated noise=6.51374 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.983 x 4.22 at 38.17 degrees (North through East) ! Clean map min=-0.012376 max=0.09097 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=2.539 mas, bmaj=3.535 mas, bpa=41.16 degrees ! Estimated noise=16.1854 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0754381 Jy ! Component: 100 - total flux cleaned = 0.124503 Jy ! Component: 150 - total flux cleaned = 0.161271 Jy ! Component: 200 - total flux cleaned = 0.174986 Jy ! Total flux subtracted in 200 components = 0.174986 Jy ! Clean residual min=-0.016577 max=0.016536 Jy/beam ! Clean residual mean=-0.000055 rms=0.007252 Jy/beam ! Combined flux in latest and established models = 0.174986 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 99 model components to the UV plane model. ! The established model now contains 99 components and 0.174986 Jy ! Inverting map and beam ! Estimated beam: bmin=2.983 mas, bmaj=4.22 mas, bpa=38.17 degrees ! Estimated noise=6.51374 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.0157864 Jy ! Component: 100 - total flux cleaned = 0.0182086 Jy ! Component: 150 - total flux cleaned = 0.0220316 Jy ! Component: 200 - total flux cleaned = 0.0252162 Jy ! Total flux subtracted in 200 components = 0.0252162 Jy ! Clean residual min=-0.012667 max=0.012654 Jy/beam ! Clean residual mean=-0.000129 rms=0.006186 Jy/beam ! Combined flux in latest and established models = 0.200202 Jy ! Adding 139 model components to the UV plane model. ! The established model now contains 234 components and 0.200202 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.343 mas, bmaj=4.588 mas, bpa=35.87 degrees ! Estimated noise=6.28788 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000411465 Jy ! Component: 100 - total flux cleaned = 0.000933309 Jy ! Component: 150 - total flux cleaned = 0.00197133 Jy ! Component: 200 - total flux cleaned = 0.00171405 Jy ! Total flux subtracted in 200 components = 0.00171405 Jy ! Clean residual min=-0.004101 max=0.004084 Jy/beam ! Clean residual mean=-0.000039 rms=0.002010 Jy/beam ! Combined flux in latest and established models = 0.201916 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.000690588 Jy ! Component: 100 - total flux cleaned = -0.000681468 Jy ! Component: 150 - total flux cleaned = -0.00104981 Jy ! Component: 200 - total flux cleaned = -0.00172702 Jy ! Total flux subtracted in 200 components = -0.00172702 Jy ! Clean residual min=-0.002697 max=0.002689 Jy/beam ! Clean residual mean=-0.000024 rms=0.000880 Jy/beam ! Combined flux in latest and established models = 0.200189 Jy ! Adding 176 model components to the UV plane model. ! The established model now contains 410 components and 0.200189 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.983 mas, bmaj=4.22 mas, bpa=38.17 degrees ! Estimated noise=6.51374 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00166325 Jy ! Component: 100 - total flux cleaned = -0.00252981 Jy ! Component: 150 - total flux cleaned = -0.00301445 Jy ! Component: 200 - total flux cleaned = -0.00357851 Jy ! Total flux subtracted in 200 components = -0.00357851 Jy ! Clean residual min=-0.000999 max=0.001003 Jy/beam ! Clean residual mean=0.000002 rms=0.000321 Jy/beam ! Combined flux in latest and established models = 0.196611 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 446 components and 0.196611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049822Jy sigma=0.099631 ! Fit after self-cal, rms=0.049695Jy sigma=0.099338 wmodel /g0/scr/pima/npcsa_uvs/J2344+8226_X_map.mod ! Writing 446 model components to file: /g0/scr/pima/npcsa_uvs/J2344+8226_X_map.mod wobs /g0/scr/pima/npcsa_uvs/J2344+8226_X_uvs.fits ! Writing UV FITS file: /g0/scr/pima/npcsa_uvs/J2344+8226_X_uvs.fits wwins /g0/scr/pima/npcsa_uvs/J2344+8226_X_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /home/lpetrov/bin/01_muppet] ! wmap "/g0/scr/pima/npcsa_uvs/J2344+8226_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.983 x 4.22 at 38.17 degrees (North through East) ! Clean map min=-0.011672 max=0.075218 Jy/beam ! Writing clean map to FITS file: /g0/scr/pima/npcsa_uvs/J2344+8226_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.075218 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000289101 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.15305 1.15305 2.3061 4.6122 9.22441 18.4488 36.8976 73.7952 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.075 quit ! Quitting program ! Log file /g0/scr/pima/npcsa_uvs/J2344+8226_X_uvs.log closed on Sun Oct 6 10:30:46 2013