You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TUTORIAL/tutorial_readme.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ For full installation instructions, refer to the [`README.md`](https://github.co
10
10
pip install .
11
11
```
12
12
13
-
You can check if your installation was successful by starting a python session and importing the pacakge:
13
+
You can check if your installation was successful by starting a python session and importing the package:
14
14
15
15
```python
16
16
python
@@ -30,7 +30,7 @@ The [Filename Checker Guide](https://github.com/spacetelescope/mast_contributor_
30
30
31
31
The [`tutorial-data/`](https://github.com/spacetelescope/mast_contributor_tools/blob/main/TUTORIAL/tutorial-data/) folder included in this tutorial contains several example files that you can use for testing. Take a look in that folder and familiarize yourself with its contents! This folder contains 3 different files, for a hypothetical HLSP named "mct-tutorial".
32
32
33
-
There are three different fake fits files containing spectra for different hypothetical galaixes:
33
+
There are three different fake fits files containing spectra for different hypothetical galaxies:
This will print out a lot more information than the previous command, but specifically, it will show that this filename failed because the "`HLSP`", "`JWST`", and "`GALAXY1`" parts recieved a `capitalization_score: fail`.
100
+
This will print out a lot more information than the previous command, but specifically, it will show that this filename failed because the "`HLSP`", "`JWST`", and "`GALAXY1`" parts received a `capitalization_score: fail`.
101
101
102
102
## Step 4: Checking multiple file names at once
103
103
@@ -130,7 +130,7 @@ Use this command to run the filename checker against everything in the [`tutoria
Copy file name to clipboardExpand all lines: docs/filename_check_readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,6 @@ The results are written out in a database file (named `results_<proj-id>.db`). T
149
149
150
150
* filename - file path, name, number of fields, status
151
151
* fields - field attributes for each filename, and evaluation
152
-
*potential_problems (view) - selects all instances where an 'fail', or 'needs review' value was identified. Non-fatal warnings and unrecognized values are not always real problems; these will be reviewed by MAST staff.
152
+
*problems (view) - selects all instances where an 'fail', or 'needs review' value was identified. Non-fatal warnings and unrecognized values are not always real problems; these will be reviewed by MAST staff.
153
153
154
-
The **potential_problems** view may be filtered to select only fatal errors.
154
+
The **problems** view may be filtered to select only fatal errors.
0 commit comments