-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
goesdump/XRIT/GOES/ImageManager.cs
Line 312 in 5b6088f
| if (UseNOAAFileFormat) { |
The following was substituted in:
if (UseNOAAFileFormat) {
origName = origName != null ? Path.GetFileName (origName) : "";
string baseName = Path.GetFileNameWithoutExtension (origName);
return $"{baseName}.png";
}
This produces images with the same filename as the first LRIT in their respective segmentation sequences. False Color images are no longer produced - have to look into how to identify those images in the UseNOAAFileFormat if statement so they can retain their OSP filename
Metadata
Metadata
Assignees
Labels
No labels