Skip to content

Commit

Permalink
Remove extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykubica committed Sep 27, 2023
1 parent 7b10a35 commit 72426fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/kbmod/search/image_stack.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace search {
float get_obstime(int index) const;
float get_zeroed_time(int index) const;
std::vector<float> build_zeroed_times() const; // Linear cost.

// Apply makes to all the images.
void apply_global_mask(int flags, int threshold);
void apply_mask_flags(int flags, const std::vector<int>& exceptions);
Expand Down
8 changes: 4 additions & 4 deletions src/kbmod/search/pydocs/image_stack_docs.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ namespace pydocs {
static const auto DOC_ImageStack_img_count = R"doc(
Returns the number of images in the stack.
)doc";

static const auto DOC_ImageStack_get_single_image = R"doc(
Returns a single LayeredImage for a given index.
)doc";

static const auto DOC_ImageStack_get_obstime = R"doc(
Returns a single image's observation time in MJD.
)doc";

static const auto DOC_ImageStack_get_zeroed_time = R"doc(
Returns a single image's observation time relative to that
of the first image.
Expand All @@ -31,7 +31,7 @@ namespace pydocs {
Construct an array of time differentials between each image
in the stack and the first image.
")doc";

static const auto DOC_ImageStack_apply_mask_flags = R"doc(
todo
)doc";
Expand Down

0 comments on commit 72426fd

Please sign in to comment.