Decomposing Bodies
  1. Decomposing Bodies

extractors-image-hpc

Public
AuthorCommitMessageCommit dateIssues
Sandeep Puthanveetil SatheesanSandeep Puthanveetil Satheesan
28b1ba954ad1. Changed image preview and thumbnail commands to improve processing of RAW images2. Changed extractor name
Rob KooperRob Kooper
5cbef892388add metadata/pyclowder
Rob KooperRob Kooper
14a28a31939split on . as well as :can not have . in key name
Rob KooperRob Kooper
3e0ab301375fix default path
Rob KooperRob Kooper
d9d1b1c00fafix when : in keythis will now extract more data
Rob KooperRob Kooper
c0fd0c39b14don't add raw by default
Rob KooperRob Kooper
44b77a1ec44MMerge pull request #4 in CATS/extractors-image from exif_extractor to master* commit 'a9401415d0b653846670472b096ac92435bdae25': Revert "Fixed filename for metadata previewer" Fixed filename for metadata previewer Fixed edge case with first entry of a Histogram in EXIF Updated to preserve nested EXIF & data types
Rob KooperRob Kooper
1ab1f552ea8smarter configuse environment variables set in /etc/clowder-env.sh
Rob KooperRob Kooper
2abdf812175allow to specify variables as environment variables
Maxwell BurnetteMaxwell Burnette
a9401415d0bRevert "Fixed filename for metadata previewer"This reverts commit e6a1fe536a869648009c292a879e446003c803ce.
Maxwell BurnetteMaxwell Burnette
e6a1fe536a8Fixed filename for metadata previewer
Maxwell BurnetteMaxwell Burnette
67246e2c13fFixed edge case with first entry of a Histogram in EXIFTo ensure key/value is swapped in a histogram. The EXIF data uses count as the key and pixel color as value, so the key may not be unique unless we use color as key and count as value.
Maxwell BurnetteMaxwell Burnette
c2969fd2d6bUpdated to preserve nested EXIF & data typesNow nested objects in EXIF data will be nested in resulting JSON metadata as well. Two structures - Histogram and Colormap - currently use special handling. Also, strings undergo simple RegEx to identify ints, floats and boolean values.
Rob KooperRob Kooper
553747a3fb5Fix permissions
Rob KooperRob Kooper
01df5ac8dcdSmall tweaks
Maxwell BurnetteMaxwell Burnette
d20f845303bUpdated extractor ID and filenameNow ncsa.image.preview
Maxwell BurnetteMaxwell Burnette
11cbc0e37c5Added EXIF metadata extractorStill a work in progress (EXIF data not nested correctly) but the exif extractor will try to use ImageMagick identify tool to extract EXIF data from image.
Sandeep Puthanveetil SatheesanSandeep Puthanveetil Satheesan
7dd34324990Updated instructions for installing ufraw-batch - required for converting RAW image formats.
Rob KooperRob Kooper
8da30ff1622documentation
Rob KooperRob Kooper
473b4667eb5better log info
Rob KooperRob Kooper
c8ff94dce07use pyclowder instead of pymedici
Rob KooperRob Kooper
2bec05f1ac0change Medici to Clowder
Rob KooperRob Kooper
bf7984cbc86changed medici to clowderprint log message if resulting file is 0 bytes
Rob KooperRob Kooper
166270af148close file handle MMDB-1804MMDB-1804
Rob KooperRob Kooper
d86a6db1815wait 5 seconds before restarting
Rob KooperRob Kooper
0a57a313f12ignore pymedici
Rob KooperRob Kooper
e47b3954f7bgeneralize codeAll options now in config file. The main code is generic.
Rob KooperRob Kooper
3292fcda457fix upload code
Rob KooperRob Kooper
0541fc69ddcfix missing inputfile
Rob KooperRob Kooper
b623ac397b0Ignore pyc files
Rob KooperRob Kooper
78fe676f7e5Initial Commit