askap-craco / CELEBI

The CRAFT Effortless Localisation and Enhanced Burst Inspection Pipeline
MIT License
4 stars 2 forks source link

Not a valid path value (polarisation #447

Closed marcinglowacki closed 1 year ago

marcinglowacki commented 1 year ago

On attempting the ifft, the process died with an error of:

_Error executing process > 'frb:bform_frb:ifft (1)'

Caused by: Not a valid path value:_

On inspection of the workd directory, it turned out the y polarisation file was missing:

_[mglowack@farnarkle2 processing]$ ls work/210912/c0/ef2f14cbc6145a4f6270aba470685b/ 210912_frb_sum_y_f_derippled.npy [mglowack@farnarkle2 processing]$ more work/210912/c0/ef2f14cbc6145a4f6270aba470685b/.command.log python3 /fred/oz002/askap/craft/craco/CELEBI/craco_postproc/pipelines/../beamform//dedisperse.py -f 210912_frb_sum_y_f_derippled.npy --DM 1235 --f0 1271.5 --bw 336 -o 210912_frb_sum_y_f_dedispersed_1235.npy slurmstepd: error: JOB 27832523 ON john3 CANCELLED AT 2022-06-25T00:18:32 [mglowack@farnarkle2 processing]$ ls work/210912/18/1652a8ed30d40919b5c382211857c1/ 210912_frb_sum_x_f_dedispersed_1235.npy 210912_frb_sum_x_fderippled.npy

The suggested solution is to investigate the polarisation calibrator. You may need to run with --nopolcal in order to force polcal solutions to an empty file that does exist, and proceed past the ifft step.