CVS log for JSOC/proj/dsdsmigr/apps/ingest_dsds_to_drms.c

(logo)

Help

(back) Up to [Development] / JSOC / proj / dsdsmigr / apps

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.18 / (view) - annotate - [select for diffs] , Thu Jan 15 23:00:19 2015 UTC (8 years, 4 months ago) by mbobra
Branch: MAIN
CVS Tags: Ver_LATEST, Ver_9-5, Ver_9-41, Ver_9-4, Ver_9-3, Ver_9-2, Ver_9-1, Ver_9-0, Ver_8-8, Ver_8-7, Ver_8-12, Ver_8-11, Ver_8-10, HEAD
Changes since 1.17: +3 -3 lines
Diff to previous 1.17
I am changing drms_type_short to drms_type_double on line 543. My guess is that this will cause the ingest module to fail when reading the limb figure data. However, without this change, I cannot ingest regular observable data. Thus, this change is necessary. The limb figure data should be properly accomodated with a flag (my subsequent task after this commit).

Revision 1.17 / (view) - annotate - [select for diffs] , Mon Jun 23 19:05:52 2014 UTC (8 years, 11 months ago) by mbobra
Branch: MAIN
CVS Tags: Ver_8-6
Changes since 1.16: +64 -38 lines
Diff to previous 1.16
added capacity to ingest limb_figure data. needs include file limbfuncs.c, in the same directory.

Revision 1.16 / (view) - annotate - [select for diffs] , Thu Apr 24 22:56:17 2014 UTC (9 years, 1 month ago) by arta
Branch: MAIN
CVS Tags: Ver_8-5
Changes since 1.15: +93 -12 lines
Diff to previous 1.15
Fix some leaks. The big leaks are in libVDS and libSDS however, and it isnt worth trying to figure out those and change that code.

Revision 1.15 / (view) - annotate - [select for diffs] , Tue Aug 6 23:06:36 2013 UTC (9 years, 10 months ago) by arta
Branch: MAIN
CVS Tags: Ver_8-4, Ver_8-3, Ver_8-2, Ver_8-1
Changes since 1.14: +0 -6 lines
Diff to previous 1.14
Revert accidental check-in.

Revision 1.14 / (view) - annotate - [select for diffs] , Tue Aug 6 22:26:41 2013 UTC (9 years, 10 months ago) by arta
Branch: MAIN
Changes since 1.13: +7 -1 lines
Diff to previous 1.13
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.

Revision 1.13 / (view) - annotate - [select for diffs] , Fri Apr 5 07:24:25 2013 UTC (10 years, 2 months ago) by tplarson
Branch: MAIN
CVS Tags: Ver_8-0
Changes since 1.12: +13 -13 lines
Diff to previous 1.12
moved reading of Datafile to skipped part to remove spurious error messages when -v is specified, fixed other extraneous messages

Revision 1.12 / (view) - annotate - [select for diffs] , Thu Apr 4 06:19:26 2013 UTC (10 years, 2 months ago) by tplarson
Branch: MAIN
Changes since 1.11: +177 -177 lines
Diff to previous 1.11
added s flag to skip check for input datafile, removed strict requirement of parameter SCALE_CORRECTIONS, fixed indentation in part of file, changed NULL to '\\0' to remove compiler warnings, reset DATE keyword after while loop

Revision 1.11 / (view) - annotate - [select for diffs] , Wed Sep 12 19:42:59 2012 UTC (10 years, 8 months ago) by mbobra
Branch: MAIN
CVS Tags: Ver_7-1
Changes since 1.10: +5 -2 lines
Diff to previous 1.10
Changed the CALTBLES keyword to accomodate field NONE.

Revision 1.10 / (view) - annotate - [select for diffs] , Tue Sep 11 23:10:51 2012 UTC (10 years, 8 months ago) by mbobra
Branch: MAIN
Changes since 1.9: +17 -9 lines
Diff to previous 1.9
modified module to take into account a NONE field in the CALTBLES keyword in the .rdb file

Revision 1.9 / (view) - annotate - [select for diffs] , Thu Sep 6 19:27:15 2012 UTC (10 years, 9 months ago) by mbobra
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
modified some small errors

Revision 1.8 / (view) - annotate - [select for diffs] , Wed Sep 5 19:23:00 2012 UTC (10 years, 9 months ago) by mbobra
Branch: MAIN
Changes since 1.7: +5 -2 lines
Diff to previous 1.7
Populated CVS version number in keyword HEADER.

Revision 1.7 / (view) - annotate - [select for diffs] , Fri Jun 22 17:12:43 2012 UTC (10 years, 11 months ago) by mbobra
Branch: MAIN
CVS Tags: Ver_7-0, Ver_6-4
Changes since 1.6: +94 -9 lines
Diff to previous 1.6

Added a flag to deduce the polarization state of the data and then populate the POLSTATE keyword.

 Modified Files:
 	ingest_dsds_to_drms.c

Revision 1.6 / (view) - annotate - [select for diffs] , Wed Apr 4 19:49:42 2012 UTC (11 years, 2 months ago) by mbobra
Branch: MAIN
CVS Tags: Ver_6-3, Ver_6-2
Changes since 1.5: +13 -33 lines
Diff to previous 1.5
added a flag to ingest data with DPC_SMPL of '60 second'

Revision 1.5 / (view) - annotate - [select for diffs] , Wed Apr 4 18:10:27 2012 UTC (11 years, 2 months ago) by mbobra
Branch: MAIN
Changes since 1.4: +3 -1 lines
Diff to previous 1.4
changed the module to only ingest records with DPC_SMPL equal to 60 seconds (to avoid the 30-sec circularly polarized data that is intermingled with the 60-second and 30-second linearly polarized data).

Revision 1.4 / (view) - annotate - [select for diffs] , Thu Mar 22 19:02:33 2012 UTC (11 years, 2 months ago) by mbobra
Branch: MAIN
Changes since 1.3: +22 -5 lines
Diff to previous 1.3
added some header documentation; no change to the code

Revision 1.3 / (view) - annotate - [select for diffs] , Mon Mar 19 22:58:15 2012 UTC (11 years, 2 months ago) by mbobra
Branch: MAIN
Changes since 1.2: +16 -10 lines
Diff to previous 1.2
changed the module to work with tas files.

Revision 1.2 / (view) - annotate - [select for diffs] , Fri Mar 2 00:36:53 2012 UTC (11 years, 3 months ago) by mbobra
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Changed the calrecstring for hr_vers_0

Revision 1.1 / (view) - annotate - [select for diffs] , Wed Feb 22 00:28:19 2012 UTC (11 years, 3 months ago) by mbobra
Branch: MAIN
*** empty log message ***

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

Karen Tian
Powered by
ViewCVS 0.9.4