jcbird / ppv

Tools for dealing with SDSS-V plate files and plate runs.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

module 'ppv' has no attribute 'allplate_summary' #4

Closed deleenm closed 4 years ago

deleenm commented 4 years ago

let's say I am interested in plate 15004. Let's look at the plate summary.

ppv.allplate_summary[ppv.allplate_summary['plateid'] == 15004]


AttributeError Traceback (most recent call last)

in 1 # let's say I am interested in plate 15004. Let's look at the plate summary. ----> 2 ppv.allplate_summary[ppv.allplate_summary['plateid'] == 15004] AttributeError: module 'ppv' has no attribute 'allplate_summary'
jcbird commented 4 years ago

I'll fix this tonight. I forgot I had to break it to get dynamic updating of the platefiles to work.

On Mon, Oct 5, 2020 at 5:40 PM Nathan De Lee notifications@github.com wrote:

let's say I am interested in plate 15004. Let's look at the plate summary.

ppv.allplate_summary[ppv.allplate_summary['plateid'] == 15004]

AttributeError Traceback (most recent call last) in 1 # let's say I am interested in plate 15004. Let's look at the plate summary. ----> 2 ppv.allplate_summary[ppv.allplate_summary['plateid'] == 15004]

AttributeError: module 'ppv' has no attribute 'allplate_summary'

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jcbird/ppv/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRADE27I2DFB76DZVKIHD3SJJDOXANCNFSM4SFIPTQA .

jcbird commented 4 years ago

Yep, forgot to update syntax in tutorial. fixed in e1cfa1126946df54b9520117d91b5f4fe7592fd7 . Thanks! I'm going to pre-emptively close this. If there is still a problem, comment here or make a new issue.

THANK YOU!