Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skeleton version of spatrectif_000.c #8

Open
wants to merge 44 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
38d6cff
Skeleton version of spatrectif_000.c (v3)
May 6, 2016
ba882ba
Merge branch 'develop' of https://github.com/Keck-DataReductionPipeli…
May 6, 2016
049e5ed
Changed default number of iterations for ARP_SEC from 4 to 40, in the…
May 12, 2016
e500862
Merge remote-tracking branch 'upstream/develop' into develop
May 12, 2016
a0b18c0
Revert "Changed default number of iterations for ARP_SEC from 4 to 40…
aboehle May 12, 2016
133d892
Merge branch 'develop' of https://github.com/Keck-DataReductionPipeli…
aboehle Sep 7, 2016
26cecc8
How I installed the DRP
Sep 7, 2016
a8b203c
Merge branch 'develop' of https://github.com/Keck-DataReductionPipeli…
aboehle Sep 7, 2016
25ad5bf
Merge branch 'develop' of https://github.com/Keck-DataReductionPipeli…
Sep 7, 2016
01794fe
Test #1: commented out lines 312 - 324 thereby removing cuts that are…
aboehle Sep 7, 2016
745f29e
Kept the first two cuts commented out (lines 312 - 317) and changed 3…
aboehle Sep 7, 2016
3e04939
Lines 312 - 324 commented out again.
aboehle Sep 7, 2016
82f7ae3
Adding an automated rectmat making code that is useful for quickly ma…
aboehle Sep 8, 2016
775fcf7
Adding an automated rectmat making code that is useful for quickly ma…
aboehle Sep 8, 2016
9f11afd
Added comments
Sep 8, 2016
6337ad1
Changed drp_structs and mkrectmatrx back to original form
aboehle Sep 8, 2016
51e62b1
Updated CFITSIOLIBDIR and IDL_INCLUDE with locations on my local mach…
aboehle Sep 8, 2016
a76bc7b
Merge branch 'develop' of https://github.com/Keck-DataReductionPipeli…
aboehle Sep 8, 2016
3c6ee60
Merge branch 'develop' of https://github.com/Keck-DataReductionPipeli…
aboehle Sep 8, 2016
f8da8b0
Merge branch 'develop' of https://github.com/Keck-DataReductionPipeli…
aboehle Sep 8, 2016
8975fac
Revert to original version of modules/source/local_Makefile
aboehle Sep 8, 2016
b0e8a52
Merge branch 'develop' of https://github.com/Keck-DataReductionPipeli…
Sep 8, 2016
3e7f338
Merge branch 'develop' of https://github.com/Keck-DataReductionPipeli…
Sep 8, 2016
1a72706
Moved wrapper file to test directory
Sep 8, 2016
6c340ac
Merge branch 'develop' of https://github.com/Keck-DataReductionPipeli…
aboehle Sep 8, 2016
c9331b4
Merge branch 'develop' of https://github.com/Keck-DataReductionPipeli…
aboehle Sep 8, 2016
285bfda
Added DRF and changed file location for kelly's new test.
Sep 8, 2016
047ce22
Merge branch 'develop' of https://github.com/Keck-DataReductionPipeli…
aboehle Sep 8, 2016
e7e9ac5
Merge pull request #31 from jluastro/develop
jluastro Sep 8, 2016
e7f1fbc
Merge branch 'develop' of https://github.com/Keck-DataReductionPipeli…
aboehle Sep 8, 2016
35e38a9
changed spatrectif_000.c version to the original
aboehle Sep 8, 2016
1306503
The code that computes the RMS across spaxels for a given wavelength …
Sep 8, 2016
e98fc12
Reduces the sky frame, the resulting .fits will be compared to a _ref…
Sep 8, 2016
66d1795
Test code that calls the xml and the python code to check the reducti…
Sep 8, 2016
0cbda91
How to install the DRP
Sep 8, 2016
d24c16e
merge
Sep 8, 2016
6602f04
Merge pull request #34 from Keck-DataReductionPipelines/jims_branch
jlyke-keck Sep 8, 2016
ee9bdff
Merge pull request #33 from schappell02/test_checkskylines
followthesheep Sep 8, 2016
a3628b6
Merge pull request #35 from aboehle/rectmat_normalization
followthesheep Sep 8, 2016
d628cc8
slight change for bash instructions
followthesheep Sep 9, 2016
5bc7182
Merge branch 'fix_readme' of github.com:followthesheep/OsirisDRP into…
followthesheep Sep 9, 2016
dff2525
Merge pull request #36 from followthesheep/fix_readme
followthesheep Sep 9, 2016
60a34dc
Merge branch 'develop' of https://github.com/aboehle/OsirisDRP into d…
aboehle Sep 27, 2016
2443a5b
Skeleton version of spatrectif_000.c
aboehle Sep 27, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ You can add these lines to your ``.bashrc`` file or other startup profile if you

```
OSIRIS_VERBOSE=0
source scripts/osirisSetup.sh
osirisSetup /my/path/to/osiris/drp/
source /my/path/to/osiris/drp/scripts/osirisSetup.sh
osirisSetup /my/path/to/osiris/drp
```


Expand Down
2 changes: 1 addition & 1 deletion modules/source/drp_structs.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#define MAXFRAMESINDATASETS 30

#define DATA 2048 // Equivalent to BIGFRAMES' FRAMESIZE
#define MAXSLICE 16 // Maximum slice of image in pixels
#define MAXSLICE 16 // Maximum slice of image in pixels; original value = 16
#define numspec 1216 // numspec and numcolumn are same for BB and NB.
#define numcolumn 19 // ... final NB frames will have 51 columns and (51*66)=3366 spectra!
#define specpercol (numspec/numcolumn) // # of spectra per lenslet column
Expand Down
3 changes: 2 additions & 1 deletion modules/source/mkrecmatrx_000.c
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,8 @@ int mkrecmatrx_000(int argc, void* argv[]) {
}
}
}
}

}
// Look at the upper and lower edges of each strip. Set them to 0, if they are too large
if ( fabs(basis_vectors[sp][0][i]) > (pretotal/2.0) ) basis_vectors[sp][0][i]=0.0;
if ( fabs(basis_vectors[sp][(basesize-1)][i]) > (pretotal/2.0) ) basis_vectors[sp][(basesize-1)][i]=0.0;
Expand Down
Loading