Skip to content

Commit

Permalink
📝readme: add cron note
Browse files Browse the repository at this point in the history
  • Loading branch information
npac committed Nov 26, 2024
1 parent 9a86ed1 commit c176335
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ See

* build sqlite db of all acquisitions with subset of parameters
* use db summary to pull out "ideal template"
* check new sessions' acquisitions against template to alert
* check new sessions' acquisitions against template to alert via cron
```
#m h dom mon dow command
30 0 * * * /home/npac/src/mrrc-hdr-qa/02_update_db.sh
```

## Notes
* "Sequence Name(0018,0024)" called "SequenceType" in [`taglist.txt`](./taglist.txt) is different per diffusion dcm (like `ep_b5#1`..`ep_b1540#27`)
Expand Down

0 comments on commit c176335

Please sign in to comment.