IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2005, 7:10:17 PM (21 years ago)
Author:
eugene
Message:

working on SkyRegion conversion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/cmatch.c

    r5320 r5451  
    66  char filename[128];
    77  double radius;
    8   char catdir[256], gscdir[256];
    98  Vector *rvec, *dvec, *mvec, *drvec, *ddvec, *dmvec;
    109
    11   VarConfig ("GSCDIR", "%s", gscdir);
    12   VarConfig ("CATDIR", "%s", catdir);
    13      
    1410  if (argc != 9) {
    1511    fprintf (stderr, "USAGE: cmatch file radius (RA) (DEC) (Mag) (dRA) (dDEC) (dMag)\n");
     
    3228
    3329  /* load data from the photometry database file */
    34   sprintf (filename, "%s/%s", catdir, argv[1]);
    3530  catalog1.filename = filename;
    3631  switch (lock_catalog (&catalog1, LCK_SOFT)) {
Note: See TracChangeset for help on using the changeset viewer.