You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to create an HRSC camera fixture with an ISD but ran into errors that the camera model could not find the LineScanTimes table. Looks like Cube::fromIsd only adds Spice table data and not any additional tables that may be in the ISD.
The text was updated successfully, but these errors were encountered:
I made progress on this and then realized that the line_scan_rates from the isd do not match the data from the LineScanTimes table. I am not sure if they are suppose to. So overall, I am not sure if we should be pulling this info from the isd or grabbing the table from the original cube when running Cube::fromIsd.
Adam responded to my ale issue and said it's intentional for USGSCSM. I think instead of trying to pull this data from the isd, we should just make sure the table is getting copied over from the original cube—right now, it’s not for some reason.
I tried to create an HRSC camera fixture with an ISD but ran into errors that the camera model could not find the LineScanTimes table. Looks like Cube::fromIsd only adds Spice table data and not any additional tables that may be in the ISD.
The text was updated successfully, but these errors were encountered: