Changeset 2248


Ignore:
Timestamp:
07/27/11 13:00:12 (13 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-1913

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Default value for input correlation mode is 'ao,ca'.


Location:
trunk/external-alma/asdm2ASAP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/external-alma/asdm2ASAP/ASDMReader.cc

    r2235 r2248  
    136136   
    137137    // input correlation mode
    138     string corrMode = "ao+ca" ;
     138    string corrMode = "ao,ca" ;
    139139    if ( asdmrec.isDefined( "corr" ) ) {
    140140      corrMode = string( asdmrec.asString( "corr" ) ) ;
  • trunk/external-alma/asdm2ASAP/asdm2ASAP.cc

    r2241 r2248  
    4444  inp.create( "apc", "both", "Retrieve Atm Phase Corrected data or not: both|yes|no", "String" ) ;
    4545  inp.create( "overwrite", "True", "Overwrite existing Scantable or not: True|False", "Bool" ) ;
    46   inp.create( "corr-mode", "ca+ao", "Input correlator mode: ca+ao|ca|ao", "String" ) ;
     46  inp.create( "corr-mode", "ca,ao", "Input correlator mode: ca+ao|ca|ao", "String" ) ;
    4747  inp.create( "ocorr-mode", "ao", "Output correlator mode: ao", "String" ) ;
    4848  inp.create( "time-sampling", "all", "time sampling mode: all|integration|subintegration", "String" ) ;
Note: See TracChangeset for help on using the changeset viewer.