Skip to content

Latest commit

 

History

History
38 lines (35 loc) · 2.3 KB

flowchart2-prempsearchC-before.md

File metadata and controls

38 lines (35 loc) · 2.3 KB

prempsearchC-before

flowchart TD
    A[/"~"/.coias/param/AstMPC_dim.edb/] --- B[[searchB.py]]
    C[/"~"/.coias/param/AstMPC.edb/] --- D[[searchB_AstMPC.py]]
    B --> E[/cand_dim.txt/]
    D --> F[/cand_bright.txt/]
    D --> G[/bright_asteroid_raw_names_in_the_field.txt/]
    G --- h[[make_asteroid_name_list_in_the_field.py]]
    h --> i[/"~"/.coias/orbit_data/以下の<br>bright_asteroid_MPC_names_in_the_field.txt/]
    E --> H[/cand.txt/]
    F --> H
    H --> I[/cand2.txt/]
    I --> J[/cand2b.txt/]
    J --> K[/cand3.txt/]
    J --> L[/cand4.txt/]
    K --- M[[getinfo_numbered.py]]
    M --> N[/"~"/.coias/orbit_data/以下の<br>numbered_new2B.txt/]
Loading