IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 25, 2013, 12:43:26 AM (13 years ago)
Author:
mhuber
Message:

another F32/S32 mix bug

File:
1 edited

Legend:

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

    r34301 r35050  
    6262
    6363    int nMax = psMetadataLookupS32 (&status, recipe, "PSASTRO.MAX.NREF");
    64     psF32 clampMagMin = psMetadataLookupS32 (&status, recipe, "REFSTAR_CLAMP_MAG_MIN");
    65     if (!status) clampMagMin = -5;
     64    psF32 clampMagMin = psMetadataLookupF32 (&status, recipe, "REFSTAR_CLAMP_MAG_MIN");
     65    if (!status) clampMagMin = -5.0;
    6666
    6767    // de-activate all files except PSASTRO.REFSTARS
Note: See TracChangeset for help on using the changeset viewer.