Changes between Version 33 and Version 34 of scriptlist
- Timestamp:
- Aug 9, 2010, 2:50:07 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
scriptlist
v33 v34 1 1 == ARSF Scripts and Binaries == 2 3 Please keep this page updated. Also please keep it sorted in a sensible order or we're never going to be able to find anything... 2 4 3 5 '''LiDAR''' … … 12 14 || check_ascii_lidar.sh || bash || Checks the ASCII LiDAR files in the delivery for erroneous data || 13 15 || create_lidar_readme.py || Python || Creates a Readme for lidar deliveries || 16 || LASsorter || Python || sorts Las files by time, x, y, z , ascending and descending || 14 17 || lidar_histogram.py || Python || Reads old Optech LiDAR files and outputs a numeric histogram for use in filtering || 15 18 || classify_las || Binary (C) || LiDAR classification || 16 19 || lag || Binary (C) || LiDAR file viewer || 17 20 || pt_cloud_filter || Binary (C) || Removes points of a specified classification from ascii lidar point cloud || 18 || LASsorter || Python || sorts Las files by time, x, y, z , ascending and descending ||19 21 20 22 '''Hyperspectral''' … … 55 57 || make_delivery_folder.sh || bash || Creates a Photograph delivery folder || 56 58 || photo2thumb.sh || bash || Converts RCD TIF files to JPG thumbnails || 57 || 59 || create_latex_camera_readme.py || Python || Creates a LaTeX file for generating a PDF read_me for delivery || 58 60 || image_events_file_fixer || Python || Corrects image event files, mainly by using a sol/sbet file to correct position accuracy || 61 || rename_photos_update_events_file || Python || generates new file names for tiffs and their entries in the image events file || 59 62 || tag_tiffs || Python || Adds tags to tiff files (using image event files) which define position, attitude and other metadata || 60 || rename_photos_update_events_file || python || generates new file names for tiffs and their entries in the image events file ||61 63 62 64 '''General'''