IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 9, 2010, 4:40:56 PM (16 years ago)
Author:
eugene
Message:

adding features to support psphotStack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/stackphot.20100406/psModules/src/objects/pmPhotObj.h

    r27626 r27648  
    3434 */
    3535typedef struct {
    36   int seq;                            ///< ID for output (generated on write OR set on read)
    37   psArray *sources;
    38   int flags;
     36    int id;                            ///< ID for output (generated on write OR set on read)
     37    psArray *sources;
     38    int flags;
     39    float x;
     40    float y;
    3941} pmPhotObj;
     42
     43bool pmPhotObjAddSource(pmPhotObj *object, pmSource *source);
     44pmPhotObj *pmPhotObjAlloc(void);
    4045
    4146/// @}
    4247# endif /* PM_PHOT_OBJ_H */
     48
Note: See TracChangeset for help on using the changeset viewer.