IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 16, 2006, 2:51:46 PM (20 years ago)
Author:
eugene
Message:

adding refstar subset operation using magnitude limits

File:
1 edited

Legend:

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

    r9574 r9587  
    3939
    4040    // load the reference stars overlapping the data stars
    41     psArray *refs = psastroLoadReferences (config);
     41    psArray *refs = psastroLoadRefstars (config);
    4242    if (!refs) {
    4343        psErrorStackPrint(stderr, "failed to load reference data");
     
    4545    }
    4646
    47     // XXX ?? what does this do ??
    48     psastroMosaicGetRefstars (config, refs);
     47    // choose reference stars corresponding to the selected chips
     48    if (psastroChooseRefstars (config, refs)) {
     49        psErrorStackPrint(stderr, "failed to select reference data for chips");
     50        exit (1);
     51    }
    4952
    5053    char *mosastro = psMetadataLookupStr (NULL, config->arguments, "MOSASTRO");
Note: See TracChangeset for help on using the changeset viewer.