IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 24, 2006, 12:54:02 PM (20 years ago)
Author:
eugene
Message:

first pass on a working getstars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/getstar/src/wcatalog.c

    r6812 r6968  
    1 # include "uniphot.h"
     1# include "getstar.h"
    22
    33void wcatalog (char *filename, Catalog *catalog) {
    44
    55  /* CATMODE and CATFORMAT determined from catalog */
     6  // XXX 'stdout' and SPLIT are not compatible
     7 
     8  catalog[0].filename = filename;
     9  mkcatalog (catalog);
    610
    711  /* open file as appropriate */
Note: See TracChangeset for help on using the changeset viewer.