Contents Menu Expand Light mode Dark mode Auto light/dark mode
RASSINE
RASSINE
  • Quickstart
  • Architecture of RASSINE
  • Command-line tools
    • preprocess_import
    • preprocess_table
    • reinterpolate
    • stacking_create_groups
    • stacking_stack
    • stacking_master_spectrum
    • rassine
    • matching_anchors_scan
    • matching_anchors_filter
    • matching_diff
  • Pipeline in run_rassine.sh
  • Develop RASSINE
    • Quickstart (development version)
    • Documentation
    • Testing
    • How to release a new RASSINE version
    • Styleguide
  • Public API
    • imports
      • data
        • DACE
        • IndividualBasicRow
        • IndividualImportedRow
        • IndividualReinterpolatedRow
        • PickledIndividualSpectrum
        • ReinterpolatedSpectrumPickle
      • preprocess_import
        • cli
        • find_hole
        • get_parser
        • preprocess_import
        • run
        • Task
      • preprocess_table
        • cli
        • get_parser
        • run
        • Task
      • reinterpolate
        • cli
        • get_parser
        • reinterpolate
        • run
        • ReinterpolationSettings
        • Task
    • stacking
      • data
        • IndividualGroupRow
        • MasterPickle
        • MasterRow
        • StackedBasicRow
        • StackedPickle
      • stacking_create_groups
        • cli
        • get_parser
        • run
        • Task
      • stacking_master_spectrum
        • cli
        • get_parser
        • run
        • Task
      • stacking_stack
        • cli
        • get_parser
        • perform_stacking
        • run
        • Task
    • rassine
      • data
        • ExtraPlotData
        • RassineBasicOutput
        • RassineParameters
        • RassinePickle
      • functions
        • empty_ccd_gap
      • parsing
        • stretching_to_string
        • Auto
        • RegPoly
        • RegSigmoid
      • process
        • ccf_fun
        • clustering
        • produce_line
        • rassine_process
      • rassine
        • cli
        • get_parser
        • make_ini_contents_from_parameters
        • plot_output
        • print_parameters_according_to_paper
        • run
        • update_using_anchor_file
        • Task
    • matching
      • data
        • AnchorOutput
        • AnchorParameters
        • AnchorPickle
        • MasterToolPickle
        • MatchingAnchorsRow
        • MatchingDiffOutput
        • MatchingDiffParameters
        • MatchingPickle
      • matching_anchors_filter
        • cast_as_anchor_pickle
        • cli
        • get_parser
        • intersect_all_continuum_single
        • match_nearest
        • run
        • Task
      • matching_anchors_scan
        • cli
        • get_parser
        • intersect_all_continuum_sphinx
        • run
        • Task
      • matching_diff
        • cli
        • get_parser
        • matching_diff_continuum
        • run
        • Task
    • tools
      • compare_normalized_output
        • cli
        • compute_distance
        • get_continuum_linear
        • run
        • Task
      • enumerate_table_column_unique_values
        • cli
        • run
        • Task
      • enumerate_table_rows
        • cli
        • run
        • Task
      • pickle_compare
        • cli
        • run
        • Task
      • reorder_csv
        • cli
        • get_parser
        • run
        • Task
      • sort_csv
        • cli
        • get_parser
        • run
        • Task
    • lib
      • analysis
        • find_nearest1
        • grouping
        • rolling_iq
      • data
        • LoggingLevel
        • NameRow
        • PathPattern
        • PickleProtocol
      • io
        • open_pickle
        • save_pickle
        • NoCheck
      • math
        • check_none_negative_values
        • create_grid
        • doppler_r
        • gaussian
        • local_max
        • make_continuum
        • smooth
        • truncated
        • DopplerResult
      • util
        • log_task_name_and_time
  • Bibliography
Back to top

cli#

cli()[source]#
Return type:

None

Next
get_parser
Previous
stacking_master_spectrum
Copyright © 2019-2022, Michael Cretignier, Xavier Dumusque, Denis Rosset & contributors
Made with Sphinx and @pradyunsg's Furo
On this page
  • cli
    • cli()