X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 16 Jun 2005 11:32 AM by  anon
How do I save a BINARY_TEMPLATE?
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
16 Jun 2005 11:32 AM
    I'd like to use BINARY_TEMPLATE to extract header information from a binary file in IDT XVision's Multipage Raw (MRF) format. I want to save the template so I can use it repeatedly in the future without going through the template gui again ... the help file says I 'can' save a template, but I can't figure out how. Any help would be appreciated! Eric Coppock Ball Aerospace

    Deleted User



    New Member


    Posts:
    New Member


    --
    16 Jun 2005 11:32 AM
    It's deceivingly simple, Eric: IDL> SAVE, my_mrf_template, FILENAME='/path/to/my_mrf_template.sav' Then, any time you need it, you can just run: RESTORE, '/path/to/my_mrf_template.sav' and your next read command will correctly process the keyword setting "TEMPLATE=my_mrf_template". J3
    You are not authorized to post a reply.