../
|
store_dir.c
|
1.7
(9 years ago)
by phil:
Added DATE keyword to default series JSD and removed mention of the obsolete 'perm' param.
|
show_info.c
|
1.105
(9 years ago)
by arta:
Fix some minor memory leaks in the new link-stage code.
|
dscp.c
|
1.7
(9 years ago)
by arta:
A support for copying between segments whose data types do not match. Also, fix leaks encountered in the code stack.
|
ingestdata.c
|
1.4
(9 years ago)
by arta:
Fix some big memory leaks.
|
set_info.c
|
1.15
(9 years ago)
by arta:
Document the feature that ingests keyword-values from the FITS-file header.
|
create_series.c
|
1.12
(10 years ago)
by arta:
Fix some bugs - orbit and hlzsaa were switched in one place; there was a space in a redirection clause, which resulted in a 1 being appended to a command line; pass in the orbit series name, not the fds series name, to ingestIrisOrbit.pl; was searching through the fds series for an obsdate instead of obsdate_index (use timeslot to get the index value); add the unit field to the ingested keyword.
|
show_coverage.c
|
1.22
(10 years ago)
by arta:
Fix some bugs - orbit and hlzsaa were switched in one place; there was a space in a redirection clause, which resulted in a 1 being appended to a command line; pass in the orbit series name, not the fds series name, to ingestIrisOrbit.pl; was searching through the fds series for an obsdate instead of obsdate_index (use timeslot to get the index value); add the unit field to the ingested keyword.
|
Rules.mk
|
1.12
(10 years ago)
by arta:
New script to ingest FDS product files for IRIS, a new script to parse the orbit product files and ingest those into a series, and a general module to ingest many rows of keyword values into a series.
|
timeslot.c
|
1.1
(10 years ago)
by arta:
New module to convert from time value to slot number for time-slotted keywords.
|
delete_series.c
|
1.8
(10 years ago)
by arta:
Document the -k flag of delete_series.
|
show_series.c
|
1.19
(11 years ago)
by arta:
Fix premature freeing of the series filter.
|
addkey.c
|
1.1
(11 years ago)
by arta:
Add Ricks drms_addkey.c to the JSOC tree.
|
describe_series.c
|
1.13
(12 years ago)
by arta:
Fix the average-bytes-per-record-on-disk calculation - was using atoi to convert a large number-string (larger than an int can represent) into a double.
|
set_keys.c
|
1.12
(12 years ago)
by phil:
Fixed to not stage SU unless needed for COPY mode.
CV: ----------------------------------------------------------------------
|
store_file.c
|
1.7
(14 years ago)
by arta:
Update documentation to improve accuracy in the documentation that describes the difference between the internal file name and the original external one
|
show_keys.c
|
1.12
(14 years ago)
by arta:
Finish reworking cmdparams/module_args documentation.
|
retrieve_file.c
|
1.6
(14 years ago)
by phil:
update doc
|
retrieve_dir.c
|
1.7
(14 years ago)
by phil:
update doc
|
plot_keys.c
|
1.2
(15 years ago)
by jennifer:
Changed drms_keyword_printval to use function drms_keyword_fprintval with stdout as the input. More object oriented, no duplicate code.
|