Examples of BamFringeGeneratorImpl


Examples of gaiasimu.gaia.payload.bam.BamFringeGeneratorImpl

    // Conversion: GBin to ASCII: nothing really happens
    String[] arguments = {GBIN_STELLAR, "newDataOutput/erase.txt", "newDataOutput/erase2.txt"};
    UMGbin2AsciiAdapter.main( arguments );
   
    // BAM fringe generator
    BamFringeGeneratorImpl bamFringeGenerator = new BamFringeGeneratorImpl();
    Image bamImage;
    bamImage = bamFringeGenerator.getFringe(0);
    bamImage.saveToFits("newDataOutput/bamImageRef.fits");
    bamImage = bamFringeGenerator.getFringe(286e-9);
    bamImage.saveToFits("newDataOutput/bamImage1Pix.fits");
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.