IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 16, 2016, 5:58:00 AM (10 years ago)
Author:
eugene
Message:

min chip order is 1; re-org code to set the remote command options (to be sure all options were being passed); plug leak; initImages now takes an argument to distinguish subset vs full image set (do not free the later)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20160809/Ohana/src/relastro/include/relastro.h

    r39751 r39765  
    523523void          initGridBins        PROTO((Catalog *catalog, int Ncatalog));
    524524void          initImageBins       PROTO((Catalog *catalog, int Ncatalog, int FULLINIT));
    525 void          initImages          PROTO((Image *input, off_t *line_number, off_t N));
     525void          initImages          PROTO((Image *input, off_t *line_number, off_t N, int isSubset));
    526526void          freeImages          PROTO((char *dbImagePtr));
    527527void          initMosaicBins      PROTO((Catalog *catalog, int Ncatalog));
Note: See TracChangeset for help on using the changeset viewer.