Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/JarronL/pynrc
Browse files Browse the repository at this point in the history
  • Loading branch information
JarronL committed May 2, 2019
2 parents 620eb89 + 136f1ca commit bda10ac
Show file tree
Hide file tree
Showing 9 changed files with 1,283 additions and 747 deletions.
22 changes: 10 additions & 12 deletions dev_utils/WFE_extrapolation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 5,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -139,7 +139,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -230,7 +230,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 7,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -262,7 +262,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 8,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -390,8 +390,6 @@
" # For edge wrapping, just use last minus previous\n",
" col_diff[-1] = col_diff[-2]\n",
" row_diff[-1] = row_diff[-2]\n",
" \n",
" #print(npix, zgrid2.shape, num_nans_cols, num_nans_rows)\n",
"\n",
" # Keep rows/cols composed mostly of real data \n",
" # and where number of NaN's don't change dramatically\n",
Expand Down Expand Up @@ -426,7 +424,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 9,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -480,7 +478,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 10,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -512,7 +510,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 11,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -564,7 +562,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 12,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -596,7 +594,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 13,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -625,7 +623,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 14,
"metadata": {},
"outputs": [
{
Expand Down
173 changes: 173 additions & 0 deletions dev_utils/WFE_interp_NIRCam_coron.ipynb

Large diffs are not rendered by default.

0 comments on commit bda10ac

Please sign in to comment.