I'm trying to create a shapefile with the extent of my raster so that it can be used as a mask to clip with. My shapefile has no datapixels along its boundary and is irregularly shaped.
So far I've put my raster into a mosaic dataset to create a footprint shapefile. However, on closer inspection this footprint shapefile cuts across valid pixels in my irregularly shaped raster image. Just an example my raster pixels are grey and the mosaic footprint is the shapefile line. As you can see, the footprint shapefile cuts across a valid satellite pixel. How can I get a footprint shapefile of my raster image that does not cut across valid pixels?