We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just observed that API returns smaller versions of images for Spirit & Opportunity e.g.
https://api.nasa.gov/mars-photos/api/v1/rovers/opportunity/photos?sol=100&api_key=DEMO_KEY
{"photos":[{"id":118330,"sol":100,"camera":{"id":14,"name":"FHAZ","rover_id":6,"full_name":"Front Hazard Avoidance Camera"},"img_src":"http://mars.nasa.gov/mer/gallery/all/1/f/100/1F137064531EFF2019P1214L0M1-BR.JPG"......}
Image url has "-BR" http://mars.nasa.gov/mer/gallery/all/1/f/100/1F137064531EFF2019P1214L0M1-BR.JPG compare with http://mars.nasa.gov/mer/gallery/all/1/f/100/1F137064531EFF2019P1214L0M1.JPG
Note there is also http://mars.nasa.gov/mer/gallery/all/1/f/100/1F137064531EFF2019P1214L0M1-THM.JPG
The text was updated successfully, but these errors were encountered:
You appear to be correct! I'm working on a fix for this now. It is interesting that NASA's documentation does not mention the "-BR" suffix: https://mars.nasa.gov/mer/gallery/edr_filename_key.html
Sorry, something went wrong.
A similar pattern can be observed with the Opportunity rover, but the default is the large (no suffix) version: https://mars.nasa.gov/msl-raw-images/proj/msl/redops/ods/surface/sol/01000/opgs/edr/fcam/FLB_486265257EDR_F0481570FHAZ00323M_.jpg https://mars.nasa.gov/msl-raw-images/proj/msl/redops/ods/surface/sol/01000/opgs/edr/fcam/FLB_486265257EDR_F0481570FHAZ00323M_-br.jpg https://mars.nasa.gov/msl-raw-images/proj/msl/redops/ods/surface/sol/01000/opgs/edr/fcam/FLB_486265257EDR_F0481570FHAZ00323M_-thm.jpg
No branches or pull requests
Just observed that API returns smaller versions of images for Spirit & Opportunity e.g.
https://api.nasa.gov/mars-photos/api/v1/rovers/opportunity/photos?sol=100&api_key=DEMO_KEY
{"photos":[{"id":118330,"sol":100,"camera":{"id":14,"name":"FHAZ","rover_id":6,"full_name":"Front Hazard Avoidance Camera"},"img_src":"http://mars.nasa.gov/mer/gallery/all/1/f/100/1F137064531EFF2019P1214L0M1-BR.JPG"......}
Image url has "-BR"
http://mars.nasa.gov/mer/gallery/all/1/f/100/1F137064531EFF2019P1214L0M1-BR.JPG
compare with
http://mars.nasa.gov/mer/gallery/all/1/f/100/1F137064531EFF2019P1214L0M1.JPG
Note there is also
http://mars.nasa.gov/mer/gallery/all/1/f/100/1F137064531EFF2019P1214L0M1-THM.JPG
The text was updated successfully, but these errors were encountered: