git_sitools_idoc / common / data_ingestion / README @ 99b58ba0
1 |
# ingest_dataset_from_FITS README |
---|---|
2 |
# |
3 |
# Alessandro Nastasi, April 2015 |
4 |
# |
5 |
|
6 |
This script writes/updates a table into a PostgreSQL Database |
7 |
reading data and columns formats directly from a FITS file. |
8 |
|
9 |
The database can be local or on a remote server. |
10 |
|
11 |
Its syntax is: |
12 |
|
13 |
$ python ingest_dataset_from_FITS.py <file>.fits |
14 |
|
15 |
@author: Alessandro NASTASI for IAS - IDOC |
16 |
@date: 24/04/2015 |
17 |
|