Skip to content

Sampling and placement algorithms for optimal placement of sensor footprint and subfootprint shapes.

License

Notifications You must be signed in to change notification settings

sandialabs/GeoPlace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This software project makes use of and extends the Simple MPS algorithm developed by Ebeida, et al. and reported here: http://dl.acm.org/citation.cfm?id=2322144.

GeoPlace software was used to cover different regions of interest with footprint shapes and results are reported here: ...


#Format file for subfootprint problem definition
#Line 1: row dimension (m), column dimension (n)
#Line 2: Maximum potential priority
#Lines 3-infinity: m x n dimensional array of chips with each entry denoting chip priority. Entries are comma delimited. Line 3 starts at the mth row and 0th column.

#Example
4,3
10

1,0,0
0,3,0
0,0,2
0,4,6

About

Sampling and placement algorithms for optimal placement of sensor footprint and subfootprint shapes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published