IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2007, 5:10:18 PM (19 years ago)
Author:
jhoblitt
Message:

cleanup tool output metadata names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/dettool.c

    r11088 r11090  
    15571557
    15581558    // negative simple so the default is true
    1559     if (!ippdbPrintMetadatas(stdout, output, "rawImfile", !simple)) {
     1559    if (!ippdbPrintMetadatas(stdout, output, "detPendingProcessedImfile", !simple)) {
    15601560        psError(PS_ERR_UNKNOWN, false, "failed to print array");
    15611561        psFree(output);
     
    18751875
    18761876    // negative simple so the default is true
    1877     if (!ippdbPrintMetadatas(stdout, output, "detProcessedImfile", !simple)) {
     1877    if (!ippdbPrintMetadatas(stdout, output, "detPendingProcessedExp", !simple)) {
    18781878        psError(PS_ERR_UNKNOWN, false, "failed to print array");
    18791879        psFree(output);
     
    22362236
    22372237    // negative simple so the default is true
    2238     if (!ippdbPrintMetadatas(stdout, output, "detProcessedImfile", !simple)) {
     2238    if (!ippdbPrintMetadatas(stdout, output, "detPendingStackedImfile", !simple)) {
    22392239        psError(PS_ERR_UNKNOWN, false, "failed to print array");
    22402240        psFree(output);
     
    27012701
    27022702    // negative simple so the default is true
    2703     if (!ippdbPrintMetadatas(stdout, output, "detRun", !simple)) {
     2703    if (!ippdbPrintMetadatas(stdout, output, "detPendingNormStatImfile", !simple)) {
    27042704        psError(PS_ERR_UNKNOWN, false, "failed to print array");
    27052705        psFree(output);
     
    29212921
    29222922    // negative simple so the default is true
    2923     if (!ippdbPrintMetadatas(stdout, output, "rawImfile", !simple)) {
     2923    if (!ippdbPrintMetadatas(stdout, output, "detPendingNormImfile", !simple)) {
    29242924        psError(PS_ERR_UNKNOWN, false, "failed to print array");
    29252925        psFree(output);
     
    32583258
    32593259    // negative simple so the default is true
    3260     if (!ippdbPrintMetadatas(stdout, output, "detProcessedImfile", !simple)) {
     3260    if (!ippdbPrintMetadatas(stdout, output, "detPendingNormExp", !simple)) {
    32613261        psError(PS_ERR_UNKNOWN, false, "failed to print array");
    32623262        psFree(output);
     
    37263726
    37273727    // negative simple so the default is true
    3728     if (!ippdbPrintMetadatas(stdout, output, "detProcessedImfile", !simple)) {
     3728    if (!ippdbPrintMetadatas(stdout, output, "detPendingResidImfile", !simple)) {
    37293729        psError(PS_ERR_UNKNOWN, false, "failed to print array");
    37303730        psFree(output);
     
    43484348
    43494349    // negative simple so the default is true
    4350     if (!ippdbPrintMetadatas(stdout, output, "rawDetrendImfile", !simple)) {
     4350    if (!ippdbPrintMetadatas(stdout, output, "detPendingResidExp", !simple)) {
    43514351        psError(PS_ERR_UNKNOWN, false, "failed to print array");
    43524352        psFree(output);
     
    48544854
    48554855    // negative simple so the default is true
    4856     if (!ippdbPrintMetadatas(stdout, output, "rawDetrendImfile", !simple)) {
     4856    if (!ippdbPrintMetadatas(stdout, output, "detRejectExp", !simple)) {
    48574857        psError(PS_ERR_UNKNOWN, false, "failed to print array");
    48584858        psFree(output);
Note: See TracChangeset for help on using the changeset viewer.