Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
Usgscsm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aflab
astrogeology
Usgscsm
Commits
422e44c9
Commit
422e44c9
authored
Feb 23, 2017
by
jay
Browse files
Options
Downloads
Patches
Plain Diff
Initial repo setup
parents
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+13
-0
13 additions, 0 deletions
.gitignore
LICENSE
+24
-0
24 additions, 0 deletions
LICENSE
README.md
+10
-0
10 additions, 0 deletions
README.md
with
47 additions
and
0 deletions
.gitignore
0 → 100644
+
13
−
0
View file @
422e44c9
# Ignore the build and lib dirs
build
lib/*
include/csm/*
# iPython checkpoint items
.ipynb_checkpoints/*
# Ignore any executables
bin/*
# Ignore any Max stuff
.DS_Store
This diff is collapsed.
Click to expand it.
LICENSE
0 → 100644
+
24
−
0
View file @
422e44c9
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to <http://unlicense.org>
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
+
10
−
0
View file @
422e44c9
# CSM-CameraModel
This repository stores USGS CSM compliant camera models and the associated
plugins. These camera models are compliant with the
[
Community Sensor
Model
](
spec
)
and can be utilized within any application supporting the CSM.
The CSM requires associated
[
Image Support Data
](
).
This data is primarily
provided by the NASA Navigation and Ancillary Information (NAIF) SPICE system.
We provide a seperate CSM-SpiceISD library to interface with the NAIF Spice
functionality and provide a standard ISD file.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment