Skip to content

Commit

Permalink
Close #101
Browse files Browse the repository at this point in the history
  • Loading branch information
WWGolay committed Nov 21, 2023
1 parent 1b19545 commit 732b0f4
Show file tree
Hide file tree
Showing 5 changed files with 531 additions and 228 deletions.
7 changes: 3 additions & 4 deletions pyscope/telrun/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
from .init_dirs import init_telrun_dir, init_remote_dir
from .mk_mosaic_schedule import mk_mosaic_schedule
from .rst import rst
from .sch import read_sch, write_sch
from . import sch
from .validate_ob import validate_ob
from .schedtel import schedtel, plot_schedule_gantt
from .schedtel import schedtel, plot_schedule_gantt, plot_schedule_sky
from .startup import start_telrun, start_syncfiles
from .summary_report import summary_report
from .syncfiles import syncfiles
Expand All @@ -27,8 +27,7 @@
"init_remote_dir",
"mk_mosaic_schedule",
"rst",
"read_sch",
"write_sch",
"sch",
"validate_ob",
"schedtel",
"plot_schedule_gantt",
Expand Down
Loading

0 comments on commit 732b0f4

Please sign in to comment.