Skip to content

Commit

Permalink
Bug with os.listdir() see github.com/opencadc/vostools/issues/228/
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikOsinga committed Dec 13, 2024
1 parent e0b0cae commit 538ddaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion check_status_and_launch_1Dpipeline_PartialTiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@ def launch_band1_1Dpipeline():
field_IDs, tile1, tile2, tile3, tile4, SBids, fields_to_validate = get_tiles_for_pipeline_run(band_number=1, Google_API_token=Google_API_token)
assert len(tile1) == len(tile2) == len(tile3) == len(tile4), "Need to have 4 tile columns in google sheet. Even if row can be empty."
# list of full sourcelist filenames
canfar_sourcelists = get_canfar_sourcelists(band_number=1)
# canfar_sourcelists = get_canfar_sourcelists(band_number=1) # Disabled due to issue https://github.com/opencadc/vostools/issues/228
canfar_sourcelists = ['selavy-image.i.EMU_0314-46.SB59159.cont.taylor.0.restored.conv.components.15sig.xml']
# list of only the field IDs e.g. "1428-12"
sourcelist_fieldIDs = [field_from_sourcelist_string(srl) for srl in canfar_sourcelists]
sleep(1) # google sheet shenanigans
Expand Down

0 comments on commit 538ddaf

Please sign in to comment.