Skip to content

Commit

Permalink
Improving documentation of bg_x1 and bg_x2
Browse files Browse the repository at this point in the history
Resolves #719
  • Loading branch information
taylorbell57 committed Jan 8, 2025
1 parent a519bd6 commit a26c6cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/ecf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,11 @@ Set True to perform row-by-row background subtraction (only useful for NIRCam).

bg_x1
'''''
Left edge of exclusion region for row-by-row background subtraction.
The pixel number for the end of the left background region for row-by-row background subtraction. The background region goes from the left of the subarray to this pixel.

bg_x2
'''''
Right edge of exclusion region for row-by-row background subtraction.
The pixel number for the start of the right background region for row-by-row background subtraction. The background region goes from this pixel to the right of the subarray.

masktrace
'''''''''
Expand Down Expand Up @@ -508,11 +508,11 @@ Set True to perform row-by-row background subtraction (only useful for NIRCam).

bg_x1
'''''
Left edge of exclusion region for row-by-row background subtraction.
The pixel number for the end of the left background region for row-by-row background subtraction. The background region goes from the left of the subarray to this pixel.

bg_x2
'''''
Right edge of exclusion region for row-by-row background subtraction.
The pixel number for the start of the right background region for row-by-row background subtraction. The background region goes from this pixel to the right of the subarray.

p3thresh
''''''''
Expand Down

0 comments on commit a26c6cf

Please sign in to comment.