 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
| • |
Importing
modules and classes
|
|
|
|
– |
import
astro.main.BaseFrame
|
|
|
|
– |
from
astro.main.BaseFrame import BaseFrame
|
|
| • |
Importing
extensions
|
|
|
|
– |
import
Numeric, MLab
|
|
|
|
– |
import
FFT2, fftw
|
|
|
| • |
Importing
external packages
|
|
|
|
– |
from
astro.external import Sextractor
|
|
|
|
– |
from
astro.external import LDAC
|
|
|
|
– |
import
eclipse
|
|