Changeset 12093
- Timestamp:
- Feb 27, 2007, 1:50:30 PM (19 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 8 edited
-
camtool.c (modified) (5 diffs)
-
chiptool.c (modified) (4 diffs)
-
dettool.c (modified) (29 diffs)
-
difftool.c (modified) (3 diffs)
-
pzgetexp.c (modified) (1 diff)
-
pztool.c (modified) (3 diffs)
-
stacktool.c (modified) (3 diffs)
-
warptool.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/camtool.c
r12058 r12093 137 137 } 138 138 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"); 141 140 psFree(output); 142 141 return true; … … 207 206 } 208 207 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"); 211 209 psFree(output); 212 210 return true; … … 367 365 } 368 366 if (!psArrayLength(output)) { 369 ps Error(PS_ERR_UNKNOWN, false, "no camPendingExprows found");367 psTrace("camtool", PS_LOG_INFO, "no rows found"); 370 368 psFree(output); 371 369 return true; … … 502 500 } 503 501 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"); 506 503 psFree(output); 507 504 return true; … … 593 590 } 594 591 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"); 597 593 psFree(output); 598 594 return true; -
trunk/ippTools/src/chiptool.c
r12058 r12093 263 263 } 264 264 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"); 267 266 psFree(output); 268 267 return true; … … 522 521 } 523 522 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"); 526 524 psFree(output); 527 525 return true; … … 614 612 } 615 613 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"); 618 615 psFree(output); 619 616 return true; … … 718 715 } 719 716 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"); 722 718 psFree(output); 723 719 return true; -
trunk/ippTools/src/dettool.c
r12066 r12093 196 196 } 197 197 if (!psArrayLength(output)) { 198 ps Error(PS_ERR_UNKNOWN, false, "no pending rawExprows found");198 psTrace("dettool", PS_LOG_INFO, "no rows found"); 199 199 psFree(output); 200 200 return true; … … 1117 1117 } 1118 1118 if (!psArrayLength(detrendExps)) { 1119 ps Error(PS_ERR_UNKNOWN, true, "no rawExprows found");1119 psTrace("dettool", PS_LOG_INFO, "no rows found"); 1120 1120 psFree(detrendExps); 1121 1121 psFree(registered); … … 1686 1686 1687 1687 if (!psArrayLength(runs)) { 1688 ps Error(PS_ERR_UNKNOWN, false, "no detRunrows found");1688 psTrace("dettool", PS_LOG_INFO, "no rows found"); 1689 1689 psFree(runs); 1690 1690 return true; … … 1769 1769 } 1770 1770 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"); 1773 1772 psFree(output); 1774 1773 return true; … … 1852 1851 } 1853 1852 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"); 1856 1854 psFree(output); 1857 1855 return true; … … 1921 1919 } 1922 1920 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"); 1925 1922 psFree(output); 1926 1923 return true; … … 2021 2018 } 2022 2019 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"); 2025 2021 psFree(output); 2026 2022 return true; … … 2336 2332 } 2337 2333 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"); 2340 2335 psFree(output); 2341 2336 return true; … … 2489 2484 } 2490 2485 if (!psArrayLength(output)) { 2491 // XXX check psError here2492 ps Error(PS_ERR_UNKNOWN, false, "no pending rawExp rows found");2486 psTrace("dettool", PS_LOG_INFO, "no rows found"); 2487 psFree(output); 2493 2488 return true; 2494 2489 } … … 2572 2567 } 2573 2568 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"); 2576 2570 psFree(output); 2577 2571 return true; … … 2693 2687 } 2694 2688 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"); 2697 2690 psFree(output); 2698 2691 return true; … … 2801 2794 } 2802 2795 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"); 2805 2797 psFree(output); 2806 2798 return true; … … 3035 3027 } 3036 3028 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"); 3039 3030 psFree(output); 3040 3031 return true; … … 3161 3152 } 3162 3153 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"); 3165 3155 psFree(output); 3166 3156 return true; … … 3227 3217 } 3228 3218 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"); 3231 3220 psFree(output); 3232 3221 return true; … … 3382 3371 } 3383 3372 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"); 3386 3374 psFree(output); 3387 3375 return true; … … 3593 3581 } 3594 3582 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"); 3597 3584 psFree(output); 3598 3585 return true; … … 3722 3709 } 3723 3710 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"); 3726 3712 psFree(output); 3727 3713 return true; … … 3873 3859 } 3874 3860 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"); 3877 3862 psFree(output); 3878 3863 return true; … … 3966 3951 } 3967 3952 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"); 3970 3954 psFree(output); 3971 3955 return true; … … 4180 4164 } 4181 4165 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"); 4184 4167 psFree(output); 4185 4168 return true; … … 4277 4260 } 4278 4261 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"); 4281 4263 psFree(output); 4282 4264 return true; … … 4660 4642 } 4661 4643 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"); 4664 4645 psFree(output); 4665 4646 return true; … … 4799 4780 } 4800 4781 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"); 4803 4783 psFree(output); 4804 4784 return true; … … 5181 5161 } 5182 5162 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"); 5185 5164 psFree(output); 5186 5165 return true; … … 5296 5275 } 5297 5276 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"); 5300 5278 psFree(output); 5301 5279 return true; … … 5577 5555 } 5578 5556 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"); 5581 5558 psFree(output); 5582 5559 return true; … … 5756 5733 } 5757 5734 if (!psArrayLength(output)) { 5758 ps Error(PS_ERR_UNKNOWN, false, "no detRunSummaryrows found");5735 psTrace("dettool", PS_LOG_INFO, "no rows found"); 5759 5736 psFree(output); 5760 5737 return true; … … 5887 5864 } 5888 5865 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"); 5891 5867 psFree(output); 5892 5868 return true; -
trunk/ippTools/src/difftool.c
r12029 r12093 358 358 } 359 359 if (!psArrayLength(output)) { 360 ps Error(PS_ERR_UNKNOWN, false, "no diffInputSkyfilerows found");360 psTrace("difftool", PS_LOG_INFO, "no rows found"); 361 361 psFree(output); 362 362 return true; … … 452 452 } 453 453 if (!psArrayLength(output)) { 454 ps Error(PS_ERR_UNKNOWN, false, "no diffSkyfilerows found");454 psTrace("difftool", PS_LOG_INFO, "no rows found"); 455 455 psFree(output); 456 456 return true; … … 615 615 } 616 616 if (!psArrayLength(output)) { 617 ps Error(PS_ERR_UNKNOWN, false, "no diffSkyfilerows found");617 psTrace("difftool", PS_LOG_INFO, "no rows found"); 618 618 psFree(output); 619 619 return true; -
trunk/ippTools/src/pzgetexp.c
r11857 r12093 128 128 } 129 129 if (!psArrayLength(newSummitExps)) { 130 ps Error(PS_ERR_UNKNOWN, true, "no new fileSet/exp IDs");130 psTrace("pzgetexp", PS_LOG_INFO, "no new fileSet/exp IDs"); 131 131 psFree(newSummitExps); 132 132 return true; -
trunk/ippTools/src/pztool.c
r11860 r12093 104 104 } 105 105 if (!psArrayLength(output)) { 106 ps Error(PS_ERR_UNKNOWN, false, "no rows found");106 psTrace("pztool", PS_LOG_INFO, "no rows found"); 107 107 psFree(output); 108 108 return true; … … 162 162 } 163 163 if (!psArrayLength(output)) { 164 ps Error(PS_ERR_UNKNOWN, false, "no rows found");164 psTrace("pztool", PS_LOG_INFO, "no rows found"); 165 165 psFree(output); 166 166 return true; … … 222 222 } 223 223 if (!psArrayLength(output)) { 224 ps Error(PS_ERR_UNKNOWN, false, "no rows found");224 psTrace("pztool", PS_LOG_INFO, "no rows found"); 225 225 psFree(output); 226 226 return true; -
trunk/ippTools/src/stacktool.c
r12054 r12093 367 367 } 368 368 if (!psArrayLength(output)) { 369 ps Error(PS_ERR_UNKNOWN, false, "no stackInputSkyfilerows found");369 psTrace("stacktool", PS_LOG_INFO, "no rows found"); 370 370 psFree(output); 371 371 return true; … … 455 455 } 456 456 if (!psArrayLength(output)) { 457 ps Error(PS_ERR_UNKNOWN, false, "no stackSumSkyfilerows found");457 psTrace("stacktool", PS_LOG_INFO, "no rows found"); 458 458 psFree(output); 459 459 return true; … … 620 620 } 621 621 if (!psArrayLength(output)) { 622 ps Error(PS_ERR_UNKNOWN, false, "no warpSkyfilerows found");622 psTrace("stacktool", PS_LOG_INFO, "no rows found"); 623 623 psFree(output); 624 624 return true; -
trunk/ippTools/src/warptool.c
r12076 r12093 341 341 } 342 342 if (!psArrayLength(output)) { 343 ps Error(PS_ERR_UNKNOWN, false, "no pending rawImfilerows found");343 psTrace("warptool", PS_LOG_INFO, "no rows found"); 344 344 psFree(output); 345 345 return true; … … 430 430 } 431 431 if (!psArrayLength(output)) { 432 ps Error(PS_ERR_UNKNOWN, false, "no pending rawImfilerows found");432 psTrace("warptool", PS_LOG_INFO, "no rows found"); 433 433 psFree(output); 434 434 return true; … … 532 532 } 533 533 if (!psArrayLength(output)) { 534 ps Error(PS_ERR_UNKNOWN, false, "no pending rawImfilerows found");534 psTrace("warptool", PS_LOG_INFO, "no rows found"); 535 535 psFree(output); 536 536 return true; … … 722 722 } 723 723 if (!psArrayLength(output)) { 724 ps Error(PS_ERR_UNKNOWN, false, "no warpSkyCellMaprows found");724 psTrace("warptool", PS_LOG_INFO, "no rows found"); 725 725 psFree(output); 726 726 return true; … … 820 820 } 821 821 if (!psArrayLength(output)) { 822 ps Error(PS_ERR_UNKNOWN, false, "no warpPendingSkyCellrows found");822 psTrace("warptool", PS_LOG_INFO, "no rows found"); 823 823 psFree(output); 824 824 return true; … … 1108 1108 } 1109 1109 if (!psArrayLength(output)) { 1110 ps Error(PS_ERR_UNKNOWN, false, "no warpSkyfilerows found");1110 psTrace("warptool", PS_LOG_INFO, "no rows found"); 1111 1111 psFree(output); 1112 1112 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
