Closed weaverba137 closed 1 year ago
This looks like the input science target file has a binary table column containing vector elements. I thought I had fixed this case in the past, but apparently there is something different about his MTL. I'll look into it.
Another data point. This is the output of the notebook cell where make_mtl()
is called. Maybe the exception is caused by the absence of MWS & BGS?
computing mtl
INFO:mtl.py:161:make_mtl: 79796 of 484445 targets have priority zero, setting N_obs=0.
INFO:mtl.py:197:make_mtl: Done...t=3.3s
MWS_TARGETS: 0
BGS_TARGETS: 0
DESI_TARGETS: 297129
finished computing mtl
I believe FiberAssignDECaLS is working, at least as of recently. Open a separate ticket if other problems with that notebook are found.
The FiberAssignDECaLS notebook attempts to run this fiberassign command:
The output is:
The "base" FiberAssign notebook runs similar commands without these errors. Both notebooks were run on the 'master' version of the DESI stack at NERSC.
Also note that the mtl file was created with this command:
which is a change I made myself because the second argument to
make_mtl()
is now required. The value is just a guess.