NAME

Next_Pipeline

SUMMARY

Submits a source to a pipeline (using the Pipeline_Source command). The source is presumed to contain a HiRISE Observation_ID. This will be used to determine the relative path (Data_Location) for a log pathname, which will be added to the Pipeline_Source command.

SYNOPSIS

Next_Pipeline [-Verbose] [-Help] [-Job] [-Pipeline <name>] [-CAatalog <name>] [-COfiguration <filename>] [Mode <processing mode>] [-Product <ID[#Version]>] [-Unique_or_processed] [-No-Op] <source> ...

OPTIONS

Help

Print usage then exit.

Job

Use the Job Scheduling system

Verbose

Turn on all output messages.

Pipeline

Name of the pipeline to submit the source.

Product

If provided, will update the Product_Status table for the Product_ID. An optional version number can be given as well, .e.g Product#Version.

Catalog

Database catalog name

Configuration

Configuration file name (for obtaining the database connection). This is typically the configuration file for the pipeline which the source is being put into.

Mode

The processing mode to set for the source being processed. This option should only be used for initial sourcing of observation data into the Pipeline system.

Unique_or_Processed

When Unique_or_Processed is specified a source pathname will only be submitted to the pipeline if it has not yet been submitted or all existing source records with the same pathname have already been acquired for processing (its Conductor_ID field is non-NULL). Unacceptable sources are simply dropped. If this option is not used source pathnames will be submitted to the pipeline unconditionally.

No-Op

Do not actually invoke Pipeline_Source, only print the command.

Author

Guy McArthur (guym@arizona.edu)

Copyright

Copyright (C) 2005-2020 Arizona Board of Regents on behalf of the Lunar and Planetary Laboratory at the University of Arizona.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Version

2.15 $ 2020/04/29 04:58:44