MarsRaw / mars-raw-utils

Utilities for working with publicly available raw MSL & Mars2020 images
MIT License
45 stars 10 forks source link

Mars2020 fetch not receiving all results #59

Open kmgill opened 6 months ago

kmgill commented 6 months ago

There appears to be some sort of change internal to the outreach image API that conflicts with the standard use of sample_type::full which prevents some or all of the results from being returned. If we omit the sample_type parameter, it works with Navcam and Mastcam-Z, but not for SuperCam. If we change it to sample_type:Full it works for all three, but seems to break the pattern of that parameter.

Ultimately, I believe the issue/change is on the remote side as no changes were made in MRU that effect the query.