Modified the specific code API to remove a number of references to spin_id.
Some analysis types do not work on spins, so the spin_id args are being replaced by data_id to
identify the data requested. For most methods, this will be the spin_id.
........