Skip to content

Commit 736488d

Browse files
committed
fixing CI
1 parent 8e86b9e commit 736488d

1 file changed

Lines changed: 28 additions & 5 deletions

File tree

notebooks/WFC3/uvis_amp_equalization/uvis_amp_equalization.ipynb

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5+
"id": "e3ff4f9c",
56
"metadata": {},
67
"source": [
78
"<a id='top'></a>\n",
@@ -35,6 +36,7 @@
3536
},
3637
{
3738
"cell_type": "markdown",
39+
"id": "cb799671",
3840
"metadata": {},
3941
"source": [
4042
"\n",
@@ -71,6 +73,7 @@
7173
},
7274
{
7375
"cell_type": "markdown",
76+
"id": "ec35e79d",
7477
"metadata": {},
7578
"source": [
7679
"\n",
@@ -175,6 +178,7 @@
175178
},
176179
{
177180
"cell_type": "markdown",
181+
"id": "c0a97e7c",
178182
"metadata": {},
179183
"source": [
180184
"\n",
@@ -416,6 +420,7 @@
416420
{
417421
"cell_type": "code",
418422
"execution_count": 30,
423+
"id": "b299f79a",
419424
"metadata": {},
420425
"outputs": [
421426
{
@@ -514,14 +519,15 @@
514519
"metadata": {},
515520
"outputs": [],
516521
"source": [
517-
"# CRDS configuration for HST reference files\n",
518-
"os.environ['CRDS_PATH'] = '~/crds_cache'\n",
519522
"os.environ['CRDS_SERVER_URL'] = 'https://hst-crds.stsci.edu'\n",
520-
"os.environ['iref'] = os.environ['CRDS_PATH'] + '/references/hst/iref/'"
523+
"os.environ['CRDS_SERVER'] = 'https://hst-crds.stsci.edu'\n",
524+
"os.environ['CRDS_PATH'] = 'crds_cache'\n",
525+
"os.environ['iref'] = 'crds_cache/references/hst/wfc3/'"
521526
]
522527
},
523528
{
524529
"cell_type": "markdown",
530+
"id": "15e8f85e",
525531
"metadata": {},
526532
"source": [
527533
"\n",
@@ -537,6 +543,7 @@
537543
{
538544
"cell_type": "code",
539545
"execution_count": 38,
546+
"id": "b455bf16",
540547
"metadata": {},
541548
"outputs": [],
542549
"source": [
@@ -589,6 +596,7 @@
589596
{
590597
"cell_type": "code",
591598
"execution_count": 8,
599+
"id": "5033557a",
592600
"metadata": {},
593601
"outputs": [
594602
{
@@ -618,6 +626,7 @@
618626
},
619627
{
620628
"cell_type": "markdown",
629+
"id": "0c339cb8",
621630
"metadata": {},
622631
"source": [
623632
"### Inspect the segmentation maps\n",
@@ -689,6 +698,7 @@
689698
},
690699
{
691700
"cell_type": "markdown",
701+
"id": "1360de48",
692702
"metadata": {},
693703
"source": [
694704
"\n",
@@ -704,6 +714,7 @@
704714
{
705715
"cell_type": "code",
706716
"execution_count": 10,
717+
"id": "1070e462",
707718
"metadata": {},
708719
"outputs": [],
709720
"source": [
@@ -745,6 +756,7 @@
745756
{
746757
"cell_type": "code",
747758
"execution_count": 42,
759+
"id": "6a408f15",
748760
"metadata": {},
749761
"outputs": [
750762
{
@@ -772,6 +784,7 @@
772784
},
773785
{
774786
"cell_type": "markdown",
787+
"id": "d353407b",
775788
"metadata": {},
776789
"source": [
777790
"\n",
@@ -787,6 +800,7 @@
787800
{
788801
"cell_type": "code",
789802
"execution_count": 23,
803+
"id": "2b356673",
790804
"metadata": {},
791805
"outputs": [
792806
{
@@ -853,6 +867,7 @@
853867
},
854868
{
855869
"cell_type": "markdown",
870+
"id": "5139b677",
856871
"metadata": {},
857872
"source": [
858873
"\n",
@@ -867,6 +882,7 @@
867882
{
868883
"cell_type": "code",
869884
"execution_count": null,
885+
"id": "53d45c2d",
870886
"metadata": {},
871887
"outputs": [],
872888
"source": [
@@ -963,6 +979,7 @@
963979
{
964980
"cell_type": "code",
965981
"execution_count": 14,
982+
"id": "b8f63312",
966983
"metadata": {},
967984
"outputs": [
968985
{
@@ -1016,6 +1033,7 @@
10161033
},
10171034
{
10181035
"cell_type": "markdown",
1036+
"id": "0264c5fb",
10191037
"metadata": {},
10201038
"source": [
10211039
"\n",
@@ -1027,6 +1045,7 @@
10271045
{
10281046
"cell_type": "code",
10291047
"execution_count": 41,
1048+
"id": "5246640b",
10301049
"metadata": {},
10311050
"outputs": [
10321051
{
@@ -1077,6 +1096,7 @@
10771096
{
10781097
"cell_type": "code",
10791098
"execution_count": 16,
1099+
"id": "e8c9fb6e",
10801100
"metadata": {},
10811101
"outputs": [
10821102
{
@@ -1140,6 +1160,7 @@
11401160
},
11411161
{
11421162
"cell_type": "markdown",
1163+
"id": "9b8c53d7",
11431164
"metadata": {},
11441165
"source": [
11451166
"\n",
@@ -1419,6 +1440,7 @@
14191440
{
14201441
"cell_type": "code",
14211442
"execution_count": 20,
1443+
"id": "60275fe8",
14221444
"metadata": {},
14231445
"outputs": [
14241446
{
@@ -1701,6 +1723,7 @@
17011723
},
17021724
{
17031725
"cell_type": "markdown",
1726+
"id": "1320b15f",
17041727
"metadata": {},
17051728
"source": [
17061729
"\n",
@@ -1755,7 +1778,7 @@
17551778
],
17561779
"metadata": {
17571780
"kernelspec": {
1758-
"display_name": "stenv_py3.13",
1781+
"display_name": "Python 3 (ipykernel)",
17591782
"language": "python",
17601783
"name": "python3"
17611784
},
@@ -1769,7 +1792,7 @@
17691792
"name": "python",
17701793
"nbconvert_exporter": "python",
17711794
"pygments_lexer": "ipython3",
1772-
"version": "3.13.5"
1795+
"version": "3.14.3"
17731796
}
17741797
},
17751798
"nbformat": 4,

0 commit comments

Comments
 (0)