Skip to content

Commit

Permalink
Merge pull request #49 from temuller/master
Browse files Browse the repository at this point in the history
Add grisms 18 and 20
  • Loading branch information
temuller authored Sep 10, 2019
2 parents dbc7baf + 8cb16dc commit 178ac3c
Show file tree
Hide file tree
Showing 41 changed files with 53,045 additions and 49,702 deletions.
14 changes: 11 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,19 @@ efoscastrodef.pyc
efosccalibdef.pyc
efoscfastspecdef.pyc
efoscphotredudef.pyc
efoscspec1Ddef.pyc
efoscspec2Ddef.pyc
#efoscspec1Ddef.pyc
#efoscspec2Ddef.pyc
soficalibdef.pyc
sofiphotredudef.pyc
sofispec1Ddef.pyc
sofispec2Ddef.pyc
sqlcl.pyc
util.pyc
#util.pyc

# Added by Tomás M.
test
Test_data_GR18
Test_data_GR18_new
Test_data_GR20
trunk/src/ntt.egg-info
trunk/src/ntt/*.pyc
5 changes: 5 additions & 0 deletions trunk/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,9 @@ long keyword cut correctly



v2.4.0, 20190909 -- changes:

- Grisms 18 and 20 added (Free/1.0" only)
- Grism 11, Free/1.5": idarc and arc files updated
- Grism 16, OG530/1.5": idarc and arc files updated

4 changes: 2 additions & 2 deletions trunk/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Metadata-Version: 1.1
Name: ntt
Version: 2.3.0
Version: 2.4.0
Summary: NTT is a package to reduce efosc and sofi data
Home-page: ftp.oapd.inaf.it
Author: S. Valenti
Author-email: stefano.valenti@oapd.inaf.it
License: LICENSE.txt
Description: ###########################################################################
#
# NTT Pipeline version 2.3.0
# NTT Pipeline version 2.4.0
#
# INSTALLATION
###########################################################################
Expand Down
2 changes: 1 addition & 1 deletion trunk/README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
###########################################################################
#
# NTT Pipeline version 2.3.0
# NTT Pipeline version 2.4.0
#
# INSTALLATION
###########################################################################
Expand Down
1 change: 0 additions & 1 deletion trunk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
for scheme in INSTALL_SCHEMES.values():
scheme['data'] = scheme['purelib']


from imp import find_module

try:
Expand Down
54 changes: 0 additions & 54 deletions trunk/src/ntt.egg-info/PKG-INFO

This file was deleted.

Loading

0 comments on commit 178ac3c

Please sign in to comment.