PaulHancock / MWA-fast-image-transients

Code and notes for the data reduction and analysis of fast image transients observed with the MWA
Other
5 stars 3 forks source link

Flag tile bug #29

Closed gemmaanderson closed 5 years ago

gemmaanderson commented 5 years ago

obs_flat_tile.sh is not running. Complains that the list of tiles for flagging does not exist. I have tried different input variations and removing/adding lines to the flagging file. See examples below

> ./bin/obs_flag_tiles.sh -f processing/1217495184_tile_to_flag.txt 1217495184
flagging file doesn't exist: /astro/mwasci/phancock/D0009//processing/1217495184_tiles_to_flag.txt
not submitting job
> ./bin/obs_flag_tiles.sh -f 1217495184_tile_to_flag.txt 1217495184
flagging file doesn't exist: /astro/mwasci/phancock/D0009//processing/1217495184_tiles_to_flag.txt
not submitting job
> ./bin/obs_flag_tiles.sh 1217495184
realpath: missing operand
Try 'realpath --help' for more information.
flagging file doesn't exist: 
not submitting job
PaulHancock commented 5 years ago

Three issues here:

PaulHancock commented 5 years ago

All fixed, and the documentation has been updated.