! Started logfile: /image_prod/ug002_uva//J2326+0112_S_dfm.log on Thu Mar 5 06:16:14 2020 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.22000 obs /image_prod/ug002_uva//J2326+0112_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2326+0112_S_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.825463 visibilities/baseline/integration-bin. ! Found source: J2326+0112 ! ! There are 3 IFs, and a total of 3 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 40 lines of history. ! ! Reading 5349 visibilities. select rr, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 ! Restricting channel ranges to the available 3 channels. ! Selecting polarization: RR, channels: 1..3 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.5 print "taper_size =", taper_size ! taper_size = 20 ![@/opt64/bin/pima_mupet_01.dfm J2326+0112_S] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 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 print "===============================================================" ! =============================================================== ! print "=== Difmap script: pima_mupet_01.dvm version of 2016.05.19 === " ! === Difmap script: pima_mupet_01.dvm version of 2016.05.19 === ! mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 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 49 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 49 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 49 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.014454Jy sigma=8.135266 ! Fit after self-cal, rms=0.845438Jy sigma=6.772562 ! 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=3.064 mas, bmaj=13.41 mas, bpa=-18.16 degrees ! Estimated noise=1.76771 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.120248 Jy ! Component: 100 - total flux cleaned = 0.149124 Jy ! Total flux subtracted in 100 components = 0.149124 Jy ! Clean residual min=-0.006611 max=0.011426 Jy/beam ! Clean residual mean=0.000019 rms=0.001890 Jy/beam ! Combined flux in latest and established models = 0.149124 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.149124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066018Jy sigma=0.483282 ! Fit after self-cal, rms=0.065998Jy sigma=0.483183 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0117118 Jy ! Component: 100 - total flux cleaned = 0.0158074 Jy ! Total flux subtracted in 100 components = 0.0158074 Jy ! Clean residual min=-0.005972 max=0.007414 Jy/beam ! Clean residual mean=0.000002 rms=0.001544 Jy/beam ! Combined flux in latest and established models = 0.164932 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 19 components and 0.164932 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063923Jy sigma=0.464735 ! Fit after self-cal, rms=0.063916Jy sigma=0.464655 ! 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.481 mas, bmaj=13.64 mas, bpa=-17.87 degrees ! Estimated noise=1.24153 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.00223291 Jy ! Component: 100 - total flux cleaned = 0.00211101 Jy ! Component: 150 - total flux cleaned = 0.0020144 Jy ! Component: 200 - total flux cleaned = 0.00201298 Jy ! Total flux subtracted in 200 components = 0.00201298 Jy ! Clean residual min=-0.004717 max=0.005620 Jy/beam ! Clean residual mean=-0.000005 rms=0.001167 Jy/beam ! Combined flux in latest and established models = 0.166945 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 45 components and 0.166945 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063568Jy sigma=0.461290 ! Fit after self-cal, rms=0.063559Jy sigma=0.461260 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.481 x 13.64 at -17.87 degrees (North through East) ! Clean map min=-0.0045745 max=0.15655 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.98 HN 0.95 KP 0.98 ! LA 1.02 MK 1.11 NL 1.02 OV 1.04 ! PT 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.97 HN 0.93 KP 0.98 ! LA 1.06 MK 1.02 NL 1.07 OV 0.90 ! PT 0.95 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.96 HN 0.91 KP 1.00 ! LA 1.06 MK 1.02 NL 1.01 OV 1.03 ! PT 0.99 ! ! ! Fit before self-cal, rms=0.063559Jy sigma=0.461260 ! Fit after self-cal, rms=0.062180Jy sigma=0.452824 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.505 mas, bmaj=13.57 mas, bpa=-17.66 degrees ! Estimated noise=1.22943 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.000562328 Jy ! Component: 100 - total flux cleaned = 0.000250845 Jy ! Component: 150 - total flux cleaned = -7.53823e-05 Jy ! Component: 200 - total flux cleaned = -0.000191179 Jy ! Total flux subtracted in 200 components = -0.000191179 Jy ! Clean residual min=-0.003506 max=0.004523 Jy/beam ! Clean residual mean=-0.000006 rms=0.000969 Jy/beam ! Combined flux in latest and established models = 0.166753 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 61 components and 0.166753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062039Jy sigma=0.451484 ! Fit after self-cal, rms=0.062061Jy sigma=0.451420 ! 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. ! ! Fit before self-cal, rms=0.062061Jy sigma=0.451420 ! Fit after self-cal, rms=0.063906Jy sigma=0.437717 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.493 mas, bmaj=13.61 mas, bpa=-17.47 degrees ! Estimated noise=1.23714 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000750633 Jy ! Component: 100 - total flux cleaned = 0.000648409 Jy ! Component: 150 - total flux cleaned = 0.000562646 Jy ! Component: 200 - total flux cleaned = 0.000451514 Jy ! Total flux subtracted in 200 components = 0.000451514 Jy ! Clean residual min=-0.002143 max=0.002387 Jy/beam ! Clean residual mean=-0.000010 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.167205 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 73 components and 0.167205 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063841Jy sigma=0.436892 ! Fit after self-cal, rms=0.063922Jy sigma=0.436786 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-16, 14). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00222163 Jy ! Component: 100 - total flux cleaned = 0.00282428 Jy ! Component: 150 - total flux cleaned = 0.00330504 Jy ! Component: 200 - total flux cleaned = 0.00376309 Jy ! Total flux subtracted in 200 components = 0.00376309 Jy ! Clean residual min=-0.001835 max=0.001906 Jy/beam ! Clean residual mean=-0.000007 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.170968 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 97 components and 0.170968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063803Jy sigma=0.435773 ! Fit after self-cal, rms=0.063789Jy sigma=0.435725 ! Inverting map ! Added new window around map position (-40, 32.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00123737 Jy ! Component: 100 - total flux cleaned = 0.00155954 Jy ! Component: 150 - total flux cleaned = 0.00195274 Jy ! Component: 200 - total flux cleaned = 0.00223674 Jy ! Total flux subtracted in 200 components = 0.00223674 Jy ! Clean residual min=-0.001742 max=0.001540 Jy/beam ! Clean residual mean=-0.000004 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.173205 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 125 components and 0.173205 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063693Jy sigma=0.435201 ! Fit after self-cal, rms=0.063685Jy sigma=0.435175 ! 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. ! ! Fit before self-cal, rms=0.063685Jy sigma=0.435175 ! Fit after self-cal, rms=0.064385Jy sigma=0.434788 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.493 mas, bmaj=13.58 mas, bpa=-17.43 degrees ! Estimated noise=1.23475 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000820562 Jy ! Component: 100 - total flux cleaned = 0.00130254 Jy ! Component: 150 - total flux cleaned = 0.00161291 Jy ! Component: 200 - total flux cleaned = 0.00184113 Jy ! Total flux subtracted in 200 components = 0.00184113 Jy ! Clean residual min=-0.001603 max=0.001364 Jy/beam ! Clean residual mean=-0.000006 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.175046 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 149 components and 0.175046 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064347Jy sigma=0.434540 ! Fit after self-cal, rms=0.064356Jy sigma=0.434532 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.000199685 Jy ! Component: 100 - total flux cleaned = 0.000354986 Jy ! Component: 150 - total flux cleaned = 0.000476083 Jy ! Component: 200 - total flux cleaned = 0.000590889 Jy ! Total flux subtracted in 200 components = 0.000590889 Jy ! Clean residual min=-0.001571 max=0.001338 Jy/beam ! Clean residual mean=-0.000005 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.175637 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 163 components and 0.175637 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064331Jy sigma=0.434413 ! Fit after self-cal, rms=0.064330Jy sigma=0.434411 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064330Jy sigma=0.434411 ! Fit after self-cal, rms=0.064305Jy sigma=0.434384 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.594 mas, bmaj=13.88 mas, bpa=-11.09 degrees ! Estimated noise=1.45999 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000608313 Jy ! Component: 100 - total flux cleaned = 0.000874897 Jy ! Component: 150 - total flux cleaned = 0.00111604 Jy ! Component: 200 - total flux cleaned = 0.00128257 Jy ! Total flux subtracted in 200 components = 0.00128257 Jy ! Clean residual min=-0.001322 max=0.001365 Jy/beam ! Clean residual mean=-0.000009 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.176919 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 191 components and 0.176919 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064292Jy sigma=0.434318 ! Fit after self-cal, rms=0.064293Jy sigma=0.434312 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.000144295 Jy ! Component: 100 - total flux cleaned = 0.000278978 Jy ! Component: 150 - total flux cleaned = 0.000373301 Jy ! Component: 200 - total flux cleaned = 0.000433006 Jy ! Total flux subtracted in 200 components = 0.000433006 Jy ! Clean residual min=-0.001302 max=0.001355 Jy/beam ! Clean residual mean=-0.000008 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.177352 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 211 components and 0.177352 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064285Jy sigma=0.434288 ! Fit after self-cal, rms=0.064287Jy sigma=0.434285 ! 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=3.492 mas, bmaj=13.56 mas, bpa=-17.43 degrees ! Estimated noise=1.23419 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.492 x 13.56 at -17.43 degrees (North through East) ! Clean map min=-0.0014577 max=0.1555 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "============== Clearing model and starting over ==========" ! ============== Clearing model and starting over ========== clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.079 mas, bmaj=13.3 mas, bpa=-17.67 degrees ! Estimated noise=1.77499 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.120684 Jy ! Component: 100 - total flux cleaned = 0.149031 Jy ! Component: 150 - total flux cleaned = 0.16011 Jy ! Component: 200 - total flux cleaned = 0.165245 Jy ! Total flux subtracted in 200 components = 0.165245 Jy ! Clean residual min=-0.003187 max=0.002847 Jy/beam ! Clean residual mean=-0.000005 rms=0.000782 Jy/beam ! Combined flux in latest and established models = 0.165245 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.165245 Jy ! Inverting map and beam ! Estimated beam: bmin=3.492 mas, bmaj=13.56 mas, bpa=-17.43 degrees ! Estimated noise=1.23419 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.00349706 Jy ! Component: 100 - total flux cleaned = 0.00580571 Jy ! Component: 150 - total flux cleaned = 0.00650252 Jy ! Component: 200 - total flux cleaned = 0.00696526 Jy ! Total flux subtracted in 200 components = 0.00696526 Jy ! Clean residual min=-0.002043 max=0.001752 Jy/beam ! Clean residual mean=-0.000008 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.17221 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 44 components and 0.17221 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.594 mas, bmaj=13.88 mas, bpa=-11.09 degrees ! Estimated noise=1.45999 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000991138 Jy ! Component: 100 - total flux cleaned = 0.00187704 Jy ! Component: 150 - total flux cleaned = 0.00235052 Jy ! Component: 200 - total flux cleaned = 0.00259987 Jy ! Total flux subtracted in 200 components = 0.00259987 Jy ! Clean residual min=-0.001640 max=0.001661 Jy/beam ! Clean residual mean=-0.000012 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.17481 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.000229489 Jy ! Component: 100 - total flux cleaned = 0.000441689 Jy ! Component: 150 - total flux cleaned = 0.000607071 Jy ! Component: 200 - total flux cleaned = 0.00079233 Jy ! Total flux subtracted in 200 components = 0.00079233 Jy ! Clean residual min=-0.001493 max=0.001590 Jy/beam ! Clean residual mean=-0.000010 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.175603 Jy ! Adding 71 model components to the UV plane model. ! The established model now contains 108 components and 0.175603 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.492 mas, bmaj=13.56 mas, bpa=-17.43 degrees ! Estimated noise=1.23419 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000424031 Jy ! Component: 100 - total flux cleaned = 0.00054164 Jy ! Component: 150 - total flux cleaned = 0.000713606 Jy ! Component: 200 - total flux cleaned = 0.000805372 Jy ! Total flux subtracted in 200 components = 0.000805372 Jy ! Clean residual min=-0.001553 max=0.001545 Jy/beam ! Clean residual mean=-0.000005 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.176408 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 129 components and 0.176408 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064365Jy sigma=0.434614 ! Fit after self-cal, rms=0.064351Jy sigma=0.434577 wmodel J2326+0112_S_map.mod ! Writing 129 model components to file: J2326+0112_S_map.mod wobs J2326+0112_S_uvs.fits ! Writing UV FITS file: J2326+0112_S_uvs.fits wwins J2326+0112_S_map.win ! wwins: Wrote 3 windows to J2326+0112_S_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000354263 Jy ! Component: 100 - total flux cleaned = -0.000408209 Jy ! Component: 150 - total flux cleaned = -0.000482212 Jy ! Component: 200 - total flux cleaned = -0.000554577 Jy ! Component: 250 - total flux cleaned = -0.000742766 Jy ! Component: 300 - total flux cleaned = -0.0009032 Jy ! Component: 350 - total flux cleaned = -0.00101478 Jy ! Component: 400 - total flux cleaned = -0.00105853 Jy ! Component: 450 - total flux cleaned = -0.00112268 Jy ! Component: 500 - total flux cleaned = -0.00114346 Jy ! Component: 550 - total flux cleaned = -0.00114332 Jy ! Component: 600 - total flux cleaned = -0.00116382 Jy ! Component: 650 - total flux cleaned = -0.00118369 Jy ! Component: 700 - total flux cleaned = -0.00116413 Jy ! Component: 750 - total flux cleaned = -0.00120283 Jy ! Component: 800 - total flux cleaned = -0.00118355 Jy ! Component: 850 - total flux cleaned = -0.00116457 Jy ! Component: 900 - total flux cleaned = -0.00118329 Jy ! Component: 950 - total flux cleaned = -0.00123812 Jy ! Component: 1000 - total flux cleaned = -0.00129206 Jy ! Component: 1050 - total flux cleaned = -0.00125683 Jy ! Component: 1100 - total flux cleaned = -0.00130984 Jy ! Component: 1150 - total flux cleaned = -0.00134461 Jy ! Component: 1200 - total flux cleaned = -0.00136178 Jy ! Component: 1250 - total flux cleaned = -0.00141229 Jy ! Component: 1300 - total flux cleaned = -0.0014289 Jy ! Component: 1350 - total flux cleaned = -0.00144526 Jy ! Component: 1400 - total flux cleaned = -0.00149387 Jy ! Component: 1450 - total flux cleaned = -0.00149369 Jy ! Component: 1500 - total flux cleaned = -0.00147769 Jy ! Component: 1550 - total flux cleaned = -0.00152486 Jy ! Component: 1600 - total flux cleaned = -0.00157133 Jy ! Component: 1650 - total flux cleaned = -0.0015407 Jy ! Component: 1700 - total flux cleaned = -0.00160153 Jy ! Component: 1750 - total flux cleaned = -0.00163172 Jy ! Component: 1800 - total flux cleaned = -0.00169123 Jy ! Component: 1850 - total flux cleaned = -0.00170574 Jy ! Component: 1900 - total flux cleaned = -0.00176387 Jy ! Component: 1950 - total flux cleaned = -0.00173498 Jy ! Component: 2000 - total flux cleaned = -0.00179207 Jy ! Component: 2050 - total flux cleaned = -0.00183474 Jy ! Component: 2100 - total flux cleaned = -0.00187686 Jy ! Component: 2150 - total flux cleaned = -0.0018908 Jy ! Component: 2200 - total flux cleaned = -0.00191819 Jy ! Component: 2250 - total flux cleaned = -0.00198612 Jy ! Component: 2300 - total flux cleaned = -0.0019861 Jy ! Component: 2350 - total flux cleaned = -0.00203954 Jy ! Component: 2400 - total flux cleaned = -0.00201306 Jy ! Component: 2450 - total flux cleaned = -0.00207874 Jy ! Component: 2500 - total flux cleaned = -0.00211785 Jy ! Component: 2550 - total flux cleaned = -0.0021434 Jy ! Component: 2600 - total flux cleaned = -0.00213063 Jy ! Component: 2650 - total flux cleaned = -0.00218147 Jy ! Component: 2700 - total flux cleaned = -0.00220662 Jy ! Component: 2750 - total flux cleaned = -0.00223149 Jy ! Component: 2800 - total flux cleaned = -0.00224392 Jy ! Component: 2850 - total flux cleaned = -0.00229307 Jy ! Component: 2900 - total flux cleaned = -0.00232973 Jy ! Component: 2950 - total flux cleaned = -0.00240246 Jy ! Component: 3000 - total flux cleaned = -0.00241437 Jy ! Component: 3050 - total flux cleaned = -0.00245025 Jy ! Component: 3100 - total flux cleaned = -0.00248584 Jy ! Component: 3150 - total flux cleaned = -0.00252116 Jy ! Component: 3200 - total flux cleaned = -0.00257957 Jy ! Component: 3250 - total flux cleaned = -0.00259118 Jy ! Component: 3300 - total flux cleaned = -0.00262575 Jy ! Component: 3350 - total flux cleaned = -0.0026373 Jy ! Component: 3400 - total flux cleaned = -0.00269423 Jy ! Component: 3450 - total flux cleaned = -0.00273942 Jy ! Component: 3500 - total flux cleaned = -0.00272819 Jy ! Component: 3550 - total flux cleaned = -0.00273942 Jy ! Component: 3600 - total flux cleaned = -0.00278391 Jy ! Component: 3650 - total flux cleaned = -0.00279487 Jy ! Component: 3700 - total flux cleaned = -0.00279491 Jy ! Component: 3750 - total flux cleaned = -0.00283872 Jy ! Component: 3800 - total flux cleaned = -0.00287122 Jy ! Component: 3850 - total flux cleaned = -0.00288205 Jy ! Component: 3900 - total flux cleaned = -0.00287125 Jy ! Component: 3950 - total flux cleaned = -0.00293549 Jy ! Component: 4000 - total flux cleaned = -0.00294615 Jy ! Component: 4050 - total flux cleaned = -0.00295674 Jy ! Total flux subtracted in 4096 components = -0.00299883 Jy ! Clean residual min=-0.000651 max=0.000597 Jy/beam ! Clean residual mean=-0.000002 rms=0.000199 Jy/beam ! Combined flux in latest and established models = 0.173409 Jy keep ! Adding 244 model components to the UV plane model. ! The established model now contains 373 components and 0.173409 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2326+0112_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.492 x 13.56 at -17.43 degrees (North through East) ! Clean map min=-0.0015162 max=0.15518 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2326+0112_S_map.fits wmodel /image_prod/ug002_uva//J2326+0112_S_map.mod ! Writing 373 model components to file: /image_prod/ug002_uva//J2326+0112_S_map.mod wobs /image_prod/ug002_uva//J2326+0112_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2326+0112_S_uvs.fits wwins /image_prod/ug002_uva//J2326+0112_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J2326+0112_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.155185 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00019597 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.378845 0.378845 0.75769 1.51538 3.03076 6.06152 12.123 24.2461 48.4922 96.9843 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.155 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 791.88 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2326+0112_S_dfm.log closed on Thu Mar 5 06:16:18 2020