COSMOS v7.655
COSMOSv7655
(AirShowerMC)
|
Go to the source code of this file.
Functions/Subroutines | |
program | __timeslice.f__ |
subroutine | slice (mint, maxt, dt) |
subroutine | thinning (i1, i2) |
subroutine | mvdata (f, j, nc) |
subroutine | mvdatai (f, j, nc) |
subroutine | mkfiles |
subroutine | mkskelfiles |
subroutine | mkafile |
subroutine | mkaskelfile |
subroutine | wtaskel (fno, xa, ya, za, code, chg, np, mulalpha) |
subroutine | code2rgb (codei, chgi, r, g, b, alpha) |
program __timeslice.f__ | ( | ) |
Definition at line 4 of file timeslice.f.
References copenfw2(), klena(), mkafile(), mkaskelfile(), mkfiles(), mkskelfiles(), n, slice(), and thinning().
Definition at line 381 of file timeslice.f.
References code, parameter(), and true.
Referenced by wtaskel().
subroutine mkafile | ( | ) |
Definition at line 301 of file timeslice.f.
References idx(), x, y, and z.
Referenced by __timeslice.f__(), __timeslice2.f__(), __timesliceg77.f__(), and slice1tbin().
subroutine mkaskelfile | ( | ) |
Definition at line 328 of file timeslice.f.
References idx(), wtaskel(), x, y, and z.
Referenced by __timeslice.f__(), __timeslice2.f__(), __timesliceg77.f__(), and slice1tbin().
subroutine mkfiles | ( | ) |
Definition at line 242 of file timeslice.f.
References idx(), x, y, and z.
Referenced by __timeslice.f__(), __timeslice2.f__(), __timesliceg77.f__(), and slice1tbin().
subroutine mkskelfiles | ( | ) |
Definition at line 271 of file timeslice.f.
References idx(), wtaskel(), x, y, and z.
Referenced by __timeslice.f__(), __timeslice2.f__(), __timesliceg77.f__(), and slice1tbin().
Definition at line 191 of file timeslice.f.
References idx().
Referenced by thinning().
Definition at line 217 of file timeslice.f.
References idx().
Referenced by thinning().
Definition at line 69 of file timeslice.f.
References idx(), maxp, n, thinning(), true, x, y, and z.
Referenced by __timeslice.f__(), __timeslice2.f__(), __timesliceg77.f__(), and slice1tbin().
Definition at line 141 of file timeslice.f.
References false, idx(), kqsortr(), mvdata(), mvdatai(), true, x, y, and z.
Referenced by __timeslice.f__(), __timeslice2.f__(), __timesliceg77.f__(), slice(), and slice1tbin().
subroutine wtaskel | ( | integer | fno, |
real*4, dimension(np) | xa, | ||
real*4, dimension(np) | ya, | ||
real*4, dimension(np) | za, | ||
integer*2, dimension(np) | code, | ||
integer*2, dimension(np) | chg, | ||
integer | np, | ||
real*4 | mulalpha | ||
) |
Definition at line 359 of file timeslice.f.
References code2rgb().
Referenced by mkaskelfile(), and mkskelfiles().