IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12093


Ignore:
Timestamp:
Feb 27, 2007, 1:50:30 PM (19 years ago)
Author:
jhoblitt
Message:

don't send informational messages to the error stack

Location:
trunk/ippTools/src
Files:
8 edited

Legend:

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

    r12058 r12093  
    137137    }
    138138    if (!psArrayLength(output)) {
    139         // XXX check psError here
    140         psError(PS_ERR_UNKNOWN, false, "no camPendingExp rows found");
     139        psTrace("camtool", PS_LOG_INFO, "no rows found");
    141140        psFree(output);
    142141        return true;
     
    207206    }
    208207    if (!psArrayLength(output)) {
    209         // XXX check psError here
    210         psError(PS_ERR_UNKNOWN, false, "no pending chipProcessedImfile rows found");
     208        psTrace("camtool", PS_LOG_INFO, "no rows found");
    211209        psFree(output);
    212210        return true;
     
    367365    }
    368366    if (!psArrayLength(output)) {
    369         psError(PS_ERR_UNKNOWN, false, "no camPendingExp rows found");
     367        psTrace("camtool", PS_LOG_INFO, "no rows found");
    370368        psFree(output);
    371369        return true;
     
    502500    }
    503501    if (!psArrayLength(output)) {
    504         // XXX check psError here
    505         psError(PS_ERR_UNKNOWN, false, "no camProcessedExp rows found");
     502        psTrace("camtool", PS_LOG_INFO, "no rows found");
    506503        psFree(output);
    507504        return true;
     
    593590    }
    594591    if (!psArrayLength(output)) {
    595         // XXX check psError here
    596         psError(PS_ERR_UNKNOWN, false, "no camMask rows found");
     592        psTrace("camtool", PS_LOG_INFO, "no rows found");
    597593        psFree(output);
    598594        return true;
  • trunk/ippTools/src/chiptool.c

    r12058 r12093  
    263263    }
    264264    if (!psArrayLength(output)) {
    265         // XXX check psError here
    266         psError(PS_ERR_UNKNOWN, false, "no chipPendingImfile rows found");
     265        psTrace("chiptool", PS_LOG_INFO, "no rows found");
    267266        psFree(output);
    268267        return true;
     
    522521    }
    523522    if (!psArrayLength(output)) {
    524         // XXX check psError here
    525         psError(PS_ERR_UNKNOWN, false, "no chipProcessedImfile rows found");
     523        psTrace("chiptool", PS_LOG_INFO, "no rows found");
    526524        psFree(output);
    527525        return true;
     
    614612    }
    615613    if (!psArrayLength(output)) {
    616         // XXX check psError here
    617         psError(PS_ERR_UNKNOWN, false, "no chipMask rows found");
     614        psTrace("chiptool", PS_LOG_INFO, "no rows found");
    618615        psFree(output);
    619616        return true;
     
    718715    }
    719716    if (!psArrayLength(output)) {
    720         // XXX check psError here
    721         psError(PS_ERR_UNKNOWN, false, "no chipPendingExp rows found");
     717        psTrace("chiptool", PS_LOG_INFO, "no rows found");
    722718        psFree(output);
    723719        return true;
  • trunk/ippTools/src/dettool.c

    r12066 r12093  
    196196    }
    197197    if (!psArrayLength(output)) {
    198         psError(PS_ERR_UNKNOWN, false, "no pending rawExp rows found");
     198        psTrace("dettool", PS_LOG_INFO, "no rows found");
    199199        psFree(output);
    200200        return true;
     
    11171117    }
    11181118    if (!psArrayLength(detrendExps)) {
    1119         psError(PS_ERR_UNKNOWN, true, "no rawExp rows found");
     1119        psTrace("dettool", PS_LOG_INFO, "no rows found");
    11201120        psFree(detrendExps);
    11211121        psFree(registered);
     
    16861686
    16871687    if (!psArrayLength(runs)) {
    1688         psError(PS_ERR_UNKNOWN, false, "no detRun rows found");
     1688        psTrace("dettool", PS_LOG_INFO, "no rows found");
    16891689        psFree(runs);
    16901690        return true;
     
    17691769    }
    17701770    if (!psArrayLength(output)) {
    1771         // XXX check psError here
    1772         psError(PS_ERR_UNKNOWN, false, "no childless detRun rows found");
     1771        psTrace("dettool", PS_LOG_INFO, "no rows found");
    17731772        psFree(output);
    17741773        return true;
     
    18521851    }
    18531852    if (!psArrayLength(output)) {
    1854         // XXX check psError here
    1855         psError(PS_ERR_UNKNOWN, false, "no pending rawExp rows found");
     1853        psTrace("dettool", PS_LOG_INFO, "no rows found");
    18561854        psFree(output);
    18571855        return true;
     
    19211919    }
    19221920    if (!psArrayLength(output)) {
    1923         // XXX check psError here
    1924         psError(PS_ERR_UNKNOWN, false, "no rawImfile rows found");
     1921        psTrace("dettool", PS_LOG_INFO, "no rows found");
    19251922        psFree(output);
    19261923        return true;
     
    20212018    }
    20222019    if (!psArrayLength(output)) {
    2023         // XXX check psError here
    2024         psError(PS_ERR_UNKNOWN, false, "no rawImfile rows found");
     2020        psTrace("dettool", PS_LOG_INFO, "no rows found");
    20252021        psFree(output);
    20262022        return true;
     
    23362332    }
    23372333    if (!psArrayLength(output)) {
    2338         // XXX check psError here
    2339         psError(PS_ERR_UNKNOWN, false, "no pending rawExp rows found");
     2334        psTrace("dettool", PS_LOG_INFO, "no rows found");
    23402335        psFree(output);
    23412336        return true;
     
    24892484    }
    24902485    if (!psArrayLength(output)) {
    2491         // XXX check psError here
    2492         psError(PS_ERR_UNKNOWN, false, "no pending rawExp rows found");
     2486        psTrace("dettool", PS_LOG_INFO, "no rows found");
     2487        psFree(output);
    24932488        return true;
    24942489    }
     
    25722567    }
    25732568    if (!psArrayLength(output)) {
    2574         // XXX check psError here
    2575         psError(PS_ERR_UNKNOWN, false, "no detProcessedExp rows found");
     2569        psTrace("dettool", PS_LOG_INFO, "no rows found");
    25762570        psFree(output);
    25772571        return true;
     
    26932687    }
    26942688    if (!psArrayLength(output)) {
    2695         // XXX check psError here
    2696         psError(PS_ERR_UNKNOWN, false, "no stackable detProcessedImfiles found");
     2689        psTrace("dettool", PS_LOG_INFO, "no rows found");
    26972690        psFree(output);
    26982691        return true;
     
    28012794    }
    28022795    if (!psArrayLength(output)) {
    2803         // XXX check psError here
    2804         psError(PS_ERR_UNKNOWN, false, "no detProcessedImfile rows found");
     2796        psTrace("dettool", PS_LOG_INFO, "no rows found");
    28052797        psFree(output);
    28062798        return true;
     
    30353027    }
    30363028    if (!psArrayLength(output)) {
    3037         // XXX check psError here
    3038         psError(PS_ERR_UNKNOWN, false, "no detStackedImfile rows found");
     3029        psTrace("dettool", PS_LOG_INFO, "no rows found");
    30393030        psFree(output);
    30403031        return true;
     
    31613152    }
    31623153    if (!psArrayLength(output)) {
    3163         // XXX check psError here
    3164         psError(PS_ERR_UNKNOWN, false, "no detNormalizedStatImfile rows found");
     3154        psTrace("dettool", PS_LOG_INFO, "no rows found");
    31653155        psFree(output);
    31663156        return true;
     
    32273217    }
    32283218    if (!psArrayLength(output)) {
    3229         // XXX check psError here
    3230         psError(PS_ERR_UNKNOWN, false, "no detStackedImfile rows found");
     3219        psTrace("dettool", PS_LOG_INFO, "no rows found");
    32313220        psFree(output);
    32323221        return true;
     
    33823371    }
    33833372    if (!psArrayLength(output)) {
    3384         // XXX check psError here
    3385         psError(PS_ERR_UNKNOWN, false, "no normalizable detNormalizedStatImfiles found");
     3373        psTrace("dettool", PS_LOG_INFO, "no rows found");
    33863374        psFree(output);
    33873375        return true;
     
    35933581    }
    35943582    if (!psArrayLength(output)) {
    3595         // XXX check psError here
    3596         psError(PS_ERR_UNKNOWN, false, "no pending detNormalizedStatImfile rows found");
     3583        psTrace("dettool", PS_LOG_INFO, "no rows found");
    35973584        psFree(output);
    35983585        return true;
     
    37223709    }
    37233710    if (!psArrayLength(output)) {
    3724         // XXX check psError here
    3725         psError(PS_ERR_UNKNOWN, false, "no rawImfile rows found");
     3711        psTrace("dettool", PS_LOG_INFO, "no rows found");
    37263712        psFree(output);
    37273713        return true;
     
    38733859    }
    38743860    if (!psArrayLength(output)) {
    3875         // XXX check psError here
    3876         psError(PS_ERR_UNKNOWN, false, "no complete detNormalizedImfile exp found");
     3861        psTrace("dettool", PS_LOG_INFO, "no rows found");
    38773862        psFree(output);
    38783863        return true;
     
    39663951    }
    39673952    if (!psArrayLength(output)) {
    3968         // XXX check psError here
    3969         psError(PS_ERR_UNKNOWN, false, "no detNormalizedExp rows found");
     3953        psTrace("dettool", PS_LOG_INFO, "no rows found");
    39703954        psFree(output);
    39713955        return true;
     
    41804164    }
    41814165    if (!psArrayLength(output)) {
    4182         // XXX check psError here
    4183         psError(PS_ERR_UNKNOWN, false, "no residable detNormalizedImfileis found");
     4166        psTrace("dettool", PS_LOG_INFO, "no rows found");
    41844167        psFree(output);
    41854168        return true;
     
    42774260    }
    42784261    if (!psArrayLength(output)) {
    4279         // XXX check psError here
    4280         psError(PS_ERR_UNKNOWN, false, "no detNormalizedImfile rows found");
     4262        psTrace("dettool", PS_LOG_INFO, "no rows found");
    42814263        psFree(output);
    42824264        return true;
     
    46604642    }
    46614643    if (!psArrayLength(output)) {
    4662         // XXX check psError here
    4663         psError(PS_ERR_UNKNOWN, false, "no detResidImfile rows found");
     4644        psTrace("dettool", PS_LOG_INFO, "no rows found");
    46644645        psFree(output);
    46654646        return true;
     
    47994780    }
    48004781    if (!psArrayLength(output)) {
    4801         // XXX check psError here
    4802         psError(PS_ERR_UNKNOWN, false, "no residExpable detResidImfiles found");
     4782        psTrace("dettool", PS_LOG_INFO, "no rows found");
    48034783        psFree(output);
    48044784        return true;
     
    51815161    }
    51825162    if (!psArrayLength(output)) {
    5183         // XXX check psError here
    5184         psError(PS_ERR_UNKNOWN, false, "no detResidExp rows found");
     5163        psTrace("dettool", PS_LOG_INFO, "no rows found");
    51855164        psFree(output);
    51865165        return true;
     
    52965275    }
    52975276    if (!psArrayLength(output)) {
    5298         // XXX check psError here
    5299         psError(PS_ERR_UNKNOWN, false, "no completed det runs found");
     5277        psTrace("dettool", PS_LOG_INFO, "no rows found");
    53005278        psFree(output);
    53015279        return true;
     
    55775555    }
    55785556    if (!psArrayLength(output)) {
    5579         // XXX check psError here
    5580         psError(PS_ERR_UNKNOWN, false, "no pending completed detrun iterations found");
     5557        psTrace("dettool", PS_LOG_INFO, "no rows found");
    55815558        psFree(output);
    55825559        return true;
     
    57565733    }
    57575734    if (!psArrayLength(output)) {
    5758         psError(PS_ERR_UNKNOWN, false, "no detRunSummary rows found");
     5735        psTrace("dettool", PS_LOG_INFO, "no rows found");
    57595736        psFree(output);
    57605737        return true;
     
    58875864    }
    58885865    if (!psArrayLength(output)) {
    5889         // XXX check psError here
    5890         psError(PS_ERR_UNKNOWN, false, "no completed detrun iterations found");
     5866        psTrace("dettool", PS_LOG_INFO, "no rows found");
    58915867        psFree(output);
    58925868        return true;
  • trunk/ippTools/src/difftool.c

    r12029 r12093  
    358358    }
    359359    if (!psArrayLength(output)) {
    360         psError(PS_ERR_UNKNOWN, false, "no diffInputSkyfile rows found");
     360        psTrace("difftool", PS_LOG_INFO, "no rows found");
    361361        psFree(output);
    362362        return true;
     
    452452    }
    453453    if (!psArrayLength(output)) {
    454         psError(PS_ERR_UNKNOWN, false, "no diffSkyfile rows found");
     454        psTrace("difftool", PS_LOG_INFO, "no rows found");
    455455        psFree(output);
    456456        return true;
     
    615615    }
    616616    if (!psArrayLength(output)) {
    617         psError(PS_ERR_UNKNOWN, false, "no diffSkyfile rows found");
     617        psTrace("difftool", PS_LOG_INFO, "no rows found");
    618618        psFree(output);
    619619        return true;
  • trunk/ippTools/src/pzgetexp.c

    r11857 r12093  
    128128    }
    129129    if (!psArrayLength(newSummitExps)) {
    130         psError(PS_ERR_UNKNOWN, true, "no new fileSet/exp IDs");
     130        psTrace("pzgetexp", PS_LOG_INFO, "no new fileSet/exp IDs");
    131131        psFree(newSummitExps);
    132132        return true;
  • trunk/ippTools/src/pztool.c

    r11860 r12093  
    104104    }
    105105    if (!psArrayLength(output)) {
    106         psError(PS_ERR_UNKNOWN, false, "no rows found");
     106        psTrace("pztool", PS_LOG_INFO, "no rows found");
    107107        psFree(output);
    108108        return true;
     
    162162    }
    163163    if (!psArrayLength(output)) {
    164         psError(PS_ERR_UNKNOWN, false, "no rows found");
     164        psTrace("pztool", PS_LOG_INFO, "no rows found");
    165165        psFree(output);
    166166        return true;
     
    222222    }
    223223    if (!psArrayLength(output)) {
    224         psError(PS_ERR_UNKNOWN, false, "no rows found");
     224        psTrace("pztool", PS_LOG_INFO, "no rows found");
    225225        psFree(output);
    226226        return true;
  • trunk/ippTools/src/stacktool.c

    r12054 r12093  
    367367    }
    368368    if (!psArrayLength(output)) {
    369         psError(PS_ERR_UNKNOWN, false, "no stackInputSkyfile rows found");
     369        psTrace("stacktool", PS_LOG_INFO, "no rows found");
    370370        psFree(output);
    371371        return true;
     
    455455    }
    456456    if (!psArrayLength(output)) {
    457         psError(PS_ERR_UNKNOWN, false, "no stackSumSkyfile rows found");
     457        psTrace("stacktool", PS_LOG_INFO, "no rows found");
    458458        psFree(output);
    459459        return true;
     
    620620    }
    621621    if (!psArrayLength(output)) {
    622         psError(PS_ERR_UNKNOWN, false, "no warpSkyfile rows found");
     622        psTrace("stacktool", PS_LOG_INFO, "no rows found");
    623623        psFree(output);
    624624        return true;
  • trunk/ippTools/src/warptool.c

    r12076 r12093  
    341341    }
    342342    if (!psArrayLength(output)) {
    343         psError(PS_ERR_UNKNOWN, false, "no pending rawImfile rows found");
     343        psTrace("warptool", PS_LOG_INFO, "no rows found");
    344344        psFree(output);
    345345        return true;
     
    430430    }
    431431    if (!psArrayLength(output)) {
    432         psError(PS_ERR_UNKNOWN, false, "no pending rawImfile rows found");
     432        psTrace("warptool", PS_LOG_INFO, "no rows found");
    433433        psFree(output);
    434434        return true;
     
    532532    }
    533533    if (!psArrayLength(output)) {
    534         psError(PS_ERR_UNKNOWN, false, "no pending rawImfile rows found");
     534        psTrace("warptool", PS_LOG_INFO, "no rows found");
    535535        psFree(output);
    536536        return true;
     
    722722    }
    723723    if (!psArrayLength(output)) {
    724         psError(PS_ERR_UNKNOWN, false, "no warpSkyCellMap rows found");
     724        psTrace("warptool", PS_LOG_INFO, "no rows found");
    725725        psFree(output);
    726726        return true;
     
    820820    }
    821821    if (!psArrayLength(output)) {
    822         psError(PS_ERR_UNKNOWN, false, "no warpPendingSkyCell rows found");
     822        psTrace("warptool", PS_LOG_INFO, "no rows found");
    823823        psFree(output);
    824824        return true;
     
    11081108    }
    11091109    if (!psArrayLength(output)) {
    1110         psError(PS_ERR_UNKNOWN, false, "no warpSkyfile rows found");
     1110        psTrace("warptool", PS_LOG_INFO, "no rows found");
    11111111        psFree(output);
    11121112        return true;
Note: See TracChangeset for help on using the changeset viewer.