User login

rt2ms problems

Your Question: 
Hi! When I run rt2ms on my Mac (10.5.8), I cannot get it to work! I get a weird error (copied below). I am searching for a solution, but <br /> rt2ms -f 114027620_0036EB79 -R -L -o MSEED -p par_rtms_edited.txt <br />Version: 2010.293 <br />Warning Will Robinson: Par file entry for this das, refchan, refstrm already exists. Using new value.<br />Warning Will Robinson: Par file entry for this das, refchan, refstrm already exists. Using new value.<br />Warning Will Robinson: Par file entry for this das, refchan, refstrm already exists. Using new value.<br />Warning Will Robinson: Par file entry for this das, refchan, refstrm already exists. Using new value.<br />Warning Will Robinson: Par file entry for this das, refchan, refstrm already exists. Using new value.<br />Warning Will Robinson: Par file entry for this das, refchan, refstrm already exists. Using new value.<br />Warning Will Robinson: Par file entry for this das, refchan, refstrm already exists. Using new value.<br />Warning Will Robinson: Par file entry for this das, refchan, refstrm already exists. Using new value.<br />Warning Will Robinson: Par file entry for this das, refchan, refstrm already exists. Using new value.<br />Processing: 114027620_0036EB79 <br />Error: Can't open 114027620_0036EB79. 'NoneType' object has no attribute 'open' 0.00 minutes <br /><br />This happens to all my ref files! I got my parameters all set set up, too. I copied a ref file into the local directory just to see why I get this. I changed permission... no luck. I am looking into the Python code, but am afraid to mess it up! I tried attaching the ref file, but it does not allow me. Ideas?
Category: 
Bug Reports

A couple of things. The Will Robinson warnings are because the par file contains duplicate entries for das 9471. Also, the -f option needs to point to the same level as the mount point for the CF card (where the day directories are), for example:

[azevedo@dhcp-8 /media]$ ls -rtR RT130-913B/
RT130-913B/:
130_913B.CFG 2011200 2011201

RT130-913B/2011200:
913B

RT130-913B/2011200/913B:
0

RT130-913B/2011200/913B/0:
220718000_00000000

RT130-913B/2011201:
913B

RT130-913B/2011201/913B:
0 1

RT130-913B/2011201/913B/0:
000000000_00000000

RT130-913B/2011201/913B/1:
125525380_0036EE80 155525380_0036EE80 185525380_0036EE80
135525380_0036EE80 165525380_0036EE80 195525380_0036EE80
145525380_0036EE80 175525380_0036EE80 205525380_0002C308

Rt2ms needs to point at RT130-913B:

rt2ms -f RT130-913B ...

steve.