Skip to content

Commit

Permalink
Adding offsetpolyState.F: accidentally omitted from repo. Adding lice…
Browse files Browse the repository at this point in the history
…nse.py for stanford_license variable.
  • Loading branch information
Eric Gurrola committed Jan 17, 2019
1 parent e5d6ebf commit 4095681
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
32 changes: 32 additions & 0 deletions components/stdproc/stdproc/offsetpoly/src/offsetpolyState.F
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
!
! Author: Piyush Agram
! Copyright 2013, by the California Institute of Technology. ALL RIGHTS RESERVED. United States Government Sponsorship acknowledged.
! Any commercial use must be negotiated with the Office of Technology Transfer at the California Institute of Technology.
!
! This software may be subject to U.S. export control laws. By accepting this software, the user agrees to comply with all applicable U.S.
! export laws and regulations. User has the responsibility to obtain export licenses, or other export authority as may be required before
! exporting such information to foreign countries or providing access to foreign persons.
!
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


module offsetpolyState
integer i_ma !c Number of fit Coefficients
integer numOffsets !c Number of offsets

!c Location across array 1
double precision, allocatable, dimension(:) :: r_ranposV

!c Location across offset array 1
double precision, allocatable, dimension(:) :: r_offV

!c Location down array 1
double precision, allocatable, dimension(:) :: r_azposV

!c SNR array 1
double precision, allocatable, dimension(:) :: r_sigV

!Polynomial arrays
double precision, allocatable, dimension(:) :: r_polyV
end module offsetpolyState
1 change: 1 addition & 0 deletions license.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
stanford_license = None

0 comments on commit 4095681

Please sign in to comment.