IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36486


Ignore:
Timestamp:
Feb 6, 2014, 12:39:38 PM (12 years ago)
Author:
eugene
Message:

be consistent with images ctype (derived from DEC not RA)

Location:
trunk/Ohana/src/dvomerge
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/dvomerge

  • trunk/Ohana/src/dvomerge/src/dvomergeUpdate_catalogs.c

    r35765 r36486  
    248248    if (FORCE_MERGE)         { snprintf (tmpline, DVO_MAX_PATH, "%s -force-merge",     command); strcpy (command, tmpline); }
    249249
     250    // add some config variables:
     251    snprintf (tmpline, DVO_MAX_PATH, "%s -D CATMODE %s",    command, CATMODE);   strcpy (command, tmpline);
     252    snprintf (tmpline, DVO_MAX_PATH, "%s -D CATFORMAT %s",  command, CATFORMAT); strcpy (command, tmpline);
     253    snprintf (tmpline, DVO_MAX_PATH, "%s -D SKY_DEPTH %d",  command, SKY_DEPTH); strcpy (command, tmpline);
     254
    250255    fprintf (stderr, "command: %s\n", command);
    251256
  • trunk/Ohana/src/dvomerge/src/merge_catalogs_old.c

    r35416 r36486  
    7676  tcoords.pc1_2 = tcoords.pc2_1 = 0.0;
    7777  tcoords.Npolyterms = 1;
    78   strcpy (tcoords.ctype, "RA---ARC");
     78  strcpy (tcoords.ctype, "DEC--ARC");
    7979
    8080  if (VERBOSE) fprintf (stderr, "merging %s into %s\n", input[0].filename, output[0].filename);
Note: See TracChangeset for help on using the changeset viewer.