IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 13, 2005, 4:06:55 PM (21 years ago)
Author:
eugene
Message:

changed noise to weight, psImageData to eamReadout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotOutput.c

    r5048 r5049  
    22
    33// output functions: we have several fixed modes (sx, obj, cmp)
    4 void psphotOutput (psImageData *imdata, psMetadata *config, psArray *sources) {
     4void psphotOutput (eamReadout *imdata, psMetadata *config, psArray *sources) {
    55
    66    bool status;
     
    4747}
    4848
    49 bool pmSourcesWriteText (psImageData *imdata, char *filename, psArray *sources) {
     49bool pmSourcesWriteText (eamReadout *imdata, char *filename, psArray *sources) {
    5050
    5151    char *name = (char *) psAlloc (strlen(filename) + 10);
     
    6868
    6969// dophot-style output list with fixed line width
    70 bool pmSourcesWriteOBJ (psImageData *imdata, char *filename, psArray *sources) {
     70bool pmSourcesWriteOBJ (eamReadout *imdata, char *filename, psArray *sources) {
    7171
    7272    int i, type, status;
     
    159159
    160160// elixir/sextractor-style output list with fixed line width
    161 bool pmSourcesWriteSX (psImageData *imdata, char *filename, psArray *sources) {
     161bool pmSourcesWriteSX (eamReadout *imdata, char *filename, psArray *sources) {
    162162
    163163    int i, status, flags;
     
    257257
    258258// elixir-style pseudo FITS table (header + ascii list)
    259 bool pmSourcesWriteCMP (psImageData *imdata, char *filename, psArray *sources) {
     259bool pmSourcesWriteCMP (eamReadout *imdata, char *filename, psArray *sources) {
    260260
    261261    int i, type, status;
     
    360360
    361361// elixir-style FITS table output (header + table in 1st extension)
    362 bool pmSourcesWriteCMF (psImageData *imdata, char *filename, psArray *sources) {
     362bool pmSourcesWriteCMF (eamReadout *imdata, char *filename, psArray *sources) {
    363363
    364364    // write imdata->header to file
Note: See TracChangeset for help on using the changeset viewer.