Changes

Lightfield

93 bytes added, 17:20, 13 May 2015
Check for previous images and clear out lfimages directory
*Once logged on, navigate to the lfimages directors:
<syntaxhighlight lang="bash">cd ~/lfimages</syntaxhighlight>
*Do whatever you need to do, make . Make a directory, copy *for data you just acquired ('''mkdir newset''').jpg Move all jpgs into that directory('''mv *. Remove jpg newset'''). *To free up space, remove all old images ('''rm *.jpg''').
*List images with:
<syntaxhighlight lang="bash">ls -la</syntaxhighlight>
<syntaxhighlight lang="bash">df -h</syntaxhighlight>
*this will list the space per partition/device in human readable format.
*Check disk usage for lfimages directory:
<syntaxhighlight lang="bash">du -h ~/lfimages</syntaxhighlight>
*this will list disk usage by lfimages.
==Previewing Outer Corners of Acquisition Set==