IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

working on psphotStack (nearly done)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/stackphot.20100406/psphot/src/psphot.h

    r27625 r27649  
    350350bool psphotStackChisqImageAddReadout(const pmConfig *config, // Configuration
    351351                                     const pmFPAview *view,
    352                                      pmReadout *chiReadout,
     352                                     pmReadout **chiReadout,
    353353                                     char *filename,
    354354                                     int index);
    355355
     356bool psphotStackRemoveChisqFromInputs (pmConfig *config);
     357bool pmFPAfileRemoveSingle(psMetadata *files, const char *name, int num);
     358
     359psArray *psphotMatchSources (pmConfig *config, const pmFPAview *view);
     360bool psphotMatchSourcesReadout (psArray *objects, pmConfig *config, const pmFPAview *view, char *filename, int index);
     361bool psphotMatchSourcesToObjects (psArray *objects, psArray *sources, float RADIUS);
     362
     363bool psphotFitSourcesLinearStack (pmConfig *config, psArray *objects, bool final);
     364int pmPhotObjSortBySN (const void **a, const void **b);
     365int pmPhotObjSortByX (const void **a, const void **b);
    356366
    357367#endif
Note: See TracChangeset for help on using the changeset viewer.