Opened 17 years ago

Closed 17 years ago

#114 closed defect (wontfix)

ASAP fails to read RPFITS files directly from DVD

Reported by: Simon.Ellingsen@… Owned by: Malte Marquarding
Priority: normal Milestone: ASAP 2.2
Component: General Version: 2.0
Severity: normal Keywords:
Cc:

Description

If you try and read RPFITS files directly from a DVD, rather than copying them to the harddrive first, ASAP returns the error:

ASAP>data = scantable('/Volumes/METHMB_PIGGYBACK_20/2007-04-29_2143_G5523501.rpf') Auto averaging integrations Importing /Volumes/METHMB_PIGGYBACK_20/2007-04-29_2143_G5523501.rpf...

Cannot open file

Failed to open MBFITS file: /Volumes/METHMB_PIGGYBACK_20/2007-04-29_2143_G5523501.rpf


Traceback (most recent call last):

File "<ipython console>", line 1, in ? File "/Library/Frameworks/Python?.framework/Versions/2.4/lib/python2.4/site-packages/asap/scantable.py", line 70, in init

self._fill([filename], unit, average)

File "/Library/Frameworks/Python?.framework/Versions/2.4/lib/python2.4/site-packages/asap/scantable.py", line 1741, in _fill

r._open(name, -1, -1)

RuntimeError?: Creation of PKSreader failed

When the same files are copied to the harddrive (with everything else the same), the files can be read OK.

Change History (1)

comment:1 Changed 17 years ago by Malte Marquarding

Resolution: wontfix
Status: newclosed

Mark advised me that io implementation are not standard in fortran, so sometime it can try to get write access when it shouldn't.

I doubt I can do anything about this.

Note: See TracTickets for help on using tickets.