WilhelmusLab / ice-floe-tracker-pipeline

Processing pipeline for IceFloeTracker.jl
1 stars 1 forks source link

Correct naming convention #87

Closed danielmwatkins closed 6 months ago

danielmwatkins commented 11 months ago

Both the true color and the false color images are "reflectance", however we're using the word "reflectance" to describe the false color images. We should replace references to "reflectance" with the word "falsecolor".

You can see this in the fetch data script. Notice in lines 134-186 that the layer MODIS_${sat}_CorrectedReflectance_Bands721 is downloaded and saved as "truecolor" while the layer MODIS_${sat}_CorrectedReflectance_TrueColor is saved as "reflectance".

danielmwatkins commented 6 months ago

Fixed by #110