Skip to content

Commit

Permalink
feat: tag each sequences to an id to prepare flats-lights multi matching
Browse files Browse the repository at this point in the history
  • Loading branch information
TomyCesaille committed Nov 2, 2024
1 parent 91fdb0c commit 0b608ed
Show file tree
Hide file tree
Showing 5 changed files with 232 additions and 79 deletions.
1 change: 1 addition & 0 deletions src/commands/dispatch-dump.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ const dispatch = async ({
const bankFiles = getFitsFromDirectory({
directory: bankDirectory,
projectDirectory,
sequenceId: asiAirFiles[asiAirFiles.length - 1].sequenceId,
});
logger.info(`Found ${bankFiles.length} files in the bank.`);
bankFiles.forEach(file => {
Expand Down
Loading

0 comments on commit 0b608ed

Please sign in to comment.