Skip to content

seek_bpc.py bad_crazy error #7

@fnoop

Description

@fnoop

Hi, I'm running the instructions to calibrate as given:

./build/seek-test-calib
./test-calib.py
./seek_bpc.py

The first two go fine, but when running seek_bpc.py, I get:

Traceback (most recent call last):
  File "./seek_bpc.py", line 179, in <module>
    bpc.load()
  File "./seek_bpc.py", line 159, in load
    with open("bad_crazy.pickle", "r") as f:
IOError: [Errno 2] No such file or directory: 'bad_crazy.pickle'

If I uncomment the two lines:

bpc.identify()
bpc.save()

Then it seems to run, although by the output:

[001/2322] Finding recipe for bad pixel at (0,10)
...
[002/2322] Finding recipe for bad pixel at (0,26)
...

It's going to take hours/days to complete.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions