-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
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
GetSN Returning 'Unknown' for KaguyaTC images #4235
Comments
The original serial number translation file is located in: OLD_ISIS_DATA_AREA/kaguya/translations/kaguyaSerialNumber0001.trn |
Yeah, it looks like Kaguya's translation files weren't updated correctly during that version tick. A couple of things need to be updated to fix this: First, the old Kaguya serial number translation file,
Next, so that the new SerialNumber translation files get picked up correctly, the Kaguya section of
to:
...to match what was done with the other instruments. |
Any idea when this might be addressed? The data from the JAXA online portal can only be ingested under isis4 and serial numbers will be necessary for control. I realize we have some old versions of the data on /scratch to potentially work with, but from my assessment of one small polar area, there are a lot of missing files in the local directory that are available online. It would be best to work with what the mission is publicly serving and not something that was delivered almost four ago. |
Product / Mission Support sprints will be scheduled sometime in March. For the continuous support folks - is this something that could be addressed under your work? |
I would like to up vote this.. I don't know if I can do that, since I am the original author, but oh well! |
This seems like a very small amount or work that Kristin already outlined. I think it'd be a good one to just knock out now. |
This could easily fit in a constant support one day task (if all goes well) |
Fixed with #4365 |
ISIS version(s) affected: x.y.z
4.2.0
Description
running
getsn from=/scratch/kaguya/cubs/TC1W2B0_01_06933S609E1582.cub
or on any other cube in the cubs folder. ReturnsUnknown
. If I switch to 3.9.0, then it works as expected.How to reproduce
run
getsn from=/scratch/kaguya/cubs/TC1W2B0_01_06933S609E1582.cub
with isis4.2.0 activePossible Solution
@scsides believes it is just a translation file that was not moved into the source code during the major version tick
The text was updated successfully, but these errors were encountered: