You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just tested it for NIRISS commissioning data and it worked great. The only issue I had was when I set skip_propID2outsubdir to True and also made the index.html file. In this case it downloaded all files to outrootdir, but wrote the index.html to outrootdir/PID, with the locations of the jpegs also pointing to the PID subdir, even though they actually existed one directory up in outrootdir. Therefore none of the thumbnails worked.
The text was updated successfully, but these errors were encountered:
While investigating this, I found that the index.html file often has duplicate entries, where everything is the same except for the obsID (NOT the useful one, but the one with value e.g. 71673915) and parent_obsid (which has similar values). I wonder if there's some filtering going on using these columns that instead should use the more traditional obsid (e.g. jw01409103001_02101_00001_nrca1)
from Jo Taylor:
Just tested it for NIRISS commissioning data and it worked great. The only issue I had was when I set skip_propID2outsubdir to True and also made the index.html file. In this case it downloaded all files to outrootdir, but wrote the index.html to outrootdir/PID, with the locations of the jpegs also pointing to the PID subdir, even though they actually existed one directory up in outrootdir. Therefore none of the thumbnails worked.
The text was updated successfully, but these errors were encountered: