desihub / timedomain

Time-domain code.
MIT License
3 stars 14 forks source link

Redshift and other data for trigger #43

Closed AlexGKim closed 3 years ago

AlexGKim commented 3 years ago

Information about the source, including redshift, type, can be useful for selecting targets in desidiff. Make information from zbest available.

AlexGKim commented 3 years ago

The information from the file rather than the database. The database is loaded asynchronously and is not guaranteed to have the needed data when desidiff is run.

davidlmoutard commented 3 years ago

I now have some logic that pulls zbest data (Z, ZERR, ZWARN, SPECTYPE) and matches to spectrum on targetID. this is pulled prior to subtraction.

AlexGKim commented 3 years ago

@davidlmoutard implemented this