IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 26, 2007, 5:34:27 PM (19 years ago)
Author:
eugene
Message:

various fixes to ensure data is carried from Stars to Measures correctly for PS1_DEV_1

File:
1 edited

Legend:

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

    r15035 r15038  
    2525    out[i].t        = in[i].t;
    2626    out[i].averef   = in[i].averef;
    27     out[i].flags    = in[i].flags;
     27    out[i].dbFlags  = in[i].flags;
    2828   
    2929    /* these can be determined if needed / desired */
     
    3434
    3535    /* these do not have a corresponding value */
    36     out[i].stargal  = 0;
    37     out[i].Sky      = 0;
    38     out[i].dSky     = 0;
    39     out[i].qPSF     = 0;
     36    out[i].az        = 0;
     37    out[i].stargal   = 0;
     38    out[i].Sky       = 0;
     39    out[i].dSky      = 0;
     40    out[i].qPSF      = 0;
     41    out[i].psfProb   = 0;
     42    out[i].crNsigma  = 0;
     43    out[i].extNsigma = 0;
     44    out[i].photFlags = 0;
    4045
    4146    /* XXX add these later */
    42     out[i].detID_hi = 0;
    43     out[i].detID_lo = 0;
    44     out[i].imageID_hi = 0;
    45     out[i].imageID_lo = 0;
     47    out[i].detID = 0;
     48    out[i].imageID = 0;
    4649  }
    4750  return (out);
     
    7275    out[i].t       = in[i].t;
    7376    out[i].averef  = in[i].averef;
    74     out[i].flags   = in[i].flags;
     77    out[i].flags   = in[i].dbFlags;
    7578  }
    7679  return (out);
     
    232235
    233236    /* XXX add these later */
    234     out[i].imageID_hi = 0;
    235     out[i].imageID_lo = 0;
     237    out[i].imageID = 0;
    236238  }
    237239  return (out);
Note: See TracChangeset for help on using the changeset viewer.