Skip to content

Commit 98de4bd

Browse files
committed
Updated tutorial screenshots and text, and fixed bug in fc_db.py present in potential_problems creation statement.
1 parent f6da910 commit 98de4bd

8 files changed

Lines changed: 64 additions & 54 deletions

TUTORIAL/tutorial-data/hlsp_mct-tutorial_jwst_nirspec_galaxy3_multi_v1_a-spec.fits

Whitespace-only changes.
141 KB
Loading
338 KB
Loading
179 KB
Loading
1.04 MB
Loading
-899 KB
Binary file not shown.

docs/sqlite_readme.md

Lines changed: 63 additions & 53 deletions
Large diffs are not rendered by default.

mast_contributor_tools/filename_check/fc_db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
PROBLEMS_VIEW = """
3434
CREATE VIEW IF NOT EXISTS potential_problems as
3535
select fn.path, fn.filename, fn.n_elements, fl.name, fl.value, fl.nfield, fl.capitalization_score, fl.length_score,
36-
fl.format_score, fl.value_score, f.nfield_score, fl.field_verdict
36+
fl.format_score, fl.value_score, fl.nfield_score, fl.field_verdict
3737
from filename as fn, fields as fl
3838
where fn.filename = fl.file_ref
3939
AND fl.field_verdict != 'PASS';

0 commit comments

Comments
 (0)