IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41476 for trunk


Ignore:
Timestamp:
Jan 27, 2021, 9:29:30 PM (5 years ago)
Author:
mhuber
Message:

adding tess_id request field search option for all request types and warp product only, but needs improved implementation (IPP-947)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm

    r41439 r41476  
    511511                $choose_components = 1;
    512512            }
     513            ## MEH 20210127 add tess_id to avoid reprocessing in other tessellations
     514            ## may want something like component_args since only useful for byexp
     515            ## and added there for warp, diff, stack
     516            $command .= " -tess_id $tess_id" if $tess_id;
     517            ##
    513518            $id_opt = $use_imfile_id ? "-warp_skyfile_id" : "-warp_id";
    514519        }
Note: See TracChangeset for help on using the changeset viewer.