|
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: DataLab \n" |
10 | 10 | "Report-Msgid-Bugs-To: \n" |
11 | | -"POT-Creation-Date: 2025-07-08 15:38+0200\n" |
| 11 | +"POT-Creation-Date: 2025-07-08 17:54+0200\n" |
12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 | 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
14 | 14 | "Language: fr\n" |
@@ -55,9 +55,6 @@ msgstr "" |
55 | 55 | msgid "Invalid number of retries (must be >= 1)" |
56 | 56 | msgstr "" |
57 | 57 |
|
58 | | -msgid "The proxy object also allows to access DataLab computing methods exposed by the processor classes (see :ref:`processor_methods`)." |
59 | | -msgstr "" |
60 | | - |
61 | 58 | msgid "Examples" |
62 | 59 | msgstr "" |
63 | 60 |
|
@@ -484,196 +481,3 @@ msgstr "" |
484 | 481 | msgid "To run a computation feature associated to a processor, you can use the :meth:`calc` method of the proxy object:" |
485 | 482 | msgstr "" |
486 | 483 |
|
487 | | -msgid "Directly calling the processor method from the proxy object:" |
488 | | -msgstr "" |
489 | | - |
490 | | -#, python-brace-format |
491 | | -msgid "The `compute_{name}` methods are not statically defined in the proxy classes (and not even dynamically). They are nevertheless available through the proxy objects thanks to the magic method :meth:`__getattr__` which forwards the call to the :meth:`calc` method. However, this means that the methods are not listed in the proxy classes documentation, and they are not available in the auto-completion feature of your IDE." |
492 | | -msgstr "" |
493 | | - |
494 | | -msgid "Number of compute methods" |
495 | | -msgstr "" |
496 | | - |
497 | | -msgid "Signal" |
498 | | -msgstr "" |
499 | | - |
500 | | -msgid "Image" |
501 | | -msgstr "" |
502 | | - |
503 | | -msgid "Total" |
504 | | -msgstr "" |
505 | | - |
506 | | -msgid "11" |
507 | | -msgstr "" |
508 | | - |
509 | | -msgid "14" |
510 | | -msgstr "" |
511 | | - |
512 | | -msgid "25" |
513 | | -msgstr "" |
514 | | - |
515 | | -msgid "Signal processing" |
516 | | -msgstr "" |
517 | | - |
518 | | -msgid "The following table lists the signal processor methods - it is automatically generated from the source code:" |
519 | | -msgstr "" |
520 | | - |
521 | | -msgid "Signal processor methods" |
522 | | -msgstr "" |
523 | | - |
524 | | -msgid "Compute method" |
525 | | -msgstr "" |
526 | | - |
527 | | -msgid "Description" |
528 | | -msgstr "" |
529 | | - |
530 | | -msgid ":py:func:`~datalab.gui.processor.signal.SignalProcessor.compute_all_stability`" |
531 | | -msgstr "" |
532 | | - |
533 | | -msgid "Compute all stability analysis features" |
534 | | -msgstr "" |
535 | | - |
536 | | -msgid ":py:func:`~datalab.gui.processor.signal.SignalProcessor.compute_fit`" |
537 | | -msgstr "" |
538 | | - |
539 | | -msgid "Compute fitting curve using an interactive dialog" |
540 | | -msgstr "" |
541 | | - |
542 | | -msgid ":py:func:`~datalab.gui.processor.signal.SignalProcessor.compute_full_width_at_y`" |
543 | | -msgstr "" |
544 | | - |
545 | | -msgid "Compute full width at a given y" |
546 | | -msgstr "" |
547 | | - |
548 | | -msgid ":py:func:`~datalab.gui.processor.signal.SignalProcessor.compute_multigaussianfit`" |
549 | | -msgstr "" |
550 | | - |
551 | | -msgid "Compute multi-Gaussian fitting curve using an interactive dialog" |
552 | | -msgstr "" |
553 | | - |
554 | | -msgid ":py:func:`~datalab.gui.processor.signal.SignalProcessor.compute_multiple_1_to_1`" |
555 | | -msgstr "" |
556 | | - |
557 | | -msgid "Generic processing method: 1 object in → n objects out" |
558 | | -msgstr "" |
559 | | - |
560 | | -msgid ":py:func:`~datalab.gui.processor.signal.SignalProcessor.compute_offset_correction`" |
561 | | -msgstr "" |
562 | | - |
563 | | -msgid "Compute offset correction" |
564 | | -msgstr "" |
565 | | - |
566 | | -msgid ":py:func:`~datalab.gui.processor.signal.SignalProcessor.compute_peak_detection`" |
567 | | -msgstr "" |
568 | | - |
569 | | -msgid "Detect peaks from data" |
570 | | -msgstr "" |
571 | | - |
572 | | -msgid ":py:func:`~datalab.gui.processor.signal.SignalProcessor.compute_polyfit`" |
573 | | -msgstr "" |
574 | | - |
575 | | -msgid "Compute polynomial fitting curve" |
576 | | -msgstr "" |
577 | | - |
578 | | -msgid ":py:func:`~datalab.gui.processor.signal.SignalProcessor.compute_roi_extraction`" |
579 | | -msgstr "" |
580 | | - |
581 | | -msgid "Extract Region Of Interest (ROI) from data" |
582 | | -msgstr "" |
583 | | - |
584 | | -msgid ":py:func:`~datalab.gui.processor.signal.SignalProcessor.compute_x_at_y`" |
585 | | -msgstr "" |
586 | | - |
587 | | -msgid "Compute x at y with :py:func:`sigima.proc.signal.x_at_y`" |
588 | | -msgstr "" |
589 | | - |
590 | | -msgid ":py:func:`~datalab.gui.processor.signal.SignalProcessor.compute_y_at_x`" |
591 | | -msgstr "" |
592 | | - |
593 | | -msgid "Compute y at x with :py:func:`sigima.proc.signal.y_at_x`" |
594 | | -msgstr "" |
595 | | - |
596 | | -msgid "Image processing" |
597 | | -msgstr "" |
598 | | - |
599 | | -msgid "The following table lists the image processor methods - it is automatically generated from the source code:" |
600 | | -msgstr "" |
601 | | - |
602 | | -msgid "Image processor methods" |
603 | | -msgstr "" |
604 | | - |
605 | | -msgid ":py:func:`~datalab.gui.processor.image.ImageProcessor.compute_all_denoise`" |
606 | | -msgstr "" |
607 | | - |
608 | | -msgid "Compute all denoising filters" |
609 | | -msgstr "" |
610 | | - |
611 | | -msgid ":py:func:`~datalab.gui.processor.image.ImageProcessor.compute_all_edges`" |
612 | | -msgstr "" |
613 | | - |
614 | | -msgid "Compute all edges filters" |
615 | | -msgstr "" |
616 | | - |
617 | | -msgid ":py:func:`~datalab.gui.processor.image.ImageProcessor.compute_all_morphology`" |
618 | | -msgstr "" |
619 | | - |
620 | | -msgid "Compute all morphology filters" |
621 | | -msgstr "" |
622 | | - |
623 | | -msgid ":py:func:`~datalab.gui.processor.image.ImageProcessor.compute_all_threshold`" |
624 | | -msgstr "" |
625 | | - |
626 | | -msgid "Compute all threshold algorithms" |
627 | | -msgstr "" |
628 | | - |
629 | | -msgid ":py:func:`~datalab.gui.processor.image.ImageProcessor.compute_average_profile`" |
630 | | -msgstr "" |
631 | | - |
632 | | -msgid "Compute average profile" |
633 | | -msgstr "" |
634 | | - |
635 | | -msgid ":py:func:`~datalab.gui.processor.image.ImageProcessor.compute_binning`" |
636 | | -msgstr "" |
637 | | - |
638 | | -msgid "Binning image with :py:func:`sigima.proc.image.binning`" |
639 | | -msgstr "" |
640 | | - |
641 | | -msgid ":py:func:`~datalab.gui.processor.image.ImageProcessor.compute_line_profile`" |
642 | | -msgstr "" |
643 | | - |
644 | | -msgid "Compute profile along a vertical or horizontal line" |
645 | | -msgstr "" |
646 | | - |
647 | | -msgid ":py:func:`~datalab.gui.processor.image.ImageProcessor.compute_multiple_1_to_1`" |
648 | | -msgstr "" |
649 | | - |
650 | | -msgid ":py:func:`~datalab.gui.processor.image.ImageProcessor.compute_offset_correction`" |
651 | | -msgstr "" |
652 | | - |
653 | | -msgid ":py:func:`~datalab.gui.processor.image.ImageProcessor.compute_peak_detection`" |
654 | | -msgstr "" |
655 | | - |
656 | | -msgid "Compute 2D peak detection" |
657 | | -msgstr "" |
658 | | - |
659 | | -msgid ":py:func:`~datalab.gui.processor.image.ImageProcessor.compute_radial_profile`" |
660 | | -msgstr "" |
661 | | - |
662 | | -msgid "Compute radial profile" |
663 | | -msgstr "" |
664 | | - |
665 | | -msgid ":py:func:`~datalab.gui.processor.image.ImageProcessor.compute_resize`" |
666 | | -msgstr "" |
667 | | - |
668 | | -msgid "Resize image with :py:func:`sigima.proc.image.resize`" |
669 | | -msgstr "" |
670 | | - |
671 | | -msgid ":py:func:`~datalab.gui.processor.image.ImageProcessor.compute_roi_extraction`" |
672 | | -msgstr "" |
673 | | - |
674 | | -msgid ":py:func:`~datalab.gui.processor.image.ImageProcessor.compute_segment_profile`" |
675 | | -msgstr "" |
676 | | - |
677 | | -msgid "Compute profile along a segment" |
678 | | -msgstr "" |
679 | | - |
0 commit comments