Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regarding indices used for subjects & sessions #23

Closed
alexvicegrab opened this issue Apr 18, 2012 · 2 comments
Closed

Regarding indices used for subjects & sessions #23

alexvicegrab opened this issue Apr 18, 2012 · 2 comments
Assignees
Labels

Comments

@alexvicegrab
Copy link
Collaborator

I noticed that we often use the i and j indices for subjects and sessions, but these are used for matlab as imaginary number representations. If we use these indices, it becomes more difficult to do things with imaginary numbers, such as when we consider magnitude and phase EPI images. Should we attempt to use other indices, such as p (participants) and s (sessions) instead in future?

@rhodricusack
Copy link
Collaborator

Good idea! I have shifted towards "subj" and "sess", and sometimes
"subjind" and "sessind" to adhere to my personal convention of using "ind"
as a suffix for the iterator in a for loop.

Do you like either of these?
On Apr 18, 2012 7:47 AM, "alexvicegrab" <
reply@reply.github.com>
wrote:

I noticed that we often use the i and j indices for subjects and sessions,
but these are used for matlab as imaginary number representations. If we
use these indices, it becomes more difficult to do things with imaginary
numbers, such as when we consider magnitude and phase EPI images. Should we
attempt to use other indices, such as p (participants) and s (sessions)
instead in future?


Reply to this email directly or view it on GitHub:
#23

@ghost ghost assigned alexvicegrab Apr 18, 2012
@alexvicegrab
Copy link
Collaborator Author

That sounds good, I will change my own modules to conform to that!

tiborauer pushed a commit that referenced this issue Oct 20, 2017
DEBUG: aas_addsubject help
jpeelle pushed a commit that referenced this issue Jul 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants