Suppling sky model
Hi,
Sorry im not sure if this is a user error or a LINC error...
I'm trying to run LINC with:
"target_skymodel":{"class":"File","path": "/project/lotss/Software/linc/skymodels/P288+05-skymodel.bbs"},
where /project/lotss/Software/linc/skymodels/P288+05-skymodel.bbs looks like:
format = Name, Type, Ra, Dec, I, Q, U, V, MajorAxis, MinorAxis, Orientation, ReferenceFrequency='1.44000e+08', SpectralIndex='[]'
P288+05-MFS-image-pb_w2_i307_s286_g311, GAUSSIAN, 19:05:51.062535, +07.47.6.440541, 4.571e+01, 0.0, 0.0, 0.0, 1.80862e+03, 9.07892e+02, 1.31576e+02, 1.44000e+08, [-0.8] P288+05-MFS-image-pb_w0_i175_s165_g172, GAUSSIAN, 19:11:7.462893, +09.06.44.132219, 2.235e+01, 0.0, 0.0, 0.0, 1.69056e+02, 1.40092e+02, 3.37764e+01, 1.44000e+08, [-0.8] P288+05-MFS-image-pb_w0_i266_s254_g277, GAUSSIAN, 19:04:3.553749, +05.28.29.182624, 1.562e+01, 0.0, 0.0, 0.0, 2.07710e+02, 1.78792e+02, 3.11116e+01, 1.44000e+08, [-0.8] P288+05-MFS-image-pb_w0_i223_s213_g228, GAUSSIAN, 19:07:29.425116, +07.09.6.537374, 1.322e+01, 0.0, 0.0, 0.0, 1.16636e+02, 6.81531e+01, 2.03668e+01, 1.44000e+08, [-0.8]
etc
I get an error that slightly surprised me in the dp3_prep_targ.predict.predict step. This was:
[lotss-tshimwell@ui-01 L856448_1688113096.0111165]$ more ./dp3_prep_targ.predict.predict/filter_predict_err.log
std exception detected: Something went wrong while reading the source model. The error was: Couldn't find patch for direction [VirA_4_patch,CygAGG,CasA_4_patch,TauAGG]
I then tried also putting
"A-Team_skymodel":{"class":"File","path": "/project/lotss/Software/linc/LINC/skymodels/A-Team_lowres.skymodel"},
in my json file.
However, this still resulted in the same error.
Not sure if im doing something silly or LINC is getting a bit confused when target skymodels are provided.
Thank you.