IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8515


Ignore:
Timestamp:
Aug 23, 2006, 10:31:40 AM (20 years ago)
Author:
eugene
Message:

converted to new DVO APIs

Location:
trunk/Ohana/src/mosastro/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/mosastro/src/getgsc.c

    r8499 r8515  
    2020
    2121  /* load regions from GSC table, restrict to patch */
    22   sky = SkyTableFromGSC (GSCFILE, 3, VERBOSE);
     22  sky = SkyTableFromGSC (GSCFILE, SKY_DEPTH_HST, VERBOSE);
    2323  SkyTableSetFilenames (sky, GSCDIR, "cpt");
    2424  skylist = SkyListByPatch (sky, -1, &patch);
  • trunk/Ohana/src/mosastro/src/getptolemy.c

    r8499 r8515  
    1919
    2020  /* load regions from GSC table, restrict to patch */
    21   sky = SkyTableFromGSC (GSCFILE, 3, VERBOSE);
     21  sky = SkyTableLoadOptimal (CATDIR, NULL, GSCFILE, SKY_DEPTH_HST, VERBOSE);
    2222  SkyTableSetFilenames (sky, CATDIR, "cpt");
    2323  skylist = SkyListByPatch (sky, -1, &patch);
Note: See TracChangeset for help on using the changeset viewer.