MXPIX N SURE -- Sets maximum number of pixels/spectrum. MOLLY stores spectra in 3 arrays for counts, uncertainties and fluxes. These are declared as 1D arrays in the main program, but as 2D in subroutines with dimensions specified by the maximum number of pixels/spectrum and the maximum number of spectra. These are related in that the larger the size of spectrum you want to handle, the fewer spectra can be loaded in. MXPIX allows you to set the maximum spectrum size. Note that below a certain number of pixels you gain no more slots becuase there are other parameters set which limit it. You are also limited in how large a spectrum can be handled by the work array sizes. If you need to change these constraints, you should edit the main MOLLY program and re-link. **IMPORTANT NOTE** If you alter the maximum pixel size you will lose **ALL SPECTRA** that you have inside MOLLY!!! Parameters: N -- New number of pixels/spectrum SURE -- This is a safety device. On a command line this must be set = 'SURE' for the operation to be carried out.
This command belongs to the class: miscellaneous