Custom Query (27 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 27)

1 2 3 4 5 6 7 8 9
Ticket Resolution Summary Owner Reporter
#65 fixed diagnostics of xfile somebody pinsard
Description

Diagnostics of wrong calling sequence of xfile might be more explicit to help debug.

Here are some examples :

IDL> xfile,fdsfds
% Compiled module: XFILE.
% Compiled module: REPORT.
% Compiled module: STR_SEP.
% Compiled module: ROUTINE_NAME.
% L.39 /Users/fplod/SAXO_DIR_ws/SRC/Utilities/xfile.pro: Input parameter must be a string and not a UNDEFINED

No release, no reminder of the call.

Something like that

% L.39 /Users/smasson/SAXO_RD/SRC/Utilities/xfile.pro rev239:
Input parameter of xfile was : fdsfds
Input parameter must be a file.

may ease debug.

IDL>  xfile 
% L.39 /Users/fplod/SAXO_DIR_ws/SRC/Utilities/xfile.pro: Input parameter must be a string and not a UNDEFINED

should be replaced by

% L.39 /Users/smasson/SAXO_RD/SRC/Utilities/xfile.pro rev239:
No input parameter for xfile.
Input parameter must be a file.
IDL>  xfile, 'dqsdqs'
% Compiled module: XDISPLAYFILE.
% Compiled module: XMANAGER.
IDL> }}}

no error is written after IDL prompt. A window "NOT FOUND" opens with the following message 
{{{
FILE_LINES: Error opening file. File: NOT FOUND
 Unable to display NOT FOUND
}}}

This window is useless. Message should be written after the prompt like this for example :
{{{
% L.39 /Users/smasson/SAXO_RD/SRC/Utilities/xfile.pro rev239:
Input parameter of xfile was : 'dqsdqs'
Input parameter must be a file.
}}}
#60 fixed protection of buildinit.pro somebody pinsard
Description

On rhodes.idris.fr, buildinit.pro is only accessible to the real owner (reee217) so I can't create my init.pro.

rhodes-reee522 : pwd
/home/rech/eee/reee522
rhodes-reee522 : ls -ld SAXO_DIR                                          
lrwxr-x---    1 reee522  eee           31 Jul 21 13:57 SAXO_DIR -> /home/rech/eee/reee217/SAXO_DIR
rhodes-reee522 : ls -l SAXO_DIR/SRC/buildinit.pro                         
-rw-------    1 reee217  eee        20143 Sep  4 15:59 SAXO_DIR/SRC/buildinit.pro

I don't really understand why the protection is not the same on my LOCEAN account :

-rw-r--r--   1 smasson lodyc 20143 Sep  4 15:56 buildinit.pro

Thanks for help

#59 fixed add a clean computation of MSF and BSF in SAXO... somebody smasson
Description

Gurvan has several version of IDL procedure to compute the MSF and BSF. A clear version is needed in SAXO. It should work with the different versions of vertical coordinates

1 2 3 4 5 6 7 8 9
Note: See TracQuery for help on using queries.