IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2012, 4:02:00 PM (14 years ago)
Author:
eugene
Message:

add PS1_V4 schema; add set mean fluxes based on stacks; define the primary image ID (based on distance from center or boundary tree) and set mean flux from stacks based on that info; fix (uniquify) psps ID for stack detections; mean fluxes are in Jy; detection fluxes are instrumental counts per second

File:
1 edited

Legend:

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

    r33963 r34260  
    6161    out[i].psfNdof    = 0;
    6262    out[i].psfNpix    = 0;
     63
     64    // added for PS1_V4
     65    out[i].Mkron      = NAN;
     66    out[i].dMkron     = NAN;
     67    out[i].FluxPSF     = NAN;
     68    out[i].dFluxPSF    = NAN;
     69    out[i].FluxKron    = NAN;
     70    out[i].dFluxKron   = NAN;
    6371  }
    6472  return (out);
     
    224232    out[i].Mstdev      = 0;
    225233    out[i].ubercalDist = 0;
     234
     235    // added for PS1_V4
     236    out[i].Mkron       = NAN;
     237    out[i].dMkron      = NAN;
     238    out[i].FluxPSF     = NAN;
     239    out[i].dFluxPSF    = NAN;
     240    out[i].FluxKron    = NAN;
     241    out[i].dFluxKron   = NAN;
     242    out[i].stackID     = 0;
    226243 }
    227244  return (out);
Note: See TracChangeset for help on using the changeset viewer.