Clowder
  1. Clowder

extractors-ptm

Public
AuthorCommitMessageCommit dateIssues
Constantinos SophocleousConstantinos Sophocleous
310db6bca93Exceptions handling fixes.Allowing RabbitMQ to resend the job messages for some common communication failure types.
Constantinos SophocleousConstantinos Sophocleous
62683baee366cf0a0412b305f2052a2b681cc63e8bcda2a79d4
Constantinos SophocleousConstantinos Sophocleous
aea0624fd90Added author.
c.sophocleousc.sophocleous
8b7fcd0b36dSet prefetch-count to 1 to avoid sending jobs to the same extractor.
c.sophocleousc.sophocleous
f706d8fe5bfReturning base 3D model generated by PTM-to-3D as preview as well.
c.sophocleousc.sophocleous
ce945a449aeChange in registered type of PTM preview returned by images-to-PTMextractor to be recognisable as coming from an imageset.
c.sophocleousc.sophocleous
1e9342a54afRequeue job to RabbitMQ in case server has a temporary issue responding.
c.sophocleousc.sophocleous
b2eb31a3605Bugfix.
c.sophocleousc.sophocleous
2851c67e6faCommand-line-input rabbitMQ port.
c.sophocleousc.sophocleous
0b9266025a5Extractors able to connect to rabbitMQ via SSL.
c.sophocleousc.sophocleous
3d1f9ff1462Bugfix for spaces in filenames.
c.sophocleousc.sophocleous
f8245adc90eMinor fix.
c.sophocleousc.sophocleous
f4ec0493447Using exchange name input as param.
c.sophocleousc.sophocleous
8306bf3a5c3Reverted to previous exception handling behavior.
c.sophocleousc.sophocleous
e807621c233Send job to other extractor if extractor processing it crashes.
c.sophocleousc.sophocleous
d7a6324138bImages-to-PTM extractor now taking size of input images and format ofPTM to generate as params.
c.sophocleousc.sophocleous
cd9a1c9bdf5PTM-from-imagesets extractor now also returns the PTM as a standalonepreview, not only as a step to the extraction of a 3D preview.
c.sophocleousc.sophocleous
ac2c9ee8e12Extractor for extraction of images from PTMs now tested and working. Cannow also work with image formats other than JPEG, as well as with raw image files.
c.sophocleousc.sophocleous
852581e61c5Bad file input exception handling for PTM maps extractor.
c.sophocleousc.sophocleous
5cf0985b400Minor fix.
c.sophocleousc.sophocleous
2c2a67a94bfMinor fix.
Constantinos SophocleousConstantinos Sophocleous
8cfc7605b09Better exception handling (including on corrupt files).
Constantinos SophocleousConstantinos Sophocleous
3a4c0e82cfeBetter exception handling (including on corrupt files).
Constantinos SophocleousConstantinos Sophocleous
27e20fa234cBetter exception handling (including on corrupt files).
Constantinos SophocleousConstantinos Sophocleous
6a4f809ef3dBetter exception handling (including on corrupt files).
Constantinos SophocleousConstantinos Sophocleous
c2c14c8a5cdBreak execution of extractors at any server fault.
Constantinos SophocleousConstantinos Sophocleous
fd9ba5c584bCustom key for communication of extractors with web server.
Constantinos SophocleousConstantinos Sophocleous
a327bad3738Improved error handling.
Constantinos SophocleousConstantinos Sophocleous
89d69368acdPTM thumbnail extractor refitted to extract thumbnail as Thumbnail andnot as Preview.
Constantinos SophocleousConstantinos Sophocleous
ec44b0c95d1Adaptation of PTM maps extractor to the new description of the PTM mapsextraction procedure by Mohammed.
Constantinos SophocleousConstantinos Sophocleous
4c41d2fc7b3First version of extractor using Bibliotheca Alexandrina's software toextract normal, diffuse and height maps only from PTMs for different number of iterations and return them to the server as PTM file previews. The GUI PTMViewer to be developed by Bibliotheca Alexandrina can then download the maps referenced in a special text file returned as preview.
Constantinos SophocleousConstantinos Sophocleous
14f30d1db55Bugfix.
Constantinos SophocleousConstantinos Sophocleous
3d1bad1eecbBugfix.
Constantinos SophocleousConstantinos Sophocleous
99969ccffb03D model complexity can be input for individual PTM files.
Constantinos SophocleousConstantinos Sophocleous
72d57f790adParameters for exatraction now passable for individual files.
Constantinos SophocleousConstantinos Sophocleous
d9f144dafb1Integrated the PTM-to-3D extractor with the PTM-to-3D software byBibliotheca Alexandrina.
Constantinos SophocleousConstantinos Sophocleous
6ea90e416dbOptional PTM preview generation.
Constantinos SophocleousConstantinos Sophocleous
483866ac18aExtractor that uses HP's PTMfitter to generate PTM files from imagesets. (UNTESTED)
Constantinos SophocleousConstantinos Sophocleous
14baddd4f10Extractors now send status reports back to web server.
Constantinos SophocleousConstantinos Sophocleous
2a738740e1fSkeleton for PTM-to-3D extractor (will be completed once we haveMohamnmed's code).
Constantinos SophocleousConstantinos Sophocleous
bf4abf4b2e0Bugfix.
Constantinos SophocleousConstantinos Sophocleous
2b45460ff49Bugfix.
Constantinos SophocleousConstantinos Sophocleous
60ec611d33eMoved common functions to Extractor superclass.
Constantinos SophocleousConstantinos Sophocleous
4743605436cMoved common functions to Extractor superclass.
Constantinos SophocleousConstantinos Sophocleous
8a87d81baedNow using intermediate file id's in rabbitmq messages to use inextractor chaining.
Constantinos SophocleousConstantinos Sophocleous
70792f06bcbNow using temporary files.
Constantinos SophocleousConstantinos Sophocleous
c20740bab45Using RabbitMQ dedicated user. RabbitMQ authentication with username andpassword input through command line.
Constantinos SophocleousConstantinos Sophocleous
724c513cfe7Changed Java libraries to JavaSE1.7
Constantinos SophocleousConstantinos Sophocleous
f5d3886a58eFixed bug that sent wrong contentType.
Constantinos SophocleousConstantinos Sophocleous
11b69cd1ffcMinor fixes.