Changes between Version 60 and Version 61 of Changes/atlod


Ignore:
Timestamp:
12/20/07 09:42:49 (16 years ago)
Author:
MarkWieringa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Changes/atlod

    v60 v61  
    33 ||atlod                     ||            ||          ||           ||      ||
    44 ||Item                      || Complexity || Research || [milestone: Milestone] || Time ||
    5  ||[wiki:Changes/atlod#SYSCALRecordChanges Sampler Statistics]         || easy       || none     || 7 || 1d ||
     5 ||~~[wiki:Changes/atlod#SYSCALRecordChanges Sampler Statistics] ~~        || easy       || none     || 7 || 1d ||
    66 ||[wiki:Changes/atlod#SYSCALRecordChanges Storage Of SYSCAL Data]       || moderate   || some     || old6 || 2*5d||
    77 ||ApplyingXYPhaseCorrections|| easy       || little   || old6 || 5d ||
     
    4949== Data Size Limits ==
    5050 Research needed: check for size limits on the data dimensions - number of windows, channels, etc
     51   * Limit on number of channels is ok, edit maxchan in maxdim.h. The total number of simultaneous channels from CABB could be as high as 74k. The main limits on CABB output rates are set by the maximum rate data can be written to disk, so we need to wait to see what will be used in practice. Currently maxchan is set to about 32k.
     52   * Limit on number of spectral windows or if_chains is set by max_if=16 in rpfits.inc. This should be ok for most observations, but CABB could produce up to 34 simultaneous spectra (2 continuum bands with up to 16 zoom bands each). The constant ATIF in atlod.h sets the maximum number of IFs atlod can cope with, it has been increased from 4 to 16 to match the rpfits limit.
    5153
    5254== Identify Parent Window ==
     
    5557
    5658 Research needed: Determine whether it is necessary to keep track of the children of a particular band.
     59   * We can use the if_chain variable to keep track of this, all zoom bands should have the same value for if_chain as the main continuum band. Comparing the if_chain and the time stamps for the data is sufficient to identify the parent window.
    5760
    5861== Flagging Within ATLOD ==
     
    6770 Research needed
    6871 * What are the birdie frequencies in the new system?
     72    * There may be birdies and there will definitely be known external RFI that can be masked out.
    6973 * Can data be flagged automatically by ATLOD using [Glossary/AutoCorrelations autocorrelations]?
    7074   (Could we use algorithms from 'pieflag'?)
     75    * Probably not - it's hard to distinguish genuine spectral lines from RFI, it might be possible for continuum observations.
    7176
    7277== More Selection Options ==
     
    7681 MarkCalabretta wrote the 'rpfhdr' utility which does most of this.
    7782
     83 * rpfhdr will give you the frequency table for each scan, atlod followed by uvindex gives a detailed listing of the frequency setups present.
     84 * the ifsel selection in atlod lets you select the cabb continuum bands 1 or 2 for loading. At present there is no way to just load a single zoom band.
     85
    7886 Research needed: How are zoom bands to be represented in the RPFITS data format?
     87
     88 * Just like current multiple simultaneous IFs, except that the if_chain number is set to that of the parent continuum band.
    7989
    8090