IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24647


Ignore:
Timestamp:
Jul 2, 2009, 3:39:51 PM (17 years ago)
Author:
eugene
Message:

add call to psastroChooseGlintStars

File:
1 edited

Legend:

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

    r23688 r24647  
    8686        return false;
    8787    }
     88
     89    if (!psastroChooseGlintStars (config, refs, "PSASTRO.INPUT")) {
     90        psError (PSASTRO_ERR_UNKNOWN, false, "failed to select glint stars from reference star list\n");
     91        psFree(refs);
     92        return false;
     93    }
    8894    psFree (refs);  // refs of interest are saved on readout->analysis
    8995
Note: See TracChangeset for help on using the changeset viewer.