IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24754


Ignore:
Timestamp:
Jul 12, 2009, 10:38:15 AM (17 years ago)
Author:
eugene
Message:

converted value for Mcal, dMcal is 0.0; for psfQual is 1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/src/dvo_convert_PS1_REF.c

    r24748 r24754  
    1414    out[i].dD         = in[i].dD;
    1515    out[i].M          = in[i].M;
    16     out[i].Mcal       = NAN;
     16    out[i].Mcal       = 0.0;
    1717    out[i].Map        = NAN;
    1818    out[i].dM         = in[i].dM;
    19     out[i].dMcal      = NAN;
     19    out[i].dMcal      = 0.0;
    2020    out[i].dt         = in[i].dt;
    2121    out[i].airmass    = NAN;
     
    3333    out[i].catID      = in[i].catID;
    3434    out[i].extID      = 0;
    35     out[i].psfQual    = NAN;
     35    out[i].psfQual    = 1.0; // we do not save a value, but some operations (relphot/average) filter on this value..
    3636    out[i].psfChisq   = NAN;
    3737    out[i].psfNdof    = 0;
Note: See TracChangeset for help on using the changeset viewer.