Giter VIP home page Giter VIP logo

Comments (3)

mkuczyns avatar mkuczyns commented on September 27, 2024 1

It looks like not all of the metadata is written to the ISQ header (e.g., CalibrationData, etc.), but is filled with zeros instead. Other values like Mu_Scaling are modified to prevent rescaling to HU if read in again. The WriteISQHeader function will need to be updated to populate the ISQ header correctly. In the cases where we don't have metadata to populate the ISQ header, we can initialize the CalibrationData variable to something the Scanco system recognizes and leave it up to the user to change this if needed. For example, we can just set CalibrationData = "60 kVp, BH: 200 mg HA/ccm, Scaling 8192".

One other issue I notice is with the Mu_Scaling variable being set to 1 after reading in a Scanco file and rescaling to HU. While this works fine, it's not ideal when trying to use these files on the Scanco system. I would propose we rescale back to native Scanco units on writing ISQ, provided that the Mu_Scaling, Rescale_Slope, Rescale_Intercept, and Mu_Water variables are valid (i.e., not 0 or 1). Otherwise we can skip rescaling and just write out the ISQ.

I can try to fix these issues over the coming days.

from itkioscanco.

dzenanz avatar dzenanz commented on September 27, 2024

I guess this piece of code should not set header to all zeroes, but utilize more metadata to write into that header. I don't have a specification of ISQ. @mkuczyns do you know what is going on?

from itkioscanco.

dzenanz avatar dzenanz commented on September 27, 2024

I can try to fix these issues over the coming days.

That would be great!

from itkioscanco.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.