IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2006, 5:33:37 PM (20 years ago)
Author:
Paul Price
Message:

Fixing code after pushing argc,argv into pmConfig.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastro.c

    r7332 r7677  
    1010
    1111    // load configuration information
    12     pmConfig *config = psastroArguments (&argc, argv);
     12    pmConfig *config = psastroArguments (argc, argv);
    1313
    1414    // load identify the data sources
     
    2626    psArray *refs = psastroLoadReferences (config);
    2727
    28     psastroMosaicGetRefstars (config, refs); 
     28    psastroMosaicGetRefstars (config, refs);
    2929
    3030    char *mosastro = psMetadataLookupStr (NULL, config->arguments, "MOSASTRO");
    3131    if (mosastro == NULL) {
    32         psastroChipAstrom (config, refs);
     32        psastroChipAstrom (config, refs);
    3333    } else {
    34         psastroMosaicAstrom (config, refs);
     34        psastroMosaicAstrom (config, refs);
    3535    }
    3636
Note: See TracChangeset for help on using the changeset viewer.