Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
breakoutModewide
ls /mnt/research-projects/s/screberg/longterm_images2/semifield-upload/<batch>/*.ARW | wc -l

for example ls /mnt/research-projects/s/screberg/longterm_images2/semifield-upload/MD_2024-07-02/*.ARW | wc -l

output: 560

- Check the number of images in the local directory after moving files from longterm storage to the local working directory. (before you run the …PIPLINE.py). This should equal the same as the above command. But should equal 0 after running the pipeline

Code Block
breakoutModewide
ls /home/psa_images/temp_data/semifield-upload/<batch>/*.ARW | wc -l

for example: ls /home/psa_images/temp_data/semifield-upload/MD_2024-07-02/*.ARW | wc -l

output (before running the pipeline): 560

output (after running the pipeline): 0

- After running the pipeline (…PIPELINE.py), you want to check if all the ARW files were properly converted to JPGs and moved to the longterm “developed” storage.

Code Block
breakoutModewide
ls /mnt/research-projects/s/screberg/longterm_images2/semifield-developed-images/<batch>/images/*.jpg | wc -l

for example: ls /mnt/research-projects/s/screberg/longterm_images2/semifield-developed-images/MD_2024-07-02/images/*.jpg | wc -l

output (after running the pipeline): 560

- These 3 commands should output the same number.

-

2. Color Profiling in RawTherapee

...

RawTherapee will launch in an separate window, opening to the most recent profile that has been worked on. Select the appropriate batch and allow to load. Scroll through making a mental note if some images are out of the ordinary (i.e. too bright, too dark, out of focus, etc).

...

.

...

2.1 Creating a color profile

...