"@FFT DETAIL" 修訂間的差異
出自 DDCC TCAD TOOL Manual
(已建立頁面,內容為 "Not currently in use. *Used when reading or outputting photon information. If additional information is the same on each photon, it will be set to '''.FALSE.''',...") |
|||
行 9: | 行 9: | ||
Which means that each photon has the same additional information and will be recorded as a row of data. |
Which means that each photon has the same additional information and will be recorded as a row of data. |
||
− | [[additional information has to be added to fortran code]] |
+ | [[additional information has to be added to fortran code before usage!!!]] |
於 2024年11月20日 (三) 22:21 的最新修訂
- Used when reading or outputting photon information. If additional information is the same on each photon, it will be set to .FALSE., so that the data is recorded in one line instead of one by one to save memory.
- Is store as FFT_DETAIL in the fortran code.
example
@FFT_DETAIL .FALSE.
Which means that each photon has the same additional information and will be recorded as a row of data.
additional information has to be added to fortran code before usage!!!