-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* SVM: Do not create a bare manifest file (#1174) * Check the manifest_name variable is not set to the bare filename, "manifest.txt" which indicates something went very wrong in the code. Only if the manifest_name variable is set to the agreed upon format instrument_programID_visitID_manifest.txt (e.g., acs_bny_a1_manifest.txt) will a manifest file be written and documented in the output log. * Added extract checks after testing to ensure clean exit. * In order to write out a manifest file, the manifest_name must not be an empty string, as well as mot be equal to "manifest.txt". * Fixed variable name typo. * Only remove rows where all flags are bad (#1175) * Only remove rows where all flags are bad * Make comparison with float more robust * Fix the units of a few variables in the output Point and Segmentation catalogs (#1178) * Fix the units of a few variables in the output Point and Segmentation catalogs. * Larry B. indicated the "background_centroid" (aka background_at_centroid) has the same units as the input background image, so the units are electrons/s. * Fixed typo on units for cxx, cxy, cyy (pixels**2 -> pixels**(-2)). * Moved initialization of grism and ramp lists, as well as the found_data (#1181) indicator before the call to poller_utils. Moving the list initialiazation ensures no exception will be generated upon exit. Do not add the "no_data_trl" (no data being processed trailer file) to the product_list. Only append the the astrodriz trailer file to the total trailer file if data_found = True. Updated comments as necessary. Co-authored-by: mdlpstsci <[email protected]>
- Loading branch information
1 parent
5d96633
commit e1e59e9
Showing
2 changed files
with
42 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters