DeepIGM / dla_cnn

Pipeline to detect Ly-alpha emission lines in the SDSS3 catalog sightlines. Uses convolutional neural networks to classify sightlines, locate DLAs, and measure column density.
MIT License
9 stars 7 forks source link

Update Sightline.py #29

Closed ZechangSun closed 4 years ago

ZechangSun commented 4 years ago

There are a few changes of Sightline class to adapt it to DesiMock class including adding ra and dec as its attributes, and updating the comment, and the close() function since Sightline's atrribute-id was a class in the perious work, but now it is set to int type. If we continue to use id as int, more changes need to be made such as the get_legacy_data1_format() function.