...
Adding steps about the tools and installing those tools ( rawtherapee, mobaxterm)
Steps in rawtherapee
Command line instructions
Pics or screenshots will be very helpful
Provide video overview
Requirements
How to get requirements
Additional requirements and instructions
Azure Matt
SUNNY Matt
NFS Locker Access Chris?
Backlog Spreadsheet:
Lref gdrive file | ||
---|---|---|
|
...
It is important to check if the copied batch was brought to the local user entirely.
We must know the number # of images in the original batch. This can be checked using this command line:
...
If there is an indication the pipeline is finished running, we want to crosscheck the number # of images within in the original batch with the number # of jpgs JPGs and pp3s PP3s created.
We can use both of these lines respectively:
...
Code Block | ||
---|---|---|
| ||
ls /mnt/research-projects/s/screberg/longterm_images2/semifield-developed-images/<batch>/images/*.pp3 | wc -l |
And compare to the number # of arws ARWs using this:
Code Block | ||
---|---|---|
| ||
ls /mnt/research-projects/s/screberg/longterm_images2/semifield-upload/<batch>/*.ARW | wc -l |
As long as the output number # we get from each of these commands are equivalent, we know we have successfully applied the color profile to every image in the batch.
If the number # of jps JPGs and pp3s PP3s are not equivalent to the original number # of images, try running the pipeline again within the screen. Double check the name of the batch that was typed in, this is where errors are likely to happen. Also, be sure to be navigated to the Semifield folder. If we are within the Field folder, the pipeline will not be successful.
...
When entire batch is fully completed, the row can be hidden by right clicking on the row number#, then click hide.
4. Blob Analyzer (????)
...
Code Block | ||
---|---|---|
| ||
ls /mnt/research-projects/s/screberg/longterm_images2/semifield-upload/<batch>/*.ARW | wc -l |
# of jpgs JPGs processed:
Code Block | ||
---|---|---|
| ||
ls /mnt/research-projects/s/screberg/longterm_images2/semifield-developed-images/<batch>/images/*.jpg | wc -l |
# of pp3 PP3 files created:
Code Block | ||
---|---|---|
| ||
ls /mnt/research-projects/s/screberg/longterm_images2/semifield-developed-images/<batch>/images/*.pp3 | wc -l |
...