Skip to content

Commit

Permalink
Merge branch 'main' into PixelPos
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykubica committed Oct 20, 2023
2 parents 1c24408 + 6e93e92 commit d89303a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/kbmod/search/raw_image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ bool RawImage::approx_equal(const RawImage& img_b, float atol) const {

void RawImage::load_time_from_file(fitsfile* fptr) {
int mjd_status = 0;

// Set object's obstime directly to -1 to indicate no time found.
obstime = -1.0;

// Read image observation time, trying the MJD field first and DATE-AVG second.
Expand Down

0 comments on commit d89303a

Please sign in to comment.