{"id":21662878,"url":"https://github.com/ktravis/hex","last_synced_at":"2025-03-20T05:49:05.874Z","repository":{"id":3874914,"uuid":"4961197","full_name":"ktravis/Hex","owner":"ktravis","description":"Standalone java data display for KPIX detector","archived":false,"fork":false,"pushed_at":"2013-03-24T22:13:20.000Z","size":24252,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-25T07:27:36.584Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ktravis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-07-09T16:40:04.000Z","updated_at":"2015-10-16T16:08:11.000Z","dependencies_parsed_at":"2022-09-04T14:22:01.974Z","dependency_job_id":null,"html_url":"https://github.com/ktravis/Hex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ktravis%2FHex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ktravis%2FHex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ktravis%2FHex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ktravis%2FHex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ktravis","download_url":"https://codeload.github.com/ktravis/Hex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244560373,"owners_count":20472219,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-25T10:18:34.861Z","updated_at":"2025-03-20T05:49:05.854Z","avatar_url":"https://github.com/ktravis.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"KPix EventDisplay\n=================\n\nUsage\n-----\n\nThe compiled, executable JAR should be run either directly (prohibiting the use of runtime arguments) or from the command line using:\n\n  `java -jar EventDisplay.jar`\n  \nThere are three optional flags which may be specified as arguments in the command line.\n\n\"-b\" : Denotes that the relative path+name for a binary data file will follow any flags\n\"-c\" : Attempt to calibrate scaling with the specified .bin file at runtime\n\"--usage\" : Print this information, and exit.\n\nTypical usage would be:\n  \n  `java -jar EventDisplay.jar -bc path/name_of_data_file.bin`\n  \n...which loads the file at ./path/name_of_data_file.bin and immediately attempts to calibrate.\n\nRunning from the command line without specifying flags is equivalent to running the executable JAR by double-clicking, and in the latter case any error output will be saved as a log.\nBoth loading .bin files and calibration can be accomplished from within the GUI of the display at any point after execution.\n\nConfiguration Files\n-------------------\n\nThe state of the detector can be read or generated as a series of properties and options, in the format:\n\n    property1 : option\n    property2 : option\n    ...\n    \nConfiguration files are saved by convention with a `.config` suffix, but file names are not required to follow that pattern.\nNecessary syntax is limited to separating properties by line breaks, separating properties from options by a single colon (:) character, and (when required) separating multiple options with a single comma (,).\nProperties and their corresponding options are evaluated as follows (in the order specified by the file):\n\n    browse : [path+file]                Load the .bin data file at the specified (relative or absolute) path.\n    calibrate : [true/false]            If true, this is equivalent to pressing the 'calibrate' button in the GUI.\n    scale : [float]                     Set the color scaling coefficient to the provided floating-point value.\n    update-live : [true/false]          If true, GUI data tables will update each frame while the data file is playing.\n    adjust : [true/false]               If true, automatically subtract minima from ADC and mean values in GUI.\n    labels : [true/false]               Toggle detector labels on/off.\n    label-type : [ADC/ADC - min/delta/% delta/indices]    Set detector labels to provided mode.\n    display : [calib/abs]               Set detector display mode to calibrated or absolute scaling.\n    speed : [0-100]                     Set data playback speed to the provided value (percentage).\n    zoom : [float]                      Set distance from the detector - negative values are \"between\" detector and user.\n    axis : [float], [float]             Set the x, y position of the viewing frame relative to the center of the detector.\n    index : [integer]                   Attempts to seek the provided index in a previously loaded data file.\n    \nIf a file `def.config` is present in the `./res/` directory, it will be loaded and parsed on startup.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fktravis%2Fhex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fktravis%2Fhex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fktravis%2Fhex/lists"}