; ;Copyright 1996-2013 United States Government as represented by the ;Administrator of the National Aeronautics and Space Administration. ;All Rights Reserved. ; ;------------------------------------------------------------------ @compile_inventory.pro ; ;TJK added cdaw9new - 3/2/2000 ;TJK added map - 7/16/2001 ;TJK split the sp_phys catalog out - its now in generate_sp_phys.pro - 11/6/02 ;TJK increased the end date to 2003/06/01 (Jan. 9, 2003) ;TJK deleted mpeg generation 5/1/2003 ; Read the metadata file... a = ingest_database('/home/cdaweb/metadata/sp_test3017_cdfmetafile.txt',DEBUG=DEBUG) ; Draw the inventory graph... s=draw_inventory(a,TITLE='SPACE PHYSICS TEST DATA',PNG='/home/cdaweb/metadata/sp_test3017_cdfmetafile.png',DEBUG=DEBUG) delvar, a ; Read the metadata file... a = ingest_database('/home/cdaweb/metadata/test_rbsp_all_cdfmetafile.txt',DEBUG=DEBUG) ; Draw the inventory graph... s=draw_inventory(a,TITLE='FULL RBSP TEST DATA',PNG='/home/cdaweb/metadata/test_rbsp_all_cdfmetafile.png',DEBUG=DEBUG) delvar, a ;; Read the metadata file... ;a = ingest_database('/home/cdaweb/metadata/map_cdfmetafile.txt',DEBUG=DEBUG) ;; Draw the inventory graph... ;s=draw_inventory(a,TITLE='MAP TEST DATA',GIF='/home/cdaweb/metadata/map_cdfmetafile.gif', DEBUG=DEBUG) ;;TJK removed 1/8/2004, let s/w determine start/stop ;;START_TIME='2001/06/30 15:00:33',STOP_TIME='2004/12/01 23:59:59',DEBUG=DEBUG) ;delvar, a ; Read the metadata file... a = ingest_database('/home/cdaweb/metadata/pre_istp_cdfmetafile.txt',DEBUG=DEBUG) ; Draw the inventory graph... s=draw_inventory(a,TITLE='Public data from missions before 1992', $ /long_line, /wide_margin, PNG='/home/cdaweb/metadata/pre_istp_cdfmetafile.png',DEBUG=DEBUG) delvar, a ; Read the metadata file... a = ingest_database('/home/cdaweb/metadata/test_rbsp_j_cdfmetafile.txt',DEBUG=DEBUG) ; Draw the inventory graph... s=draw_inventory(a,/wide_margin, TITLE='RBSP data',PNG='/home/cdaweb/metadata/test_rbsp_j_cdfmetafile.png',DEBUG=DEBUG) delvar, a ;;; Read the metadata file... ;a = ingest_database('/home/cdaweb/metadata/private_345123_cdfmetafile.txt',DEBUG=DEBUG) ;; Draw the inventory graph... ;;s=draw_inventory(a,TITLE='MMS PROJECT PRIVATE DATA',GIF='/home/cdaweb/metadata/private_345123_cdfmetafile.gif',DEBUG=DEBUG) ;s=draw_inventory(a,TITLE='MMS PROJECT PRIVATE DATA',GIF='/home/tkovalic/public_html/private_345123_cdfmetafile.gif',DEBUG=DEBUG) ;delvar, a exit