! Started logfile: J1425+1424_X_2011_08_02_pus_uvs.log on Wed Apr 18 21:54:02 2012 obs J1425+1424_X_2011_08_02_pus_uva.fits ! Reading UV FITS file: J1425+1424_X_2011_08_02_pus_uva.fits ! AN table 1: 55 integrations on 78 of 78 possible baselines. ! AN table 2: 35 integrations on 78 of 78 possible baselines. ! Apparent sampling: 0.138462 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1425+1424 ! ! 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.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 3146 lines of history. ! ! Reading 3888 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 print "field_size =",field_size ! field_size = 512 print "field_cell =",field_cell ! field_cell = 0.2 print "taper_size =",taper_size ! taper_size = 70 ![@muppet J1425+1424_X_2011_08_02_pus] 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.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 512 telescope corrections were flagged in sub-array 1. ! A total of 338 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 512 telescope corrections were flagged in sub-array 1. ! A total of 338 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 512 telescope corrections were flagged in sub-array 1. ! A total of 338 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 512 telescope corrections were flagged in sub-array 1. ! A total of 338 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.592746Jy sigma=0.006441 ! Fit after self-cal, rms=0.578434Jy sigma=0.006307 ! 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=1.236 mas, bmaj=2.281 mas, bpa=-27.68 degrees ! Estimated noise=1340.33 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.333742 Jy ! Component: 100 - total flux cleaned = 0.416427 Jy ! Total flux subtracted in 100 components = 0.416427 Jy ! Clean residual min=-0.019061 max=0.032624 Jy/beam ! Clean residual mean=-0.000017 rms=0.005812 Jy/beam ! Combined flux in latest and established models = 0.416427 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.416427 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.157799Jy sigma=0.001611 ! Fit after self-cal, rms=0.157783Jy sigma=0.001611 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.365 mas, bmaj=2.595 mas, bpa=-22.43 degrees ! Estimated noise=1069.89 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.0425736 Jy ! Component: 100 - total flux cleaned = 0.0661344 Jy ! Component: 150 - total flux cleaned = 0.0809925 Jy ! Component: 200 - total flux cleaned = 0.0907126 Jy ! Total flux subtracted in 200 components = 0.0907126 Jy ! Clean residual min=-0.020762 max=0.019821 Jy/beam ! Clean residual mean=0.000135 rms=0.004727 Jy/beam ! Combined flux in latest and established models = 0.50714 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 38 components and 0.50714 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145762Jy sigma=0.001470 ! Fit after self-cal, rms=0.145528Jy sigma=0.001467 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.89 FT 1.00* HH 1.00* ! HN 1.02 KP 0.86 LA 0.96 MK 0.98 ! NL 0.94 OV 1.00 PT 1.02 TS 1.00* ! WZ 1.00* ! ! A total of 33 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.04 FD 0.88 FT 1.00* HH 1.00* ! HN 1.00* KP 0.91 LA 0.97 MK 0.97 ! NL 1.17 OV 1.03 PT 1.07 TS 1.00* ! WZ 1.00* ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.89 FT 1.00* HH 1.00* ! HN 1.02 KP 0.86 LA 0.98 MK 1.04 ! NL 1.09 OV 1.03 PT 1.08 TS 1.00* ! WZ 1.00* ! ! A total of 33 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.04 FD 0.92 FT 1.00* HH 1.00* ! HN 1.00* KP 0.88 LA 1.08 MK 1.01 ! NL 1.37 OV 1.01 PT 1.12 TS 1.00* ! WZ 1.00* ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.87 FT 1.00* HH 1.00* ! HN 1.01 KP 0.77 LA 0.98 MK 1.03 ! NL 1.01 OV 1.03 PT 1.04 TS 1.00* ! WZ 1.00* ! ! A total of 33 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.04 FD 0.91 FT 1.00* HH 1.00* ! HN 1.00* KP 0.82 LA 1.07 MK 1.03 ! NL 1.28 OV 1.05 PT 1.03 TS 1.00* ! WZ 1.00* ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.96 FT 1.00* HH 1.00* ! HN 1.12 KP 0.84 LA 1.02 MK 1.04 ! NL 1.07 OV 1.04 PT 1.15 TS 1.00* ! WZ 1.00* ! ! A total of 33 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.08 FD 1.00 FT 1.00* HH 1.00* ! HN 1.00* KP 0.85 LA 1.18 MK 1.05 ! NL 1.38 OV 1.07 PT 1.17 TS 1.00* ! WZ 1.00* ! ! ! Fit before self-cal, rms=0.145528Jy sigma=0.001467 ! Fit after self-cal, rms=0.135116Jy sigma=0.001307 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.365 mas, bmaj=2.618 mas, bpa=-21.61 degrees ! Estimated noise=1086.96 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.4, -3.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00712344 Jy ! Component: 100 - total flux cleaned = 0.00663942 Jy ! Component: 150 - total flux cleaned = 0.00682916 Jy ! Component: 200 - total flux cleaned = 0.00683286 Jy ! Total flux subtracted in 200 components = 0.00683286 Jy ! Clean residual min=-0.005723 max=0.006877 Jy/beam ! Clean residual mean=-0.000041 rms=0.001610 Jy/beam ! Combined flux in latest and established models = 0.513972 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 57 components and 0.513972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134271Jy sigma=0.001297 ! Fit after self-cal, rms=0.134344Jy sigma=0.001295 ! 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.134344Jy sigma=0.001295 ! Fit after self-cal, rms=0.134027Jy sigma=0.001293 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.367 mas, bmaj=2.617 mas, bpa=-21.62 degrees ! Estimated noise=1083.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00174101 Jy ! Component: 100 - total flux cleaned = 0.00162096 Jy ! Component: 150 - total flux cleaned = 0.00173072 Jy ! Component: 200 - total flux cleaned = 0.00191861 Jy ! Total flux subtracted in 200 components = 0.00191861 Jy ! Clean residual min=-0.005235 max=0.006037 Jy/beam ! Clean residual mean=-0.000042 rms=0.001468 Jy/beam ! Combined flux in latest and established models = 0.515891 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 79 components and 0.515891 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133819Jy sigma=0.001291 ! Fit after self-cal, rms=0.133806Jy sigma=0.001291 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.000973825 Jy ! Component: 100 - total flux cleaned = 0.00122024 Jy ! Component: 150 - total flux cleaned = 0.00121625 Jy ! Component: 200 - total flux cleaned = 0.00121553 Jy ! Total flux subtracted in 200 components = 0.00121553 Jy ! Clean residual min=-0.005049 max=0.005909 Jy/beam ! Clean residual mean=-0.000039 rms=0.001432 Jy/beam ! Combined flux in latest and established models = 0.517107 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 93 components and 0.517107 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133712Jy sigma=0.001290 ! Fit after self-cal, rms=0.133705Jy sigma=0.001290 ! 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.133705Jy sigma=0.001290 ! Fit after self-cal, rms=0.133731Jy sigma=0.001288 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.369 mas, bmaj=2.617 mas, bpa=-21.62 degrees ! Estimated noise=1083.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000488387 Jy ! Component: 100 - total flux cleaned = 0.000552169 Jy ! Component: 150 - total flux cleaned = 0.000549379 Jy ! Component: 200 - total flux cleaned = 0.000548925 Jy ! Total flux subtracted in 200 components = 0.000548925 Jy ! Clean residual min=-0.004978 max=0.005967 Jy/beam ! Clean residual mean=-0.000039 rms=0.001374 Jy/beam ! Combined flux in latest and established models = 0.517655 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 102 components and 0.517656 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133662Jy sigma=0.001288 ! Fit after self-cal, rms=0.133665Jy sigma=0.001288 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.000484006 Jy ! Component: 100 - total flux cleaned = 0.000588371 Jy ! Component: 150 - total flux cleaned = 0.000540836 Jy ! Component: 200 - total flux cleaned = 0.000542314 Jy ! Total flux subtracted in 200 components = 0.000542314 Jy ! Clean residual min=-0.004968 max=0.005857 Jy/beam ! Clean residual mean=-0.000037 rms=0.001360 Jy/beam ! Combined flux in latest and established models = 0.518198 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 109 components and 0.518198 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133623Jy sigma=0.001288 ! Fit after self-cal, rms=0.133621Jy sigma=0.001287 ! 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.133621Jy sigma=0.001287 ! Fit after self-cal, rms=0.133721Jy sigma=0.001287 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.482 mas, bmaj=3.093 mas, bpa=-19.45 degrees ! Estimated noise=1207.94 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000858049 Jy ! Component: 100 - total flux cleaned = 0.00106819 Jy ! Component: 150 - total flux cleaned = 0.00110354 Jy ! Component: 200 - total flux cleaned = 0.00113312 Jy ! Total flux subtracted in 200 components = 0.00113312 Jy ! Clean residual min=-0.005210 max=0.005636 Jy/beam ! Clean residual mean=-0.000063 rms=0.001463 Jy/beam ! Combined flux in latest and established models = 0.519331 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 125 components and 0.519331 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133709Jy sigma=0.001287 ! Fit after self-cal, rms=0.133703Jy sigma=0.001287 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.000300801 Jy ! Component: 100 - total flux cleaned = 0.000423912 Jy ! Component: 150 - total flux cleaned = 0.000373494 Jy ! Component: 200 - total flux cleaned = 0.000350787 Jy ! Total flux subtracted in 200 components = 0.000350787 Jy ! Clean residual min=-0.005175 max=0.005624 Jy/beam ! Clean residual mean=-0.000061 rms=0.001455 Jy/beam ! Combined flux in latest and established models = 0.519682 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 132 components and 0.519682 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133696Jy sigma=0.001287 ! Fit after self-cal, rms=0.133694Jy sigma=0.001287 ! 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=1.372 mas, bmaj=2.618 mas, bpa=-21.62 degrees ! Estimated noise=1083.17 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.372 x 2.618 at -21.62 degrees (North through East) ! Clean map min=-0.0047851 max=0.4323 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=1.241 mas, bmaj=2.295 mas, bpa=-25.9 degrees ! Estimated noise=1366.98 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.333334 Jy ! Component: 100 - total flux cleaned = 0.413354 Jy ! Component: 150 - total flux cleaned = 0.447947 Jy ! Component: 200 - total flux cleaned = 0.468341 Jy ! Total flux subtracted in 200 components = 0.468341 Jy ! Clean residual min=-0.007933 max=0.010733 Jy/beam ! Clean residual mean=-0.000118 rms=0.002347 Jy/beam ! Combined flux in latest and established models = 0.468341 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.468341 Jy ! Inverting map and beam ! Estimated beam: bmin=1.372 mas, bmaj=2.618 mas, bpa=-21.62 degrees ! Estimated noise=1083.17 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.0169874 Jy ! Component: 100 - total flux cleaned = 0.0271005 Jy ! Component: 150 - total flux cleaned = 0.0339581 Jy ! Component: 200 - total flux cleaned = 0.038858 Jy ! Total flux subtracted in 200 components = 0.038858 Jy ! Clean residual min=-0.005014 max=0.005452 Jy/beam ! Clean residual mean=-0.000067 rms=0.001472 Jy/beam ! Combined flux in latest and established models = 0.507199 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 56 components and 0.507199 Jy ! Inverting map uvw 0,2 ! Uniform weighting is not currently selected. ! Amplitude error weighting is not currently selected. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.297 mas, bmaj=2.538 mas, bpa=-20.33 degrees ! Estimated noise=1199.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00390256 Jy ! Component: 100 - total flux cleaned = 0.00681116 Jy ! Component: 150 - total flux cleaned = 0.00887481 Jy ! Component: 200 - total flux cleaned = 0.00989255 Jy ! Total flux subtracted in 200 components = 0.00989255 Jy ! Clean residual min=-0.005699 max=0.006075 Jy/beam ! Clean residual mean=-0.000058 rms=0.001569 Jy/beam ! Combined flux in latest and established models = 0.517092 Jy clean ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000629513 Jy ! Component: 100 - total flux cleaned = 0.00102241 Jy ! Component: 150 - total flux cleaned = 0.00132873 Jy ! Component: 200 - total flux cleaned = 0.00151546 Jy ! Total flux subtracted in 200 components = 0.00151546 Jy ! Clean residual min=-0.005710 max=0.006126 Jy/beam ! Clean residual mean=-0.000054 rms=0.001553 Jy/beam ! Combined flux in latest and established models = 0.518607 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 79 components and 0.518607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133677Jy sigma=0.001288 ! Fit after self-cal, rms=0.133660Jy sigma=0.001287 wmodel J1425+1424_X_2011_08_02_pus_map.mod ! Writing 79 model components to file: J1425+1424_X_2011_08_02_pus_map.mod wobs J1425+1424_X_2011_08_02_pus_uvs.fits ! Writing UV FITS file: J1425+1424_X_2011_08_02_pus_uvs.fits wwins J1425+1424_X_2011_08_02_pus_map.win ! wwins: Wrote 2 windows to J1425+1424_X_2011_08_02_pus_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.000889038 Jy ! Component: 100 - total flux cleaned = 0.0010856 Jy ! Component: 150 - total flux cleaned = 0.000908118 Jy ! Component: 200 - total flux cleaned = 0.000477164 Jy ! Component: 250 - total flux cleaned = 6.81737e-05 Jy ! Component: 300 - total flux cleaned = -0.000484092 Jy ! Component: 350 - total flux cleaned = -0.000941519 Jy ! Component: 400 - total flux cleaned = -0.00116206 Jy ! Component: 450 - total flux cleaned = -0.00116186 Jy ! Component: 500 - total flux cleaned = -0.00116149 Jy ! Component: 550 - total flux cleaned = -0.00130061 Jy ! Component: 600 - total flux cleaned = -0.00143632 Jy ! Component: 650 - total flux cleaned = -0.00130429 Jy ! Component: 700 - total flux cleaned = -0.00130406 Jy ! Component: 750 - total flux cleaned = -0.00123956 Jy ! Component: 800 - total flux cleaned = -0.00111557 Jy ! Component: 850 - total flux cleaned = -0.00111628 Jy ! Component: 900 - total flux cleaned = -0.00117571 Jy ! Component: 950 - total flux cleaned = -0.000997175 Jy ! Component: 1000 - total flux cleaned = -0.000940211 Jy ! Component: 1050 - total flux cleaned = -0.000884042 Jy ! Component: 1100 - total flux cleaned = -0.00105364 Jy ! Component: 1150 - total flux cleaned = -0.00116427 Jy ! Component: 1200 - total flux cleaned = -0.00127291 Jy ! Component: 1250 - total flux cleaned = -0.00121792 Jy ! Component: 1300 - total flux cleaned = -0.00148454 Jy ! Component: 1350 - total flux cleaned = -0.00137791 Jy ! Component: 1400 - total flux cleaned = -0.0014302 Jy ! Component: 1450 - total flux cleaned = -0.00137908 Jy ! Component: 1500 - total flux cleaned = -0.00148022 Jy ! Component: 1550 - total flux cleaned = -0.0013302 Jy ! Component: 1600 - total flux cleaned = -0.00147827 Jy ! Component: 1650 - total flux cleaned = -0.00138029 Jy ! Component: 1700 - total flux cleaned = -0.00152508 Jy ! Component: 1750 - total flux cleaned = -0.00138161 Jy ! Component: 1800 - total flux cleaned = -0.00142878 Jy ! Component: 1850 - total flux cleaned = -0.00156858 Jy ! Component: 1900 - total flux cleaned = -0.00152245 Jy ! Component: 1950 - total flux cleaned = -0.00170474 Jy ! Component: 2000 - total flux cleaned = -0.00161432 Jy ! Total flux subtracted in 2048 components = -0.00170345 Jy ! Clean residual min=-0.002446 max=0.002237 Jy/beam ! Clean residual mean=-0.000022 rms=0.000899 Jy/beam ! Combined flux in latest and established models = 0.516904 Jy keep ! Adding 138 model components to the UV plane model. ! The established model now contains 217 components and 0.516903 Jy ![Exited script file: muppet] wmap "J1425+1424_X_2011_08_02_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.297 x 2.538 at -20.33 degrees (North through East) ! Clean map min=-0.0042235 max=0.43047 Jy/beam ! Writing clean map to FITS file: J1425+1424_X_2011_08_02_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.430475 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000888851 device "J1425+1424_X_2011_08_02_pus\_map.eps/VPS" ! Attempting to open device: 'J1425+1424_X_2011_08_02_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.619445 0.619445 1.23889 2.47778 4.95556 9.91112 19.8222 39.6445 79.2889 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0026 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.43 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.297 x 2.538 at -20.33 degrees (North through East) ! Clean map min=-0.0042235 max=0.43047 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1425+1424_X_2011_08_02_pus\_map.gif/vgif" ! Attempting to open device: 'J1425+1424_X_2011_08_02_pus_map.gif/vgif' mapplot cln