IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24648


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

update API for psastroZeroPointFromRecipe

Location:
trunk/psastro/src
Files:
2 edited

Legend:

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

    r23810 r24648  
    5353
    5454    // really error-out here?  or just skip?
    55     if (!psastroZeroPointFromRecipe (&zeropt, &exptime, fpa, recipe)) {
     55    if (!psastroZeroPointFromRecipe (&zeropt, &exptime, NULL, fpa, recipe)) {
    5656        psLogMsg ("psastro", PS_LOG_INFO, "failed to load zeropt data from recipe");
    5757        return false;
  • trunk/psastro/src/psastroExtractStars.c

    r23666 r24648  
    6565
    6666    // really error-out here?  or just skip?
    67     if (!psastroZeroPointFromRecipe (&zeropt, &exptime, fpa, recipe)) {
     67    if (!psastroZeroPointFromRecipe (&zeropt, &exptime, NULL, fpa, recipe)) {
    6868        psLogMsg ("psastro", PS_LOG_INFO, "failed to load zeropt data from recipe");
    6969        return false;
Note: See TracChangeset for help on using the changeset viewer.