IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39910


Ignore:
Timestamp:
Jan 3, 2017, 10:49:09 AM (10 years ago)
Author:
watersc1
Message:

Update to force -sassskyfile mode to sort by stackRun.skycell_id. This should sort out the WCS issue in the stack sumary generation that I don't fully understand by forcing the first image to be the .000 skycell.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20160809/ippTools/src/stacktool.c

    r38062 r39910  
    13281328    psFree(where);
    13291329
     1330    // This needs to be sorted by skycell_id, or the ppSkycell calls to mosaic things
     1331    // don't work properly.
     1332    psStringAppend(&query, " ORDER BY stackRun.skycell_id ");
     1333   
    13301334    // treat limit == 0 as "no limit"
    13311335    if (limit) {
Note: See TracChangeset for help on using the changeset viewer.