cymetric.filters
- Filters¶
- cymetric.filters.inventories(evaler, facilities=(), nucs=())¶
Shape the reduced inventory Data Frame. Applying nuclides/facilities selection when required.
- Parameters:
evaler : evaler
facilities : of the facility
nucs : of nuclide to select.
- cymetric.filters.inventories_activity(evaler, facilities=(), nucs=())¶
Get a simple time series of the activity of the inventory in the selcted facilities. Applying nuclides selection when required.
- Parameters:
evaler : evaler
facilities : of the facility
nucs : of nuclide to select.
- cymetric.filters.inventories_decayheat(evaler, facilities=(), nucs=())¶
Get a Inventory PDF including the decay heat of the inventory in the selected facilities. Applying nuclides selection when required.
- Parameters:
evaler : evaler
facilities : of the facility
nucs : of nuclide to select.
- cymetric.filters.transactions(evaler, senders=(), receivers=(), commodities=())¶
Filter the Transaction Data Frame on specific sending facility and receving facility.
- Parameters:
evaler : evaler
senders : of the sending facility
receivers : of the receiving facility
commodities : of the commodity exchanged
- cymetric.filters.transactions_activity(evaler, senders=(), receivers=(), commodities=(), nucs=())¶
Return the transation df, with the activities. Applying nuclides selection when required.
- Parameters:
evaler : evaler
senders : of the sending facility
receivers : of the receiving facility
commodities : of the commodity exchanged
nucs : of nuclide to select.
- cymetric.filters.transactions_decayheat(evaler, senders=(), receivers=(), commodities=(), nucs=())¶
Return the transation df, with the decayheat. Applying nuclides selection when required.
- Parameters:
evaler : evaler
senders : of the sending facility
receivers : of the receiving facility
commodities : of the commodity exchanged
nucs : of nuclide to select.
- cymetric.filters.transactions_nuc(evaler, senders=(), receivers=(), commodities=(), nucs=())¶
Filter the Transaction Data Frame, which include nuclide composition, on specific sending facility and receving facility. Applying nuclides selection when required.
- Parameters:
evaler : evaler
senders : of the sending facility
receivers : of the receiving facility
commodities : of the commodity exchanged
nucs : of nuclide to select.