! Started logfile: .//J0021-0055_C_dfm.log on Mon Jan 20 17:03:01 2020 float field_size field_size = 1024 float field_cell field_cell = 0.3000 float taper_size taper_size = 40.0 float freq freq = 4.12800 obs .//J0021-0055_C_uva.fits ! Reading UV FITS file: .//J0021-0055_C_uva.fits ! AN table 1: 17 integrations on 6 of 6 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0021-0055 ! ! There are 8 IFs, and a total of 8 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 4.128e+09 3.2e+07 1 3.2e+07 ! 02 2 4.16e+09 3.2e+07 1 3.2e+07 ! 03 3 4.192e+09 3.2e+07 1 3.2e+07 ! 04 4 4.224e+09 3.2e+07 1 3.2e+07 ! 05 5 4.416e+09 3.2e+07 1 3.2e+07 ! 06 6 4.512e+09 3.2e+07 1 3.2e+07 ! 07 7 4.544e+09 3.2e+07 1 3.2e+07 ! 08 8 4.576e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 76 lines of history. ! ! Reading 816 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 8 channels. ! Selecting polarization: RR, channels: 1..8 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ! Reading IF 5 channels: 5..5 ! Reading IF 6 channels: 6..6 ! Reading IF 7 channels: 7..7 ! Reading IF 8 channels: 8..8 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.3 print "taper_size =", taper_size ! taper_size = 40 ![@/opt64/bin/pima_mupet_01.dfm J0021-0055_C] 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.300x0.300 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.999504Jy sigma=23.950481 ! Fit after self-cal, rms=0.977357Jy sigma=23.416854 ! 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=13.7 mas, bmaj=17.33 mas, bpa=-6.428 degrees ! Estimated noise=1.22574 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.0197547 Jy ! Component: 100 - total flux cleaned = 0.0153189 Jy ! Total flux subtracted in 100 components = 0.0153189 Jy ! Clean residual min=-0.003625 max=0.003571 Jy/beam ! Clean residual mean=-0.000043 rms=0.002312 Jy/beam ! Combined flux in latest and established models = 0.0153189 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 37 components and 0.0153189 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.027606Jy sigma=0.655517 ! Fit after self-cal, rms=0.026241Jy sigma=0.622140 ! 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=12.47 mas, bmaj=16.77 mas, bpa=-12.54 degrees ! Estimated noise=1.04119 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.000874652 Jy ! Component: 100 - total flux cleaned = -0.00354232 Jy ! Component: 150 - total flux cleaned = -0.00558351 Jy ! Component: 200 - total flux cleaned = -0.00688736 Jy ! Total flux subtracted in 200 components = -0.00688736 Jy ! Clean residual min=-0.001252 max=0.001266 Jy/beam ! Clean residual mean=-0.000014 rms=0.000708 Jy/beam ! Combined flux in latest and established models = 0.00843159 Jy ! Performing phase self-cal ! Adding 123 model components to the UV plane model. ! The established model now contains 160 components and 0.00843159 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.025413Jy sigma=0.595589 ! Fit after self-cal, rms=0.025286Jy sigma=0.590387 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 12.47 x 16.77 at -12.54 degrees (North through East) ! Clean map min=-0.0046363 max=0.020531 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 0.93 LA 0.73 PT 1.14 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.82 KP 1.06 LA 1.15 PT 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.42 KP 1.06 LA 0.85 PT 0.81 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.36 KP 1.00 LA 0.74 PT 0.99 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! FD 1.39 KP 1.26 LA 0.87 PT 0.73 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! FD 0.77 KP 0.99 LA 1.28 PT 1.41 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! FD 1.04 KP 1.06 LA 0.91 PT 1.16 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 KP 1.19 LA 1.04 PT 0.73 ! ! ! Fit before self-cal, rms=0.025286Jy sigma=0.590387 ! Fit after self-cal, rms=0.026310Jy sigma=0.563338 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=12.7 mas, bmaj=17.04 mas, bpa=-15.23 degrees ! Estimated noise=1.02017 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 = 9.26516e-05 Jy ! Component: 100 - total flux cleaned = -8.70794e-06 Jy ! Component: 150 - total flux cleaned = -9.29214e-05 Jy ! Component: 200 - total flux cleaned = -0.000219767 Jy ! Total flux subtracted in 200 components = -0.000219767 Jy ! Clean residual min=-0.000294 max=0.000290 Jy/beam ! Clean residual mean=-0.000000 rms=0.000108 Jy/beam ! Combined flux in latest and established models = 0.00821182 Jy ! Performing phase self-cal ! Adding 71 model components to the UV plane model. ! The established model now contains 231 components and 0.00821182 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.026224Jy sigma=0.561880 ! Fit after self-cal, rms=0.026730Jy sigma=0.557553 ! Inverting map ! Added new window around map position (-50.1, 27). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000265584 Jy ! Component: 100 - total flux cleaned = 0.000196832 Jy ! Component: 150 - total flux cleaned = 0.000338429 Jy ! Component: 200 - total flux cleaned = 0.000254133 Jy ! Total flux subtracted in 200 components = 0.000254133 Jy ! Clean residual min=-0.000461 max=0.000381 Jy/beam ! Clean residual mean=0.000002 rms=0.000132 Jy/beam ! Combined flux in latest and established models = 0.00846596 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 278 components and 0.00846596 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.026676Jy sigma=0.556451 ! Fit after self-cal, rms=0.026741Jy sigma=0.555795 ! Inverting map ! Added new window around map position (-66.9, -68.1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000334026 Jy ! Component: 100 - total flux cleaned = 0.000299624 Jy ! Component: 150 - total flux cleaned = 0.000299697 Jy ! Component: 200 - total flux cleaned = 0.000230151 Jy ! Total flux subtracted in 200 components = 0.000230151 Jy ! Clean residual min=-0.000354 max=0.000501 Jy/beam ! Clean residual mean=0.000001 rms=0.000142 Jy/beam ! Combined flux in latest and established models = 0.00869611 Jy ! Performing phase self-cal ! Adding 78 model components to the UV plane model. ! The established model now contains 356 components and 0.0086961 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.026698Jy sigma=0.555048 ! Fit after self-cal, rms=0.026738Jy sigma=0.554557 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000361785 Jy ! Component: 100 - total flux cleaned = 0.000341343 Jy ! Component: 150 - total flux cleaned = 0.000336398 Jy ! Component: 200 - total flux cleaned = 0.000256656 Jy ! Total flux subtracted in 200 components = 0.000256656 Jy ! Clean residual min=-0.000451 max=0.000528 Jy/beam ! Clean residual mean=0.000001 rms=0.000153 Jy/beam ! Combined flux in latest and established models = 0.00895276 Jy ! Performing phase self-cal ! Adding 115 model components to the UV plane model. ! The established model now contains 466 components and 0.00895276 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.026701Jy sigma=0.554019 ! Fit after self-cal, rms=0.026581Jy sigma=0.552161 ! Inverting map ! Added new window around map position (-67.2, 58.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000118263 Jy ! Component: 100 - total flux cleaned = 3.79566e-05 Jy ! Component: 150 - total flux cleaned = 4.76061e-05 Jy ! Component: 200 - total flux cleaned = 0.000147905 Jy ! Total flux subtracted in 200 components = 0.000147905 Jy ! Clean residual min=-0.000567 max=0.000468 Jy/beam ! Clean residual mean=0.000001 rms=0.000148 Jy/beam ! Combined flux in latest and established models = 0.00910067 Jy ! Performing phase self-cal ! Adding 80 model components to the UV plane model. ! The established model now contains 532 components and 0.00910067 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.026543Jy sigma=0.551499 ! Fit after self-cal, rms=0.026526Jy sigma=0.551048 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.026526Jy sigma=0.551048 ! Fit after self-cal, rms=0.027842Jy sigma=0.549354 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.67 mas, bmaj=17.08 mas, bpa=-14.67 degrees ! Estimated noise=1.01489 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000528521 Jy ! Component: 100 - total flux cleaned = 0.000741573 Jy ! Component: 150 - total flux cleaned = 0.000987789 Jy ! Component: 200 - total flux cleaned = 0.00111034 Jy ! Total flux subtracted in 200 components = 0.00111034 Jy ! Clean residual min=-0.000431 max=0.000452 Jy/beam ! Clean residual mean=0.000001 rms=0.000131 Jy/beam ! Combined flux in latest and established models = 0.010211 Jy selfcal ! Performing phase self-cal ! Adding 91 model components to the UV plane model. ! The established model now contains 604 components and 0.010211 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.027816Jy sigma=0.548830 ! Fit after self-cal, rms=0.028051Jy sigma=0.547888 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.000275519 Jy ! Component: 100 - total flux cleaned = 0.000422849 Jy ! Component: 150 - total flux cleaned = 0.000459774 Jy ! Component: 200 - total flux cleaned = 0.000448178 Jy ! Total flux subtracted in 200 components = 0.000448178 Jy ! Clean residual min=-0.000416 max=0.000467 Jy/beam ! Clean residual mean=0.000001 rms=0.000133 Jy/beam ! Combined flux in latest and established models = 0.0106592 Jy ! Performing phase self-cal ! Adding 85 model components to the UV plane model. ! The established model now contains 676 components and 0.0106592 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.028027Jy sigma=0.547614 ! Fit after self-cal, rms=0.028019Jy sigma=0.547359 ! Inverting map ! Added new window around map position (-76.5, 4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000532123 Jy ! Component: 100 - total flux cleaned = 0.00061064 Jy ! Component: 150 - total flux cleaned = 0.000742158 Jy ! Component: 200 - total flux cleaned = 0.000905642 Jy ! Total flux subtracted in 200 components = 0.000905642 Jy ! Clean residual min=-0.000321 max=0.000346 Jy/beam ! Clean residual mean=0.000001 rms=0.000108 Jy/beam ! Combined flux in latest and established models = 0.0115648 Jy ! Performing phase self-cal ! Adding 94 model components to the UV plane model. ! The established model now contains 756 components and 0.0115648 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.028000Jy sigma=0.547118 ! Fit after self-cal, rms=0.027991Jy sigma=0.546878 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000494622 Jy ! Component: 100 - total flux cleaned = 0.000601477 Jy ! Component: 150 - total flux cleaned = 0.000745658 Jy ! Component: 200 - total flux cleaned = 0.000815576 Jy ! Total flux subtracted in 200 components = 0.000815576 Jy ! Clean residual min=-0.000366 max=0.000425 Jy/beam ! Clean residual mean=0.000001 rms=0.000117 Jy/beam ! Combined flux in latest and established models = 0.0123804 Jy ! Performing phase self-cal ! Adding 93 model components to the UV plane model. ! The established model now contains 814 components and 0.0123804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.027972Jy sigma=0.546698 ! Fit after self-cal, rms=0.027973Jy sigma=0.546505 ! Inverting map ! Added new window around map position (68.7, 37.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000441282 Jy ! Component: 100 - total flux cleaned = 0.000542784 Jy ! Component: 150 - total flux cleaned = 0.000629447 Jy ! Component: 200 - total flux cleaned = 0.000692349 Jy ! Total flux subtracted in 200 components = 0.000692349 Jy ! Clean residual min=-0.000256 max=0.000232 Jy/beam ! Clean residual mean=0.000002 rms=0.000078 Jy/beam ! Combined flux in latest and established models = 0.0130728 Jy ! Performing phase self-cal ! Adding 66 model components to the UV plane model. ! The established model now contains 867 components and 0.0130728 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.027955Jy sigma=0.546231 ! Fit after self-cal, rms=0.027949Jy sigma=0.546126 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.027949Jy sigma=0.546126 ! Fit after self-cal, rms=0.028829Jy sigma=0.545481 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.63 mas, bmaj=17.1 mas, bpa=-14.54 degrees ! Estimated noise=1.00806 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000443812 Jy ! Component: 100 - total flux cleaned = 0.000437464 Jy ! Component: 150 - total flux cleaned = 0.00041049 Jy ! Component: 200 - total flux cleaned = 0.000409717 Jy ! Total flux subtracted in 200 components = 0.000409717 Jy ! Clean residual min=-0.000180 max=0.000171 Jy/beam ! Clean residual mean=0.000000 rms=0.000059 Jy/beam ! Combined flux in latest and established models = 0.0134825 Jy selfcal ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 929 components and 0.0134825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.028816Jy sigma=0.545332 ! Fit after self-cal, rms=0.028970Jy sigma=0.544976 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.000338968 Jy ! Component: 100 - total flux cleaned = 0.000517168 Jy ! Component: 150 - total flux cleaned = 0.00060161 Jy ! Component: 200 - total flux cleaned = 0.000567216 Jy ! Total flux subtracted in 200 components = 0.000567216 Jy ! Clean residual min=-0.000179 max=0.000164 Jy/beam ! Clean residual mean=0.000001 rms=0.000060 Jy/beam ! Combined flux in latest and established models = 0.0140497 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 982 components and 0.0140497 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.028959Jy sigma=0.544878 ! Fit after self-cal, rms=0.028957Jy sigma=0.544747 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000409714 Jy ! Component: 100 - total flux cleaned = 0.000510583 Jy ! Component: 150 - total flux cleaned = 0.000509433 Jy ! Component: 200 - total flux cleaned = 0.000510949 Jy ! Total flux subtracted in 200 components = 0.000510949 Jy ! Clean residual min=-0.000193 max=0.000169 Jy/beam ! Clean residual mean=0.000001 rms=0.000062 Jy/beam ! Combined flux in latest and established models = 0.0145606 Jy ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 1017 components and 0.0145606 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.028944Jy sigma=0.544635 ! Fit after self-cal, rms=0.028954Jy sigma=0.544461 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000376519 Jy ! Component: 100 - total flux cleaned = 0.00038687 Jy ! Component: 150 - total flux cleaned = 0.000394249 Jy ! Component: 200 - total flux cleaned = 0.000413103 Jy ! Total flux subtracted in 200 components = 0.000413103 Jy ! Clean residual min=-0.000184 max=0.000155 Jy/beam ! Clean residual mean=0.000001 rms=0.000056 Jy/beam ! Combined flux in latest and established models = 0.0149737 Jy ! Performing phase self-cal ! Adding 63 model components to the UV plane model. ! The established model now contains 1061 components and 0.0149737 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.028942Jy sigma=0.544389 ! Fit after self-cal, rms=0.028948Jy sigma=0.544305 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000304657 Jy ! Component: 100 - total flux cleaned = 0.000346436 Jy ! Component: 150 - total flux cleaned = 0.000377075 Jy ! Component: 200 - total flux cleaned = 0.000366882 Jy ! Total flux subtracted in 200 components = 0.000366882 Jy ! Clean residual min=-0.000151 max=0.000126 Jy/beam ! Clean residual mean=0.000000 rms=0.000046 Jy/beam ! Combined flux in latest and established models = 0.0153406 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 1096 components and 0.0153406 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.028939Jy sigma=0.544275 ! Fit after self-cal, rms=0.028943Jy sigma=0.544221 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.028943Jy sigma=0.544221 ! Fit after self-cal, rms=0.029681Jy sigma=0.543675 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.71 mas, bmaj=17.12 mas, bpa=-14.65 degrees ! Estimated noise=0.999752 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00026941 Jy ! Component: 100 - total flux cleaned = 0.000343766 Jy ! Component: 150 - total flux cleaned = 0.000367621 Jy ! Component: 200 - total flux cleaned = 0.000351638 Jy ! Total flux subtracted in 200 components = 0.000351638 Jy ! Clean residual min=-0.000139 max=0.000128 Jy/beam ! Clean residual mean=0.000000 rms=0.000046 Jy/beam ! Combined flux in latest and established models = 0.0156923 Jy selfcal ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 1140 components and 0.0156923 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.029673Jy sigma=0.543624 ! Fit after self-cal, rms=0.029840Jy sigma=0.542530 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 = 5.96643e-05 Jy ! Component: 100 - total flux cleaned = 1.59845e-05 Jy ! Component: 150 - total flux cleaned = -3.47e-05 Jy ! Component: 200 - total flux cleaned = -6.70052e-05 Jy ! Total flux subtracted in 200 components = -6.70052e-05 Jy ! Clean residual min=-0.000111 max=0.000134 Jy/beam ! Clean residual mean=0.000001 rms=0.000038 Jy/beam ! Combined flux in latest and established models = 0.0156253 Jy ! Performing phase self-cal ! Adding 85 model components to the UV plane model. ! The established model now contains 1220 components and 0.0156253 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.029827Jy sigma=0.542535 ! Fit after self-cal, rms=0.029827Jy sigma=0.542434 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.24754e-05 Jy ! Component: 100 - total flux cleaned = 0.000111688 Jy ! Component: 150 - total flux cleaned = 0.000160656 Jy ! Component: 200 - total flux cleaned = 0.000165266 Jy ! Total flux subtracted in 200 components = 0.000165266 Jy ! Clean residual min=-0.000104 max=0.000140 Jy/beam ! Clean residual mean=0.000001 rms=0.000039 Jy/beam ! Combined flux in latest and established models = 0.0157905 Jy ! Performing phase self-cal ! Adding 75 model components to the UV plane model. ! The established model now contains 1285 components and 0.0157905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.029817Jy sigma=0.542432 ! Fit after self-cal, rms=0.029811Jy sigma=0.542373 ! Inverting map ! Added new window around map position (-57.6, -18). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.42008e-05 Jy ! Component: 100 - total flux cleaned = 7.45944e-05 Jy ! Component: 150 - total flux cleaned = 7.53632e-05 Jy ! Component: 200 - total flux cleaned = 2.31208e-05 Jy ! Total flux subtracted in 200 components = 2.31208e-05 Jy ! Clean residual min=-0.000104 max=0.000146 Jy/beam ! Clean residual mean=0.000001 rms=0.000035 Jy/beam ! Combined flux in latest and established models = 0.0158137 Jy ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 1331 components and 0.0158137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.029804Jy sigma=0.542394 ! Fit after self-cal, rms=0.029801Jy sigma=0.542359 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.34987e-05 Jy ! Component: 100 - total flux cleaned = 4.33864e-05 Jy ! Component: 150 - total flux cleaned = -2.71726e-05 Jy ! Component: 200 - total flux cleaned = -0.000101325 Jy ! Total flux subtracted in 200 components = -0.000101325 Jy ! Clean residual min=-0.000117 max=0.000139 Jy/beam ! Clean residual mean=0.000001 rms=0.000034 Jy/beam ! Combined flux in latest and established models = 0.0157123 Jy ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 1377 components and 0.0157123 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.029796Jy sigma=0.542380 ! Fit after self-cal, rms=0.029793Jy sigma=0.542357 ! Inverting map ! Added new window around map position (22.5, -76.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000104107 Jy ! Component: 100 - total flux cleaned = 0.000171907 Jy ! Component: 150 - total flux cleaned = 0.000153831 Jy ! Component: 200 - total flux cleaned = 0.00013354 Jy ! Total flux subtracted in 200 components = 0.00013354 Jy ! Clean residual min=-0.000097 max=0.000125 Jy/beam ! Clean residual mean=0.000000 rms=0.000031 Jy/beam ! Combined flux in latest and established models = 0.0158459 Jy ! Performing phase self-cal ! Adding 80 model components to the UV plane model. ! The established model now contains 1452 components and 0.0158459 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.029789Jy sigma=0.542350 ! Fit after self-cal, rms=0.029788Jy sigma=0.542333 ! 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=12.59 mas, bmaj=17.09 mas, bpa=-14.49 degrees ! Estimated noise=1.00108 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 12.59 x 17.09 at -14.49 degrees (North through East) ! Clean map min=-0.0032774 max=0.019388 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=13.96 mas, bmaj=17.64 mas, bpa=-8.208 degrees ! Estimated noise=1.14926 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0109668 Jy ! Component: 100 - total flux cleaned = 0.0115226 Jy ! Component: 150 - total flux cleaned = 0.0129982 Jy ! Component: 200 - total flux cleaned = 0.0132375 Jy ! Total flux subtracted in 200 components = 0.0132375 Jy ! Clean residual min=-0.003942 max=0.003469 Jy/beam ! Clean residual mean=-0.000042 rms=0.001196 Jy/beam ! Combined flux in latest and established models = 0.0132375 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 111 model components to the UV plane model. ! The established model now contains 111 components and 0.0132375 Jy ! Inverting map and beam ! Estimated beam: bmin=12.59 mas, bmaj=17.09 mas, bpa=-14.49 degrees ! Estimated noise=1.00108 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.00161888 Jy ! Component: 100 - total flux cleaned = 0.0025456 Jy ! Component: 150 - total flux cleaned = 0.00332893 Jy ! Component: 200 - total flux cleaned = 0.00447574 Jy ! Total flux subtracted in 200 components = 0.00447574 Jy ! Clean residual min=-0.000922 max=0.000802 Jy/beam ! Clean residual mean=-0.000001 rms=0.000361 Jy/beam ! Combined flux in latest and established models = 0.0177132 Jy ! Adding 74 model components to the UV plane model. ! The established model now contains 185 components and 0.0177132 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.71 mas, bmaj=17.12 mas, bpa=-14.65 degrees ! Estimated noise=0.999752 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000777571 Jy ! Component: 100 - total flux cleaned = -0.00113215 Jy ! Component: 150 - total flux cleaned = -0.00108726 Jy ! Component: 200 - total flux cleaned = -0.00104703 Jy ! Total flux subtracted in 200 components = -0.00104703 Jy ! Clean residual min=-0.000521 max=0.000527 Jy/beam ! Clean residual mean=-0.000001 rms=0.000169 Jy/beam ! Combined flux in latest and established models = 0.0166662 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 = 7.50886e-05 Jy ! Component: 100 - total flux cleaned = 0.000110945 Jy ! Component: 150 - total flux cleaned = 7.56561e-05 Jy ! Component: 200 - total flux cleaned = 9.35165e-05 Jy ! Total flux subtracted in 200 components = 9.35165e-05 Jy ! Clean residual min=-0.000551 max=0.000553 Jy/beam ! Clean residual mean=-0.000002 rms=0.000158 Jy/beam ! Combined flux in latest and established models = 0.0167597 Jy ! Adding 95 model components to the UV plane model. ! The established model now contains 277 components and 0.0167597 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=12.59 mas, bmaj=17.09 mas, bpa=-14.49 degrees ! Estimated noise=1.00108 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000383735 Jy ! Component: 100 - total flux cleaned = 0.000642456 Jy ! Component: 150 - total flux cleaned = 0.000841405 Jy ! Component: 200 - total flux cleaned = 0.00102236 Jy ! Total flux subtracted in 200 components = 0.00102236 Jy ! Clean residual min=-0.000284 max=0.000290 Jy/beam ! Clean residual mean=0.000002 rms=0.000092 Jy/beam ! Combined flux in latest and established models = 0.0177821 Jy selfcal ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 314 components and 0.0177821 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.029839Jy sigma=0.544346 ! Fit after self-cal, rms=0.029841Jy sigma=0.543579 wmodel J0021-0055_C_map.mod ! Writing 314 model components to file: J0021-0055_C_map.mod wobs J0021-0055_C_uvs.fits ! Writing UV FITS file: J0021-0055_C_uvs.fits wwins J0021-0055_C_map.win ! wwins: Wrote 7 windows to J0021-0055_C_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 = 4.90354e-06 Jy ! Component: 100 - total flux cleaned = 9.14147e-05 Jy ! Component: 150 - total flux cleaned = 0.000168482 Jy ! Component: 200 - total flux cleaned = 0.000243405 Jy ! Component: 250 - total flux cleaned = 0.000310277 Jy ! Component: 300 - total flux cleaned = 0.000367123 Jy ! Component: 350 - total flux cleaned = 0.000418127 Jy ! Component: 400 - total flux cleaned = 0.000463889 Jy ! Component: 450 - total flux cleaned = 0.000507493 Jy ! Component: 500 - total flux cleaned = 0.000522351 Jy ! Component: 550 - total flux cleaned = 0.000534726 Jy ! Component: 600 - total flux cleaned = 0.000549598 Jy ! Component: 650 - total flux cleaned = 0.000569495 Jy ! Component: 700 - total flux cleaned = 0.000577009 Jy ! Component: 750 - total flux cleaned = 0.000579574 Jy ! Component: 800 - total flux cleaned = 0.000582207 Jy ! Component: 850 - total flux cleaned = 0.000587543 Jy ! Component: 900 - total flux cleaned = 0.000590267 Jy ! Component: 950 - total flux cleaned = 0.000590268 Jy ! Component: 1000 - total flux cleaned = 0.000593231 Jy ! Component: 1050 - total flux cleaned = 0.000593212 Jy ! Component: 1100 - total flux cleaned = 0.000596303 Jy ! Component: 1150 - total flux cleaned = 0.000602809 Jy ! Component: 1200 - total flux cleaned = 0.00060943 Jy ! Component: 1250 - total flux cleaned = 0.000619706 Jy ! Component: 1300 - total flux cleaned = 0.000630216 Jy ! Component: 1350 - total flux cleaned = 0.000641259 Jy ! Component: 1400 - total flux cleaned = 0.000649004 Jy ! Component: 1450 - total flux cleaned = 0.000661021 Jy ! Component: 1500 - total flux cleaned = 0.00066497 Jy ! Component: 1550 - total flux cleaned = 0.000677566 Jy ! Component: 1600 - total flux cleaned = 0.000690783 Jy ! Component: 1650 - total flux cleaned = 0.000704528 Jy ! Component: 1700 - total flux cleaned = 0.00071883 Jy ! Component: 1750 - total flux cleaned = 0.000728687 Jy ! Component: 1800 - total flux cleaned = 0.000733716 Jy ! Component: 1850 - total flux cleaned = 0.000744388 Jy ! Component: 1900 - total flux cleaned = 0.000744339 Jy ! Component: 1950 - total flux cleaned = 0.000750103 Jy ! Component: 2000 - total flux cleaned = 0.000750032 Jy ! Component: 2050 - total flux cleaned = 0.000756252 Jy ! Component: 2100 - total flux cleaned = 0.000769153 Jy ! Component: 2150 - total flux cleaned = 0.00077602 Jy ! Component: 2200 - total flux cleaned = 0.000776075 Jy ! Component: 2250 - total flux cleaned = 0.000783308 Jy ! Component: 2300 - total flux cleaned = 0.000790692 Jy ! Component: 2350 - total flux cleaned = 0.000798674 Jy ! Component: 2400 - total flux cleaned = 0.000798593 Jy ! Component: 2450 - total flux cleaned = 0.000798673 Jy ! Component: 2500 - total flux cleaned = 0.000807671 Jy ! Component: 2550 - total flux cleaned = 0.00080773 Jy ! Component: 2600 - total flux cleaned = 0.000817436 Jy ! Component: 2650 - total flux cleaned = 0.000817367 Jy ! Component: 2700 - total flux cleaned = 0.000817158 Jy ! Component: 2750 - total flux cleaned = 0.000838903 Jy ! Component: 2800 - total flux cleaned = 0.000839226 Jy ! Component: 2850 - total flux cleaned = 0.000839509 Jy ! Component: 2900 - total flux cleaned = 0.000839289 Jy ! Component: 2950 - total flux cleaned = 0.000852097 Jy ! Component: 3000 - total flux cleaned = 0.000852058 Jy ! Component: 3050 - total flux cleaned = 0.000865864 Jy ! Component: 3100 - total flux cleaned = 0.000866007 Jy ! Component: 3150 - total flux cleaned = 0.000880924 Jy ! Component: 3200 - total flux cleaned = 0.000896411 Jy ! Component: 3250 - total flux cleaned = 0.000896486 Jy ! Component: 3300 - total flux cleaned = 0.000896332 Jy ! Component: 3350 - total flux cleaned = 0.000913695 Jy ! Component: 3400 - total flux cleaned = 0.00093223 Jy ! Component: 3450 - total flux cleaned = 0.000932593 Jy ! Component: 3500 - total flux cleaned = 0.000952227 Jy ! Component: 3550 - total flux cleaned = 0.000952264 Jy ! Component: 3600 - total flux cleaned = 0.000973813 Jy ! Component: 3650 - total flux cleaned = 0.000996775 Jy ! Component: 3700 - total flux cleaned = 0.000997415 Jy ! Component: 3750 - total flux cleaned = 0.000998002 Jy ! Component: 3800 - total flux cleaned = 0.000998137 Jy ! Component: 3850 - total flux cleaned = 0.000998545 Jy ! Component: 3900 - total flux cleaned = 0.000971023 Jy ! Component: 3950 - total flux cleaned = 0.000970318 Jy ! Component: 4000 - total flux cleaned = 0.000999969 Jy ! Component: 4050 - total flux cleaned = 0.00099996 Jy ! Total flux subtracted in 4096 components = 0.000967965 Jy ! Clean residual min=-0.001629 max=0.001728 Jy/beam ! Clean residual mean=0.000019 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.01875 Jy keep ! Adding 186 model components to the UV plane model. ! The established model now contains 500 components and 0.01875 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap .//J0021-0055_C_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 12.59 x 17.09 at -14.49 degrees (North through East) ! Clean map min=-0.0050708 max=0.014092 Jy/beam ! Writing clean map to FITS file: .//J0021-0055_C_map.fits wmodel .//J0021-0055_C_map.mod ! Writing 500 model components to file: .//J0021-0055_C_map.mod wobs .//J0021-0055_C_uvs.fits ! Writing UV FITS file: .//J0021-0055_C_uvs.fits wwins .//J0021-0055_C_map.win ! wwins: Wrote 8 windows to .//J0021-0055_C_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0140915 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000635767 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -13.5351 13.5351 27.0702 54.1404 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0019 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.014 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 22.164 quit ! Quitting program ! Log file .//J0021-0055_C_dfm.log closed on Mon Jan 20 17:03:07 2020