Skip to content

Commit 4355806

Browse files
committed
cleanup
1 parent 8f0b116 commit 4355806

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

stixcore/processing/LBtoL0.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ def process_tm_type(files, tm_type, processor, spice_kernel_path, config, idbm):
8585

8686
RidLutManager.instance = RidLutManager(Path(CONFIG.get("Publish", "rid_lut_file")), update=False)
8787

88-
logger.info(f"Start Processing TM type: {tm_type} with {len(files)} files")
89-
90-
RidLutManager.instance = RidLutManager(Path(CONFIG.get("Publish", "rid_lut_file")), update=False)
91-
9288
# Stand alone packet data
9389
if (tm_type[0] == 21 and tm_type[-2] not in {20, 21, 22, 23, 24, 42}) or tm_type[0] != 21:
9490
for file in files:

stixcore/util/scripts/ddpd.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
run the script (best on pub099).
1010
It will generate output in stixcore/util/scripts/ddpd.html
1111
12-
1312
replace V02U.fit with V02.fits
1413
1514
Descriptions are derived from different sources doc strings, idb, fits files

0 commit comments

Comments
 (0)