Decapod 0.7 Directory Structure
Global Settings
UI Localization
File Location |
Description |
See Also |
---|---|---|
decapod-ui/core/js/messages.js |
The script that contains all of the strings used in the User Interfaces. |
Css Files
File Location |
Description |
---|---|
decapod-ui/core/styles/css/decapod.css |
The generic decapod styles including the header, footer, title bar, main content area, etc. |
decapod-ui/core/styles/css/help.css |
The styles for help pages. |
decapod-ui/core/styles/css/stereo.css |
The styles shared by calibrate and dewarp user interfaces. |
Calibrate
Calibrate Server
File Location |
Description |
See Also |
---|---|---|
decapod-server/calibrate/config/calibrateServer.conf |
The server configuration. |
|
decapod-server/calibrate/data/status.json |
The status file that keeps track of the status of the calibration. Remove this file manually if the server is unexpectedly interrupted or terminates during the calibration process. |
 |
Calibrate UI
File Location |
Description |
See Also |
---|---|---|
decapod-ui/calibrate/html/calibrator.html |
The start point to launch UI. |
 |
Capture
Capture Server
File Location |
Description |
See Also |
---|---|---|
decapod-server/capture/config/captureServer.conf |
The server configuration. |
|
decapod-server/capture/data/stereo/captureStatus.json |
The status file that keeps track of the status of the current capture index and the number of total captures. Check this file if the server returned data is not in sync with the actual captures. |
 |
Capture UI
File Location |
Description |
See Also |
---|---|---|
decapod-ui/capture/html/capture.html |
The start point to launch UI. |
 |
Css Files
File Location |
Description |
---|---|
decapod-ui/capture/css/capturer.css |
The styles for capture user interface. |
Dewarp
Dewarp Server
File Location |
Description |
See Also |
---|---|---|
decapod-server/dewarp/config/dewarpServer.conf |
The server configuration. |
|
decapod-server/dewarp/data/status.json |
The status file that keeps track of the status of dewarping. Remove this file manually if the server is unexpectedly interrupted or terminates during the dewarping process. |
 |
Dewarp UI
File Location |
Description |
See Also |
---|---|---|
decapod-ui/dewarp/html/dewarper.html |
The start point to launch UI. |
 |
Export
Export Server
File Location |
Description |
See Also |
---|---|---|
decapod-server/export/config/exportServer.conf |
The server configuration. |
|
decapod-server/export/library/book/export/pdf/exportStatus.json |
The status file that keeps track of the status of dewarping. Remove this file manually if the server is unexpectedly interrupted or terminates during the PDF generation process. |
 |
Export UI
File Location |
Description |
See Also |
---|---|---|
decapod-ui/export/components/exporter/html/exporter.html |
The start point to launch UI. |
 |
Css Files
File Location |
Description |
---|---|
decapod-ui/export/components/exporter/css/exportControls.css |
The styles for export controls and status text. |
decapod-ui/export/components/exporter/css/exporter.css |
The styles for uploader and accordion. |
decapod-ui/export/components/exporter/css/exportInfo.css |
The style for The label used in the export format's textual description. |
decapod-ui/export/components/exporter/css/exportType.css |
The styles for the PDF generation and output including the error output and the progress bar. |
decapod-ui/export/components/exporter/css/pdfExporter.css |
The styles for export file format options and controls. |