This website requires JavaScript.
Explore
Help
Register
Sign In
KJ135
/
ISCE_INSAR
mirror of
http://172.16.0.12:5000/WBJY/ISCE_INSAR.git
Watch
4
Star
0
Fork
You've already forked ISCE_INSAR
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4f045449ab
ISCE_INSAR
/
components
/
isceobj
/
Scene
/
__init__.py
4 lines
85 B
Python
Raw
Normal View
History
Unescape
Escape
Adding all files
2019-01-16 19:40:08 +00:00
def
createFrame
(
name
=
None
)
:
from
.
Frame
import
Frame
diversity: replaced oppressive language with neutral definitions of the images that comprise an interferogram through the entire repository
2020-07-02 19:40:49 +00:00
return
Frame
(
name
=
name
)