Opened 12 years ago

Closed 12 years ago

#262 closed defect (wontfix)

skydip gives 'linst index out of range' when trying to plot.

Reported by: StacyMader Owned by: Malte Marquarding
Priority: normal Milestone: Unified development
Component: General Version:
Severity: normal Keywords: skydip
Cc: mad134@…

Description

Running skydip with plot=True produces the following:

taus=skydip("2012-02-11_0500-P000_1568_SKYDIP.rpf",plot=True)

IndexError? Traceback (most recent call last)

/Users/mad134/Home/pyspot/20120211/<ipython console> in <module>()

/Library/Python?/2.6/site-packages/asap-4.0.0-py2.6.egg/asap/opacity.pyc in skydip(data, averagepol, tsky, plot, temperature, pressure, humidity)

197 n = len(airms) 198 for i in range(n):

--> 199 pylab.plot(airms[i], tsyss[i], 'o', color=colors[i])

200 pylab.plot(airms[i], fits[i], '-', color=colors[i]) 201 pylab.figtext(0.7,0.3-(i/30.0),

IndexError?: list index out of range

Using ASAP v4.0.0 (2011-10-05), Mac OSX 10.6.8.

Attachments (1)

2012-02-11_0500-P000_1568_SKYDIP.rpf (3.5 MB) - added by StacyMader 12 years ago.
skydip with up and down scans.

Change History (3)

Changed 12 years ago by StacyMader

skydip with up and down scans.

comment:1 Changed 12 years ago by StacyMader

I think this is a dud scan. Subsequent scans are okay. Closing ticket.

comment:2 Changed 12 years ago by Malte Marquarding

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.