Skip to content

Releases: catalystneuro/ndx-fiber-photometry

v0.2.3

23 Jan 20:23
f93a782

Choose a tag to compare

  • Made dichroic_mirror optional in the FiberPhotometryTable PR #50.

v0.2.2

23 Sep 19:56
f2e014f

Choose a tag to compare

  • Updated the FiberPhotometryViruses and FiberPhotometryVirusInjections groups to be optional in the FiberPhotometry container PR #47.

v0.2.1

22 Sep 16:20
ece7d0b

Choose a tag to compare

  • Updated the auto-publish workflow to use attestation, which is the new standard on PyPI PR #41.
  • Updated requirements to depend on ndx-ophys-devices>=0.3.1 PR #40

v0.2.0

18 Sep 15:51
56bd683

Choose a tag to compare

  • Refactored the extension to depend on ndx-ophys-devices for device and biological component specification, replacing its previous standalone device types PR #37.

v0.1.0

31 Jul 17:04
ccfe29c

Choose a tag to compare

Features

Initial release of 11 new neurodata types:

  • Indicator extends Device to hold metadata on the fluorescent indicator (ex. label=GCaMP6).
  • OpticalFiber extends Device to hold metadata on the optical fiber (ex. numerical_aperture=0.39).
  • ExcitationSource extends Device to hold metadata on the excitation source (ex. excitation_wavelength_in_nm=470.0).
  • Photodetector extends Device to hold metadata on the photodetector (ex. detected_wavelength_in_nm=520.0).
  • DichroicMirror extends Device to hold metadata on the dichroic mirror (ex. cut_on_wavelength_in_nm=470.0).
  • BandOpticalFilter extends Device to hold metadata on any bandpass or bandstop optical filters (ex. center_wavelength_in_nm=505.0).
  • EdgeOpticalFilter extends Device to hold metadata on any edge optical filters (ex. cut_wavelength_in_nm=585.0).
  • FiberPhotometryResponseSeries extends TimeSeries to hold the recorded fiber photometry responses.
  • CommandedVoltageSeries extends TimeSeries to hold the commanded voltage values for a single fiber photometry trace.
  • FiberPhotometryTable extends DynamicTable to hold information on the fiber photometry setup.
    Each row of the table reference a combination of the devices and a commanded voltage series that correspond to a single fiber photometry trace.
  • FiberPhotometry extends LabMetaData to hold the FiberPhotometryTable.

Fixes