IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 4, 2016, 7:59:05 AM (11 years ago)
Author:
eugene
Message:

working on restricted cpts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/dvomerge/src/dvomergeUpdate.c

    r38553 r39300  
    9999  inlist = SkyListByPatch (insky, -1, &UserPatch);
    100100
     101  // modify the list if we are restricting:
     102  inlist = SkyListSubset (inlist, cptlist);
     103
    101104  // generate an output table populated at the desired depth
    102105  outsky = SkyTableLoadOptimal (output, NULL, GSCFILE, TRUE, SKY_DEPTH, VERBOSE);
Note: See TracChangeset for help on using the changeset viewer.