IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 20, 2014, 8:34:19 PM (12 years ago)
Author:
eugene
Message:

fix parallel relastro load catalog, move load icrf out of bcatalog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/Ohana/src/relastro/include/relastro.h

    r37622 r37655  
    200200int    USE_GALAXY_MODEL;
    201201int    USE_ICRF_CORRECT;
     202
     203int    USE_ICRF_LOCAL;
     204int    USE_ICRF_SHFIT;
    202205
    203206int    RESET;
     
    285288int           args                PROTO((int argc, char **argv));
    286289int           args_client         PROTO((int argc, char **argv));
    287 int           bcatalog            PROTO((Catalog *subcatalog, Catalog *catalog, int Nsubcatalog));
     290int           bcatalog            PROTO((Catalog *subcatalog, Catalog *catalog));
    288291void          clean_images        PROTO((void));
    289292void          clean_measures      PROTO((Catalog *catalog, int Ncatalog, int final));
     
    573576int ICRFdata (int n, int *cat, int *ave, int *meas);
    574577int ICRFmax ();
     578int select_catalog_ICRF (Catalog *catalog, int Ncatalog);
    575579
    576580FrameCorrectionType *FrameCorrectionInit (double scale);
Note: See TracChangeset for help on using the changeset viewer.