Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seek_bpc.py bad_crazy error #7

Open
fnoop opened this issue May 19, 2017 · 1 comment
Open

seek_bpc.py bad_crazy error #7

fnoop opened this issue May 19, 2017 · 1 comment

Comments

@fnoop
Copy link

fnoop commented May 19, 2017

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.

@jpschaaf
Copy link

I went down exactly this path just a few days ago. If nothing else, a comment in the README mentioning that the lines need to be commented and what to expect would be very much appreciated.

zougloub added a commit that referenced this issue May 23, 2017
…#7)

Should spend a few minutes making an argparse front-end.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants