Extracting high resolution gamma decay spectrum from FISPACT-II output file #64
-
Hi, I'm exploring pypact for my FISPACT-II workflows, and it looks like a great tool. Thanks for developing. At present, I'm primarily interested in extracting, plotting, and analyzing a highly resolved gamma decay spectrum from a given inventory time step. Unfortunately, the default gamma spectrum in the FISPACT-II output file only provides the 22 or 24 group structure, which I assume is structured for gamma dose calculations but is useless for detailed gamma line and isotopic intensity analysis.
Thanks for any insight! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello, the example file provided indeed only has 22 or 24 bins. I don't think there is an example file on this repository with more bins, but I did try it offline with an output file with many more bins and it works fine. If you have F-II you need to use READGG keyword with a custom group structure in order to get something other than the 22 or 24 group. Do you have a file with custom bins already to hand? |
Beta Was this translation helpful? Give feedback.
-
You may also be interested in using the other FISPACT-II python package: actigamma if you're just interested in extracting, plotting, and analyzing a highly resolved gamma decay spectrum from a given inventory time step. |
Beta Was this translation helpful? Give feedback.
Hello, the example file provided indeed only has 22 or 24 bins. I don't think there is an example file on this repository with more bins, but I did try it offline with an output file with many more bins and it works fine.
If you have F-II you need to use READGG keyword with a custom group structure in order to get something other than the 22 or 24 group.
Do you have a file with custom bins already to hand?