Forum

Author Topic: Multispectral Export.  (Read 9489 times)

gnsaket123

  • Newbie
  • *
  • Posts: 15
  • Learnign
    • View Profile
Multispectral Export.
« on: June 21, 2017, 02:29:58 AM »
Hello,

I am finding difficulty in exporting a RED band  orthomosaic. I changed the master channel and followed the same process. I know i need to export in TIFF format, but even when i do, the complete spectrum is being exported, not just RED.

Does it have something to do with the type of TIFF compression?

Pls give some ideas.

Thank You
Regards
Saket

andyroo

  • Sr. Member
  • ****
  • Posts: 479
    • View Profile
Re: Multispectral Export.
« Reply #1 on: June 21, 2017, 07:28:50 AM »
Can you tell if the band you want is part of the exported TIFF? If it is, you can use GDAL to export the band you want. For example to extract band 1 (red in a standard RGB) you would just use

gdal_translate -b 1 input.tif output.tif

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 15675
    • View Profile
Re: Multispectral Export.
« Reply #2 on: June 21, 2017, 01:40:41 PM »
Hello Saket,

I think you can use Raster Calculator tool and set single output band from the Red band, then export Orthomosaic using Raster Transform -> Index Value option.
Best regards,
Alexey Pasumansky,
Agisoft LLC

gnsaket123

  • Newbie
  • *
  • Posts: 15
  • Learnign
    • View Profile
Re: Multispectral Export.
« Reply #3 on: June 23, 2017, 06:46:33 AM »
Hello ,


Yes, I have figured it out. Now comes my second question, I see there are two options when i export the orthomosaic,
1. Index value
2. Index color.

When I use index value option, will I be able to see the actual NDVI numbers on the map, because using  both the options(index value and index color) yield the same results.

Or is there any way i can observe the NDVI numbers instead of just the false color?


Thank You
Regards
Saket

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 15675
    • View Profile
Re: Multispectral Export.
« Reply #4 on: June 23, 2017, 01:29:31 PM »
Hello Saket,

Index color will save the RGB image that you see in the Orthoview (index will be colored according to defined palette options). Index value option will save a floating point file where each XY point will contain the calculated index value.

Best regards,
Alexey Pasumansky,
Agisoft LLC