IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9648


Ignore:
Timestamp:
Oct 18, 2006, 5:04:29 PM (20 years ago)
Author:
jhoblitt
Message:

rename psastroLoadReferences() -> psastroLoadRefstars()
rename psastroMosaicGetRefstars() -> psastroChooseRefstars()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageAstrom.c

    r8751 r9648  
    3434
    3535    // load the reference stars overlapping the data stars
    36     psArray *refs = psastroLoadReferences (config);
     36    psArray *refs = psastroLoadRefstars(config);
    3737
    38     psastroMosaicGetRefstars (config, refs);
     38    psastroChooseRefstars(config, refs);
    3939
    4040    if (psMetadataLookupBool (NULL, recipe, "ASTROM.CHIP")) {
Note: See TracChangeset for help on using the changeset viewer.