Skip to content

Commit

Permalink
Save CLASP, SWASP images to ram disk.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchote committed Dec 21, 2023
1 parent 3cd56b4 commit 3b6a949
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/clasp/cam1.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"filters": ["NONE"],
"header_card_capacity": 144,
"camera_id": "CAM1",
"output_path": "Z:/",
"output_path": "R:/",
"output_prefix": "cam1",
"expcount_path": "cam1-counter.json"
}
2 changes: 1 addition & 1 deletion config/superwasp/cam1.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"filters": ["RGB-B"],
"header_card_capacity": 144,
"camera_id": "CAM1",
"output_path": "Z:/",
"output_path": "R:/",
"output_prefix": "cam1",
"expcount_path": "cam1-counter.json"
}
2 changes: 1 addition & 1 deletion config/superwasp/cam2.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"filters": ["RGB-G"],
"header_card_capacity": 144,
"camera_id": "CAM2",
"output_path": "Z:/",
"output_path": "R:/",
"output_prefix": "cam2",
"expcount_path": "cam2-counter.json"
}
2 changes: 1 addition & 1 deletion config/superwasp/cam3.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"filters": ["RGB-R"],
"header_card_capacity": 144,
"camera_id": "CAM3",
"output_path": "Z:/",
"output_path": "R:/",
"output_prefix": "cam3",
"expcount_path": "cam3-counter.json"
}
2 changes: 1 addition & 1 deletion config/superwasp/cam4.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"filters": ["i"],
"header_card_capacity": 144,
"camera_id": "CAM4",
"output_path": "Z:/",
"output_path": "R:/",
"output_prefix": "cam4",
"expcount_path": "cam4-counter.json"
}

0 comments on commit 3b6a949

Please sign in to comment.