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
summaryDocString__FUDGE='''Outputs the evaluated cross section for each reaction and total for a GNDS reactionSuite. The processed data are written to files if the "-o" and "--processed" options are used.'''
parser.add_argument('--doNotShowProducts', action='store_true', help='If present, no product data are displayed.')
46
47
parser.add_argument('--skipProductions', action='store_true', help='If present, skips the "productions" node.')
47
48
parser.add_argument('--skipIncompleteReactions', action='store_true', help='If present, skips the "incompleteReactions" node.')
49
+
parser.add_argument('--skipPhotoAtomicIncoherentDoppler', action='store_true', help='If present, skips the photo-atomic incoherent Doppler reactions.')
48
50
parser.add_argument('--products', action='append', default=[], help='Only show reactions with these products in their list. If empty, all reactions are shown.')
49
51
parser.add_argument('--MT', action='append', type=int, default=[], help='Only show reactions with these MTs. If empty, all reactions are shown.')
50
52
parser.add_argument('--crossSectionSums', action='store_true', help='If present, also show crossSectionSum information.')
0 commit comments